| Package | Description |
|---|---|
| com.google.cloud.dns |
A client to the Google Cloud DNS.
|
| 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 |
|---|---|
Page<Zone> |
Dns.listZones(Dns.ZoneListOption... options)
Lists the zones inside the project.
|
Copyright © 2016 Google. All rights reserved.