public sealed class ExistingLustreConfig : IMessage<ExistingLustreConfig>, IEquatable<ExistingLustreConfig>, IDeepCloneable<ExistingLustreConfig>, IBufferMessage, IMessageReference documentation and code samples for the Cluster Director v1 API class ExistingLustreConfig.
When set in a [StorageResourceConfig][google.cloud.hypercomputecluster.v1.StorageResourceConfig], indicates that an existing Managed Lustre instance should be imported.
Implements
IMessageExistingLustreConfig, IEquatableExistingLustreConfig, IDeepCloneableExistingLustreConfig, IBufferMessage, IMessageNamespace
Google.Cloud.HypercomputeCluster.V1Assembly
Google.Cloud.HypercomputeCluster.V1.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 |
|
LustreAsInstanceName
public InstanceName LustreAsInstanceName { get; set; }InstanceName-typed view over the Lustre resource name property.
| Property Value | |
|---|---|
| Type | Description |
InstanceName |
|