Data Types
LineInfo
Information on the request source.
Referenced by:DescribePrivateZoneRecords
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
zoneId
String
DNS Zone ID.
zoneName
String
DNS Zone (Private authoritative domain).
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.
createTime
String
Creation time of the DNS Zone.
PrivateZoneRecord
Information on the DNS record.
Referenced by:DescribePrivateZoneRecords
recordId
String
DNS record ID.
zoneId
String
DNS Zone ID.
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.
priority
Integer
Priority of MX record.
The smaller the value, the higher the priority.
Value range: [1, 99]
remark
String
Note information.
createTime
String
Creation time of the DNS record.
ProxyPattern
Information on optional values for subdomain recursive resolution proxy.
Referenced by:ModifyPrivateZone, DescribePrivateZones, AddPrivateZone
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
Enabled
Enable DNS.
Disabled
Pause DNS.
RecordType
Information on DNS record type.
Referenced by:DescribePrivateZoneRecords, AddPrivateZoneRecord
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
resourceGroupId
String
Resource group ID.
resourceGroupName
String
Resource group name.
Tag
Information on a tag key-value pair.
Referenced by:DescribePrivateZones, AddPrivateZone
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
Tags
Information on tags associated with the resources.
Referenced by:DescribePrivateZones
Last updated