Package | Description |
---|---|
com.google.cloud.dns |
A client for Cloud DNS - A highly available global DNS network.
|
Modifier and Type | Class and Description |
---|---|
class |
ChangeRequest
An immutable class representing an atomic update to a collection of
RecordSet s within a
Zone . |
Modifier and Type | Method and Description |
---|---|
abstract ChangeRequestInfo |
ChangeRequestInfo.Builder.build()
Creates a
ChangeRequestInfo instance populated by the values associated with this
builder. |
Modifier and Type | Method and Description |
---|---|
ChangeRequest |
Zone.applyChangeRequest(ChangeRequestInfo changeRequest,
Dns.ChangeRequestOption... options)
Submits
ChangeRequestInfo to the service for it to applied to this zone. |
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. |
ChangeRequest |
Dns.applyChangeRequest(String zoneName,
ChangeRequestInfo changeRequest,
Dns.ChangeRequestOption... options)
Submits a change request for the specified zone.
|
Copyright © 2019 Google LLC. All rights reserved.