| Name | Type | Description | Notes |
|---|---|---|---|
| status | StatusEnum | Status of the container application instance. | [optional] |
| containerClusterId | String | Identifier of the container cluster this application instance belongs to. | [optional] |
| clusterNodeId | String | Cluster node id where application instance is running. | [optional] |
| externalId | String | Identifier of the container application instance on container cluster. | |
| originProperties | List<KeyValuePair> | Array of additional specific properties of container application instance in key-value format. | [optional] |
| containerApplicationIds | List<String> | List of identifiers of the container application. | [optional] |
| containerProjectId | String | Identifier of the container project which this container application instance belongs to. | [optional] |
| Name | Value |
|---|---|
| UNKNOWN | "UNKNOWN" |
| HEALTHY | "HEALTHY" |
| UP | "UP" |
| DOWN | "DOWN" |
| DEGRADED | "DEGRADED" |