Reference documentation and code samples for the Google Cloud Lustre V1 Client class LustrePath.
The root directory path to the Lustre file system.
Generated from protobuf message google.cloud.lustre.v1.LustrePath
Namespace
Google \ Cloud \ Lustre \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ path |
string
Optional. The root directory path to the Managed Lustre file system. Must start with |
getPath
Optional. The root directory path to the Managed Lustre file system. Must
start with
/. Default is /. If you're importing data into Managed Lustre, any
path other than the default must already exist on the file system.
| Returns | |
|---|---|
| Type | Description |
string |
|
setPath
Optional. The root directory path to the Managed Lustre file system. Must
start with
/. Default is /. If you're importing data into Managed Lustre, any
path other than the default must already exist on the file system.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|