Skip to content

Data Object - ADDomainHealthInfo

Java Class

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

Returned by

ADDomainHealth_List

See also

ADDomainHealthConnectionServerConnectionData, ServiceAccount

Since

Horizon View 6.0

Data Object Description

The health information on a single domain.

Data Object Properties

Name Type Description
netBiosName xsd:string The NetBIOS name for the domain.
dnsName xsd:string The DNS name for the domain.
nt4Domain xsd:boolean Is this an NT4 domain?
domainType xsd:string The relationship of the domain with connection server. Since Horizon 8.1 3 2
* This property will be one of:
ValueDescription
"CONNECTION_SERVER_DOMAIN"The domain having trust with connection server domain.
"NO_TRUST_DOMAIN"The domain not having any trust with connection server domain.
serviceAccounts ServiceAccount[] Service accounts for the domain. Since Horizon 8.2 1 2
connectionServerState ADDomainHealthConnectionServerConnectionData[] The status of the connection to the domain for each connection server.

  1. This property need not be set. 

  2. This property cannot be updated. 

  3. This property has a default value of "CONNECTION_SERVER_DOMAIN".