Skip to content

Data Object - PodInfo

Java Class

com.omnissa.vdi.vlsi.binding.vdi.federation.Pod.PodInfo

Returned by

Pod_Get, Pod_List

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 2
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. 1 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. 2
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. 1 2
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. 1 2
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 1 2
cloudManaged xsd:boolean Indicates whether this pod is managed from cloud. Since Horizon 7.9 1

  1. This property need not be set. 

  2. This property cannot be updated. 

  3. This property has a maximum length of 1024 characters.