Skip to content

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.

RrRequired

public object Rr { get; set; }
  • Type: object

StatusRequired

public object Status { get; set; }
  • Type: object

TypeRequired

public object Type { get; set; }
  • Type: object

ValueRequired

public object Value { get; set; }
  • Type: object

ZoneIdRequired

public object ZoneId { get; set; }
  • Type: object

PriorityOptional

public object Priority { get; set; }
  • Type: object

TtlOptional

public object Ttl { get; set; }
  • Type: object