Class DomainNewSources
Inheritance
System.Object
DomainNewSources
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.Cdn.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class DomainNewSources
Fields
View SourceContent
The adress of source. Valid values can be ip or doaminName. Each item's content can not be repeated.
Declaration
public readonly string Content
Field Value
| Type | Description |
|---|---|
| System.String |
Port
The port of source. Valid values are 443 and 80. Default value is 80.
Declaration
public readonly int? Port
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Priority
Priority of the source. Valid values are 0 and 100. Default value is 20.
Declaration
public readonly int? Priority
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Type
The type of the source. Valid values are ipaddr, domain and oss.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |
Weight
Weight of the source. Valid values are from 0 to 100. Default value is 10, but if type is ipaddr, the value can only be 10.
Declaration
public readonly int? Weight
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |