Infrastructure Manager v1 API - Class ExportLockInfoRequest (1.3.0)

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

Reference 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.

Inheritance

object > ExportLockInfoRequest

Namespace

Google.Cloud.Config.V1

Assembly

Google.Cloud.Config.V1.dll

Constructors

ExportLockInfoRequest()

public ExportLockInfoRequest()

ExportLockInfoRequest(ExportLockInfoRequest)

public ExportLockInfoRequest(ExportLockInfoRequest other)
Parameter
NameDescription
otherExportLockInfoRequest

Properties

DeploymentName

public DeploymentName DeploymentName { get; set; }

DeploymentName-typed view over the Name resource name property.

Property Value
TypeDescription
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
TypeDescription
string