public class Apigee.Organizations.Instances.Attachments extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.Instances.Attachments.Create |
class |
Apigee.Organizations.Instances.Attachments.Delete |
class |
Apigee.Organizations.Instances.Attachments.Get |
class |
Apigee.Organizations.Instances.Attachments.List |
| Constructor and Description |
|---|
Attachments() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Instances.Attachments.Create |
create(String parent,
GoogleCloudApigeeV1InstanceAttachment content)
Creates a new attachment of an environment to an instance.
|
Apigee.Organizations.Instances.Attachments.Delete |
delete(String name)
Deletes an attachment.
|
Apigee.Organizations.Instances.Attachments.Get |
get(String name)
Gets an attachment.
|
Apigee.Organizations.Instances.Attachments.List |
list(String parent)
Lists all attachments to an instance.
|
public Apigee.Organizations.Instances.Attachments.Create create(String parent, GoogleCloudApigeeV1InstanceAttachment 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 GoogleCloudApigeeV1InstanceAttachmentIOExceptionpublic Apigee.Organizations.Instances.Attachments.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the attachment. Use the following structure in your request:
`organizations/{org}/instances/{instance}/attachments/{attachment}`.IOExceptionpublic Apigee.Organizations.Instances.Attachments.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the attachment. Use the following structure in your request:
`organizations/{org}/instances/{instance}/attachments/{attachment}`IOExceptionpublic Apigee.Organizations.Instances.Attachments.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}/instances/{instance}`IOExceptionCopyright © 2011–2025 Google. All rights reserved.