Infrastructure Manager v1 API - Class ProvisionDeploymentGroupRequest (1.12.0)

public sealed class ProvisionDeploymentGroupRequest : IMessage<ProvisionDeploymentGroupRequest>, IEquatable<ProvisionDeploymentGroupRequest>, IDeepCloneable<ProvisionDeploymentGroupRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Infrastructure Manager v1 API class ProvisionDeploymentGroupRequest.

The request message for the ProvisionDeploymentGroup method.

Inheritance

object > ProvisionDeploymentGroupRequest

Namespace

Google.Cloud.Config.V1

Assembly

Google.Cloud.Config.V1.dll

Constructors

ProvisionDeploymentGroupRequest()

public ProvisionDeploymentGroupRequest()

ProvisionDeploymentGroupRequest(ProvisionDeploymentGroupRequest)

public ProvisionDeploymentGroupRequest(ProvisionDeploymentGroupRequest other)
Parameter
Name Description
other ProvisionDeploymentGroupRequest

Properties

DeploymentGroupName

public DeploymentGroupName DeploymentGroupName { get; set; }

DeploymentGroupName-typed view over the Name resource name property.

Property Value
Type Description
DeploymentGroupName

DeploymentSpecs

public MapField<string, DeploymentSpec> DeploymentSpecs { get; }

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.

Property Value
Type Description
MapFieldstringDeploymentSpec

Name

public string Name { get; set; }

Required. The name of the deployment group to provision. Format: 'projects/{project_id}/locations/{location}/deploymentGroups/{deployment_group}'.

Property Value
Type Description
string