public sealed class StorageConfig : IMessage<StorageConfig>, IEquatable<StorageConfig>, IDeepCloneable<StorageConfig>, IBufferMessage, IMessageReference documentation and code samples for the Cluster Director v1beta API class StorageConfig.
Description of how a [storage resource][google.cloud.hypercomputecluster.v1beta.StorageResource] should be mounted on a VM instance.
Implements
IMessageStorageConfig, IEquatableStorageConfig, IDeepCloneableStorageConfig, IBufferMessage, IMessageNamespace
Google.Cloud.HypercomputeCluster.V1BetaAssembly
Google.Cloud.HypercomputeCluster.V1Beta.dll
Constructors
StorageConfig()
public StorageConfig()StorageConfig(StorageConfig)
public StorageConfig(StorageConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
StorageConfig |
Properties
Id
public string Id { get; set; }Required. ID of the storage resource to mount, which must match a key in the cluster's storage_resources.
| Property Value | |
|---|---|
| Type | Description |
string |
|
LocalMount
public string LocalMount { get; set; }Required. A directory inside the VM instance's file system where the
storage resource should be mounted (e.g., /mnt/share).
| Property Value | |
|---|---|
| Type | Description |
string |
|