Data Object - VirtualCenterInfo

Class
VMware.Hv.VirtualCenterInfo
Returned by
VirtualCenter_Get, VirtualCenter_List
See also
CertificateThumbprint, ServerSpec, VirtualCenterConcurrentOperationLimits, VirtualCenterId, VirtualCenterStorageAcceleratorData, VirtualCenterViewComposerData
Since
Horizon View 6.0

Data Object Description

Top-level object describing a virtual center instance.

Data Object Properties

Properties

Name Type Description
idVirtualCenterId

Client reference to a specific virtual center instance.
serverSpecServerSpec

Details needed to connect to a virtual center server.
descriptionxsd:string

Human readable description of the virtual center instance.
  • This property need not be set.
  • This property has a maximum length of 1024 characters.
displayNamexsd:string

Human readable display name of the virtual center instance.
  • This property need not be set.
  • This property has a maximum length of 256 characters.
versionxsd:string

Virtual center version.

Since Horizon 7.2
  • This property need not be set.
instanceUuidxsd:string

Virtual center instanceUuid.

Since Horizon 7.4
  • This property need not be set.
certificateOverrideCertificateThumbprint

Virtual center certificate thumbprint should the client choose to override an invalid certificate.
  • This property need not be set.
limitsVirtualCenterConcurrentOperationLimits

Virtual center and view composer limits for the number of concurrent operations.
storageAcceleratorDataVirtualCenterStorageAcceleratorData

Storage Accelerator configuration details.
viewComposerDataVirtualCenterViewComposerDataDeprecated. This is being deprecated since View Composer will no longer be supported from Horizon version 2012 onwards.

View composer details.
  • This property need not be set.
  • This property cannot be updated.
seSparseReclamationEnabledxsd:boolean

Is Storage Efficiency Sparse (seSparse) reclamation enabled?
enabledxsd:boolean

Is the virtual center enabled?
vmcDeploymentxsd:booleanDeprecated. This property is no longer in use for Horizon Components. The deployment type can now be checked with the deploymentType field. For VMC deployment deploymentType will be set to AWS.

Is Virtual center deployed in VMC?

Since Horizon 7.6
  • This property has a default value of false.
  • This property need not be set.
isDeletablexsd:boolean

If true, Virtual Center can be deletable otherwise not. A Virtual Center cannot be deleted if there is atleast one Desktop and/or Farm associated with it.

Since Horizon 7.8
  • This property cannot be updated.
maintenanceModexsd:boolean

If maintenance or upgrade task is scheduled on Virtual center or hosts. For example, set this flag when upgrading hosts using VMware vSphere Update Manager (VUM).

Since Horizon 7.13
  • This property has a default value of false.
  • This property need not be set.
hasVirtualTPMPoolsxsd:boolean

If there is any instant clone Desktop pool associated with this Virtual Center which has addVirtualTPM set.

Since Horizon 7.13
  • This property has a default value of false.
  • This property need not be set.
  • This property cannot be updated.
deploymentTypexsd:string

Describes the type of Horizon deployment.

Since Horizon 8.0
  • This property has a default value of "GENERAL".
  • This property need not be set.
  • This property cannot be updated.
  • This property will be one of:
    Value Description
    "GENERAL"Denotes Horizon is deployed on-premises.
    "AWS"Denotes Horizon is deployed on AWS.
    "AZURE"Denotes Horizon is deployed on Azure.
    "DELLEMC"Denotes Horizon is deployed on Dell EMC.
    "GOOGLE"Denotes Horizon is deployed on Google Cloud.
    "ORACLE"Denotes Horizon is deployed on Oracle Cloud.