Data Object - VirtualCenterSpec

Class
VMware.Hv.VirtualCenterSpec
Parameter to
VirtualCenter_Create
See also
CertificateThumbprint, ServerSpec, VirtualCenterConcurrentOperationLimits, VirtualCenterStorageAcceleratorData, VirtualCenterViewComposerData
Since
Horizon View 6.0

Data Object Description

Details needed to create a virtual center instance.

Data Object Properties

Properties

Name Type Description
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.
certificateOverrideCertificateThumbprint

Virtual center certificate thumbprint should the client choose to override an invalid certificate. Populate sslCertThumbprint with certificate and sslCertThumbprintAlgorithm with certificateEncoding returned by Certificate_Validate.
  • This property need not be set.
disableVCInventoryLicenseAlarmxsd:booleanDeprecated. This should always be set to true

Should the virtual center inventory license alarm be disabled?
  • This property has a default value of true.
limitsVirtualCenterConcurrentOperationLimits

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

Storage Accelerator configuration details.
viewComposerDataVirtualCenterViewComposerData

View composer details.
seSparseReclamationEnabledxsd:boolean

Is Storage Efficiency Sparse (seSparse) reclamation 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.