google_api_app_engine v0.23.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
Specs
t() :: %GoogleApi.AppEngine.V1.Model.Resources{ cpu: float(), diskGb: float(), memoryGb: float(), volumes: [GoogleApi.AppEngine.V1.Model.Volume.t()] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.