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.
Implements
IMessageImportStatefileRequest, IEquatableImportStatefileRequest, IDeepCloneableImportStatefileRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Config.V1Assembly
Google.Cloud.Config.V1.dll
Constructors
ImportStatefileRequest()
public ImportStatefileRequest()
ImportStatefileRequest(ImportStatefileRequest)
public ImportStatefileRequest(ImportStatefileRequest other)
Parameter | |
---|---|
Name | Description |
other | ImportStatefileRequest |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
ParentAsDeploymentName
public DeploymentName ParentAsDeploymentName { get; set; }
DeploymentName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
DeploymentName |
SkipDraft
public bool SkipDraft { get; set; }
Optional.
Property Value | |
---|---|
Type | Description |
bool |