GoogleApi.AppEngine.V1.Model.Resources (google_api_app_engine v0.28.0) 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.
  • kmsKeyReference (type: String.t, default: nil) - The name of the encryption key that is stored in Google Cloud KMS. Only should be used by Cloud Composer to encrypt the vm disk
  • 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(),
  kmsKeyReference: String.t(),
  memoryGb: float(),
  volumes: [GoogleApi.AppEngine.V1.Model.Volume.t()]
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.