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.
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
getParent
Required. The name of parent resource.
Format should be - "projects/{project_id}/locations/{location_name}/orchestrationClusters/{orchestration_cluster}".
string
setParent
Required. The name of parent resource.
Format should be - "projects/{project_id}/locations/{location_name}/orchestrationClusters/{orchestration_cluster}".
var
string
$this
getDeploymentId
Optional. The name of the deployment.
string
setDeploymentId
Optional. The name of the deployment.
var
string
$this
getDeployment
Required. The Deployment
to create.
hasDeployment
clearDeployment
setDeployment
Required. The Deployment
to create.
$this
static::build
parent
string
Required. The name of parent resource. Format should be - "projects/{project_id}/locations/{location_name}/orchestrationClusters/{orchestration_cluster}". Please see Google\Cloud\TelcoAutomation\V1\TelcoAutomationClient::orchestrationClusterName() for help formatting this field.
deployment
deploymentId
string
Optional. The name of the deployment.