Reference documentation and code samples for the Google Cloud Hypercompute Cluster V1beta Client class StorageConfig.
Description of how a storage resource should be mounted on a VM instance.
Generated from protobuf message google.cloud.hypercomputecluster.v1beta.StorageConfig
Namespace
Google \ Cloud \ HypercomputeCluster \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ id |
string
Required. ID of the storage resource to mount, which must match a key in the cluster's storage_resources. |
↳ local_mount |
string
Required. A directory inside the VM instance's file system where the storage resource should be mounted (e.g., |
getId
Required. ID of the storage resource to mount, which must match a key in the cluster's storage_resources.
| Returns | |
|---|---|
| Type | Description |
string |
|
setId
Required. ID of the storage resource to mount, which must match a key in the cluster's storage_resources.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getLocalMount
Required. A directory inside the VM instance's file system where the
storage resource should be mounted (e.g., /mnt/share).
| Returns | |
|---|---|
| Type | Description |
string |
|
setLocalMount
Required. A directory inside the VM instance's file system where the
storage resource should be mounted (e.g., /mnt/share).
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|