| Modifier and Type | Class and Description |
|---|---|
class |
Dns.ResourceRecordSets.Create |
class |
Dns.ResourceRecordSets.Delete |
class |
Dns.ResourceRecordSets.Get |
class |
Dns.ResourceRecordSets.List |
class |
Dns.ResourceRecordSets.Patch |
| Constructor and Description |
|---|
ResourceRecordSets() |
| Modifier and Type | Method and Description |
|---|---|
Dns.ResourceRecordSets.Create |
create(String project,
String managedZone,
ResourceRecordSet content)
Creates a new ResourceRecordSet.
|
Dns.ResourceRecordSets.Delete |
delete(String project,
String managedZone,
String name,
String type)
Deletes a previously created ResourceRecordSet.
|
Dns.ResourceRecordSets.Get |
get(String project,
String managedZone,
String name,
String type)
Fetches the representation of an existing ResourceRecordSet.
|
Dns.ResourceRecordSets.List |
list(String project,
String managedZone)
Enumerates ResourceRecordSets that you have created but not yet deleted.
|
Dns.ResourceRecordSets.Patch |
patch(String project,
String managedZone,
String name,
String type,
ResourceRecordSet content)
Applies a partial update to an existing ResourceRecordSet.
|
public Dns.ResourceRecordSets.Create create(String project, String managedZone, ResourceRecordSet content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Identifies the project addressed by this request.managedZone - Identifies the managed zone addressed by this request. Can be the managed zone name or ID.content - the ResourceRecordSetIOExceptionpublic Dns.ResourceRecordSets.Delete delete(String project, String managedZone, String name, String type) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Identifies the project addressed by this request.managedZone - Identifies the managed zone addressed by this request. Can be the managed zone name or ID.name - Fully qualified domain name.type - RRSet type.IOExceptionpublic Dns.ResourceRecordSets.Get get(String project, String managedZone, String name, String type) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Identifies the project addressed by this request.managedZone - Identifies the managed zone addressed by this request. Can be the managed zone name or ID.name - Fully qualified domain name.type - RRSet type.IOExceptionpublic Dns.ResourceRecordSets.List list(String project, String managedZone) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Identifies the project addressed by this request.managedZone - Identifies the managed zone addressed by this request. Can be the managed zone name or ID.IOExceptionpublic Dns.ResourceRecordSets.Patch patch(String project, String managedZone, String name, String type, ResourceRecordSet content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Identifies the project addressed by this request.managedZone - Identifies the managed zone addressed by this request. Can be the managed zone name or ID.name - Fully qualified domain name.type - RRSet type.content - the ResourceRecordSetIOExceptionCopyright © 2011–2022 Google. All rights reserved.