public sealed class DeleteLustreInstance : IMessage<DeleteLustreInstance>, IEquatable<DeleteLustreInstance>, IDeepCloneable<DeleteLustreInstance>, IBufferMessage, IMessageReference documentation and code samples for the Cluster Director v1 API class DeleteLustreInstance.
When set in OperationStep, indicates that a Lustre instance should be deleted.
Implements
IMessageDeleteLustreInstance, IEquatableDeleteLustreInstance, IDeepCloneableDeleteLustreInstance, IBufferMessage, IMessageNamespace
Google.Cloud.HypercomputeCluster.V1Assembly
Google.Cloud.HypercomputeCluster.V1.dll
Constructors
DeleteLustreInstance()
public DeleteLustreInstance()DeleteLustreInstance(DeleteLustreInstance)
public DeleteLustreInstance(DeleteLustreInstance other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteLustreInstance |
Properties
Lustre
public string Lustre { get; set; }Output only. Name of the Managed Lustre instance, in the format
projects/{project}/locations/{location}/instances/{instance}
| Property Value | |
|---|---|
| Type | Description |
string |
|
LustreAsInstanceName
public InstanceName LustreAsInstanceName { get; set; }InstanceName-typed view over the Lustre resource name property.
| Property Value | |
|---|---|
| Type | Description |
InstanceName |
|