google_api_genomics v0.4.0 GoogleApi.Genomics.V1.Model.ComputeEngine View Source

Describes a Compute Engine resource that is being managed by a running pipeline.

Attributes

  • diskNames ([String.t]): The names of the disks that were created for this pipeline. Defaults to: null.
  • instanceName (String.t): The instance on which the operation is running. Defaults to: null.
  • machineType (String.t): The machine type of the instance. Defaults to: null.
  • zone (String.t): The availability zone in which the instance resides. Defaults to: null.

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 Source
t() :: %GoogleApi.Genomics.V1.Model.ComputeEngine{
  diskNames: [any()],
  instanceName: any(),
  machineType: any(),
  zone: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.