public sealed class ExportLockInfoRequest : IMessage<ExportLockInfoRequest>, IEquatable<ExportLockInfoRequest>, IDeepCloneable<ExportLockInfoRequest>, IBufferMessage, IMessageReference documentation and code samples for the Infrastructure Manager v1 API class ExportLockInfoRequest.
A request to get a state file lock info passed to a 'ExportLockInfo' call.
Implements
IMessageExportLockInfoRequest, IEquatableExportLockInfoRequest, IDeepCloneableExportLockInfoRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Config.V1Assembly
Google.Cloud.Config.V1.dll
Constructors
ExportLockInfoRequest()
public ExportLockInfoRequest()ExportLockInfoRequest(ExportLockInfoRequest)
public ExportLockInfoRequest(ExportLockInfoRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ExportLockInfoRequest |
Properties
DeploymentName
public DeploymentName DeploymentName { get; set; }DeploymentName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
DeploymentName |
|
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 |
|