ProviderTypes Data Type

Properties
name data type description
hypervisorManagerTypes array of HypervisorManagerType
hypervisorTypes array of HypervisorType
storageProviders array of StorageProviderType
notManagedHypervisorTypes array of HypervisorType

Example

{
  "hypervisorManagerTypes" : [ "GCP", "VIRTUOZZO" ],
  "hypervisorTypes" : [ "OVM", "HYPERV" ],
  "storageProviders" : [ "AFS", "NUTANIX_VG" ],
  "notManagedHypervisorTypes" : [ "HYPERV", "OPENSHIFT" ]
}