Data Object - VirtualCenterHealthConnectionServerConnectionData

Class
VMware.Hv.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

Properties

Name Type Description
idConnectionServerId

The ID of the connection server.
namexsd:string

The name of the Connection Server.
statusxsd:string

The status of the connection to the Virtual Center server.
  • This property will be one of:
    Value Description
    "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.
thumbprintAcceptedxsd:boolean

Whether the thumbprint of the Virtual Center server was accepted.
  • This property need not be set.
certificateHealthCertificateHealthData

The health of the certificate.
  • This property need not be set.
  • This property is required if thumbprintAccepted is set to false.
refIdxsd:string

Reference ID of the connection server.

Since Horizon 7.10
  • This property need not be set.
lastUpdatedTimestampxsd:long

The timestamp in milliseconds when the last update was obtained. Measured as epoch time.

Since Horizon 7.12
  • This property need not be set.
  • This property cannot be updated.