Skip to main content

GoogleCloudDNSPolicy

No description

type GoogleCloudDNSPolicy {
metadata: ResourceMetadata!
alternativeNameServerConfiguration: GoogleCloudDNSPolicyAlternativeNameServerConfiguration!
description: String!
enableInboundForwarding: Boolean!
enableLogging: Boolean!
id: Uint64!
name: String!
networks: [GoogleCloudDNSPolicyNetwork!]!
}

Fields

GoogleCloudDNSPolicy.metadata ● ResourceMetadata! non-null object

The metadata to identify this resource in Shisho Cloud

GoogleCloudDNSPolicy.alternativeNameServerConfiguration ● GoogleCloudDNSPolicyAlternativeNameServerConfiguration! non-null object

Sets an alternative name server for the associated networks

GoogleCloudDNSPolicy.description ● String! non-null scalar

The description

GoogleCloudDNSPolicy.enableInboundForwarding ● Boolean! non-null scalar

Indicates whether the inbound forwarding is enabled. If enabled, a virtual IP address is allocated from each of the subnetworks that are bound to this policy

GoogleCloudDNSPolicy.enableLogging ● Boolean! non-null scalar

Indicates whether logging is enabled

GoogleCloudDNSPolicy.id ● Uint64! non-null scalar

The unique ID

GoogleCloudDNSPolicy.name ● String! non-null scalar

The name

GoogleCloudDNSPolicy.networks ● [GoogleCloudDNSPolicyNetwork!]! non-null object

The list of network names specifying networks

Member of

GoogleCloudNetwork object