Cloud Run V2 API - Module Google::Cloud::Run::V2::EmptyDirVolumeSource::Medium (v0.13.2)

Reference documentation and code samples for the Cloud Run V2 API module Google::Cloud::Run::V2::EmptyDirVolumeSource::Medium.

The different types of medium supported for EmptyDir.

Constants

MEDIUM_UNSPECIFIED

value: 0
When not specified, falls back to the default implementation which is currently in memory (this may change over time).

MEMORY

value: 1
Explicitly set the EmptyDir to be in memory. Uses tmpfs.