Data Object - ProblemCount
Java Class
com.omnissa.vdi.vlsi.binding.vdi.resources.RDSServer.ProblemCount
Property of
Since
Horizon 8.4
Data Object Description¶
Number of the RDS server machines which are in problem states. Such machine's status is one of the following : AGENT_ERR_DISABLED, AGENT_UNREACHABLE, AGENT_ERR_INVALID_IP, AGENT_ERR_NEED_REBOOT, AGENT_ERR_PROTOCOL_FAILURE, AGENT_ERR_DOMAIN_FAILURE, AGENT_CONFIG_ERROR, PROVISIONING_ERROR, ERROR, ALREADY_USED, UNKNOWN.
Data Object Properties¶
Name | Type | Description |
---|---|---|
agentDisabled | xsd:int | Number of RDS server machines which are in AGENT_ERR_DISABLED status 1 |
agentUnreachable | xsd:int | Number of RDS server machines which are in AGENT_UNREACHABLE status 1 |
invalidIp | xsd:int | Number of RDS server machines which are in AGENT_ERR_INVALID_IP status 1 |
needReboot | xsd:int | Number of RDS server machines which are in AGENT_ERR_NEED_REBOOT status 1 |
protocolFailure | xsd:int | Number of RDS server machines which are in AGENT_ERR_PROTOCOL_FAILURE status 1 |
domainFailure | xsd:int | Number of RDS server machines which are in AGENT_ERR_DOMAIN_FAILURE status 1 |
configError | xsd:int | Number of RDS server machines which are in AGENT_CONFIG_ERROR status 1 |
provisioningError | xsd:int | Number of RDS server machines which are in PROVISIONING_ERROR status 1 |
error | xsd:int | Number of RDS server machines which are in ERROR status 1 |
unknown | xsd:int | Number of RDS server machines which are in UNKNOWN status 1 |
alreadyUsed | xsd:int | Number of RDS server machines which are in ALREADY_USED status 1 |