DomainProps
Properties for defining a Domain.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-dns-domain
Initializer
using AlibabaCloud.SDK.ROS.CDK.Dns;
new DomainProps {
object DomainName,
object GroupId = null,
object ResourceGroupId = null,
TagsProperty[] Tags = null
};
Properties
| Name | Type | Description |
|---|---|---|
DomainName |
object |
Property domainName: Domain name. |
GroupId |
object |
Property groupId: Domain name grouping, the default is the "default grouping" GroupId. |
ResourceGroupId |
object |
Property resourceGroupId: Resource group id. |
Tags |
TagsProperty[] |
Property tags: Tags to attach to instance. |
DomainNameRequired
public object DomainName { get; set; }
- Type: object
Property domainName: Domain name.
GroupIdOptional
public object GroupId { get; set; }
- Type: object
Property groupId: Domain name grouping, the default is the "default grouping" GroupId.
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
Property resourceGroupId: Resource group id.
TagsOptional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
Property tags: Tags to attach to instance.
Max support 20 tags to add during create instance. Each tag with two properties Key and Value, and Key is required.