DockerEngineAPI.Model.VolumeUsageData (ex_docker_api v1.48.0)

View Source

Usage details about the volume. This information is used by the GET /system/df endpoint, and omitted in other endpoints.

Summary

Types

t()

@type t() :: %DockerEngineAPI.Model.VolumeUsageData{
  RefCount: integer(),
  Size: integer()
}

Functions

decode(value)