docker-sdk-rust/docs/ClusterVolume.md
2025-06-16 16:37:36 +07:00

1.1 KiB

ClusterVolume

Properties

Name Type Description Notes
id Option<String> The Swarm ID of this volume. Because cluster volumes are Swarm objects, they have an ID, unlike non-cluster volumes. This ID can be used to refer to the Volume instead of the name. [optional]
version Option<models::ObjectVersion> [optional]
created_at Option<String> [optional]
updated_at Option<String> [optional]
spec Option<models::ClusterVolumeSpec> [optional]
info Option<models::ClusterVolumeInfo> [optional]
publish_status Option<Vecmodels::ClusterVolumePublishStatusInner> The status of the volume as it pertains to its publishing and use on specific nodes [optional]

[Back to Model list] [Back to API list] [Back to README]