GoogleApi.Genomics.V1.Model.Volume (google_api_genomics v0.18.0) View Source
Carries information about storage that can be attached to a VM. Specify either Volume or Disk, but not both.
Attributes
-
existingDisk(type:GoogleApi.Genomics.V1.Model.ExistingDisk.t, default:nil) - Configuration for a existing disk. -
nfsMount(type:GoogleApi.Genomics.V1.Model.NFSMount.t, default:nil) - Configuration for an NFS mount. -
persistentDisk(type:GoogleApi.Genomics.V1.Model.PersistentDisk.t, default:nil) - Configuration for a persistent disk. -
volume(type:String.t, default:nil) - A user-supplied name for the volume. Used when mounting the volume intoActions. The name must contain only upper and lowercase alphanumeric characters and hyphens and cannot start with a hyphen.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Genomics.V1.Model.Volume{
existingDisk: GoogleApi.Genomics.V1.Model.ExistingDisk.t() | nil,
nfsMount: GoogleApi.Genomics.V1.Model.NFSMount.t() | nil,
persistentDisk: GoogleApi.Genomics.V1.Model.PersistentDisk.t() | nil,
volume: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.