Skip to content

Data Object - PodFederationLocalConnectionServerStatus

Java Class

com.omnissa.vdi.vlsi.binding.vdi.federation.PodFederation.LocalConnectionServerStatus

Property of

PodFederationLocalPodStatus

See also

ConnectionServerId, MapEntry

Since

Horizon View 6.0

Data Object Description

Multi-DataCenter View status for a Connection Server.

Data Object Properties

Name Type Description
id ConnectionServerId Entity id of the connection server to which this status pertains.
name xsd:string Name of the connection server Since Horizon 7.8
status xsd:string The Multi-DataCenter View status for this Connection Server. Individual connection server statuses should converge to the containing Pod's status over time.
* This property will be one of:
ValueDescription
"ENABLED"Multi-DataCenter View is enabled.
"DISABLED"Multi-DataCenter View is disabled.
"PENDING"Multi-DataCenter View is undergoing an operation related to initialization, uninitialization, joining, or unjoining.
"ENABLE_ERROR"This status indicates the current Connection Server has failed to reach the ENABLED status in a timely manner. Other Connection Servers in the same Pod were successfully ENABLED. This status may also indicate the current Connection Server was recently installed.
"DISABLE_ERROR"This status indicates the current Connection Server has failed to reach the DISABLED status in a timely manner. Other Connection Servers in the same Pod were successfully DISABLED.
pendingPercentage xsd:int Value between 0 and 100 representing completion percentage when Connection Server status is pending. Null in other status states. 1
errorMessage xsd:string The Multi-DataCenter View error message for this Connection Server, if any is populated, or a success message. 1
errorMessageId xsd:string Message ID of the error message. 1
errorMessageValues MapEntry[] The error message values. 1 2

  1. This property need not be set. 

  2. This property is a set of entries with unique "key" members.