GoogleApi.VMwareEngine.V1.Model.VmwareUpgradeComponent (google_api_v_mware_engine v0.5.0)

View Source

Per component upgrade resource

Attributes

  • componentType (type: String.t, default: nil) - Output only. Type of component
  • state (type: String.t, default: nil) - Output only. Component's upgrade state.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.VMwareEngine.V1.Model.VmwareUpgradeComponent{
  componentType: String.t() | nil,
  state: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.