Skip to content

Data Object - ADDomainHealthConnectionServerConnectionData

Java Class

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

Property of

ADDomainHealthInfo

See also

ConnectionServerId

Since

Horizon View 6.0

Data Object Description

The domain connection health for a connection server.

Data Object Properties

Name Type Description
id ConnectionServerId The ID of the connection server.
connectionServerName xsd:string The name of the connection server.
status xsd:string The status of the connection to the domain.
* This property will be one of:
ValueDescription
"OK"Domain is accepting LDAP bind operations and has full functionality.
"WARN"Domain is only accepting LDAP ping operations and has limited functionality. This may indicate a one-way trust relationship with this domain.
"ERROR"Domain can not be contacted.
"UNKNOWN"Domain health could not be determined.
trustRelationship xsd:string The trust relationship for the domain.
* This property will be one of:
ValueDescription
PRIMARYDOMAINThe domain is the domain that the broker is present in.
FROMBROKERThe domain is trusted by the domain that the broker is in.
TOBROKERThe domain trusts the brokers domain (this is for completeness and generally will not be used).
TWOWAYThe domain has a two way trust relationship with the broker's domain.
TWOWAY_FORESTThe domain is in the same forest as the broker domain, implies two way trust.
MANUALThe domain was manually configured (the trust has not been detected).
UNKNOWNThe trust relationship could not be determined.
contactable xsd:string Whether the domain can be contacted.
* This property will be one of:
ValueDescription
"UNCONTACTABLE"No domain controllers appear to be present on the network for this domain.
"FULLYACCESSIBLE"The domain controller(s) are accepting bind operations.
"CANNOTBIND"The domain controller(s) are only accepting LDAP ping operations.
"UNKNOWN"Cannot determine accessibility.
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.