Class Volume
Carries information about storage that can be attached to a VM. Specify either Volume or Disk, but not both.
Implements
Inherited Members
Namespace: Google.Apis.CloudLifeSciences.v2beta.Data
Assembly: Google.Apis.CloudLifeSciences.v2beta.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 |