Class GoogleCloudAiplatformV1LustreMount
Represents a mount configuration for Lustre file system.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1LustreMount : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Filesystem
Required. The name of the Lustre filesystem.
Declaration
[JsonProperty("filesystem")]
public virtual string Filesystem { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InstanceIp
Required. IP address of the Lustre instance.
Declaration
[JsonProperty("instanceIp")]
public virtual string InstanceIp { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MountPoint
Required. Destination mount path. The Lustre file system will be mounted for the user under /mnt/lustre/
Declaration
[JsonProperty("mountPoint")]
public virtual string MountPoint { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
VolumeHandle
Required. The unique identifier of the Lustre volume.
Declaration
[JsonProperty("volumeHandle")]
public virtual string VolumeHandle { get; set; }
Property Value
| Type | Description |
|---|---|
| string |