View Source GoogleApi.LifeSciences.V2beta.Model.Volume (google_api_life_sciences v0.15.0)
Carries information about storage that can be attached to a VM. Specify either Volume or Disk, but not both.
Attributes
-
existingDisk(type:GoogleApi.LifeSciences.V2beta.Model.ExistingDisk.t, default:nil) - Configuration for a existing disk. -
nfsMount(type:GoogleApi.LifeSciences.V2beta.Model.NFSMount.t, default:nil) - Configuration for an NFS mount. -
persistentDisk(type:GoogleApi.LifeSciences.V2beta.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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.LifeSciences.V2beta.Model.Volume{ existingDisk: GoogleApi.LifeSciences.V2beta.Model.ExistingDisk.t() | nil, nfsMount: GoogleApi.LifeSciences.V2beta.Model.NFSMount.t() | nil, persistentDisk: GoogleApi.LifeSciences.V2beta.Model.PersistentDisk.t() | nil, volume: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.