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

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

Attributes

  • diskNames (type: list(String.t), default: nil) - The names of the disks that were created for this pipeline.
  • instanceName (type: String.t, default: nil) - The instance on which the operation is running.
  • machineType (type: String.t, default: nil) - The machine type of the instance.
  • zone (type: String.t, default: nil) - The availability zone in which the instance resides.

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: [String.t()],
  instanceName: String.t(),
  machineType: String.t(),
  zone: String.t()
}

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.