Google Cloud Ai Platform V1 Client - Class LustreMount (1.48.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class LustreMount.

Represents a mount configuration for Lustre file system.

Generated from protobuf message google.cloud.aiplatform.v1.LustreMount

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ instance_ip string

Required. IP address of the Lustre instance.

↳ volume_handle string

Required. The unique identifier of the Lustre volume.

↳ filesystem string

Required. The name of the Lustre filesystem.

↳ mount_point string

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

getInstanceIp

Required. IP address of the Lustre instance.

Returns
Type Description
string

setInstanceIp

Required. IP address of the Lustre instance.

Parameter
Name Description
var string
Returns
Type Description
$this

getVolumeHandle

Required. The unique identifier of the Lustre volume.

Returns
Type Description
string

setVolumeHandle

Required. The unique identifier of the Lustre volume.

Parameter
Name Description
var string
Returns
Type Description
$this

getFilesystem

Required. The name of the Lustre filesystem.

Returns
Type Description
string

setFilesystem

Required. The name of the Lustre filesystem.

Parameter
Name Description
var string
Returns
Type Description
$this

getMountPoint

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

Returns
Type Description
string

setMountPoint

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

Parameter
Name Description
var string
Returns
Type Description
$this