provisionOrganization
public Apigee.Projects.ProvisionOrganization provisionOrganization(String project,
GoogleCloudApigeeV1ProvisionOrganizationRequest content)
throws IOException
Provisions a new Apigee organization with a functioning runtime. This is the standard way to
create trial organizations for a free Apigee trial.
Create a request for the method "projects.provisionOrganization".
This request holds the parameters needed by the apigee server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote
operation.
- Parameters:
project - Required. Name of the GCP project with which to associate the Apigee organization.
content - the GoogleCloudApigeeV1ProvisionOrganizationRequest
- Returns:
- the request
- Throws:
IOException