View Source GoogleApi.BareMetalSolution.V2.Model.OSImage (google_api_bare_metal_solution v0.4.0)

Operation System image.

Attributes

  • applicableInstanceTypes (type: list(String.t), default: nil) - Instance types this image is applicable to. Available types
  • code (type: String.t, default: nil) - OS Image code.
  • description (type: String.t, default: nil) - OS Image description.
  • name (type: String.t, default: nil) - Output only. OS Image's unique name.
  • supportedNetworkTemplates (type: list(String.t), default: nil) - Network templates that can be used with this OS Image.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BareMetalSolution.V2.Model.OSImage{
  applicableInstanceTypes: [String.t()] | nil,
  code: String.t() | nil,
  description: String.t() | nil,
  name: String.t() | nil,
  supportedNetworkTemplates: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.