public class Apigee.Organizations.Instances extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.Instances.Attachments
The "attachments" collection of methods.
|
class |
Apigee.Organizations.Instances.Canaryevaluations
The "canaryevaluations" collection of methods.
|
class |
Apigee.Organizations.Instances.Create |
class |
Apigee.Organizations.Instances.Delete |
class |
Apigee.Organizations.Instances.Get |
class |
Apigee.Organizations.Instances.List |
class |
Apigee.Organizations.Instances.NatAddresses
The "natAddresses" collection of methods.
|
class |
Apigee.Organizations.Instances.Patch |
class |
Apigee.Organizations.Instances.ReportStatus |
| Constructor and Description |
|---|
Instances() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Instances.Attachments |
attachments()
An accessor for creating requests from the Attachments collection.
|
Apigee.Organizations.Instances.Canaryevaluations |
canaryevaluations()
An accessor for creating requests from the Canaryevaluations collection.
|
Apigee.Organizations.Instances.Create |
create(String parent,
GoogleCloudApigeeV1Instance content)
Creates an Apigee runtime instance.
|
Apigee.Organizations.Instances.Delete |
delete(String name)
Deletes an Apigee runtime instance.
|
Apigee.Organizations.Instances.Get |
get(String name)
Gets the details for an Apigee runtime instance.
|
Apigee.Organizations.Instances.List |
list(String parent)
Lists all Apigee runtime instances for the organization.
|
Apigee.Organizations.Instances.NatAddresses |
natAddresses()
An accessor for creating requests from the NatAddresses collection.
|
Apigee.Organizations.Instances.Patch |
patch(String name,
GoogleCloudApigeeV1Instance content)
Updates an Apigee runtime instance.
|
Apigee.Organizations.Instances.ReportStatus |
reportStatus(String instance,
GoogleCloudApigeeV1ReportInstanceStatusRequest content)
Reports the latest status for a runtime instance.
|
public Apigee.Organizations.Instances.Create create(String parent, GoogleCloudApigeeV1Instance content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Name of the organization. Use the following structure in your request:
`organizations/{org}`.content - the GoogleCloudApigeeV1InstanceIOExceptionpublic Apigee.Organizations.Instances.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the instance. Use the following structure in your request:
`organizations/{org}/instances/{instance}`.IOExceptionpublic Apigee.Organizations.Instances.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the instance. Use the following structure in your request:
`organizations/{org}/instances/{instance}`.IOExceptionpublic Apigee.Organizations.Instances.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Name of the organization. Use the following structure in your request:
`organizations/{org}`.IOExceptionpublic Apigee.Organizations.Instances.Patch patch(String name, GoogleCloudApigeeV1Instance content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the instance. Use the following structure in your request:
`organizations/{org}/instances/{instance}`.content - the GoogleCloudApigeeV1InstanceIOExceptionpublic Apigee.Organizations.Instances.ReportStatus reportStatus(String instance, GoogleCloudApigeeV1ReportInstanceStatusRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.instance - The name of the instance reporting this status. For SaaS the request will be rejected if no instance
exists under this name. Format is organizations/{org}/instances/{instance}content - the GoogleCloudApigeeV1ReportInstanceStatusRequestIOExceptionpublic Apigee.Organizations.Instances.Attachments attachments()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.Attachments.List request = apigee.attachments().list(parameters ...)
public Apigee.Organizations.Instances.Canaryevaluations canaryevaluations()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.Canaryevaluations.List request = apigee.canaryevaluations().list(parameters ...)
public Apigee.Organizations.Instances.NatAddresses natAddresses()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.NatAddresses.List request = apigee.natAddresses().list(parameters ...)
Copyright © 2011–2025 Google. All rights reserved.