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

List of the VPCs is bound to the Private Zone:

Link copied to clipboard

Time of create of the Private Zone.

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

ID of the Private Zone.

Link copied to clipboard

Whether the Private Zone is ptr.

Link copied to clipboard

Name of the Private Zone.

Link copied to clipboard

The recursive DNS proxy.

Link copied to clipboard

Count of the Private Zone Record.

Link copied to clipboard

Remark of the Private Zone.

Link copied to clipboard

resource_group_id for zone resourceGroupId.

Link copied to clipboard

Whether to turn on secondary DNS.

Link copied to clipboard
Link copied to clipboard

Time of update of the Private Zone.

Link copied to clipboard

ZoneId of the Private Zone.

Link copied to clipboard

ZoneName of the Private Zone.