StorageConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)Description of how a [storage resource][google.cloud.hypercomputecluster.v1beta.StorageResource] should be mounted on a VM instance.
Attributes |
|
|---|---|
| Name | Description |
id |
str
Required. ID of the storage resource to mount, which must match a key in the cluster's storage_resources __.
|
local_mount |
str
Required. A directory inside the VM instance's file system where the storage resource should be mounted (e.g., /mnt/share).
|