Skip to content

Data Object - VirtualCenterHealthConnectionServerConnectionData

Java Class

com.omnissa.vdi.vlsi.binding.vdi.health.VirtualCenterHealth.ConnectionServerConnectionData

Property of

VirtualCenterHealthInfo

See also

CertificateHealthData, ConnectionServerId

Since

Horizon View 6.0

Data Object Description

Health information for a specific connection server's connection to the virtual center server.

Data Object Properties

Name Type Description
id ConnectionServerId The ID of the connection server.
name xsd:string The name of the Connection Server.
status xsd:string The status of the connection to the Virtual Center server.
* This property will be one of:
ValueDescription
"STATUS_UP"The connection to Virtual Center server is working properly.
"STATUS_DOWN"The connection to Virtual Center server was down.
"STATUS_RECONNECTING"The connection to Virtual Center server was lost and is being reconnected to.
"STATUS_UNKNOWN"Connection state to Virtual Center server is unknown.
"STATUS_INVALIDCREDENTIALS"The supplied credentials cannot be used to authenticate to the Virtual Center server.
"STATUS_CANNOTLOGIN"The connection server cannot login to the Virtual Center server.
"STATUS_NOT_YET_CONNECTED"Connection server has not yet connect to Virtual Center server.
thumbprintAccepted xsd:boolean Whether the thumbprint of the Virtual Center server was accepted. 1
certificateHealth CertificateHealthData The health of the certificate. 1 3
refId xsd:string Reference ID of the connection server. Since Horizon 7.10 1
lastUpdatedTimestamp xsd:long The timestamp in milliseconds when the last update was obtained. Measured as epoch time. Since Horizon 7.12 1 2

  1. This property need not be set. 

  2. This property cannot be updated. 

  3. This property is required if thumbprintAccepted is set to false.