RosDomainProps
Properties for defining a RosDomain
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cdn-domain
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cdn;
new RosDomainProps {
object CdnType,
object DomainName,
object CheckUrl = null,
object OriginServers = null,
object ResourceGroupId = null,
object Scope = null,
object Sources = null,
TagsProperty[] Tags = null,
object TopLevelDomain = null
};
Properties
Name | Type | Description |
---|---|---|
CdnType |
object |
No description. |
DomainName |
object |
No description. |
CheckUrl |
object |
No description. |
OriginServers |
object |
No description. |
ResourceGroupId |
object |
No description. |
Scope |
object |
No description. |
Sources |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
TopLevelDomain |
object |
No description. |
CdnType
Required
public object CdnType { get; set; }
- Type: object
DomainName
Required
public object DomainName { get; set; }
- Type: object
CheckUrl
Optional
public object CheckUrl { get; set; }
- Type: object
OriginServers
Optional
public object OriginServers { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Scope
Optional
public object Scope { get; set; }
- Type: object
Sources
Optional
public object Sources { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
TopLevelDomain
Optional
public object TopLevelDomain { get; set; }
- Type: object