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.
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., /mnt/share
).
getId
Required. ID of the storage resource to mount, which must match a key in the cluster's storage_resources .
string
setId
Required. ID of the storage resource to mount, which must match a key in the cluster's storage_resources .
var
string
$this
getLocalMount
Required. A directory inside the VM instance's file system where the
storage resource should be mounted (e.g., /mnt/share
).
string
setLocalMount
Required. A directory inside the VM instance's file system where the
storage resource should be mounted (e.g., /mnt/share
).
var
string
$this

