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

Attributes

  • guestCpus (type: integer(), default: nil) - The number of virtual CPUs that are available to the instance.
  • localSsdGb (type: integer(), default: nil) - The amount of local SSD storage available to the instance, defined in GiB.
  • memoryMb (type: integer(), default: nil) - The amount of physical memory available to the instance, defined in MiB.
  • minNodeCpus (type: integer(), default: nil) - The minimal guaranteed number of virtual CPUs that are reserved.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.InstanceConsumptionInfo{
  guestCpus: integer() | nil,
  localSsdGb: integer() | nil,
  memoryMb: integer() | nil,
  minNodeCpus: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.