Reference documentation and code samples for the Google Cloud Telco Automation V1 Client class CreateDeploymentRequest.
Request object for CreateDeployment.
Generated from protobuf message google.cloud.telcoautomation.v1.CreateDeploymentRequest
Namespace
Google \ Cloud \ TelcoAutomation \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The name of parent resource. Format should be - "projects/{project_id}/locations/{location_name}/orchestrationClusters/{orchestration_cluster}". |
↳ deployment_id |
string
Optional. The name of the deployment. |
↳ deployment |
Deployment
Required. The |
getParent
Required. The name of parent resource.
Format should be - "projects/{project_id}/locations/{location_name}/orchestrationClusters/{orchestration_cluster}".
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The name of parent resource.
Format should be - "projects/{project_id}/locations/{location_name}/orchestrationClusters/{orchestration_cluster}".
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDeploymentId
Optional. The name of the deployment.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDeploymentId
Optional. The name of the deployment.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDeployment
Required. The Deployment to create.
| Returns | |
|---|---|
| Type | Description |
Deployment|null |
|
hasDeployment
clearDeployment
setDeployment
Required. The Deployment to create.
| Parameter | |
|---|---|
| Name | Description |
var |
Deployment
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
parent |
string
Required. The name of parent resource. Format should be - "projects/{project_id}/locations/{location_name}/orchestrationClusters/{orchestration_cluster}". Please see TelcoAutomationClient::orchestrationClusterName() for help formatting this field. |
deployment |
Deployment
Required. The |
deploymentId |
string
Optional. The name of the deployment. |
| Returns | |
|---|---|
| Type | Description |
CreateDeploymentRequest |
|