public class Apigee.Organizations.Instances.NatAddresses extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.Instances.NatAddresses.Activate |
class |
Apigee.Organizations.Instances.NatAddresses.Create |
class |
Apigee.Organizations.Instances.NatAddresses.Delete |
class |
Apigee.Organizations.Instances.NatAddresses.Get |
class |
Apigee.Organizations.Instances.NatAddresses.List |
| Constructor and Description |
|---|
NatAddresses() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Instances.NatAddresses.Activate |
activate(String name,
GoogleCloudApigeeV1ActivateNatAddressRequest content)
Activates the NAT address.
|
Apigee.Organizations.Instances.NatAddresses.Create |
create(String parent,
GoogleCloudApigeeV1NatAddress content)
Creates a NAT address.
|
Apigee.Organizations.Instances.NatAddresses.Delete |
delete(String name)
Deletes the NAT address.
|
Apigee.Organizations.Instances.NatAddresses.Get |
get(String name)
Gets the details of a NAT address.
|
Apigee.Organizations.Instances.NatAddresses.List |
list(String parent)
Lists the NAT addresses for an Apigee instance.
|
public Apigee.Organizations.Instances.NatAddresses.Activate activate(String name, GoogleCloudApigeeV1ActivateNatAddressRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the nat address. Use the following structure in your request:
`organizations/{org}/instances/{instances}/natAddresses/{nataddress}``content - the GoogleCloudApigeeV1ActivateNatAddressRequestIOExceptionpublic Apigee.Organizations.Instances.NatAddresses.Create create(String parent, GoogleCloudApigeeV1NatAddress content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Name of the instance. Use the following structure in your request:
`organizations/{org}/instances/{instance}`content - the GoogleCloudApigeeV1NatAddressIOExceptionpublic Apigee.Organizations.Instances.NatAddresses.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the nat address. Use the following structure in your request:
`organizations/{org}/instances/{instances}/natAddresses/{nataddress}``IOExceptionpublic Apigee.Organizations.Instances.NatAddresses.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the nat address. Use the following structure in your request:
`organizations/{org}/instances/{instances}/natAddresses/{nataddress}`IOExceptionpublic Apigee.Organizations.Instances.NatAddresses.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Name of the instance. Use the following structure in your request:
`organizations/{org}/instances/{instance}`IOExceptionCopyright © 2011–2025 Google. All rights reserved.