GetManagedZoneResult

data class GetManagedZoneResult(val createTime: String, val description: String, val dns: String, val labels: Map<String, String>, val name: String, val targetProject: String, val targetVpc: String, val updateTime: String)

Constructors

Link copied to clipboard
fun GetManagedZoneResult(createTime: String, description: String, dns: String, labels: Map<String, String>, name: String, targetProject: String, targetVpc: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Created time.

Link copied to clipboard

Optional. Description of the resource.

Link copied to clipboard
val dns: String

DNS Name of the resource

Link copied to clipboard

Optional. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources

Link copied to clipboard

Resource name of the Managed Zone. Format: projects/{project}/locations/global/managedZones/{managed_zone}

Link copied to clipboard

The name of the Target Project

Link copied to clipboard

The name of the Target Project VPC Network

Link copied to clipboard

Updated time.