DeprovisionDeploymentGroupRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)The request message for the DeprovisionDeploymentGroup method.
Attributes |
|
|---|---|
| Name | Description |
name |
str
Required. The name of the deployment group to deprovision. Format: 'projects/{project_id}/locations/{location}/deploymentGroups/{deployment_group}'. |
force |
bool
Optional. If set to true, this option is propagated to the deletion of each deployment in the group. This corresponds to the 'force' field in DeleteDeploymentRequest. |
delete_policy |
google.cloud.config_v1.types.DeleteDeploymentRequest.DeletePolicy
Optional. Policy on how resources within each deployment should be handled during deletion. This policy is applied globally to the deletion of all deployments in this group. This corresponds to the 'delete_policy' field in DeleteDeploymentRequest. |