class OrganizationsEnvironmentsAddonsConfig extends Resource (View source)

The "addonsConfig" collection of methods.

Typical usage is:

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

Methods

setAddonEnablement(string $name, GoogleCloudApigeeV1SetAddonEnablementRequest $postBody, array $optParams = [])

Updates an add-on enablement status of an environment.

Details

GoogleLongrunningOperation setAddonEnablement(string $name, GoogleCloudApigeeV1SetAddonEnablementRequest $postBody, array $optParams = [])

Updates an add-on enablement status of an environment.

(addonsConfig.setAddonEnablement)

Parameters

string $name

Required. Name of the add-ons config. Must be in the format of /organizations/{org}/environments/{env}/addonsConfig

GoogleCloudApigeeV1SetAddonEnablementRequest $postBody
array $optParams

Optional parameters.

Return Value

GoogleLongrunningOperation

Exceptions

Exception