| Name | Type | Description | Notes |
|---|---|---|---|
| members | List<ClusterGroupMemberStatus> | Array of group members and their statuses | [optional] |
| groupId | String | UUID of the group | [optional] |
| leaders | List<ClusterGroupServiceLeader> | Array of group leaders and their attributes | [optional] |
| groupStatus | GroupStatusEnum | Group status | [optional] |
| groupType | GroupTypeEnum | Type of the group | [optional] |
| Name | Value |
|---|---|
| STABLE | "STABLE" |
| DEGRADED | "DEGRADED" |
| UNSTABLE | "UNSTABLE" |
| UNAVAILABLE | "UNAVAILABLE" |
| Name | Value |
|---|---|
| MANAGER | "MANAGER" |
| CONTROLLER | "CONTROLLER" |
| POLICY | "POLICY" |
| HTTPS | "HTTPS" |
| DATASTORE | "DATASTORE" |
| CLUSTER_BOOT_MANAGER | "CLUSTER_BOOT_MANAGER" |