GetManagedZoneResult

data class GetManagedZoneResult(val description: String, val dnsName: String, val id: String, val managedZoneId: Int, val name: String, val nameServers: List<String>, val project: String? = null, val visibility: String)

A collection of values returned by getManagedZone.

Constructors

Link copied to clipboard
constructor(description: String, dnsName: String, id: String, managedZoneId: Int, name: String, nameServers: List<String>, project: String? = null, visibility: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A textual description field.

Link copied to clipboard

The fully qualified DNS name of this zone, e.g. example.io..

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

The list of nameservers that will be authoritative for this domain. Use NS records to redirect from your DNS provider to these names, thus making Google Cloud DNS authoritative for this zone.

Link copied to clipboard
val project: String? = null
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.