class Projects extends Resource (View source)

The "projects" collection of methods.

Typical usage is:

 $apigeeService = new Google\Service\Apigee(...);
 $projects = $apigeeService->projects;

Methods

provisionOrganization(string $project, GoogleCloudApigeeV1ProvisionOrganizationRequest $postBody, array $optParams = [])

Provisions a new Apigee organization with a functioning runtime. This is the standard way to create trial organizations for a free Apigee trial.

Details

GoogleLongrunningOperation provisionOrganization(string $project, GoogleCloudApigeeV1ProvisionOrganizationRequest $postBody, array $optParams = [])

Provisions a new Apigee organization with a functioning runtime. This is the standard way to create trial organizations for a free Apigee trial.

(projects.provisionOrganization)

Parameters

string $project

Required. Name of the GCP project with which to associate the Apigee organization.

GoogleCloudApigeeV1ProvisionOrganizationRequest $postBody
array $optParams

Optional parameters.

Return Value

GoogleLongrunningOperation

Exceptions

Exception