GetZonesZone

data class GetZonesZone(val bindVpcs: List<GetZonesZoneBindVpc>, val createTimestamp: Int, val creationTime: String, val id: String, val isPtr: Boolean, val name: String, val proxyPattern: String, val recordCount: Int, val remark: String, val resourceGroupId: String, val slaveDns: Boolean, val updateTime: String, val updateTimestamp: Int, val zoneId: String, val zoneName: String)

Constructors

Link copied to clipboard
constructor(bindVpcs: List<GetZonesZoneBindVpc>, createTimestamp: Int, creationTime: String, id: String, isPtr: Boolean, name: String, proxyPattern: String, recordCount: Int, remark: String, resourceGroupId: String, slaveDns: Boolean, updateTime: String, updateTimestamp: Int, zoneId: String, zoneName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The VPCs associated with the zone. Note: bind_vpcs takes effect only if enable_details is set to true.

Link copied to clipboard

The time when the zone was created.

Link copied to clipboard
Link copied to clipboard
val id: String

The ID of the Private Zone.

Link copied to clipboard

Indicates whether the zone is a reverse lookup zone.

Link copied to clipboard

The Name of the Zone.

Link copied to clipboard

Indicates whether the recursive resolution proxy for subdomain names is enabled.

Link copied to clipboard

The number of Domain Name System (DNS) records added in the zone.

Link copied to clipboard

The description of the zone.

Link copied to clipboard

The ID of the resource group to which the zone belongs.

Link copied to clipboard

Indicates whether the secondary Domain Name System (DNS) feature is enabled for the zone. Note: slave_dns takes effect only if enable_details is set to true.

Link copied to clipboard
Link copied to clipboard

The time when the DNS record was updated.

Link copied to clipboard

The ID of the Zone.

Link copied to clipboard

The Name of the Private Zone.