public sealed class DeleteStatefileRequest : IMessage<DeleteStatefileRequest>, IEquatable<DeleteStatefileRequest>, IDeepCloneable<DeleteStatefileRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Infrastructure Manager v1 API class DeleteStatefileRequest.
A request to delete a state file passed to a 'DeleteStatefile' call.
Implements
IMessageDeleteStatefileRequest, IEquatableDeleteStatefileRequest, IDeepCloneableDeleteStatefileRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Config.V1Assembly
Google.Cloud.Config.V1.dll
Constructors
DeleteStatefileRequest()
public DeleteStatefileRequest()
DeleteStatefileRequest(DeleteStatefileRequest)
public DeleteStatefileRequest(DeleteStatefileRequest other)
Parameter | |
---|---|
Name | Description |
other | DeleteStatefileRequest |
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 verify that the user who is deleting the state file previously locked the Deployment.
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 |