Show / Hide Table of Contents

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 Source

Content

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
View Source

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>
View Source

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>
View Source

Type

The type of the source. Valid values are ipaddr, domain and oss.

Declaration
public readonly string Type
Field Value
Type Description
System.String
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.