public sealed class UnlockDeploymentRequest : IMessage<UnlockDeploymentRequest>, IEquatable<UnlockDeploymentRequest>, IDeepCloneable<UnlockDeploymentRequest>, IBufferMessage, IMessageReference documentation and code samples for the Infrastructure Manager v1 API class UnlockDeploymentRequest.
A request to unlock a state file passed to a 'UnlockDeployment' call.
Implements
IMessageUnlockDeploymentRequest, IEquatableUnlockDeploymentRequest, IDeepCloneableUnlockDeploymentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Config.V1Assembly
Google.Cloud.Config.V1.dll
Constructors
UnlockDeploymentRequest()
public UnlockDeploymentRequest()UnlockDeploymentRequest(UnlockDeploymentRequest)
public UnlockDeploymentRequest(UnlockDeploymentRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UnlockDeploymentRequest |
Properties
DeploymentName
public DeploymentName DeploymentName { get; set; }DeploymentName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
DeploymentName |
|
LockId
public long LockId { get; set; }Required. Lock ID of the lock file to be unlocked.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|