Show / Hide Table of Contents

Class GoogleCloudAiplatformV1LustreMount

Represents a mount configuration for Lustre file system.

Inheritance
object
GoogleCloudAiplatformV1LustreMount
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX