Cluster Director v1 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 v1 API class ExistingLustreConfig.

When set in a [StorageResourceConfig][google.cloud.hypercomputecluster.v1.StorageResourceConfig], indicates that an existing Managed Lustre instance should be imported.

Inheritance

object > ExistingLustreConfig

Namespace

Google.Cloud.HypercomputeCluster.V1

Assembly

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