Package | Description |
---|---|
com.google.cloud.dns |
A client for Cloud DNS - A highly available global DNS network.
|
Modifier and Type | Class and Description |
---|---|
class |
Zone
A Google Cloud DNS Zone object.
|
Modifier and Type | Method and Description |
---|---|
abstract ZoneInfo |
ZoneInfo.Builder.build()
Builds the instance of
ZoneInfo based on the information set by this builder. |
static ZoneInfo |
ZoneInfo.of(String name,
String dnsName,
String description)
Returns a ZoneInfo object with assigned
name , dnsName and description . |
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.
|
Copyright © 2019 Google LLC. All rights reserved.