Reference documentation and code samples for the Google Cloud Config V1 Client class ProvisionDeploymentGroupRequest.
The request message for the ProvisionDeploymentGroup method.
Generated from protobuf message google.cloud.config.v1.ProvisionDeploymentGroupRequest
Namespace
Google \ Cloud \ Config \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the deployment group to provision. Format: 'projects/{project_id}/locations/{location}/deploymentGroups/{deployment_group}'. |
↳ deployment_specs |
array|Google\Protobuf\Internal\MapField
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 |
getName
Required. The name of the deployment group to provision.
Format: 'projects/{project_id}/locations/{location}/deploymentGroups/{deployment_group}'.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The name of the deployment group to provision.
Format: 'projects/{project_id}/locations/{location}/deploymentGroups/{deployment_group}'.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDeploymentSpecs
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 | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\MapField |
|
setDeploymentSpecs
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.
| Parameter | |
|---|---|
| Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. The name of the deployment group to provision. Format: 'projects/{project_id}/locations/{location}/deploymentGroups/{deployment_group}'. Please see ConfigClient::deploymentGroupName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
ProvisionDeploymentGroupRequest |
|