ClusterVolume

constructor(ID: String? = null, version: ObjectVersion? = null, createdAt: String? = null, updatedAt: String? = null, spec: ClusterVolumeSpec? = null, info: ClusterVolumeInfo? = null, publishStatus: List<ClusterVolumePublishStatusInner>? = null)

Parameters

ID

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.

version
createdAt
updatedAt
spec
info
publishStatus

The status of the volume as it pertains to its publishing and use on specific nodes