google_api_dns v0.4.0 API Reference
Modules
API calls for all endpoints tagged Changes
.
API calls for all endpoints tagged DnsKeys
.
API calls for all endpoints tagged ManagedZoneOperations
.
API calls for all endpoints tagged ManagedZones
.
API calls for all endpoints tagged Projects
.
API calls for all endpoints tagged ResourceRecordSets
.
Handle Tesla connections for GoogleApi.DNS.V1.
A Change represents a set of ResourceRecordSet additions and deletions applied atomically to a ManagedZone. ResourceRecordSets within a ManagedZone are modified by creating a new Change element in the Changes collection. In turn the Changes collection also records the past modifications to the ResourceRecordSets in a ManagedZone. The current state of the ManagedZone is the sum effect of applying all Change elements in the Changes collection in sequence.
The response to a request to enumerate Changes to a ResourceRecordSets collection.
A DNSSEC key pair.
Parameters for DnsKey key generation. Used for generating initial keys for a new ManagedZone and as default when adding a new DnsKey.
The response to a request to enumerate DnsKeys in a ManagedZone.
A zone is a subtree of the DNS namespace under one administrative responsibility. A ManagedZone is a resource that represents a DNS zone hosted by the Cloud DNS service.
Attributes
- defaultKeySpecs (list(GoogleApi.DNS.V1.Model.DnsKeySpec.t)): Specifies parameters that will be used for generating initial DnsKeys for this ManagedZone. Output only while state is not OFF. Defaults to
nil
. - kind (String.t): Identifies what kind of resource this is. Value: the fixed string "dns#managedZoneDnsSecConfig". Defaults to
dns#managedZoneDnsSecConfig
. - nonExistence (String.t): Specifies the mechanism used to provide authenticated denial-of-existence responses. Output only while state is not OFF. Defaults to
nil
. - state (String.t): Specifies whether DNSSEC is enabled, and what mode it is in. Defaults to
nil
.
Attributes
- header (GoogleApi.DNS.V1.Model.ResponseHeader.t): Defaults to
nil
. - kind (String.t): Type of resource. Defaults to
dns#managedZoneOperationsListResponse
. - nextPageToken (String.t): The presence of this field indicates that there exist more results following your last page of results in pagination order. To fetch them, make another list request using this value as your page token.
In this way you can retrieve the complete contents of even very large collections one page at a time. However, if the contents of the collection change between the first and last paginated list request, the set of all elements returned will be an inconsistent view of the collection. There is no way to retrieve a consistent snapshot of a collection larger than the maximum page size. Defaults to nil
.
Attributes
- kind (String.t): Identifies what kind of resource this is. Value: the fixed string "dns#managedZonePrivateVisibilityConfig". Defaults to
dns#managedZonePrivateVisibilityConfig
. - networks (list(GoogleApi.DNS.V1.Model.ManagedZonePrivateVisibilityConfigNetwork.t)): The list of VPC networks that can see this zone. Defaults to
nil
.
Attributes
- kind (String.t): Identifies what kind of resource this is. Value: the fixed string "dns#managedZonePrivateVisibilityConfigNetwork". Defaults to
dns#managedZonePrivateVisibilityConfigNetwork
. - networkUrl (String.t): The fully qualified URL of the VPC network to bind to. This should be formatted like https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network} Defaults to
nil
.
Attributes
- header (GoogleApi.DNS.V1.Model.ResponseHeader.t): Defaults to
nil
. - kind (String.t): Type of resource. Defaults to
dns#managedZonesListResponse
. - managedZones (list(GoogleApi.DNS.V1.Model.ManagedZone.t)): The managed zone resources. Defaults to
nil
. - nextPageToken (String.t): The presence of this field indicates that there exist more results following your last page of results in pagination order. To fetch them, make another list request using this value as your page token.
In this way you can retrieve the complete contents of even very large collections one page at a time. However, if the contents of the collection change between the first and last paginated list request, the set of all elements returned will be an inconsistent view of the collection. There is no way to retrieve a consistent snapshot of a collection larger than the maximum page size. Defaults to nil
.
An operation represents a successful mutation performed on a Cloud DNS resource. Operations provide: - An audit log of server resource mutations. - A way to recover/retry API calls in the case where the response is never received by the caller. Use the caller specified client_operation_id.
A project resource. The project is a top level container for resources including Cloud DNS ManagedZones. Projects can be created only in the APIs console.
Limits associated with a Project.
A unit of data that will be returned by the DNS servers.
Attributes
- header (GoogleApi.DNS.V1.Model.ResponseHeader.t): Defaults to
nil
. - kind (String.t): Type of resource. Defaults to
dns#resourceRecordSetsListResponse
. - nextPageToken (String.t): The presence of this field indicates that there exist more results following your last page of results in pagination order. To fetch them, make another list request using this value as your pagination token.
In this way you can retrieve the complete contents of even very large collections one page at a time. However, if the contents of the collection change between the first and last paginated list request, the set of all elements returned will be an inconsistent view of the collection. There is no way to retrieve a consistent snapshot of a collection larger than the maximum page size. Defaults to nil
.
Elements common to every response.