Show / Hide Table of Contents

Class Volume

Carries information about storage that can be attached to a VM. Specify either Volume or Disk, but not both.

Inheritance
object
Volume
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.Genomics.v2alpha1.Data
Assembly: Google.Apis.Genomics.v2alpha1.dll
Syntax
public class Volume : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExistingDisk

Configuration for a existing disk.

Declaration
[JsonProperty("existingDisk")]
public virtual ExistingDisk ExistingDisk { get; set; }
Property Value
Type Description
ExistingDisk

NfsMount

Configuration for an NFS mount.

Declaration
[JsonProperty("nfsMount")]
public virtual NFSMount NfsMount { get; set; }
Property Value
Type Description
NFSMount

PersistentDisk

Configuration for a persistent disk.

Declaration
[JsonProperty("persistentDisk")]
public virtual PersistentDisk PersistentDisk { get; set; }
Property Value
Type Description
PersistentDisk

VolumeValue

A user-supplied name for the volume. Used when mounting the volume into Actions. The name must contain only upper and lowercase alphanumeric characters and hyphens and cannot start with a hyphen.

Declaration
[JsonProperty("volume")]
public virtual string VolumeValue { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX