Telco Automation v1 API - Class ApplyDeploymentRequest (1.0.0)

public sealed class ApplyDeploymentRequest : IMessage<ApplyDeploymentRequest>, IEquatable<ApplyDeploymentRequest>, IDeepCloneable<ApplyDeploymentRequest>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > ApplyDeploymentRequest

Namespace

Google.Cloud.TelcoAutomation.V1

Assembly

Google.Cloud.TelcoAutomation.V1.dll

Constructors

ApplyDeploymentRequest()

public ApplyDeploymentRequest()

ApplyDeploymentRequest(ApplyDeploymentRequest)

public ApplyDeploymentRequest(ApplyDeploymentRequest other)
Parameter
NameDescription
otherApplyDeploymentRequest

Properties

DeploymentName

public DeploymentName DeploymentName { get; set; }

DeploymentName-typed view over the Name resource name property.

Property Value
TypeDescription
DeploymentName

Name

public string Name { get; set; }

Required. The name of the deployment to apply to orchestration cluster.

Property Value
TypeDescription
string