Cluster Director v1beta API - Class ExistingLustreConfig (1.0.0-beta01)

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

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

Inheritance

object > ExistingLustreConfig

Namespace

Google.Cloud.HypercomputeCluster.V1Beta

Assembly

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