Infrastructure Manager v1 API - Class LockDeploymentRequest (1.3.0)

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

Reference documentation and code samples for the Infrastructure Manager v1 API class LockDeploymentRequest.

A request to lock a deployment passed to a 'LockDeployment' call.

Inheritance

object > LockDeploymentRequest

Namespace

Google.Cloud.Config.V1

Assembly

Google.Cloud.Config.V1.dll

Constructors

LockDeploymentRequest()

public LockDeploymentRequest()

LockDeploymentRequest(LockDeploymentRequest)

public LockDeploymentRequest(LockDeploymentRequest other)
Parameter
NameDescription
otherLockDeploymentRequest

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 in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}'.

Property Value
TypeDescription
string