RosZoneRecordProps
Properties for defining a RosZoneRecord
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-pvtz-zonerecord
Initializer
using AlibabaCloud.SDK.ROS.CDK.Pvtz;
new RosZoneRecordProps {
object Rr,
object Status,
object Type,
object Value,
object ZoneId,
object Priority = null,
object Ttl = null
};
Properties
Name | Type | Description |
---|---|---|
Rr |
object |
No description. |
Status |
object |
No description. |
Type |
object |
No description. |
Value |
object |
No description. |
ZoneId |
object |
No description. |
Priority |
object |
No description. |
Ttl |
object |
No description. |
Rr
Required
public object Rr { get; set; }
- Type: object
Status
Required
public object Status { get; set; }
- Type: object
Type
Required
public object Type { get; set; }
- Type: object
Value
Required
public object Value { get; set; }
- Type: object
ZoneId
Required
public object ZoneId { get; set; }
- Type: object
Priority
Optional
public object Priority { get; set; }
- Type: object
Ttl
Optional
public object Ttl { get; set; }
- Type: object