Data Object - PodInfo
Java Class
com.omnissa.vdi.vlsi.binding.vdi.federation.Pod.PodInfo
Returned by
See also
GlobalApplicationEntitlementId, GlobalEntitlementId, PodEndpointId, PodId, SiteId
Since
Horizon View 6.0
Data Object Description¶
PodInfo contain information about a pod in a Multi-DataCenter View Pod Federation.
Data Object Properties¶
| Name | Type | Description | 
|---|---|---|
| id | PodId | Unique identifier for a Pod 1 | 
| site | SiteId | The Id of the site this pod belongs to | 
| displayName | xsd:string | Display name for the pod. * This property has a maximum length of 64 characters. | 
| description | xsd:string | Detailed description of the pod. 2 3 | 
| localPod | xsd:boolean | Indicates whether this is the local pod that the Pod service request is made. Only one pod out of the PodFederation will return true. 1 | 
| endpoints | PodEndpointId[] | The list of pod endpoints within this pod. An endpoint is basically a connection server in that pod. This list is maintained by the system and is not modifiable. 2 1 | 
| activeGlobalEntitlements | GlobalEntitlementId[] | The list of Global Entitlements with mappings to desktops in this pod. This list is maintained by the system and is not modifiable. 2 1 | 
| activeGlobalApplicationEntitlements | GlobalApplicationEntitlementId[] | The list of Global Application Entitlements with mappings to Applications in this pod. This list is maintained by the system and is not modifiable. Since Horizon View 6.2 2 1 | 
| cloudManaged | xsd:boolean | Indicates whether this pod is managed from cloud. Since Horizon 7.9 2 |