public sealed class ExistingLustreConfig : IMessage<ExistingLustreConfig>, IEquatable<ExistingLustreConfig>, IDeepCloneable<ExistingLustreConfig>, IBufferMessage, IMessageReference documentation and code samples for the Cluster Director v1beta API class ExistingLustreConfig.
When set in a [StorageResourceConfig][google.cloud.hypercomputecluster.v1beta.StorageResourceConfig], indicates that an existing Managed Lustre instance should be imported.
Implements
IMessageExistingLustreConfig, IEquatableExistingLustreConfig, IDeepCloneableExistingLustreConfig, IBufferMessage, IMessageNamespace
Google.Cloud.HypercomputeCluster.V1BetaAssembly
Google.Cloud.HypercomputeCluster.V1Beta.dll
Constructors
ExistingLustreConfig()
public ExistingLustreConfig()ExistingLustreConfig(ExistingLustreConfig)
public ExistingLustreConfig(ExistingLustreConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
ExistingLustreConfig |
Properties
Lustre
public string Lustre { get; set; }Required. Immutable. Name of the Managed Lustre instance to import, 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 |
|