Show / Hide Table of Contents

Class DomainNewSourcesGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DomainNewSourcesGetArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class DomainNewSourcesGetArgs : ResourceArgs

Constructors

View Source

DomainNewSourcesGetArgs()

Declaration
public DomainNewSourcesGetArgs()

Properties

View Source

Content

The adress of source. Valid values can be ip or doaminName. Each item's content can not be repeated.

Declaration
public Input<string> Content { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Port

The port of source. Valid values are 443 and 80. Default value is 80.

Declaration
public Input<int> Port { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Priority

Priority of the source. Valid values are 0 and 100. Default value is 20.

Declaration
public Input<int> Priority { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Type

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

Declaration
public Input<string> Type { get; set; }
Property Value
Type Description
Input<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 Input<int> Weight { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.