Infrastructure Manager v1 API - Class ImportStatefileRequest (1.3.0)

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

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

A request to import a state file passed to a 'ImportStatefile' call.

Inheritance

object > ImportStatefileRequest

Namespace

Google.Cloud.Config.V1

Assembly

Google.Cloud.Config.V1.dll

Constructors

ImportStatefileRequest()

public ImportStatefileRequest()

ImportStatefileRequest(ImportStatefileRequest)

public ImportStatefileRequest(ImportStatefileRequest other)
Parameter
NameDescription
otherImportStatefileRequest

Properties

LockId

public long LockId { get; set; }

Required. Lock ID of the lock file to verify that the user who is importing the state file previously locked the Deployment.

Property Value
TypeDescription
long

Parent

public string Parent { get; set; }

Required. The parent in whose context the statefile is listed. The parent value is in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}'.

Property Value
TypeDescription
string

ParentAsDeploymentName

public DeploymentName ParentAsDeploymentName { get; set; }

DeploymentName-typed view over the Parent resource name property.

Property Value
TypeDescription
DeploymentName

SkipDraft

public bool SkipDraft { get; set; }

Optional.

Property Value
TypeDescription
bool