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