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

Attributes

  • minGuestCpuCount (type: integer(), default: nil) - Minimum number of guest cpus required to use the Instance. Enforced at Instance creation and Instance start.
  • minMemoryMb (type: integer(), default: nil) - Minimum memory required to use the Instance. Enforced at Instance creation and Instance start.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.LicenseResourceRequirements{
  minGuestCpuCount: integer() | nil,
  minMemoryMb: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.