RosDomainRecordProps
Properties for defining a RosDomainRecord
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-dns-domainrecord
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkdns"
&alicloudroscdkdns.RosDomainRecordProps {
DomainName: interface{},
Rr: interface{},
Type: interface{},
Value: interface{},
Line: interface{},
Priority: interface{},
Ttl: interface{},
}
Properties
DomainName
Required
DomainName interface{}
- Type: interface{}
Rr
Required
Rr interface{}
- Type: interface{}
Type
Required
Type interface{}
- Type: interface{}
Value
Required
Value interface{}
- Type: interface{}
Line
Optional
Line interface{}
- Type: interface{}
Priority
Optional
Priority interface{}
- Type: interface{}
Ttl
Optional
Ttl interface{}
- Type: interface{}