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

1.6 KiB

ClusterInfo

Properties

Name Type Description Notes
id Option<String> The ID of the swarm. [optional]
version Option<models::ObjectVersion> [optional]
created_at Option<String> Date and time at which the swarm was initialised in RFC 3339 format with nano-seconds. [optional]
updated_at Option<String> Date and time at which the swarm was last updated in RFC 3339 format with nano-seconds. [optional]
spec Option<models::SwarmSpec> [optional]
tls_info Option<models::TlsInfo> [optional]
root_rotation_in_progress Option<bool> Whether there is currently a root CA rotation in progress for the swarm [optional]
data_path_port Option<i32> 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. [optional]
default_addr_pool Option<Vec> Default Address Pool specifies default subnet pools for global scope networks. [optional]
subnet_size Option<i32> SubnetSize specifies the subnet size of the networks created from the default subnet pool. [optional]

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