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

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

The request message for the ProvisionDeploymentGroup method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#deployment_specs

def deployment_specs() -> ::Google::Protobuf::Map{::String => ::Google::Cloud::ConfigService::V1::DeploymentSpec}
Returns
  • (::Google::Protobuf::Map{::String => ::Google::Cloud::ConfigService::V1::DeploymentSpec}) — Optional. The deployment specs of the deployment units to be created within the same project and location of the deployment group. The key is the unit ID, and the value is the DeploymentSpec. Provisioning will fail if a deployment_spec has a deployment_id that matches an existing deployment in the same project and location. If an existing deployment was part of the last successful revision but is no longer in the current DeploymentGroup's deployment_units, it will be recreated if included in deployment_specs.

#deployment_specs=

def deployment_specs=(value) -> ::Google::Protobuf::Map{::String => ::Google::Cloud::ConfigService::V1::DeploymentSpec}
Parameter
  • value (::Google::Protobuf::Map{::String => ::Google::Cloud::ConfigService::V1::DeploymentSpec}) — Optional. The deployment specs of the deployment units to be created within the same project and location of the deployment group. The key is the unit ID, and the value is the DeploymentSpec. Provisioning will fail if a deployment_spec has a deployment_id that matches an existing deployment in the same project and location. If an existing deployment was part of the last successful revision but is no longer in the current DeploymentGroup's deployment_units, it will be recreated if included in deployment_specs.
Returns
  • (::Google::Protobuf::Map{::String => ::Google::Cloud::ConfigService::V1::DeploymentSpec}) — Optional. The deployment specs of the deployment units to be created within the same project and location of the deployment group. The key is the unit ID, and the value is the DeploymentSpec. Provisioning will fail if a deployment_spec has a deployment_id that matches an existing deployment in the same project and location. If an existing deployment was part of the last successful revision but is no longer in the current DeploymentGroup's deployment_units, it will be recreated if included in deployment_specs.

#name

def name() -> ::String
Returns
  • (::String) — Required. The name of the deployment group to provision. 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 provision. Format: 'projects/{project_id}/locations/{location}/deploymentGroups/{deployment_group}'.
Returns
  • (::String) — Required. The name of the deployment group to provision. Format: 'projects/{project_id}/locations/{location}/deploymentGroups/{deployment_group}'.