Infrastructure Manager v1 API - Class DeleteStatefileRequest (1.2.0)

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.

Inheritance

object > DeleteStatefileRequest

Namespace

Google.Cloud.Config.V1

Assembly

Google.Cloud.Config.V1.dll

Constructors

DeleteStatefileRequest()

public DeleteStatefileRequest()

DeleteStatefileRequest(DeleteStatefileRequest)

public DeleteStatefileRequest(DeleteStatefileRequest other)
Parameter
NameDescription
otherDeleteStatefileRequest

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 verify that the user who is deleting the state file previously locked the Deployment.

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