Skip to content

Data Object - LogCollectorComponentIdentifier

Java Class

com.omnissa.vdi.vlsi.binding.vdi.utils.logcollector.LogCollector.LogCollectorComponentIdentifier

Property of

LogCollectorSpec, LogCollectorTaskInfo

Parameter to

LogCollector_Purge

See also

ConnectionServerId, MachineId, RDSServerId

Since

Horizon 7.10

Data Object Description

Represents identifier of a log collector component.

Data Object Properties

Name Type Description
logCollectorComponentType xsd:string Type of the log collector component.
* This property will be one of:
ValueDescription
CONNECTION_SERVERLog component type is Connection Server.
AGENTLog component type is agent machine from desktop pool.
AGENT_RDSLog component type is agent RDSH server from farm.
csId ConnectionServerId Identifier of a connection server. 1 2
machineId MachineId Identifier of a desktop pool machine. Since Horizon 7.12 1 4
rdsServerId RDSServerId Identifier of a remote desktop services server. Since Horizon 7.12 1 3

  1. This property need not be set. 

  2. This property is required if logCollectorComponentType is set to "CONNECTION_SERVER". 

  3. This property is required if logCollectorComponentType is set to "AGENT_RDS". 

  4. This property is required if logCollectorComponentType is set to "AGENT".