DockerEngineAPI.Model.ClusterVolumeSpecAccessModeCapacityRange (ex_docker_api v1.48.0)

View Source

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

Summary

Types

t()

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

Functions

decode(value)