RosDomainRecordProps
Properties for defining a RosDomainRecord
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-dns-domainrecord
Initializer
using AlibabaCloud.SDK.ROS.CDK.Dns;
new RosDomainRecordProps {
object DomainName,
object Rr,
object Type,
object Value,
object Line = null,
object Priority = null,
object Ttl = null
};
Properties
Name | Type | Description |
---|---|---|
DomainName |
object |
No description. |
Rr |
object |
No description. |
Type |
object |
No description. |
Value |
object |
No description. |
Line |
object |
No description. |
Priority |
object |
No description. |
Ttl |
object |
No description. |
DomainName
Required
public object DomainName { get; set; }
- Type: object
Rr
Required
public object Rr { get; set; }
- Type: object
Type
Required
public object Type { get; set; }
- Type: object
Value
Required
public object Value { get; set; }
- Type: object
Line
Optional
public object Line { get; set; }
- Type: object
Priority
Optional
public object Priority { get; set; }
- Type: object
Ttl
Optional
public object Ttl { get; set; }
- Type: object