GetManagedZoneResult

data class GetManagedZoneResult(val cloudLoggingConfig: ManagedZoneCloudLoggingConfigResponse, val creationTime: String, val description: String, val dnsName: String, val dnssecConfig: ManagedZoneDnsSecConfigResponse, val forwardingConfig: ManagedZoneForwardingConfigResponse, val kind: String, val labels: Map<String, String>, val name: String, val nameServerSet: String, val nameServers: List<String>, val peeringConfig: ManagedZonePeeringConfigResponse, val privateVisibilityConfig: ManagedZonePrivateVisibilityConfigResponse, val reverseLookupConfig: ManagedZoneReverseLookupConfigResponse, val serviceDirectoryConfig: ManagedZoneServiceDirectoryConfigResponse, val visibility: String)

Constructors

Link copied to clipboard
fun GetManagedZoneResult(cloudLoggingConfig: ManagedZoneCloudLoggingConfigResponse, creationTime: String, description: String, dnsName: String, dnssecConfig: ManagedZoneDnsSecConfigResponse, forwardingConfig: ManagedZoneForwardingConfigResponse, kind: String, labels: Map<String, String>, name: String, nameServerSet: String, nameServers: List<String>, peeringConfig: ManagedZonePeeringConfigResponse, privateVisibilityConfig: ManagedZonePrivateVisibilityConfigResponse, reverseLookupConfig: ManagedZoneReverseLookupConfigResponse, serviceDirectoryConfig: ManagedZoneServiceDirectoryConfigResponse, visibility: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time that this resource was created on the server. This is in RFC3339 text format. Output only.

Link copied to clipboard

A mutable string of at most 1024 characters associated with this resource for the user's convenience. Has no effect on the managed zone's function.

Link copied to clipboard

The DNS name of this managed zone, for instance "example.com.".

Link copied to clipboard
Link copied to clipboard

The presence for this field indicates that outbound forwarding is enabled for this zone. The value of this field contains the set of destinations to forward to.

Link copied to clipboard
Link copied to clipboard

User labels.

Link copied to clipboard

User assigned name for this resource. Must be unique within the project. The name must be 1-63 characters long, must begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes.

Link copied to clipboard

Delegate your managed_zone to these virtual name servers; defined by the server (output only)

Link copied to clipboard

Optionally specifies the NameServerSet for this ManagedZone. A NameServerSet is a set of DNS name servers that all host the same ManagedZones. Most users leave this field unset. If you need to use this field, contact your account team.

Link copied to clipboard

The presence of this field indicates that DNS Peering is enabled for this zone. The value of this field contains the network to peer with.

Link copied to clipboard

For privately visible zones, the set of Virtual Private Cloud resources that the zone is visible from.

Link copied to clipboard

The presence of this field indicates that this is a managed reverse lookup zone and Cloud DNS resolves reverse lookup queries using automatically configured records for VPC resources. This only applies to networks listed under private_visibility_config.

Link copied to clipboard

This field links to the associated service directory namespace. Do not set this field for public zones or forwarding zones.

Link copied to clipboard

The zone's visibility: public zones are exposed to the Internet, while private zones are visible only to Virtual Private Cloud resources.