google_api_life_sciences v0.2.0 GoogleApi.LifeSciences.V2beta.Model.Resources View Source
The system resources for the pipeline run.
At least one zone or region must be specified or the pipeline run will fail.
Attributes
regions(type:list(String.t), default:nil) - The list of regions allowed for VM allocation. If set, thezonesfield must not be set.virtualMachine(type:GoogleApi.LifeSciences.V2beta.Model.VirtualMachine.t, default:nil) - The virtual machine specification.zones(type:list(String.t), default:nil) - The list of zones allowed for VM allocation. If set, theregionsfield must not be set.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.LifeSciences.V2beta.Model.Resources{
regions: [String.t()],
virtualMachine: GoogleApi.LifeSciences.V2beta.Model.VirtualMachine.t(),
zones: [String.t()]
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.