GoogleApi.AppEngine.V1.Model.Volume (google_api_app_engine v0.33.1) View Source

Volumes mounted within the app container. Only applicable in the App Engine flexible environment.

Attributes

  • name (type: String.t, default: nil) - Unique name for the volume.
  • sizeGb (type: float(), default: nil) - Volume size in gigabytes.
  • volumeType (type: String.t, default: nil) - Underlying volume type, e.g. 'tmpfs'.

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.Volume{
  name: String.t() | nil,
  sizeGb: float() | nil,
  volumeType: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.