OrganizationsEnvgroups
class OrganizationsEnvgroups extends Resource (View source)
The "envgroups" collection of methods.
Typical usage is:
$apigeeService = new Google\Service\Apigee(...);
$envgroups = $apigeeService->organizations_envgroups;
Methods
Creates a new environment group. (envgroups.create)
Deletes an environment group. (envgroups.delete)
Gets an environment group. (envgroups.get)
Gets the deployed ingress configuration for an environment group.
Lists all environment groups. (envgroups.listOrganizationsEnvgroups)
Updates an environment group. (envgroups.patch)
Details
GoogleLongrunningOperation
create(string $parent, GoogleCloudApigeeV1EnvironmentGroup $postBody, array $optParams = [])
Creates a new environment group. (envgroups.create)
GoogleLongrunningOperation
delete(string $name, array $optParams = [])
Deletes an environment group. (envgroups.delete)
GoogleCloudApigeeV1EnvironmentGroup
get(string $name, array $optParams = [])
Gets an environment group. (envgroups.get)
GoogleCloudApigeeV1EnvironmentGroupConfig
getDeployedIngressConfig(string $name, array $optParams = [])
Gets the deployed ingress configuration for an environment group.
(envgroups.getDeployedIngressConfig)
GoogleCloudApigeeV1ListEnvironmentGroupsResponse
listOrganizationsEnvgroups(string $parent, array $optParams = [])
Lists all environment groups. (envgroups.listOrganizationsEnvgroups)
GoogleLongrunningOperation
patch(string $name, GoogleCloudApigeeV1EnvironmentGroup $postBody, array $optParams = [])
Updates an environment group. (envgroups.patch)