Data Types

LineInfo

Information on the request source.

Referenced by:DescribePrivateZoneRecords

Parameter Name
Type
Description

line

String

Request source.

'default' is the default, i.e., Global.

You can also specify a region ID, such as asia-east-1.

city

String

If the request source is a region, this field is the name of the city to which the region belongs.

PrivateZone

information on the DNS Zone.

Referenced by:DescribePrivateZones

Parameter Name
Type
Description

zoneId

String

DNS Zone ID.

zoneName

String

DNS Zone (Private authoritative domain).

proxyPattern

Whether to enable subdomain recursive resolution proxy.

remark

String

Note information.

The length is up to 255 characters.

recordCount

Integer

Number of DNS records.

vpcIds

Array of String

List of associated VPC IDs.

tags

Bound tags.

resourceGroup

Information of the resource group where the DNS Zone is located.

createTime

String

Creation time of the DNS Zone.

PrivateZoneRecord

Information on the DNS record.

Referenced by:DescribePrivateZoneRecords

Parameter Name
Type
Description

recordId

String

DNS record ID.

zoneId

String

DNS Zone ID.

type

DNS record type.

recordName

String

Host record.

value

String

DNS record value.

weight

Integer

DNS record weight.

Value range: [1, 100]

Default value: 1

ttl

Integer

Domain local cache time.

Unit: seconds.

Value range: [1, 86400]

Default value: 60

line

String

The request source.

'default' is the default, i.e., Global.

You can also specify a region ID, such as asia-east-1.

lineInfo

Details of the request source.

Only exists when the line is a region.

priority

Integer

Priority of MX record.

The smaller the value, the higher the priority.

Value range: [1, 99]

remark

String

Note information.

status

DNS record state.

createTime

String

Creation time of the DNS record.

ProxyPattern

Information on optional values for subdomain recursive resolution proxy.

Referenced by:ModifyPrivateZone, DescribePrivateZones, AddPrivateZone

Value
Description

ZONE

Disable subdomain recursive resolution proxy.

When resolving a subdomain that does not exist under the current domain, NXDOMAIN is returned directly, indicating that the subdomain does not exist.

RECURSION

Enable subdomain recursive resolution proxy.

When resolving a subdomain that does not exist under the current domain, the "recursive" module is queried and the final query result is used to respond to the resolution request.

RecordStatus

Information on available values for the state of the DNS record.

Referenced by:DescribePrivateZoneRecords, ModifyPrivateZoneRecordsStatus, AddPrivateZoneRecord

Value
Description

Enabled

Enable DNS.

Disabled

Pause DNS.

RecordType

Information on DNS record type.

Referenced by:DescribePrivateZoneRecords, AddPrivateZoneRecord

Value
Description

A

Point the domain to an IP address.

AAAA

Point the domain to an IPv6 address.

CNAME

Point the domain to another domain.

MX

Point the domain to the mail server address.

TXT

Store arbitrary text, commonly used for verification.

PTR

Point the IP address to a domain.

Implement reverse DNS lookup from IP address.

SRV

Record servers that provide specific services.

The SRV record format is: [priority] [weight] [port] [destination address], priority, weight, port value range 0-65535, each item must be separated by a space.

For example: 0 5 5060 sipserver.example.com.

ResourceGroupInfo

Information on the resource group, including the name and ID.

Referenced by:DescribePrivateZones

Parameter Name
Type
Description

resourceGroupId

String

Resource group ID.

resourceGroupName

String

Resource group name.

Tag

Information on a tag key-value pair.

Referenced by:DescribePrivateZones, AddPrivateZone

Parameter Name
Type
Required
Description

key

String

Yes

Tag key.

The length must be between 1 and 64 characters.

value

String

No

Tag values.

The length must be between 1 and 64 characters.

TagAssociation

Information on the tags associated when creating resources.

Referenced by:AddPrivateZone

Parameter Name
Type
Required
Description

tags

Array of Tag

Yes

List of tags.

Tags

Information on tags associated with the resources.

Referenced by:DescribePrivateZones

Parameter Name
Type
Description

tags

Array of Tag

List of tags.

Last updated