OrganizationsInstances
class OrganizationsInstances extends Resource (View source)
The "instances" collection of methods.
Typical usage is:
$apigeeService = new Google\Service\Apigee(...);
$instances = $apigeeService->organizations_instances;
Methods
Creates an Apigee runtime instance. The instance is accessible from the authorized network configured on the organization. Note: Not supported for Apigee hybrid. (instances.create)
Deletes an Apigee runtime instance. The instance stops serving requests and the runtime data is deleted. Note: Not supported for Apigee hybrid.
Gets the details for an Apigee runtime instance. Note: Not supported for Apigee hybrid. (instances.get)
Lists all Apigee runtime instances for the organization. Note: Not supported for Apigee hybrid. (instances.listOrganizationsInstances)
Updates an Apigee runtime instance. You can update the fields described in NodeConfig. No other fields will be updated. Note: Not supported for Apigee hybrid. (instances.patch)
Reports the latest status for a runtime instance. (instances.reportStatus)
Details
GoogleLongrunningOperation
create(string $parent, GoogleCloudApigeeV1Instance $postBody, array $optParams = [])
Creates an Apigee runtime instance. The instance is accessible from the authorized network configured on the organization. Note: Not supported for Apigee hybrid. (instances.create)
GoogleLongrunningOperation
delete(string $name, array $optParams = [])
Deletes an Apigee runtime instance. The instance stops serving requests and the runtime data is deleted. Note: Not supported for Apigee hybrid.
(instances.delete)
GoogleCloudApigeeV1Instance
get(string $name, array $optParams = [])
Gets the details for an Apigee runtime instance. Note: Not supported for Apigee hybrid. (instances.get)
GoogleCloudApigeeV1ListInstancesResponse
listOrganizationsInstances(string $parent, array $optParams = [])
Lists all Apigee runtime instances for the organization. Note: Not supported for Apigee hybrid. (instances.listOrganizationsInstances)
GoogleLongrunningOperation
patch(string $name, GoogleCloudApigeeV1Instance $postBody, array $optParams = [])
Updates an Apigee runtime instance. You can update the fields described in NodeConfig. No other fields will be updated. Note: Not supported for Apigee hybrid. (instances.patch)
GoogleCloudApigeeV1ReportInstanceStatusResponse
reportStatus(string $instance, GoogleCloudApigeeV1ReportInstanceStatusRequest $postBody, array $optParams = [])
Reports the latest status for a runtime instance. (instances.reportStatus)