DockerEngineAPI.Model.ClusterVolumeSpecAccessModeCapacityRange (elixir_dea v1.45.7)

The desired capacity that the volume should be created with. If empty, the plugin will decide the capacity.

Summary

Types

@type t() :: %DockerEngineAPI.Model.ClusterVolumeSpecAccessModeCapacityRange{
  LimitBytes: integer() | nil,
  RequiredBytes: integer() | nil
}

Functions