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 adeployment_spechas adeployment_idthat 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'sdeployment_units, it will be recreated if included indeployment_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 adeployment_spechas adeployment_idthat 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'sdeployment_units, it will be recreated if included indeployment_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 adeployment_spechas adeployment_idthat 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'sdeployment_units, it will be recreated if included indeployment_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}'.