Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 1.2 KB

File metadata and controls

22 lines (20 loc) · 1.2 KB

ContainerApplicationInstance

Properties

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]

Enum: StatusEnum

Name Value
UNKNOWN "UNKNOWN"
HEALTHY "HEALTHY"
UP "UP"
DOWN "DOWN"
DEGRADED "DEGRADED"