GetPrivateZonesZone

data class GetPrivateZonesZone(val accessRegionId: String, val cenId: String, val hostRegionId: String, val hostVpcId: String, val id: String, val privateZoneDnsServers: String, val status: String)

Constructors

Link copied to clipboard
constructor(accessRegionId: String, cenId: String, hostRegionId: String, hostVpcId: String, id: String, privateZoneDnsServers: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The access region. The access region is the region of the cloud resource that accesses the PrivateZone service through CEN.

Link copied to clipboard

The ID of the CEN instance.

Link copied to clipboard

The service region. The service region is the target region of the PrivateZone service accessed through CEN.

Link copied to clipboard

The VPC that belongs to the service region.

Link copied to clipboard
val id: String

The ID of the private zone. It formats as <cen_id>:<access_region_id>.

Link copied to clipboard

The DNS IP addresses of the PrivateZone service.

Link copied to clipboard

The status of the PrivateZone service, including Creating, Active and Deleting.