Package | Description |
---|---|
com.google.cloud.dns |
A client for Cloud DNS - A highly available global DNS network.
|
Modifier and Type | Method and Description |
---|---|
Zone |
Zone.Builder.build() |
Zone |
Dns.create(ZoneInfo zoneInfo,
Dns.ZoneOption... options)
Creates a new zone.
|
Zone |
Dns.getZone(String zoneName,
Dns.ZoneOption... options)
Returns the zone by the specified zone name.
|
Zone |
Zone.reload(Dns.ZoneOption... options)
Retrieves the latest information about the zone.
|
Modifier and Type | Method and Description |
---|---|
DnsBatchResult<Zone> |
DnsBatch.createZone(ZoneInfo zone,
Dns.ZoneOption... options)
Adds a request representing the "create zone" operation to this batch.
|
DnsBatchResult<Zone> |
DnsBatch.getZone(String zoneName,
Dns.ZoneOption... options)
Adds a request representing the "get zone" operation to this batch.
|
DnsBatchResult<Page<Zone>> |
DnsBatch.listZones(Dns.ZoneListOption... options)
Adds a request representing the "list zones" operation to this batch.
|
Page<Zone> |
Dns.listZones(Dns.ZoneListOption... options)
Lists the zones inside the project.
|
Copyright © 2019 Google LLC. All rights reserved.