Infrastructure Manager V1 API - Class Google::Cloud::ConfigService::V1::DeprovisionDeploymentGroupRequest (v2.9.0)

Reference documentation and code samples for the Infrastructure Manager V1 API class Google::Cloud::ConfigService::V1::DeprovisionDeploymentGroupRequest.

The request message for the DeprovisionDeploymentGroup method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#delete_policy

def delete_policy() -> ::Google::Cloud::ConfigService::V1::DeleteDeploymentRequest::DeletePolicy
Returns

#delete_policy=

def delete_policy=(value) -> ::Google::Cloud::ConfigService::V1::DeleteDeploymentRequest::DeletePolicy
Parameter
Returns

#force

def force() -> ::Boolean
Returns
  • (::Boolean) — 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.

#force=

def force=(value) -> ::Boolean
Parameter
  • value (::Boolean) — 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.
Returns
  • (::Boolean) — 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.

#name

def name() -> ::String
Returns
  • (::String) — Required. The name of the deployment group to deprovision. Format: 'projects/{project_id}/locations/{location}/deploymentGroups/{deployment_group}'.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the deployment group to deprovision. Format: 'projects/{project_id}/locations/{location}/deploymentGroups/{deployment_group}'.
Returns
  • (::String) — Required. The name of the deployment group to deprovision. Format: 'projects/{project_id}/locations/{location}/deploymentGroups/{deployment_group}'.