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

A LUN(Logical Unit Number) range.

Attributes

  • quantity (type: integer(), default: nil) - Number of LUNs to create.
  • sizeGb (type: integer(), default: nil) - The requested size of each LUN, in GB.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BareMetalSolution.V2.Model.LunRange{
  quantity: integer() | nil,
  sizeGb: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.