Cluster Director v1 API - Class CreateLustreInstance (1.0.0-beta01)

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

Reference documentation and code samples for the Cluster Director v1 API class CreateLustreInstance.

When set in OperationStep, indicates that a new lustre instance should be created.

Inheritance

object > CreateLustreInstance

Namespace

Google.Cloud.HypercomputeCluster.V1

Assembly

Google.Cloud.HypercomputeCluster.V1.dll

Constructors

CreateLustreInstance()

public CreateLustreInstance()

CreateLustreInstance(CreateLustreInstance)

public CreateLustreInstance(CreateLustreInstance other)
Parameter
Name Description
other CreateLustreInstance

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

LustreAsInstanceName

public InstanceName LustreAsInstanceName { get; set; }

InstanceName-typed view over the Lustre resource name property.

Property Value
Type Description
InstanceName