public sealed class ApplyDeploymentRequest : IMessage<ApplyDeploymentRequest>, IEquatable<ApplyDeploymentRequest>, IDeepCloneable<ApplyDeploymentRequest>, IBufferMessage, IMessageReference documentation and code samples for the Telco Automation v1 API class ApplyDeploymentRequest.
Request object for ApplyDeployment. The resources in given deployment
gets applied to Orchestration Cluster. A new revision is created when a
deployment is applied.
Implements
IMessageApplyDeploymentRequest, IEquatableApplyDeploymentRequest, IDeepCloneableApplyDeploymentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.TelcoAutomation.V1Assembly
Google.Cloud.TelcoAutomation.V1.dll
Constructors
ApplyDeploymentRequest()
public ApplyDeploymentRequest()ApplyDeploymentRequest(ApplyDeploymentRequest)
public ApplyDeploymentRequest(ApplyDeploymentRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ApplyDeploymentRequest |
Properties
DeploymentName
public DeploymentName DeploymentName { get; set; }DeploymentName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
DeploymentName |
|
Name
public string Name { get; set; }Required. The name of the deployment to apply to orchestration cluster.
| Property Value | |
|---|---|
| Type | Description |
string |
|