DomainProps
Properties for defining a Domain
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-dns-domain
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkdns"
&alicloudroscdkdns.DomainProps {
DomainName: interface{},
GroupId: interface{},
ResourceGroupId: interface{},
Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkdns.RosDomain.TagsProperty,
}
Properties
Name | Type | Description |
---|---|---|
DomainName |
interface{} |
Property domainName: Domain name. |
GroupId |
interface{} |
Property groupId: Domain name grouping, the default is the "default grouping" GroupId. |
ResourceGroupId |
interface{} |
Property resourceGroupId: Resource group id. |
Tags |
*[]TagsProperty |
Property tags: Tags to attach to instance. |
DomainName
Required
DomainName interface{}
- Type: interface{}
Property domainName: Domain name.
GroupId
Optional
GroupId interface{}
- Type: interface{}
Property groupId: Domain name grouping, the default is the "default grouping" GroupId.
ResourceGroupId
Optional
ResourceGroupId interface{}
- Type: interface{}
Property resourceGroupId: Resource group id.
Tags
Optional
Tags *[]TagsProperty
- 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.