ClusterInfo

constructor(ID: String? = null, version: ObjectVersion? = null, createdAt: String? = null, updatedAt: String? = null, spec: SwarmSpec? = null, tlSInfo: TLSInfo? = null, rootRotationInProgress: Boolean? = null, dataPathPort: Int? = null, defaultAddrPool: List<String>? = null, subnetSize: Int? = null)

Parameters

ID

The ID of the swarm.

version
createdAt

Date and time at which the swarm was initialised in RFC 3339 format with nano-seconds.

updatedAt

Date and time at which the swarm was last updated in RFC 3339 format with nano-seconds.

spec
tlSInfo
rootRotationInProgress

Whether there is currently a root CA rotation in progress for the swarm

dataPathPort

DataPathPort specifies the data path port number for data traffic. Acceptable port range is 1024 to 49151. If no port is set or is set to 0, the default port (4789) is used.

defaultAddrPool

Default Address Pool specifies default subnet pools for global scope networks.

subnetSize

SubnetSize specifies the subnet size of the networks created from the default subnet pool.