Data Object - MachineDetailsView
Java Class
com.omnissa.vdi.vlsi.binding.vdi.resources.Machine.MachineDetailsView
See also
MachineAgentPairingData, MachineData, MachineDesktopData, MachineId, MachineSessionData, ManagedMachineDetailsData, UserOrGroupId
Since
Horizon 7.7
Data Object Description¶
Details View of Machine.
Queryable Data Object¶
This data object is queryable using QueryService.
Cannot filter on the following MachineDetailsView attributes:
- sessionData.user
- desktopData.name
- managedMachineDetailsData.hostName
- managedMachineDetailsData.datastorePaths
The following caveats apply: * You can only apply QueryFilterEquals filter on groupId
Query Privileges
Privilege | Description |
---|---|
MACHINE_VIEW | is required to query MachineDetailsView. |
Data Object Properties¶
Name | Type | Description |
---|---|---|
id | MachineId | The id of the Machine. 2 |
groupId | UserOrGroupId | The id of the group. Required for querying the machines assigned to the users of this group. 1 |
data | MachineData | Information about the Machine. |
desktopData | MachineDesktopData | Information about the desktop pool of the Machine. |
sessionData | MachineSessionData | Information about the active session on the Machine. This will be unset when there is no active session on this Machine. 1 |
managedMachineDetailsData | ManagedMachineDetailsData | Information applicable only to Managed Machines. 1 |
machineAgentPairingData | MachineAgentPairingData | Agent pairing data for this Machine. 1 |