OrganizationsInstancesAttachments
class OrganizationsInstancesAttachments extends Resource (View source)
The "attachments" collection of methods.
Typical usage is:
$apigeeService = new Google\Service\Apigee(...);
$attachments = $apigeeService->organizations_instances_attachments;
Methods
Creates a new attachment of an environment to an instance. Note: Not supported for Apigee hybrid. (attachments.create)
Deletes an attachment. Note: Not supported for Apigee hybrid.
Gets an attachment. Note: Not supported for Apigee hybrid.
Lists all attachments to an instance. Note: Not supported for Apigee hybrid. (attachments.listOrganizationsInstancesAttachments)
Details
GoogleLongrunningOperation
create(string $parent, GoogleCloudApigeeV1InstanceAttachment $postBody, array $optParams = [])
Creates a new attachment of an environment to an instance. Note: Not supported for Apigee hybrid. (attachments.create)
GoogleLongrunningOperation
delete(string $name, array $optParams = [])
Deletes an attachment. Note: Not supported for Apigee hybrid.
(attachments.delete)
GoogleCloudApigeeV1InstanceAttachment
get(string $name, array $optParams = [])
Gets an attachment. Note: Not supported for Apigee hybrid.
(attachments.get)
GoogleCloudApigeeV1ListInstanceAttachmentsResponse
listOrganizationsInstancesAttachments(string $parent, array $optParams = [])
Lists all attachments to an instance. Note: Not supported for Apigee hybrid. (attachments.listOrganizationsInstancesAttachments)