Skip to content

Data Object - RCXServerInfo

Java Class

com.omnissa.vdi.vlsi.binding.vdi.infrastructure.RCX.RCXServerInfo

See also

CertificateThumbprint, RCXServerId

Since

Horizon 7.11

Data Object Description

Data Object Properties

Name Type Description
id RCXServerId ID of the RCX server.
host xsd:string FQDN/IP address of the RCX server.
thumbprints CertificateThumbprint[] Thumbprints of the RCX server certificates. 1
port xsd:int RCX server's port.
status xsd:string This indicates the current status of RCX server.
* This property will be one of:
ValueDescription
"UP"RCX server is running.
"DOWN"RCX server is down.
"UNKNOWN"RCX server status is unknown.
version xsd:string Version information of RCX server.

  1. This property need not be set.