Data Object - GlobalSessionQueryServiceCountSpec

Class
VMware.Hv.CountSpec
Parameter to
GlobalSessionQueryService_GetCountWithSpec
See also
DesktopId, GlobalApplicationEntitlementId, GlobalEntitlementId, PodId, UserOrGroupId
Since
Horizon View 6.2

Data Object Description

CountSpec to filter & count the sessions

Data Object Properties

Properties

Name Type Description
userUserOrGroupId

Unique identifier for user.
At most one of the user, pod, brokeringPod, desktop, clientName values can be set to non null value.
  • This property need not be set.
podPodId

ID of the pod hosting the session.
At most one of the user, pod, brokeringPod, desktop, clientName values can be set to non null value.
  • This property need not be set.
brokeringPodPodId

ID of pod that brokered the session.
At most one of the user, pod, brokeringPod, desktop, clientName values can be set to non null value.
  • This property need not be set.
desktopDesktopId

Desktop pool id.
At most one of the user, pod, brokeringPod, desktop, clientName values can be set to non null value.
  • This property need not be set.
clientNamexsd:string

Client machine name.
At most one of the user, pod, brokeringPod, desktop, clientName values must be set to non null value.

Since Horizon 7.2
  • This property need not be set.
globalEntitlementGlobalEntitlementId

GlobalEntitlement unique identifier for global entitlement. Either globalEntitlement or globalApplicationEntitlement can be set. At most one of these fields can be set.
  • This property need not be set.
globalApplicationEntitlementGlobalApplicationEntitlementId

GlobalEntitlement unique identifier for global application entitlement. Either globalEntitlement or globalApplicationEntitlement can be set. At most one of these fields can be set.
  • This property need not be set.