Show / Hide Table of Contents

Class StorageConfig

Description of how a storage resource should be mounted on a VM instance.

Inheritance
object
StorageConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX