public sealed class LustreMount : IMessage<LustreMount>, IEquatable<LustreMount>, IDeepCloneable<LustreMount>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class LustreMount.
Represents a mount configuration for Lustre file system.
Implements
IMessageLustreMount, IEquatableLustreMount, IDeepCloneableLustreMount, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.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 |
|