Cluster Director v1beta API - Class StorageConfig (1.0.0-beta01)

public sealed class StorageConfig : IMessage<StorageConfig>, IEquatable<StorageConfig>, IDeepCloneable<StorageConfig>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > StorageConfig

Namespace

Google.Cloud.HypercomputeCluster.V1Beta

Assembly

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