public sealed class LustreReference : IMessage<LustreReference>, IEquatable<LustreReference>, IDeepCloneable<LustreReference>, IBufferMessage, IMessageReference documentation and code samples for the Cluster Director v1beta API class LustreReference.
A reference to a Managed Lustre instance.
Implements
IMessageLustreReference, IEquatableLustreReference, IDeepCloneableLustreReference, IBufferMessage, IMessageNamespace
Google.Cloud.HypercomputeCluster.V1BetaAssembly
Google.Cloud.HypercomputeCluster.V1Beta.dll
Constructors
LustreReference()
public LustreReference()LustreReference(LustreReference)
public LustreReference(LustreReference other)| Parameter | |
|---|---|
| Name | Description |
other |
LustreReference |
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 |
|
LustreAsLustreInstanceName
public LustreInstanceName LustreAsLustreInstanceName { get; set; }LustreInstanceName-typed view over the Lustre resource name property.
| Property Value | |
|---|---|
| Type | Description |
LustreInstanceName |
|