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

Attributes

  • minGuestCpuCount (type: integer(), default: nil) - [Input Only] Deprecated. This field no longer reflects the minimum number of guest cpus required to use the Instance.
  • minMemoryMb (type: integer(), default: nil) - [Input Only] Deprecated. This field no longer reflects the minimum memory required to use the Instance.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.