View API
| Local Properties | ||
Service Types | Data Object Types | All Properties | All Methods |
Data Object - GlobalSessionPodSessionCounter
- Class
- VMware.Hv.PodSessionCounter
- Returned by
- GlobalSessionQueryService_GetCount, GlobalSessionQueryService_GetCountWithSpec
- See also
- MethodFault, PodId
- Since
- Horizon View 6.0
Data Object Description
Session Counter for a pod- This data object must be updated as a whole.
Data Object Properties
Properties
Name | Type | Description |
---|---|---|
id | PodId |
PodId for which the session count is
|
success | xsd:boolean |
Indicate whether the session count query is successful on the specified
pod.
|
fault | MethodFault |
The fault that caused the session count to fail. Only present if the
success flag is false.
|
count | xsd:int |
The session count. Only present when the success flag is true.
|
Top of page | Local Properties | ||
Service Types | Data Object Types | All Properties | All Methods |