Infrastructure Manager v1 API - Class UnlockDeploymentRequest (1.1.0)

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

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

A request to unlock a state file passed to a 'UnlockDeployment' call.

Inheritance

object > UnlockDeploymentRequest

Namespace

Google.Cloud.Config.V1

Assembly

Google.Cloud.Config.V1.dll

Constructors

UnlockDeploymentRequest()

public UnlockDeploymentRequest()

UnlockDeploymentRequest(UnlockDeploymentRequest)

public UnlockDeploymentRequest(UnlockDeploymentRequest other)
Parameter
NameDescription
otherUnlockDeploymentRequest

Properties

DeploymentName

public DeploymentName DeploymentName { get; set; }

DeploymentName-typed view over the Name resource name property.

Property Value
TypeDescription
DeploymentName

LockId

public long LockId { get; set; }

Required. Lock ID of the lock file to be unlocked.

Property Value
TypeDescription
long

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