Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::LustreMount (v1.34.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::LustreMount.

Represents a mount configuration for Lustre file system.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filesystem

def filesystem() -> ::String
Returns
  • (::String) — Required. The name of the Lustre filesystem.

#filesystem=

def filesystem=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the Lustre filesystem.
Returns
  • (::String) — Required. The name of the Lustre filesystem.

#instance_ip

def instance_ip() -> ::String
Returns
  • (::String) — Required. IP address of the Lustre instance.

#instance_ip=

def instance_ip=(value) -> ::String
Parameter
  • value (::String) — Required. IP address of the Lustre instance.
Returns
  • (::String) — Required. IP address of the Lustre instance.

#mount_point

def mount_point() -> ::String
Returns
  • (::String) — Required. Destination mount path. The Lustre file system will be mounted for the user under /mnt/lustre/

#mount_point=

def mount_point=(value) -> ::String
Parameter
  • value (::String) — Required. Destination mount path. The Lustre file system will be mounted for the user under /mnt/lustre/
Returns
  • (::String) — Required. Destination mount path. The Lustre file system will be mounted for the user under /mnt/lustre/

#volume_handle

def volume_handle() -> ::String
Returns
  • (::String) — Required. The unique identifier of the Lustre volume.

#volume_handle=

def volume_handle=(value) -> ::String
Parameter
  • value (::String) — Required. The unique identifier of the Lustre volume.
Returns
  • (::String) — Required. The unique identifier of the Lustre volume.