public sealed class CreateDeploymentRequest : IMessage<CreateDeploymentRequest>, IEquatable<CreateDeploymentRequest>, IDeepCloneable<CreateDeploymentRequest>, IBufferMessage, IMessageReference documentation and code samples for the Telco Automation v1 API class CreateDeploymentRequest.
Request object for CreateDeployment.
Implements
IMessageCreateDeploymentRequest, IEquatableCreateDeploymentRequest, IDeepCloneableCreateDeploymentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.TelcoAutomation.V1Assembly
Google.Cloud.TelcoAutomation.V1.dll
Constructors
CreateDeploymentRequest()
public CreateDeploymentRequest()CreateDeploymentRequest(CreateDeploymentRequest)
public CreateDeploymentRequest(CreateDeploymentRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateDeploymentRequest |
Properties
Deployment
public Deployment Deployment { get; set; }Required. The Deployment to create.
| Property Value | |
|---|---|
| Type | Description |
Deployment |
|
DeploymentId
public string DeploymentId { get; set; }Optional. The name of the deployment.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The name of parent resource. Format should be - "projects/{project_id}/locations/{location_name}/orchestrationClusters/{orchestration_cluster}".
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsOrchestrationClusterName
public OrchestrationClusterName ParentAsOrchestrationClusterName { get; set; }OrchestrationClusterName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
OrchestrationClusterName |
|