public class Dns.ManagedZones
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dns.ManagedZones.Create |
class |
Dns.ManagedZones.Delete |
class |
Dns.ManagedZones.Get |
class |
Dns.ManagedZones.List |
| Constructor and Description |
|---|
Dns.ManagedZones() |
| Modifier and Type | Method and Description |
|---|---|
Dns.ManagedZones.Create |
create(java.lang.String project,
ManagedZone content)
Create a new ManagedZone.
|
Dns.ManagedZones.Delete |
delete(java.lang.String project,
java.lang.String managedZone)
Delete a previously created ManagedZone.
|
Dns.ManagedZones.Get |
get(java.lang.String project,
java.lang.String managedZone)
Fetch the representation of an existing ManagedZone.
|
Dns.ManagedZones.List |
list(java.lang.String project)
Enumerate ManagedZones that have been created but not yet deleted.
|
public Dns.ManagedZones.Create create(java.lang.String project, ManagedZone content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Identifies the project addressed by this request.content - the ManagedZonejava.io.IOExceptionpublic Dns.ManagedZones.Delete delete(java.lang.String project, java.lang.String managedZone) throws java.io.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.java.io.IOExceptionpublic Dns.ManagedZones.Get get(java.lang.String project, java.lang.String managedZone) throws java.io.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.java.io.IOExceptionpublic Dns.ManagedZones.List list(java.lang.String project) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Identifies the project addressed by this request.java.io.IOException