Class StorageConfig
Description of how a storage resource should be mounted on a VM instance.
Implements
Inherited Members
Namespace: Google.Apis.HypercomputeCluster.v1.Data
Assembly: Google.Apis.HypercomputeCluster.v1.dll
Syntax
public class StorageConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Required. ID of the storage resource to mount, which must match a key in the cluster's storage_resources.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LocalMount
Required. A directory inside the VM instance's file system where the storage resource should be mounted
(e.g., /mnt/share).
Declaration
[JsonProperty("localMount")]
public virtual string LocalMount { get; set; }
Property Value
| Type | Description |
|---|---|
| string |