Vertex AI v1 API - Class LustreMount (3.60.0)

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

Reference documentation and code samples for the Vertex AI v1 API class LustreMount.

Represents a mount configuration for Lustre file system.

Inheritance

object > LustreMount

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

LustreMount()

public LustreMount()

LustreMount(LustreMount)

public LustreMount(LustreMount other)
Parameter
Name Description
other LustreMount

Properties

Filesystem

public string Filesystem { get; set; }

Required. The name of the Lustre filesystem.

Property Value
Type Description
string

InstanceIp

public string InstanceIp { get; set; }

Required. IP address of the Lustre instance.

Property Value
Type Description
string

MountPoint

public string MountPoint { get; set; }

Required. Destination mount path. The Lustre file system will be mounted for the user under /mnt/lustre/<mount_point>

Property Value
Type Description
string

VolumeHandle

public string VolumeHandle { get; set; }

Required. The unique identifier of the Lustre volume.

Property Value
Type Description
string