GoogleApi.Genomics.V1.Model.Resources (google_api_genomics v0.18.0) 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

  • projectId (type: String.t, default: nil) - The project ID to allocate resources in.
  • regions (type: list(String.t), default: nil) - The list of regions allowed for VM allocation. If set, the zones field must not be set.
  • virtualMachine (type: GoogleApi.Genomics.V1.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, the regions field must not be set.

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.Resources{
  projectId: String.t() | nil,
  regions: [String.t()] | nil,
  virtualMachine: GoogleApi.Genomics.V1.Model.VirtualMachine.t() | nil,
  zones: [String.t()] | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.