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. 2 |
description | xsd:string | Detailed description of the pod. 3 4 |
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. 3 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. 3 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 3 1 |
cloudManaged | xsd:boolean | Indicates whether this pod is managed from cloud. Since Horizon 7.9 3 |
refId | xsd:string | Reference ID for this pod. Since Horizon 8.1 3 1 |