Package | Description |
---|---|
com.google.cloud.dns |
A client for Cloud DNS - A highly available global DNS network.
|
Modifier and Type | Method and Description |
---|---|
static Dns.ZoneOption |
Dns.ZoneOption.fields(Dns.ZoneField... fields)
Returns an option to specify the zones's fields to be returned by the RPC call.
|
Modifier and Type | Method and Description |
---|---|
Zone |
Dns.create(ZoneInfo zoneInfo,
Dns.ZoneOption... options)
Creates a new zone.
|
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.
|
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.
|
Copyright © 2019 Google LLC. All rights reserved.