GoogleApi.LifeSciences.V2beta.Model.Volume (google_api_life_sciences v0.8.0) View Source
Carries information about storage that can be attached to a VM.
Attributes
-
existingDisk(type:GoogleApi.LifeSciences.V2beta.Model.ExistingDisk.t, default:nil) - Configuration for a existing disk. -
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.LifeSciences.V2beta.Model.Volume{
existingDisk: GoogleApi.LifeSciences.V2beta.Model.ExistingDisk.t(),
persistentDisk: GoogleApi.LifeSciences.V2beta.Model.PersistentDisk.t(),
volume: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.