Skip to content

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.

DomainNameRequired

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

RrRequired

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

TypeRequired

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

ValueRequired

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

LineOptional

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

PriorityOptional

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

TtlOptional

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