Package | Description |
---|---|
com.google.cloud.dns |
A client for Cloud DNS - A highly available global DNS network.
|
Modifier and Type | Method and Description |
---|---|
DnsBatchResult<ChangeRequest> |
DnsBatch.applyChangeRequest(String zoneName,
ChangeRequestInfo changeRequest,
Dns.ChangeRequestOption... options)
Adds a request representing the "apply change request" operation to the zone specified by
zoneName to this batch. |
DnsBatchResult<Zone> |
DnsBatch.createZone(ZoneInfo zone,
Dns.ZoneOption... options)
Adds a request representing the "create zone" operation to this batch.
|
DnsBatchResult<Boolean> |
DnsBatch.deleteZone(String zoneName)
Adds a request representing the "delete zone" operation to this batch.
|
DnsBatchResult<ChangeRequest> |
DnsBatch.getChangeRequest(String zoneName,
String changeRequestId,
Dns.ChangeRequestOption... options)
Adds a request representing the "get change request" operation for the zone specified by
zoneName to this batch. |
DnsBatchResult<ProjectInfo> |
DnsBatch.getProject(Dns.ProjectOption... options)
Adds a request representing the "get project" 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<ChangeRequest>> |
DnsBatch.listChangeRequests(String zoneName,
Dns.ChangeRequestListOption... options)
Adds a request representing the "list change requests" operation in the zone specified by
zoneName to this batch. |
DnsBatchResult<Page<RecordSet>> |
DnsBatch.listRecordSets(String zoneName,
Dns.RecordSetListOption... options)
Adds a request representing the "list record sets" operation in the zone specified by
zoneName to this batch. |
DnsBatchResult<Page<Zone>> |
DnsBatch.listZones(Dns.ZoneListOption... options)
Adds a request representing the "list zones" operation to this batch.
|
Copyright © 2019 Google LLC. All rights reserved.