Skip to main content

GoogleCloudDNSManagedZone

No description

type GoogleCloudDNSManagedZone {
metadata: ResourceMetadata!
cloudLoggingConfiguration: GoogleCloudDNSManagedZoneCloudLoggingConfiguration!
createdAt: DateTime!
description: String!
dnsName: String!
dnssecConfiguration: GoogleCloudDNSManagedZoneDNSSECConfiguration!
forwardingConfiguration: GoogleCloudDNSManagedZoneForwardingConfiguration!
id: Uint64!
labels: [GoogleCloudDNSManagedZoneLabel!]!
name: String!
nameServers: [String!]!
peeringConfiguration: GoogleCloudDNSManagedZonePeeringConfiguration!
privateVisibilityConfiguration: GoogleCloudDNSManagedZonePrivateVisibilityConfiguration!
serviceDirectoryConfiguration: GoogleCloudDNSManagedZoneServiceDirectoryConfiguration!
visibility: GoogleCloudDNSManagedZoneVisibility!
iamPolicy: GoogleCloudIAMPolicy!
}

Fields

GoogleCloudDNSManagedZone.metadata ● ResourceMetadata! non-null object

The metadata to identify this resource in Shisho Cloud

GoogleCloudDNSManagedZone.cloudLoggingConfiguration ● GoogleCloudDNSManagedZoneCloudLoggingConfiguration! non-null object

The Cloud Logging Configuration

GoogleCloudDNSManagedZone.createdAt ● DateTime! non-null scalar

The created date/time

GoogleCloudDNSManagedZone.description ● String! non-null scalar

The description

GoogleCloudDNSManagedZone.dnsName ● String! non-null scalar

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

GoogleCloudDNSManagedZone.dnssecConfiguration ● GoogleCloudDNSManagedZoneDNSSECConfiguration! non-null object

The DNSSEC configuration

GoogleCloudDNSManagedZone.forwardingConfiguration ● GoogleCloudDNSManagedZoneForwardingConfiguration! non-null object

Indicates that outbound forwarding is enabled for this zone

GoogleCloudDNSManagedZone.id ● Uint64! non-null scalar

The unique ID

GoogleCloudDNSManagedZone.labels ● [GoogleCloudDNSManagedZoneLabel!]! non-null object

The labels

GoogleCloudDNSManagedZone.name ● String! non-null scalar

The name The format: it must be 1-63 characters long, begin with a letter, end with a letter or digit, and only contain lowercase letters, digits or dashes

GoogleCloudDNSManagedZone.nameServers ● [String!]! non-null scalar

Delegate your managed zone to these virtual name servers

GoogleCloudDNSManagedZone.peeringConfiguration ● GoogleCloudDNSManagedZonePeeringConfiguration! non-null object

Indicates that DNS Peering is enabled for this zone

GoogleCloudDNSManagedZone.privateVisibilityConfiguration ● GoogleCloudDNSManagedZonePrivateVisibilityConfiguration! non-null object

The private visibility configuration

GoogleCloudDNSManagedZone.serviceDirectoryConfiguration ● GoogleCloudDNSManagedZoneServiceDirectoryConfiguration! non-null object

This field links to the associated service directory namespace

GoogleCloudDNSManagedZone.visibility ● GoogleCloudDNSManagedZoneVisibility! non-null enum

The zone's visibility

GoogleCloudDNSManagedZone.iamPolicy ● GoogleCloudIAMPolicy! non-null object

The IAM policy of the managed zone

Member of

GoogleCloudNetwork object