View Source GoogleApi.Compute.V1.Model.ManagedInstanceVersion (google_api_compute v0.56.2)

Attributes

  • instanceTemplate (type: String.t, default: nil) - [Output Only] The intended template of the instance. This field is empty when current_action is one of { DELETING, ABANDONING }.
  • name (type: String.t, default: nil) - [Output Only] Name of the version.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.ManagedInstanceVersion{
  instanceTemplate: String.t() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.