View Source DockerEngineAPI.Model.ClusterVolumeInfo (docker_engine_api v1.43.0)

Information about the global status of the volume.

Summary

Types

@type t() :: %DockerEngineAPI.Model.ClusterVolumeInfo{
  AccessibleTopology: [Topology],
  CapacityBytes: integer(),
  VolumeContext: %{optional(String.t()) => String.t()},
  VolumeID: String.t()
}