google_api_compute v0.6.0 GoogleApi.Compute.V1.Model.NodeGroupNode View Source

Attributes

  • instances ([String.t]): Instances scheduled on this node. Defaults to: null.
  • name (String.t): The name of the node. Defaults to: null.
  • nodeType (String.t): The type of this node. Defaults to: null.
  • status (String.t): Defaults to: null.

    • Enum - one of [CREATING, DELETING, INVALID, READY, REPAIRING]

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.Compute.V1.Model.NodeGroupNode{
  instances: [any()],
  name: any(),
  nodeType: any(),
  status: 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.