public class Apigee.Organizations.DnsZones extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.DnsZones.Create |
class |
Apigee.Organizations.DnsZones.Delete |
class |
Apigee.Organizations.DnsZones.Get |
class |
Apigee.Organizations.DnsZones.List |
| Constructor and Description |
|---|
DnsZones() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.DnsZones.Create |
create(String parent,
GoogleCloudApigeeV1DnsZone content)
Creates a new DNS zone.
|
Apigee.Organizations.DnsZones.Delete |
delete(String name)
Deletes a previously created DNS zone.
|
Apigee.Organizations.DnsZones.Get |
get(String name)
Fetches the representation of an existing DNS zone.
|
Apigee.Organizations.DnsZones.List |
list(String parent)
Enumerates DNS zones that have been created but not yet deleted.
|
public Apigee.Organizations.DnsZones.Create create(String parent, GoogleCloudApigeeV1DnsZone content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Organization where the DNS zone will be created.content - the GoogleCloudApigeeV1DnsZoneIOExceptionpublic Apigee.Organizations.DnsZones.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the DNS zone to delete. Use the following structure in your request:
`organizations/{org}/dnsZones/{dns_zone}`.IOExceptionpublic Apigee.Organizations.DnsZones.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the DNS zone to fetch. Use the following structure in your request:
`organizations/{org}/dnsZones/{dns_zone}`.IOExceptionpublic Apigee.Organizations.DnsZones.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Name of the organization for which to list the DNS zones. Use the following structure in
your request: `organizations/{org}`IOExceptionCopyright © 2011–2025 Google. All rights reserved.