google_api_app_engine v0.15.0 GoogleApi.AppEngine.V1.Model.Resources View Source

Machine resources for a version.

Attributes

  • cpu (type: float(), default: nil) - Number of CPU cores needed.
  • diskGb (type: float(), default: nil) - Disk size (GB) needed.
  • memoryGb (type: float(), default: nil) - Memory (GB) needed.
  • volumes (type: list(GoogleApi.AppEngine.V1.Model.Volume.t), default: nil) - User specified volumes.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.AppEngine.V1.Model.Resources{
  cpu: float(),
  diskGb: float(),
  memoryGb: float(),
  volumes: [GoogleApi.AppEngine.V1.Model.Volume.t()]
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.