Data Object - VirtualCenterViewComposerData

Class
VMware.Hv.ViewComposerData
Property of
VirtualCenterInfo, VirtualCenterSpec
See also
CertificateThumbprint, ServerSpec
Since
Horizon View 6.0

Data Object Description

View composer related attributes

Data Object Properties

Properties

Name Type Description
viewComposerTypexsd:string

Denotes the View Composer type to use.
  • This property has a default value of "DISABLED".
  • This property will be one of:
    Value Description
    "DISABLED"Denotes when View Composer is disabled for this VC.
    "LOCAL_TO_VC"Denotes the Virtual Center is using a View Composer server which is co-installed.
    "STANDALONE"Denotes when Virtual Center is paired with a standalone View Composer server.
serverSpecServerSpec

Details needed to connect to the view composer server.
  • This property need not be set.
  • This property is required if viewComposerType is set to "LOCAL_TO_VC"or "STANDALONE".
certificateOverrideCertificateThumbprint

View composer certificate thumbprint. This is specified if an invalid certificate is overridden by the client.
  • This property need not be set.