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 \ V1Methods
__construct
Constructor.
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.
string
setInstanceIp
Required. IP address of the Lustre instance.
var
string
$this
getVolumeHandle
Required. The unique identifier of the Lustre volume.
string
setVolumeHandle
Required. The unique identifier of the Lustre volume.
var
string
$this
getFilesystem
Required. The name of the Lustre filesystem.
string
setFilesystem
Required. The name of the Lustre filesystem.
var
string
$this
getMountPoint
Required. Destination mount path. The Lustre file system will be mounted for the user under /mnt/lustre/<mount_point>
string
setMountPoint
Required. Destination mount path. The Lustre file system will be mounted for the user under /mnt/lustre/<mount_point>
var
string
$this

