setAddonEnablement
public Apigee.Organizations.Environments.AddonsConfig.SetAddonEnablement setAddonEnablement(String name,
GoogleCloudApigeeV1SetAddonEnablementRequest content)
throws IOException
Updates an add-on enablement status of an environment.
Create a request for the method "addonsConfig.setAddonEnablement".
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:
name - Required. Name of the add-ons config. Must be in the format of
`/organizations/{org}/environments/{env}/addonsConfig`
content - the GoogleCloudApigeeV1SetAddonEnablementRequest
- Returns:
- the request
- Throws:
IOException