Reference documentation and code samples for the Cluster Director V1BETA API class Google::Cloud::HypercomputeCluster::V1beta::StorageConfig.
Description of how a [storage resource][google.cloud.hypercomputecluster.v1beta.StorageResource] should be mounted on a VM instance.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#id
def id() -> ::String
Returns
- (::String) — Required. ID of the storage resource to mount, which must match a key in the cluster's storage_resources.
#id=
def id=(value) -> ::String
Parameter
- value (::String) — Required. ID of the storage resource to mount, which must match a key in the cluster's storage_resources.
Returns
- (::String) — Required. ID of the storage resource to mount, which must match a key in the cluster's storage_resources.
#local_mount
def local_mount() -> ::String
Returns
-
(::String) — Required. A directory inside the VM instance's file system where the
storage resource should be mounted (e.g.,
/mnt/share).
#local_mount=
def local_mount=(value) -> ::String
Parameter
-
value (::String) — Required. A directory inside the VM instance's file system where the
storage resource should be mounted (e.g.,
/mnt/share).
Returns
-
(::String) — Required. A directory inside the VM instance's file system where the
storage resource should be mounted (e.g.,
/mnt/share).