vsphere-automation-vcenter 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1424) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +12 -1
  3. data/Gemfile.lock +57 -44
  4. data/README.md +73 -31
  5. data/Rakefile +8 -0
  6. data/docs/CertificateManagementVcenterTlsApi.md +159 -0
  7. data/docs/CertificateManagementVcenterTlsCsrApi.md +59 -0
  8. data/docs/CertificateManagementVcenterTrustedRootChainsApi.md +207 -0
  9. data/docs/ClusterApi.md +18 -4
  10. data/docs/DatacenterApi.md +42 -14
  11. data/docs/DatastoreApi.md +18 -4
  12. data/docs/DatastoreDefaultPolicyApi.md +9 -2
  13. data/docs/DeploymentApi.md +26 -8
  14. data/docs/DeploymentImportHistoryApi.md +55 -16
  15. data/docs/DeploymentInstallApi.md +52 -20
  16. data/docs/DeploymentInstallInitialConfigRemotePscThumbprintApi.md +9 -2
  17. data/docs/DeploymentInstallPscReplicatedApi.md +16 -7
  18. data/docs/DeploymentInstallPscStandaloneApi.md +16 -7
  19. data/docs/DeploymentInstallRemotePscApi.md +16 -7
  20. data/docs/DeploymentQuestionApi.md +25 -9
  21. data/docs/DeploymentUpgradeApi.md +52 -20
  22. data/docs/FolderApi.md +9 -2
  23. data/docs/GuestCustomizationSpecsApi.md +9 -2
  24. data/docs/HostApi.md +51 -16
  25. data/docs/InventoryDatastoreApi.md +16 -7
  26. data/docs/InventoryNetworkApi.md +16 -7
  27. data/docs/IsoImageApi.md +32 -14
  28. data/docs/NetworkApi.md +9 -2
  29. data/docs/OvfCapabilityApi.md +9 -2
  30. data/docs/OvfExportFlagApi.md +9 -2
  31. data/docs/OvfImportFlagApi.md +9 -2
  32. data/docs/OvfLibraryItemApi.md +42 -19
  33. data/docs/ResourcePoolApi.md +18 -4
  34. data/docs/ServicesServiceApi.md +58 -16
  35. data/docs/StoragePoliciesApi.md +25 -9
  36. data/docs/StoragePoliciesComplianceApi.md +9 -2
  37. data/docs/StoragePoliciesComplianceVMApi.md +9 -2
  38. data/docs/StoragePoliciesVMApi.md +9 -2
  39. data/docs/SystemConfigDeploymentTypeApi.md +73 -8
  40. data/docs/SystemConfigPscRegistrationApi.md +22 -8
  41. data/docs/TopologyPscsApi.md +63 -0
  42. data/docs/VMApi.md +40 -12
  43. data/docs/VcenterCertificateManagementVcenterTlsCsrCreate.md +8 -0
  44. data/docs/VcenterCertificateManagementVcenterTlsCsrCreateResult.md +8 -0
  45. data/docs/VcenterCertificateManagementVcenterTlsCsrInfo.md +8 -0
  46. data/docs/VcenterCertificateManagementVcenterTlsCsrSpec.md +16 -0
  47. data/docs/VcenterCertificateManagementVcenterTlsInfo.md +21 -0
  48. data/docs/VcenterCertificateManagementVcenterTlsRenew.md +8 -0
  49. data/docs/VcenterCertificateManagementVcenterTlsResult.md +8 -0
  50. data/docs/VcenterCertificateManagementVcenterTlsSet.md +8 -0
  51. data/docs/VcenterCertificateManagementVcenterTlsSpec.md +9 -0
  52. data/docs/VcenterCertificateManagementVcenterTrustedRootChainsCreate.md +8 -0
  53. data/docs/VcenterCertificateManagementVcenterTrustedRootChainsCreateResult.md +8 -0
  54. data/docs/VcenterCertificateManagementVcenterTrustedRootChainsCreateSpec.md +9 -0
  55. data/docs/VcenterCertificateManagementVcenterTrustedRootChainsInfo.md +8 -0
  56. data/docs/VcenterCertificateManagementVcenterTrustedRootChainsListResult.md +8 -0
  57. data/docs/VcenterCertificateManagementVcenterTrustedRootChainsResult.md +8 -0
  58. data/docs/VcenterCertificateManagementVcenterTrustedRootChainsSummary.md +8 -0
  59. data/docs/VcenterCertificateManagementX509CertChain.md +8 -0
  60. data/docs/VcenterClusterSummary.md +2 -2
  61. data/docs/VcenterDatastoreInfo.md +3 -3
  62. data/docs/VcenterDeploymentHistoryMigrationSpec.md +1 -1
  63. data/docs/VcenterDeploymentImportHistoryInfo.md +1 -1
  64. data/docs/VcenterDeploymentInfo.md +1 -1
  65. data/docs/VcenterDeploymentInfoSubtasks.md +1 -1
  66. data/docs/VcenterDeploymentInstallInstallSpec.md +1 -1
  67. data/docs/VcenterDeploymentInstallPscSpec.md +1 -1
  68. data/docs/VcenterDeploymentInstallVcsaEmbeddedSpec.md +1 -1
  69. data/docs/VcenterDeploymentLocationSpec.md +1 -1
  70. data/docs/VcenterDeploymentRemotePscSpec.md +1 -1
  71. data/docs/VcenterDeploymentReplicatedPscSpec.md +1 -1
  72. data/docs/VcenterDeploymentReplicatedSpec.md +1 -1
  73. data/docs/VcenterDeploymentTask.md +1 -1
  74. data/docs/VcenterDeploymentUpgradePscSpec.md +1 -1
  75. data/docs/VcenterDeploymentUpgradeSourceApplianceSpec.md +2 -2
  76. data/docs/VcenterDeploymentUpgradeUpgradeSpec.md +1 -1
  77. data/docs/VcenterDeploymentUpgradeVcsaEmbeddedSpec.md +1 -1
  78. data/docs/VcenterHostCreateSpec.md +1 -1
  79. data/docs/VcenterHostFilterSpec.md +1 -1
  80. data/docs/VcenterInventoryDatastoreFindResultValue.md +1 -1
  81. data/docs/VcenterInventoryNetworkFindResultValue.md +1 -1
  82. data/docs/VcenterOvfCapabilityCapabilityInfo.md +2 -2
  83. data/docs/VcenterOvfLibraryItemCreateResult.md +1 -1
  84. data/docs/VcenterOvfLibraryItemDeploymentResult.md +1 -1
  85. data/docs/VcenterOvfLibraryItemResourcePoolDeploymentSpec.md +1 -1
  86. data/docs/{VcenterVmStoragePolicyInfoDisks.md → VcenterOvfLibraryItemResourcePoolDeploymentSpecNetworkMappings.md} +2 -2
  87. data/docs/VcenterOvfLibraryItemResourcePoolDeploymentSpecStorageMappings.md +1 -1
  88. data/docs/VcenterServicesServiceListDetailsResultValue.md +1 -1
  89. data/docs/VcenterStoragePoliciesComplianceSummaryDisks.md +1 -1
  90. data/docs/VcenterStoragePoliciesComplianceVMInfoDisks.md +1 -1
  91. data/docs/VcenterStoragePoliciesComplianceVMListResultValue.md +1 -1
  92. data/docs/VcenterStoragePoliciesVMInfo.md +1 -1
  93. data/docs/VcenterStoragePoliciesVMListResultValue.md +1 -1
  94. data/docs/VcenterSystemConfigDeploymentTypeConvergenceSpec.md +10 -0
  95. data/docs/VcenterSystemConfigDeploymentTypeConvertToVcsaEmbeddedTask.md +8 -0
  96. data/docs/VcenterSystemConfigDeploymentTypeConvertToVcsaEmbeddedTaskResult.md +8 -0
  97. data/docs/VcenterSystemConfigDeploymentTypeDomainInfo.md +11 -0
  98. data/docs/VcenterSystemConfigDeploymentTypePscInfo.md +11 -0
  99. data/docs/VcenterTopologyPscsDecommissionSpec.md +11 -0
  100. data/docs/VcenterTopologyPscsDecommissionTask.md +9 -0
  101. data/docs/VcenterTopologyPscsDecommissionTaskResult.md +8 -0
  102. data/docs/VcenterVMInfoCdroms.md +1 -1
  103. data/docs/VcenterVMInfoDisks.md +1 -1
  104. data/docs/VcenterVMInfoFloppies.md +1 -1
  105. data/docs/VcenterVMInfoNics.md +1 -1
  106. data/docs/VcenterVMInfoParallelPorts.md +1 -1
  107. data/docs/VcenterVMInfoSataAdapters.md +1 -1
  108. data/docs/VcenterVMInfoScsiAdapters.md +1 -1
  109. data/docs/VcenterVMInfoSerialPorts.md +1 -1
  110. data/docs/VcenterVchaCapabilitiesInfo.md +3 -3
  111. data/docs/VcenterVchaClusterActiveGet.md +1 -1
  112. data/docs/{VcenterVchaClusterDeploytask.md → VcenterVchaClusterDeployTask.md} +0 -0
  113. data/docs/{VcenterVchaClusterDeploytaskResult.md → VcenterVchaClusterDeployTaskResult.md} +0 -0
  114. data/docs/{VcenterVchaClusterFailovertask.md → VcenterVchaClusterFailoverTask.md} +1 -1
  115. data/docs/{VcenterVchaClusterFailovertaskResult.md → VcenterVchaClusterFailoverTaskResult.md} +0 -0
  116. data/docs/VcenterVchaClusterGet.md +1 -1
  117. data/docs/VcenterVchaClusterInfo.md +2 -2
  118. data/docs/{VcenterVchaClusterModeSettask.md → VcenterVchaClusterModeSetTask.md} +0 -0
  119. data/docs/{VcenterVchaClusterModeSettaskResult.md → VcenterVchaClusterModeSetTaskResult.md} +0 -0
  120. data/docs/{VcenterVchaClusterPassiveRedeploytask.md → VcenterVchaClusterPassiveRedeployTask.md} +0 -0
  121. data/docs/{VcenterVchaClusterPassiveRedeploytaskResult.md → VcenterVchaClusterPassiveRedeployTaskResult.md} +0 -0
  122. data/docs/VcenterVchaClusterUndeploySpec.md +1 -1
  123. data/docs/{VcenterVchaClusterUndeploytask.md → VcenterVchaClusterUndeployTask.md} +0 -0
  124. data/docs/{VcenterVchaClusterUndeploytaskResult.md → VcenterVchaClusterUndeployTaskResult.md} +0 -0
  125. data/docs/{VcenterVchaClusterWitnessRedeploytask.md → VcenterVchaClusterWitnessRedeployTask.md} +0 -0
  126. data/docs/{VcenterVchaClusterWitnessRedeploytaskResult.md → VcenterVchaClusterWitnessRedeployTaskResult.md} +0 -0
  127. data/docs/VcenterVmGuestLocalFilesystemResultValue.md +1 -1
  128. data/docs/VcenterVmGuestPowerInfo.md +1 -1
  129. data/docs/VcenterVmHardwareBootCreateSpec.md +3 -3
  130. data/docs/VcenterVmHardwareBootInfo.md +3 -3
  131. data/docs/VcenterVmHardwareBootUpdateSpec.md +3 -3
  132. data/docs/VcenterVmHardwareCdromBackingInfo.md +1 -1
  133. data/docs/VcenterVmHardwareCdromCreateSpec.md +2 -2
  134. data/docs/VcenterVmHardwareCdromInfo.md +2 -2
  135. data/docs/VcenterVmHardwareCdromUpdateSpec.md +2 -2
  136. data/docs/VcenterVmHardwareCpuInfo.md +2 -2
  137. data/docs/VcenterVmHardwareCpuUpdateSpec.md +2 -2
  138. data/docs/VcenterVmHardwareEthernetCreateSpec.md +4 -4
  139. data/docs/VcenterVmHardwareEthernetInfo.md +4 -4
  140. data/docs/VcenterVmHardwareEthernetUpdateSpec.md +4 -4
  141. data/docs/VcenterVmHardwareFloppyBackingInfo.md +1 -1
  142. data/docs/VcenterVmHardwareFloppyCreateSpec.md +2 -2
  143. data/docs/VcenterVmHardwareFloppyInfo.md +2 -2
  144. data/docs/VcenterVmHardwareFloppyUpdateSpec.md +2 -2
  145. data/docs/VcenterVmHardwareIdeAddressInfo.md +2 -2
  146. data/docs/VcenterVmHardwareIdeAddressSpec.md +2 -2
  147. data/docs/VcenterVmHardwareMemoryInfo.md +1 -1
  148. data/docs/VcenterVmHardwareMemoryUpdateSpec.md +1 -1
  149. data/docs/VcenterVmHardwareParallelBackingInfo.md +1 -1
  150. data/docs/VcenterVmHardwareParallelCreateSpec.md +2 -2
  151. data/docs/VcenterVmHardwareParallelInfo.md +2 -2
  152. data/docs/VcenterVmHardwareParallelUpdateSpec.md +2 -2
  153. data/docs/VcenterVmHardwareSerialBackingInfo.md +2 -2
  154. data/docs/VcenterVmHardwareSerialBackingSpec.md +1 -1
  155. data/docs/VcenterVmHardwareSerialCreateSpec.md +3 -3
  156. data/docs/VcenterVmHardwareSerialInfo.md +3 -3
  157. data/docs/VcenterVmHardwareSerialUpdateSpec.md +3 -3
  158. data/docs/VcenterVmPowerInfo.md +1 -1
  159. data/docs/VcenterVmStoragePolicyComplianceCheckSpec.md +1 -1
  160. data/docs/VcenterVmStoragePolicyComplianceInfoDisks.md +1 -1
  161. data/docs/VcenterVmStoragePolicyUpdateSpecDisks.md +1 -1
  162. data/docs/VcenterVmTemplateLibraryItemsCreateSpecDiskStorageOverrides.md +1 -1
  163. data/docs/VcenterVmTemplateLibraryItemsDeploySpec.md +1 -1
  164. data/docs/VcenterVmTemplateLibraryItemsDeploySpecDiskStorageOverrides.md +1 -1
  165. data/docs/VcenterVmTemplateLibraryItemsHardwareCustomizationSpecDisksToUpdate.md +1 -1
  166. data/docs/VcenterVmTemplateLibraryItemsHardwareCustomizationSpecNics.md +1 -1
  167. data/docs/VcenterVmTemplateLibraryItemsInfoDisks.md +1 -1
  168. data/docs/VcenterVmTemplateLibraryItemsInfoNics.md +1 -1
  169. data/docs/VchaCapabilitiesApi.md +9 -2
  170. data/docs/VchaClusterActiveApi.md +16 -7
  171. data/docs/VchaClusterApi.md +55 -25
  172. data/docs/VchaClusterDeploymentTypeApi.md +9 -2
  173. data/docs/VchaClusterModeApi.md +24 -8
  174. data/docs/VchaClusterPassiveApi.md +29 -13
  175. data/docs/VchaClusterWitnessApi.md +29 -13
  176. data/docs/VchaOperationsApi.md +9 -2
  177. data/docs/VchaVcCredentialsApi.md +16 -7
  178. data/docs/VmGuestIdentityApi.md +9 -2
  179. data/docs/VmGuestLocalFilesystemApi.md +9 -2
  180. data/docs/VmGuestPowerApi.md +41 -11
  181. data/docs/VmHardwareAdapterSataApi.md +40 -12
  182. data/docs/VmHardwareAdapterScsiApi.md +53 -18
  183. data/docs/VmHardwareApi.md +33 -12
  184. data/docs/VmHardwareBootApi.md +22 -8
  185. data/docs/VmHardwareBootDeviceApi.md +22 -8
  186. data/docs/VmHardwareCdromApi.md +71 -22
  187. data/docs/VmHardwareCpuApi.md +22 -8
  188. data/docs/VmHardwareDiskApi.md +53 -18
  189. data/docs/VmHardwareEthernetApi.md +71 -22
  190. data/docs/VmHardwareFloppyApi.md +71 -22
  191. data/docs/VmHardwareMemoryApi.md +22 -8
  192. data/docs/VmHardwareParallelApi.md +71 -22
  193. data/docs/VmHardwareSerialApi.md +71 -22
  194. data/docs/VmPowerApi.md +45 -10
  195. data/docs/VmStoragePolicyApi.md +22 -8
  196. data/docs/VmStoragePolicyComplianceApi.md +25 -9
  197. data/docs/VmTemplateLibraryItemsApi.md +38 -15
  198. data/lib/vsphere-automation-vcenter.rb +37 -10
  199. data/lib/vsphere-automation-vcenter/api/certificate_management_vcenter_tls_api.rb +181 -0
  200. data/lib/vsphere-automation-vcenter/api/certificate_management_vcenter_tls_csr_api.rb +77 -0
  201. data/lib/vsphere-automation-vcenter/api/certificate_management_vcenter_trusted_root_chains_api.rb +231 -0
  202. data/lib/vsphere-automation-vcenter/api/cluster_api.rb +8 -10
  203. data/lib/vsphere-automation-vcenter/api/datacenter_api.rb +23 -25
  204. data/lib/vsphere-automation-vcenter/api/datastore_api.rb +8 -10
  205. data/lib/vsphere-automation-vcenter/api/datastore_default_policy_api.rb +6 -8
  206. data/lib/vsphere-automation-vcenter/api/deployment_api.rb +23 -14
  207. data/lib/vsphere-automation-vcenter/api/deployment_import_history_api.rb +32 -23
  208. data/lib/vsphere-automation-vcenter/api/deployment_install_api.rb +45 -36
  209. data/lib/vsphere-automation-vcenter/api/deployment_install_initial_config_remote_psc_thumbprint_api.rb +6 -8
  210. data/lib/vsphere-automation-vcenter/api/deployment_install_psc_replicated_api.rb +27 -18
  211. data/lib/vsphere-automation-vcenter/api/deployment_install_psc_standalone_api.rb +27 -18
  212. data/lib/vsphere-automation-vcenter/api/deployment_install_remote_psc_api.rb +27 -18
  213. data/lib/vsphere-automation-vcenter/api/deployment_question_api.rb +29 -20
  214. data/lib/vsphere-automation-vcenter/api/deployment_upgrade_api.rb +45 -36
  215. data/lib/vsphere-automation-vcenter/api/folder_api.rb +6 -8
  216. data/lib/vsphere-automation-vcenter/api/guest_customization_specs_api.rb +6 -8
  217. data/lib/vsphere-automation-vcenter/api/host_api.rb +25 -27
  218. data/lib/vsphere-automation-vcenter/api/inventory_datastore_api.rb +27 -18
  219. data/lib/vsphere-automation-vcenter/api/inventory_network_api.rb +27 -18
  220. data/lib/vsphere-automation-vcenter/api/iso_image_api.rb +50 -30
  221. data/lib/vsphere-automation-vcenter/api/network_api.rb +6 -8
  222. data/lib/vsphere-automation-vcenter/api/ovf_capability_api.rb +6 -8
  223. data/lib/vsphere-automation-vcenter/api/ovf_export_flag_api.rb +6 -8
  224. data/lib/vsphere-automation-vcenter/api/ovf_import_flag_api.rb +6 -8
  225. data/lib/vsphere-automation-vcenter/api/ovf_library_item_api.rb +49 -40
  226. data/lib/vsphere-automation-vcenter/api/resource_pool_api.rb +8 -10
  227. data/lib/vsphere-automation-vcenter/api/services_service_api.rb +25 -27
  228. data/lib/vsphere-automation-vcenter/api/storage_policies_api.rb +29 -20
  229. data/lib/vsphere-automation-vcenter/api/storage_policies_compliance_api.rb +6 -8
  230. data/lib/vsphere-automation-vcenter/api/storage_policies_compliance_vm_api.rb +6 -8
  231. data/lib/vsphere-automation-vcenter/api/storage_policies_vm_api.rb +6 -8
  232. data/lib/vsphere-automation-vcenter/api/system_config_deployment_type_api.rb +74 -19
  233. data/lib/vsphere-automation-vcenter/api/system_config_psc_registration_api.rb +17 -19
  234. data/lib/vsphere-automation-vcenter/api/topology_pscs_api.rb +95 -0
  235. data/lib/vsphere-automation-vcenter/api/vcha_capabilities_api.rb +6 -8
  236. data/lib/vsphere-automation-vcenter/api/vcha_cluster_active_api.rb +24 -15
  237. data/lib/vsphere-automation-vcenter/api/vcha_cluster_api.rb +56 -47
  238. data/lib/vsphere-automation-vcenter/api/vcha_cluster_deployment_type_api.rb +6 -8
  239. data/lib/vsphere-automation-vcenter/api/vcha_cluster_mode_api.rb +28 -19
  240. data/lib/vsphere-automation-vcenter/api/vcha_cluster_passive_api.rb +38 -29
  241. data/lib/vsphere-automation-vcenter/api/vcha_cluster_witness_api.rb +38 -29
  242. data/lib/vsphere-automation-vcenter/api/vcha_operations_api.rb +6 -8
  243. data/lib/vsphere-automation-vcenter/api/vcha_vc_credentials_api.rb +27 -18
  244. data/lib/vsphere-automation-vcenter/api/vm_api.rb +21 -23
  245. data/lib/vsphere-automation-vcenter/api/vm_guest_identity_api.rb +6 -8
  246. data/lib/vsphere-automation-vcenter/api/vm_guest_local_filesystem_api.rb +6 -8
  247. data/lib/vsphere-automation-vcenter/api/vm_guest_power_api.rb +27 -18
  248. data/lib/vsphere-automation-vcenter/api/vm_hardware_adapter_sata_api.rb +21 -23
  249. data/lib/vsphere-automation-vcenter/api/vm_hardware_adapter_scsi_api.rb +32 -34
  250. data/lib/vsphere-automation-vcenter/api/vm_hardware_api.rb +22 -24
  251. data/lib/vsphere-automation-vcenter/api/vm_hardware_boot_api.rb +17 -19
  252. data/lib/vsphere-automation-vcenter/api/vm_hardware_boot_device_api.rb +17 -19
  253. data/lib/vsphere-automation-vcenter/api/vm_hardware_cdrom_api.rb +36 -38
  254. data/lib/vsphere-automation-vcenter/api/vm_hardware_cpu_api.rb +17 -19
  255. data/lib/vsphere-automation-vcenter/api/vm_hardware_disk_api.rb +32 -34
  256. data/lib/vsphere-automation-vcenter/api/vm_hardware_ethernet_api.rb +36 -38
  257. data/lib/vsphere-automation-vcenter/api/vm_hardware_floppy_api.rb +36 -38
  258. data/lib/vsphere-automation-vcenter/api/vm_hardware_memory_api.rb +17 -19
  259. data/lib/vsphere-automation-vcenter/api/vm_hardware_parallel_api.rb +36 -38
  260. data/lib/vsphere-automation-vcenter/api/vm_hardware_serial_api.rb +36 -38
  261. data/lib/vsphere-automation-vcenter/api/vm_power_api.rb +14 -16
  262. data/lib/vsphere-automation-vcenter/api/vm_storage_policy_api.rb +17 -19
  263. data/lib/vsphere-automation-vcenter/api/vm_storage_policy_compliance_api.rb +26 -17
  264. data/lib/vsphere-automation-vcenter/api/vm_template_library_items_api.rb +40 -31
  265. data/lib/vsphere-automation-vcenter/api_client.rb +9 -5
  266. data/lib/vsphere-automation-vcenter/api_error.rb +4 -6
  267. data/lib/vsphere-automation-vcenter/configuration.rb +18 -6
  268. data/lib/vsphere-automation-vcenter/models/cis_task_progress.rb +4 -6
  269. data/lib/vsphere-automation-vcenter/models/cis_task_status.rb +9 -11
  270. data/lib/vsphere-automation-vcenter/models/vapi_std_dynamic_id.rb +4 -6
  271. data/lib/vsphere-automation-vcenter/models/vapi_std_errors_already_exists.rb +4 -6
  272. data/lib/vsphere-automation-vcenter/models/vapi_std_errors_already_exists_error.rb +4 -6
  273. data/lib/vsphere-automation-vcenter/models/vapi_std_errors_already_in_desired_state.rb +4 -6
  274. data/lib/vsphere-automation-vcenter/models/vapi_std_errors_already_in_desired_state_error.rb +4 -6
  275. data/lib/vsphere-automation-vcenter/models/vapi_std_errors_error.rb +4 -6
  276. data/lib/vsphere-automation-vcenter/models/vapi_std_errors_error_error.rb +4 -6
  277. data/lib/vsphere-automation-vcenter/models/vapi_std_errors_internal_server_error.rb +4 -6
  278. data/lib/vsphere-automation-vcenter/models/vapi_std_errors_internal_server_error_error.rb +4 -6
  279. data/lib/vsphere-automation-vcenter/models/vapi_std_errors_invalid_argument.rb +4 -6
  280. data/lib/vsphere-automation-vcenter/models/vapi_std_errors_invalid_argument_error.rb +4 -6
  281. data/lib/vsphere-automation-vcenter/models/vapi_std_errors_invalid_element_configuration.rb +4 -6
  282. data/lib/vsphere-automation-vcenter/models/vapi_std_errors_invalid_element_configuration_error.rb +4 -6
  283. data/lib/vsphere-automation-vcenter/models/vapi_std_errors_invalid_element_type.rb +4 -6
  284. data/lib/vsphere-automation-vcenter/models/vapi_std_errors_invalid_element_type_error.rb +4 -6
  285. data/lib/vsphere-automation-vcenter/models/vapi_std_errors_not_allowed_in_current_state.rb +4 -6
  286. data/lib/vsphere-automation-vcenter/models/vapi_std_errors_not_allowed_in_current_state_error.rb +4 -6
  287. data/lib/vsphere-automation-vcenter/models/vapi_std_errors_not_found.rb +4 -6
  288. data/lib/vsphere-automation-vcenter/models/vapi_std_errors_not_found_error.rb +4 -6
  289. data/lib/vsphere-automation-vcenter/models/vapi_std_errors_resource_busy.rb +4 -6
  290. data/lib/vsphere-automation-vcenter/models/vapi_std_errors_resource_busy_error.rb +4 -6
  291. data/lib/vsphere-automation-vcenter/models/vapi_std_errors_resource_in_use.rb +4 -6
  292. data/lib/vsphere-automation-vcenter/models/vapi_std_errors_resource_in_use_error.rb +4 -6
  293. data/lib/vsphere-automation-vcenter/models/vapi_std_errors_resource_inaccessible.rb +4 -6
  294. data/lib/vsphere-automation-vcenter/models/vapi_std_errors_resource_inaccessible_error.rb +4 -6
  295. data/lib/vsphere-automation-vcenter/models/vapi_std_errors_service_unavailable.rb +4 -6
  296. data/lib/vsphere-automation-vcenter/models/vapi_std_errors_service_unavailable_error.rb +4 -6
  297. data/lib/vsphere-automation-vcenter/models/vapi_std_errors_timed_out.rb +4 -6
  298. data/lib/vsphere-automation-vcenter/models/vapi_std_errors_timed_out_error.rb +4 -6
  299. data/lib/vsphere-automation-vcenter/models/vapi_std_errors_unable_to_allocate_resource.rb +4 -6
  300. data/lib/vsphere-automation-vcenter/models/vapi_std_errors_unable_to_allocate_resource_error.rb +4 -6
  301. data/lib/vsphere-automation-vcenter/models/vapi_std_errors_unauthenticated.rb +4 -6
  302. data/lib/vsphere-automation-vcenter/models/vapi_std_errors_unauthenticated_error.rb +4 -6
  303. data/lib/vsphere-automation-vcenter/models/vapi_std_errors_unauthorized.rb +4 -6
  304. data/lib/vsphere-automation-vcenter/models/vapi_std_errors_unauthorized_error.rb +4 -6
  305. data/lib/vsphere-automation-vcenter/models/vapi_std_errors_unsupported.rb +4 -6
  306. data/lib/vsphere-automation-vcenter/models/vapi_std_errors_unsupported_error.rb +4 -6
  307. data/lib/vsphere-automation-vcenter/models/vapi_std_errors_unverified_peer.rb +4 -6
  308. data/lib/vsphere-automation-vcenter/models/vapi_std_errors_unverified_peer_error.rb +4 -6
  309. data/lib/vsphere-automation-vcenter/models/vapi_std_localizable_message.rb +4 -6
  310. data/lib/vsphere-automation-vcenter/models/{vcenter_vcha_cluster_passive_redeploytask.rb → vcenter_certificate_management_vcenter_tls_csr_create.rb} +6 -10
  311. data/lib/vsphere-automation-vcenter/models/vcenter_certificate_management_vcenter_tls_csr_create_result.rb +186 -0
  312. data/lib/vsphere-automation-vcenter/models/{vcenter_vcha_cluster_mode_settask.rb → vcenter_certificate_management_vcenter_tls_csr_info.rb} +16 -19
  313. data/lib/vsphere-automation-vcenter/models/vcenter_certificate_management_vcenter_tls_csr_spec.rb +294 -0
  314. data/lib/vsphere-automation-vcenter/models/vcenter_certificate_management_vcenter_tls_info.rb +390 -0
  315. data/lib/vsphere-automation-vcenter/models/vcenter_certificate_management_vcenter_tls_renew.rb +182 -0
  316. data/lib/vsphere-automation-vcenter/models/{vcenter_vcha_cluster_failovertask_result.rb → vcenter_certificate_management_vcenter_tls_result.rb} +6 -10
  317. data/lib/vsphere-automation-vcenter/models/{vcenter_vcha_cluster_deploytask.rb → vcenter_certificate_management_vcenter_tls_set.rb} +6 -10
  318. data/lib/vsphere-automation-vcenter/models/vcenter_certificate_management_vcenter_tls_spec.rb +197 -0
  319. data/lib/vsphere-automation-vcenter/models/{vcenter_vcha_cluster_undeploytask.rb → vcenter_certificate_management_vcenter_trusted_root_chains_create.rb} +6 -10
  320. data/lib/vsphere-automation-vcenter/models/{vcenter_vcha_cluster_deploytask_result.rb → vcenter_certificate_management_vcenter_trusted_root_chains_create_result.rb} +5 -9
  321. data/lib/vsphere-automation-vcenter/models/vcenter_certificate_management_vcenter_trusted_root_chains_create_spec.rb +196 -0
  322. data/lib/vsphere-automation-vcenter/models/vcenter_certificate_management_vcenter_trusted_root_chains_info.rb +186 -0
  323. data/lib/vsphere-automation-vcenter/models/vcenter_certificate_management_vcenter_trusted_root_chains_list_result.rb +188 -0
  324. data/lib/vsphere-automation-vcenter/models/vcenter_certificate_management_vcenter_trusted_root_chains_result.rb +186 -0
  325. data/lib/vsphere-automation-vcenter/models/vcenter_certificate_management_vcenter_trusted_root_chains_summary.rb +187 -0
  326. data/lib/vsphere-automation-vcenter/models/{vcenter_vcha_cluster_failovertask.rb → vcenter_certificate_management_x509_cert_chain.rb} +18 -20
  327. data/lib/vsphere-automation-vcenter/models/vcenter_cluster_filter_spec.rb +4 -6
  328. data/lib/vsphere-automation-vcenter/models/vcenter_cluster_info.rb +4 -6
  329. data/lib/vsphere-automation-vcenter/models/vcenter_cluster_list_result.rb +4 -6
  330. data/lib/vsphere-automation-vcenter/models/vcenter_cluster_result.rb +4 -6
  331. data/lib/vsphere-automation-vcenter/models/vcenter_cluster_summary.rb +6 -8
  332. data/lib/vsphere-automation-vcenter/models/vcenter_datacenter_create.rb +4 -6
  333. data/lib/vsphere-automation-vcenter/models/vcenter_datacenter_create_result.rb +4 -6
  334. data/lib/vsphere-automation-vcenter/models/vcenter_datacenter_create_spec.rb +4 -6
  335. data/lib/vsphere-automation-vcenter/models/vcenter_datacenter_filter_spec.rb +4 -6
  336. data/lib/vsphere-automation-vcenter/models/vcenter_datacenter_info.rb +4 -6
  337. data/lib/vsphere-automation-vcenter/models/vcenter_datacenter_list_result.rb +4 -6
  338. data/lib/vsphere-automation-vcenter/models/vcenter_datacenter_result.rb +4 -6
  339. data/lib/vsphere-automation-vcenter/models/vcenter_datacenter_summary.rb +4 -6
  340. data/lib/vsphere-automation-vcenter/models/vcenter_datastore_default_policy_result.rb +4 -6
  341. data/lib/vsphere-automation-vcenter/models/vcenter_datastore_filter_spec.rb +4 -6
  342. data/lib/vsphere-automation-vcenter/models/vcenter_datastore_info.rb +7 -9
  343. data/lib/vsphere-automation-vcenter/models/vcenter_datastore_list_result.rb +4 -6
  344. data/lib/vsphere-automation-vcenter/models/vcenter_datastore_result.rb +4 -6
  345. data/lib/vsphere-automation-vcenter/models/vcenter_datastore_summary.rb +4 -6
  346. data/lib/vsphere-automation-vcenter/models/vcenter_datastore_type.rb +11 -13
  347. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_appliance_state.rb +10 -12
  348. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_appliance_type.rb +7 -9
  349. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_check_info.rb +4 -6
  350. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_check_status.rb +6 -8
  351. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_history_migration_option.rb +6 -8
  352. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_history_migration_spec.rb +5 -7
  353. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_import_history_create_spec.rb +4 -6
  354. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_import_history_info.rb +5 -7
  355. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_import_history_result.rb +4 -6
  356. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_import_history_start.rb +4 -6
  357. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_info.rb +5 -7
  358. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_info_subtasks.rb +17 -19
  359. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_install_check.rb +4 -6
  360. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_install_check_result.rb +4 -6
  361. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_install_initial_config_remote_psc_thumbprint_remote_spec.rb +4 -6
  362. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_install_initial_config_remote_psc_thumbprint_result.rb +4 -6
  363. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_install_install_spec.rb +5 -7
  364. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_install_psc_replicated_check.rb +4 -6
  365. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_install_psc_replicated_check_result.rb +4 -6
  366. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_install_psc_spec.rb +5 -7
  367. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_install_psc_standalone_check.rb +4 -6
  368. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_install_psc_standalone_check_result.rb +4 -6
  369. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_install_remote_psc_check.rb +4 -6
  370. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_install_remote_psc_check_result.rb +4 -6
  371. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_install_result.rb +4 -6
  372. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_install_start.rb +4 -6
  373. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_install_vcsa_embedded_spec.rb +5 -7
  374. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_location_spec.rb +5 -7
  375. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_notification.rb +4 -6
  376. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_notifications.rb +4 -6
  377. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_question_answer.rb +4 -6
  378. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_question_answer_spec.rb +4 -6
  379. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_question_info.rb +4 -6
  380. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_question_question.rb +4 -6
  381. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_question_question_type.rb +7 -9
  382. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_question_result.rb +4 -6
  383. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_remote_psc_spec.rb +5 -7
  384. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_replicated_psc_spec.rb +5 -7
  385. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_replicated_spec.rb +5 -7
  386. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_result.rb +4 -6
  387. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_standalone_psc_spec.rb +4 -6
  388. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_standalone_spec.rb +4 -6
  389. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_task.rb +5 -7
  390. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_upgrade_check.rb +4 -6
  391. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_upgrade_check_result.rb +4 -6
  392. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_upgrade_psc_spec.rb +5 -7
  393. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_upgrade_result.rb +4 -6
  394. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_upgrade_source_appliance_spec.rb +6 -8
  395. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_upgrade_start.rb +4 -6
  396. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_upgrade_upgrade_spec.rb +5 -7
  397. data/lib/vsphere-automation-vcenter/models/vcenter_deployment_upgrade_vcsa_embedded_spec.rb +5 -7
  398. data/lib/vsphere-automation-vcenter/models/vcenter_folder_filter_spec.rb +4 -6
  399. data/lib/vsphere-automation-vcenter/models/vcenter_folder_list_result.rb +4 -6
  400. data/lib/vsphere-automation-vcenter/models/vcenter_folder_summary.rb +4 -6
  401. data/lib/vsphere-automation-vcenter/models/vcenter_folder_type.rb +9 -11
  402. data/lib/vsphere-automation-vcenter/models/vcenter_guest_customization_specs_filter_spec.rb +4 -6
  403. data/lib/vsphere-automation-vcenter/models/vcenter_guest_customization_specs_list_result.rb +4 -6
  404. data/lib/vsphere-automation-vcenter/models/vcenter_guest_customization_specs_os_type.rb +6 -8
  405. data/lib/vsphere-automation-vcenter/models/vcenter_guest_customization_specs_summary.rb +4 -6
  406. data/lib/vsphere-automation-vcenter/models/vcenter_host_connection_state.rb +7 -9
  407. data/lib/vsphere-automation-vcenter/models/vcenter_host_create.rb +4 -6
  408. data/lib/vsphere-automation-vcenter/models/vcenter_host_create_result.rb +4 -6
  409. data/lib/vsphere-automation-vcenter/models/vcenter_host_create_spec.rb +5 -7
  410. data/lib/vsphere-automation-vcenter/models/vcenter_host_create_spec_thumbprint_verification.rb +6 -8
  411. data/lib/vsphere-automation-vcenter/models/vcenter_host_filter_spec.rb +5 -7
  412. data/lib/vsphere-automation-vcenter/models/vcenter_host_list_result.rb +4 -6
  413. data/lib/vsphere-automation-vcenter/models/vcenter_host_power_state.rb +7 -9
  414. data/lib/vsphere-automation-vcenter/models/vcenter_host_summary.rb +4 -6
  415. data/lib/vsphere-automation-vcenter/models/vcenter_inventory_datastore_find.rb +4 -6
  416. data/lib/vsphere-automation-vcenter/models/vcenter_inventory_datastore_find_result.rb +4 -6
  417. data/lib/vsphere-automation-vcenter/models/vcenter_inventory_datastore_find_result_value.rb +17 -19
  418. data/lib/vsphere-automation-vcenter/models/vcenter_inventory_datastore_info.rb +4 -6
  419. data/lib/vsphere-automation-vcenter/models/vcenter_inventory_network_find.rb +4 -6
  420. data/lib/vsphere-automation-vcenter/models/vcenter_inventory_network_find_result.rb +4 -6
  421. data/lib/vsphere-automation-vcenter/models/vcenter_inventory_network_find_result_value.rb +17 -19
  422. data/lib/vsphere-automation-vcenter/models/vcenter_inventory_network_info.rb +4 -6
  423. data/lib/vsphere-automation-vcenter/models/vcenter_iso_image_mount.rb +4 -6
  424. data/lib/vsphere-automation-vcenter/models/vcenter_iso_image_mount_result.rb +4 -6
  425. data/lib/vsphere-automation-vcenter/models/vcenter_iso_image_unmount.rb +4 -6
  426. data/lib/vsphere-automation-vcenter/models/vcenter_network_filter_spec.rb +4 -6
  427. data/lib/vsphere-automation-vcenter/models/vcenter_network_list_result.rb +4 -6
  428. data/lib/vsphere-automation-vcenter/models/vcenter_network_summary.rb +4 -6
  429. data/lib/vsphere-automation-vcenter/models/vcenter_network_type.rb +7 -9
  430. data/lib/vsphere-automation-vcenter/models/vcenter_ovf_capability_capability_info.rb +6 -8
  431. data/lib/vsphere-automation-vcenter/models/vcenter_ovf_capability_result.rb +4 -6
  432. data/lib/vsphere-automation-vcenter/models/vcenter_ovf_disk_provisioning_type.rb +7 -9
  433. data/lib/vsphere-automation-vcenter/models/vcenter_ovf_export_flag_info.rb +4 -6
  434. data/lib/vsphere-automation-vcenter/models/vcenter_ovf_export_flag_list_result.rb +4 -6
  435. data/lib/vsphere-automation-vcenter/models/vcenter_ovf_import_flag_info.rb +4 -6
  436. data/lib/vsphere-automation-vcenter/models/vcenter_ovf_import_flag_list_result.rb +4 -6
  437. data/lib/vsphere-automation-vcenter/models/vcenter_ovf_library_item_create.rb +4 -6
  438. data/lib/vsphere-automation-vcenter/models/vcenter_ovf_library_item_create_result.rb +5 -7
  439. data/lib/vsphere-automation-vcenter/models/vcenter_ovf_library_item_create_spec.rb +4 -6
  440. data/lib/vsphere-automation-vcenter/models/vcenter_ovf_library_item_create_target.rb +4 -6
  441. data/lib/vsphere-automation-vcenter/models/vcenter_ovf_library_item_deploy.rb +4 -6
  442. data/lib/vsphere-automation-vcenter/models/vcenter_ovf_library_item_deploy_result.rb +4 -6
  443. data/lib/vsphere-automation-vcenter/models/vcenter_ovf_library_item_deployable_identity.rb +4 -6
  444. data/lib/vsphere-automation-vcenter/models/vcenter_ovf_library_item_deployment_result.rb +5 -7
  445. data/lib/vsphere-automation-vcenter/models/vcenter_ovf_library_item_deployment_target.rb +4 -6
  446. data/lib/vsphere-automation-vcenter/models/vcenter_ovf_library_item_filter.rb +4 -6
  447. data/lib/vsphere-automation-vcenter/models/vcenter_ovf_library_item_filter_result.rb +4 -6
  448. data/lib/vsphere-automation-vcenter/models/vcenter_ovf_library_item_ovf_summary.rb +4 -6
  449. data/lib/vsphere-automation-vcenter/models/vcenter_ovf_library_item_resource_pool_deployment_spec.rb +5 -7
  450. data/lib/vsphere-automation-vcenter/models/{vcenter_vm_storage_policy_info_disks.rb → vcenter_ovf_library_item_resource_pool_deployment_spec_network_mappings.rb} +18 -20
  451. data/lib/vsphere-automation-vcenter/models/vcenter_ovf_library_item_resource_pool_deployment_spec_storage_mappings.rb +17 -19
  452. data/lib/vsphere-automation-vcenter/models/vcenter_ovf_library_item_result_info.rb +4 -6
  453. data/lib/vsphere-automation-vcenter/models/vcenter_ovf_library_item_storage_group_mapping.rb +4 -6
  454. data/lib/vsphere-automation-vcenter/models/vcenter_ovf_library_item_storage_group_mapping_type.rb +6 -8
  455. data/lib/vsphere-automation-vcenter/models/vcenter_ovf_ovf_error.rb +4 -6
  456. data/lib/vsphere-automation-vcenter/models/vcenter_ovf_ovf_info.rb +4 -6
  457. data/lib/vsphere-automation-vcenter/models/vcenter_ovf_ovf_message_category.rb +7 -9
  458. data/lib/vsphere-automation-vcenter/models/vcenter_ovf_ovf_warning.rb +4 -6
  459. data/lib/vsphere-automation-vcenter/models/vcenter_ovf_parse_issue.rb +4 -6
  460. data/lib/vsphere-automation-vcenter/models/vcenter_ovf_parse_issue_category.rb +17 -19
  461. data/lib/vsphere-automation-vcenter/models/vcenter_resource_pool_filter_spec.rb +4 -6
  462. data/lib/vsphere-automation-vcenter/models/vcenter_resource_pool_info.rb +4 -6
  463. data/lib/vsphere-automation-vcenter/models/vcenter_resource_pool_list_result.rb +4 -6
  464. data/lib/vsphere-automation-vcenter/models/vcenter_resource_pool_result.rb +4 -6
  465. data/lib/vsphere-automation-vcenter/models/vcenter_resource_pool_summary.rb +4 -6
  466. data/lib/vsphere-automation-vcenter/models/vcenter_services_service_health.rb +7 -9
  467. data/lib/vsphere-automation-vcenter/models/vcenter_services_service_info.rb +4 -6
  468. data/lib/vsphere-automation-vcenter/models/vcenter_services_service_list_details_result.rb +4 -6
  469. data/lib/vsphere-automation-vcenter/models/vcenter_services_service_list_details_result_value.rb +17 -19
  470. data/lib/vsphere-automation-vcenter/models/vcenter_services_service_result.rb +4 -6
  471. data/lib/vsphere-automation-vcenter/models/vcenter_services_service_startup_type.rb +7 -9
  472. data/lib/vsphere-automation-vcenter/models/vcenter_services_service_state.rb +8 -10
  473. data/lib/vsphere-automation-vcenter/models/vcenter_services_service_update.rb +4 -6
  474. data/lib/vsphere-automation-vcenter/models/vcenter_services_service_update_spec.rb +4 -6
  475. data/lib/vsphere-automation-vcenter/models/vcenter_storage_policies_check_compatibility.rb +4 -6
  476. data/lib/vsphere-automation-vcenter/models/vcenter_storage_policies_check_compatibility_result.rb +4 -6
  477. data/lib/vsphere-automation-vcenter/models/vcenter_storage_policies_compatibility_info.rb +4 -6
  478. data/lib/vsphere-automation-vcenter/models/vcenter_storage_policies_compatible_datastore_info.rb +4 -6
  479. data/lib/vsphere-automation-vcenter/models/vcenter_storage_policies_compliance_filter_spec.rb +4 -6
  480. data/lib/vsphere-automation-vcenter/models/vcenter_storage_policies_compliance_list_result.rb +4 -6
  481. data/lib/vsphere-automation-vcenter/models/vcenter_storage_policies_compliance_status.rb +9 -11
  482. data/lib/vsphere-automation-vcenter/models/vcenter_storage_policies_compliance_summary.rb +4 -6
  483. data/lib/vsphere-automation-vcenter/models/vcenter_storage_policies_compliance_summary_disks.rb +17 -19
  484. data/lib/vsphere-automation-vcenter/models/vcenter_storage_policies_compliance_vm_filter_spec.rb +4 -6
  485. data/lib/vsphere-automation-vcenter/models/vcenter_storage_policies_compliance_vm_info.rb +4 -6
  486. data/lib/vsphere-automation-vcenter/models/vcenter_storage_policies_compliance_vm_info_disks.rb +17 -19
  487. data/lib/vsphere-automation-vcenter/models/vcenter_storage_policies_compliance_vm_list_result.rb +4 -6
  488. data/lib/vsphere-automation-vcenter/models/vcenter_storage_policies_compliance_vm_list_result_value.rb +17 -19
  489. data/lib/vsphere-automation-vcenter/models/vcenter_storage_policies_compliance_vm_status.rb +9 -11
  490. data/lib/vsphere-automation-vcenter/models/vcenter_storage_policies_filter_spec.rb +4 -6
  491. data/lib/vsphere-automation-vcenter/models/vcenter_storage_policies_list_result.rb +4 -6
  492. data/lib/vsphere-automation-vcenter/models/vcenter_storage_policies_summary.rb +4 -6
  493. data/lib/vsphere-automation-vcenter/models/vcenter_storage_policies_vm_info.rb +5 -7
  494. data/lib/vsphere-automation-vcenter/models/vcenter_storage_policies_vm_list_result.rb +4 -6
  495. data/lib/vsphere-automation-vcenter/models/vcenter_storage_policies_vm_list_result_value.rb +17 -19
  496. data/lib/vsphere-automation-vcenter/models/vcenter_system_config_deployment_type_convergence_spec.rb +206 -0
  497. data/lib/vsphere-automation-vcenter/models/{vcenter_vcha_cluster_witness_redeploytask.rb → vcenter_system_config_deployment_type_convert_to_vcsa_embedded_task.rb} +6 -10
  498. data/lib/vsphere-automation-vcenter/models/{vcenter_vcha_cluster_passive_redeploytask_result.rb → vcenter_system_config_deployment_type_convert_to_vcsa_embedded_task_result.rb} +5 -9
  499. data/lib/vsphere-automation-vcenter/models/vcenter_system_config_deployment_type_domain_info.rb +232 -0
  500. data/lib/vsphere-automation-vcenter/models/vcenter_system_config_deployment_type_info.rb +4 -6
  501. data/lib/vsphere-automation-vcenter/models/vcenter_system_config_deployment_type_psc_info.rb +221 -0
  502. data/lib/vsphere-automation-vcenter/models/vcenter_system_config_deployment_type_reconfigure.rb +4 -6
  503. data/lib/vsphere-automation-vcenter/models/vcenter_system_config_deployment_type_reconfigure_spec.rb +4 -6
  504. data/lib/vsphere-automation-vcenter/models/vcenter_system_config_deployment_type_result.rb +4 -6
  505. data/lib/vsphere-automation-vcenter/models/vcenter_system_config_psc_registration_info.rb +4 -6
  506. data/lib/vsphere-automation-vcenter/models/vcenter_system_config_psc_registration_repoint.rb +4 -6
  507. data/lib/vsphere-automation-vcenter/models/vcenter_system_config_psc_registration_result.rb +4 -6
  508. data/lib/vsphere-automation-vcenter/models/vcenter_topology_pscs_decommission_spec.rb +222 -0
  509. data/lib/vsphere-automation-vcenter/models/vcenter_topology_pscs_decommission_task.rb +196 -0
  510. data/lib/vsphere-automation-vcenter/models/{vcenter_vcha_cluster_mode_settask_result.rb → vcenter_topology_pscs_decommission_task_result.rb} +5 -9
  511. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_capabilities_info.rb +7 -9
  512. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_capabilities_result.rb +4 -6
  513. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_active_get.rb +5 -7
  514. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_active_info.rb +4 -6
  515. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_active_result.rb +4 -6
  516. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_active_spec.rb +4 -6
  517. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_cluster_mode.rb +7 -9
  518. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_cluster_state.rb +7 -9
  519. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_config_state.rb +8 -10
  520. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_deploy_spec.rb +4 -6
  521. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_deploy_task.rb +4 -6
  522. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_deploy_task_result.rb +4 -6
  523. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_deployment_type_info.rb +4 -6
  524. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_deployment_type_result.rb +4 -6
  525. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_deployment_type_type.rb +7 -9
  526. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_error_condition.rb +4 -6
  527. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_failover_task.rb +5 -7
  528. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_failover_task_result.rb +4 -6
  529. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_get.rb +5 -7
  530. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_info.rb +6 -8
  531. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_ip_family.rb +6 -8
  532. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_ip_info.rb +4 -6
  533. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_ipv4_info.rb +4 -6
  534. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_ipv6_info.rb +4 -6
  535. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_mode_cluster_mode.rb +7 -9
  536. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_mode_info.rb +4 -6
  537. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_mode_result.rb +4 -6
  538. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_mode_set_task.rb +4 -6
  539. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_mode_set_task_result.rb +4 -6
  540. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_node_info.rb +4 -6
  541. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_node_role.rb +7 -9
  542. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_node_runtime_info.rb +4 -6
  543. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_node_state.rb +6 -8
  544. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_node_vm_info.rb +4 -6
  545. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_passive_check.rb +4 -6
  546. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_passive_check_result.rb +4 -6
  547. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_passive_check_spec.rb +4 -6
  548. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_passive_redeploy_spec.rb +4 -6
  549. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_passive_redeploy_task.rb +4 -6
  550. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_passive_redeploy_task_result.rb +4 -6
  551. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_passive_spec.rb +4 -6
  552. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_result.rb +4 -6
  553. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_type.rb +6 -8
  554. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_undeploy_spec.rb +5 -7
  555. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_undeploy_task.rb +4 -6
  556. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_undeploy_task_result.rb +4 -6
  557. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_vm_info.rb +4 -6
  558. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_witness_check.rb +4 -6
  559. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_witness_check_result.rb +4 -6
  560. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_witness_check_spec.rb +4 -6
  561. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_witness_info.rb +4 -6
  562. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_witness_redeploy_spec.rb +4 -6
  563. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_witness_redeploy_task.rb +4 -6
  564. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_witness_redeploy_task_result.rb +4 -6
  565. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_witness_spec.rb +4 -6
  566. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_connection_spec.rb +4 -6
  567. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_credentials_spec.rb +4 -6
  568. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_disk_info.rb +4 -6
  569. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_disk_spec.rb +4 -6
  570. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_ip_family.rb +6 -8
  571. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_ip_spec.rb +4 -6
  572. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_ipv4_spec.rb +4 -6
  573. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_ipv6_spec.rb +4 -6
  574. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_network_type.rb +6 -8
  575. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_operations_info.rb +4 -6
  576. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_operations_result.rb +4 -6
  577. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_placement_info.rb +4 -6
  578. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_placement_spec.rb +4 -6
  579. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_vc_credentials_validate.rb +4 -6
  580. data/lib/vsphere-automation-vcenter/models/vcenter_vm_create.rb +4 -6
  581. data/lib/vsphere-automation-vcenter/models/vcenter_vm_create_result.rb +4 -6
  582. data/lib/vsphere-automation-vcenter/models/vcenter_vm_create_spec.rb +4 -6
  583. data/lib/vsphere-automation-vcenter/models/vcenter_vm_filter_spec.rb +4 -6
  584. data/lib/vsphere-automation-vcenter/models/vcenter_vm_guest_identity_info.rb +4 -6
  585. data/lib/vsphere-automation-vcenter/models/vcenter_vm_guest_identity_result.rb +4 -6
  586. data/lib/vsphere-automation-vcenter/models/vcenter_vm_guest_local_filesystem_info.rb +4 -6
  587. data/lib/vsphere-automation-vcenter/models/vcenter_vm_guest_local_filesystem_result.rb +4 -6
  588. data/lib/vsphere-automation-vcenter/models/vcenter_vm_guest_local_filesystem_result_value.rb +17 -19
  589. data/lib/vsphere-automation-vcenter/models/vcenter_vm_guest_os.rb +166 -168
  590. data/lib/vsphere-automation-vcenter/models/vcenter_vm_guest_os_family.rb +10 -12
  591. data/lib/vsphere-automation-vcenter/models/vcenter_vm_guest_power_info.rb +5 -7
  592. data/lib/vsphere-automation-vcenter/models/vcenter_vm_guest_power_result.rb +4 -6
  593. data/lib/vsphere-automation-vcenter/models/vcenter_vm_guest_power_state.rb +10 -12
  594. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_adapter_sata_create.rb +4 -6
  595. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_adapter_sata_create_result.rb +4 -6
  596. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_adapter_sata_create_spec.rb +4 -6
  597. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_adapter_sata_info.rb +4 -6
  598. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_adapter_sata_list_result.rb +4 -6
  599. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_adapter_sata_result.rb +4 -6
  600. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_adapter_sata_summary.rb +4 -6
  601. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_adapter_sata_type.rb +5 -7
  602. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_adapter_scsi_create.rb +4 -6
  603. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_adapter_scsi_create_result.rb +4 -6
  604. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_adapter_scsi_create_spec.rb +4 -6
  605. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_adapter_scsi_info.rb +4 -6
  606. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_adapter_scsi_list_result.rb +4 -6
  607. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_adapter_scsi_result.rb +4 -6
  608. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_adapter_scsi_sharing.rb +7 -9
  609. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_adapter_scsi_summary.rb +4 -6
  610. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_adapter_scsi_type.rb +8 -10
  611. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_adapter_scsi_update.rb +4 -6
  612. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_adapter_scsi_update_spec.rb +4 -6
  613. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_boot_create_spec.rb +7 -9
  614. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_boot_device_entry.rb +4 -6
  615. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_boot_device_entry_create_spec.rb +4 -6
  616. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_boot_device_result.rb +4 -6
  617. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_boot_device_set.rb +4 -6
  618. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_boot_device_type.rb +8 -10
  619. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_boot_info.rb +7 -9
  620. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_boot_network_protocol.rb +6 -8
  621. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_boot_result.rb +4 -6
  622. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_boot_type.rb +6 -8
  623. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_boot_update.rb +4 -6
  624. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_boot_update_spec.rb +7 -9
  625. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_cdrom_backing_info.rb +5 -7
  626. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_cdrom_backing_spec.rb +4 -6
  627. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_cdrom_backing_type.rb +7 -9
  628. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_cdrom_create.rb +4 -6
  629. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_cdrom_create_result.rb +4 -6
  630. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_cdrom_create_spec.rb +6 -8
  631. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_cdrom_device_access_type.rb +7 -9
  632. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_cdrom_host_bus_adapter_type.rb +6 -8
  633. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_cdrom_info.rb +6 -8
  634. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_cdrom_list_result.rb +4 -6
  635. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_cdrom_result.rb +4 -6
  636. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_cdrom_summary.rb +4 -6
  637. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_cdrom_update.rb +4 -6
  638. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_cdrom_update_spec.rb +6 -8
  639. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_connection_state.rb +9 -11
  640. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_cpu_info.rb +6 -8
  641. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_cpu_result.rb +4 -6
  642. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_cpu_update.rb +4 -6
  643. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_cpu_update_spec.rb +6 -8
  644. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_disk_backing_info.rb +4 -6
  645. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_disk_backing_spec.rb +4 -6
  646. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_disk_backing_type.rb +5 -7
  647. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_disk_create.rb +4 -6
  648. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_disk_create_result.rb +4 -6
  649. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_disk_create_spec.rb +4 -6
  650. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_disk_host_bus_adapter_type.rb +7 -9
  651. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_disk_info.rb +4 -6
  652. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_disk_list_result.rb +4 -6
  653. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_disk_result.rb +4 -6
  654. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_disk_storage_policy_spec.rb +4 -6
  655. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_disk_summary.rb +4 -6
  656. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_disk_update.rb +4 -6
  657. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_disk_update_spec.rb +4 -6
  658. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_disk_vmdk_create_spec.rb +4 -6
  659. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_ethernet_backing_info.rb +4 -6
  660. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_ethernet_backing_spec.rb +4 -6
  661. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_ethernet_backing_type.rb +8 -10
  662. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_ethernet_create.rb +4 -6
  663. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_ethernet_create_result.rb +4 -6
  664. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_ethernet_create_spec.rb +8 -10
  665. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_ethernet_emulation_type.rb +10 -12
  666. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_ethernet_info.rb +8 -10
  667. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_ethernet_list_result.rb +4 -6
  668. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_ethernet_mac_address_type.rb +7 -9
  669. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_ethernet_result.rb +4 -6
  670. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_ethernet_summary.rb +4 -6
  671. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_ethernet_update.rb +4 -6
  672. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_ethernet_update_spec.rb +8 -10
  673. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_floppy_backing_info.rb +5 -7
  674. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_floppy_backing_spec.rb +4 -6
  675. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_floppy_backing_type.rb +7 -9
  676. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_floppy_create.rb +4 -6
  677. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_floppy_create_result.rb +4 -6
  678. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_floppy_create_spec.rb +6 -8
  679. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_floppy_info.rb +6 -8
  680. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_floppy_list_result.rb +4 -6
  681. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_floppy_result.rb +4 -6
  682. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_floppy_summary.rb +4 -6
  683. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_floppy_update.rb +4 -6
  684. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_floppy_update_spec.rb +6 -8
  685. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_ide_address_info.rb +6 -8
  686. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_ide_address_spec.rb +6 -8
  687. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_info.rb +4 -6
  688. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_memory_info.rb +5 -7
  689. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_memory_result.rb +4 -6
  690. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_memory_update.rb +4 -6
  691. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_memory_update_spec.rb +5 -7
  692. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_parallel_backing_info.rb +5 -7
  693. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_parallel_backing_spec.rb +4 -6
  694. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_parallel_backing_type.rb +6 -8
  695. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_parallel_create.rb +4 -6
  696. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_parallel_create_result.rb +4 -6
  697. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_parallel_create_spec.rb +6 -8
  698. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_parallel_info.rb +6 -8
  699. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_parallel_list_result.rb +4 -6
  700. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_parallel_result.rb +4 -6
  701. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_parallel_summary.rb +4 -6
  702. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_parallel_update.rb +4 -6
  703. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_parallel_update_spec.rb +6 -8
  704. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_result.rb +4 -6
  705. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_sata_address_info.rb +4 -6
  706. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_sata_address_spec.rb +4 -6
  707. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_scsi_address_info.rb +4 -6
  708. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_scsi_address_spec.rb +4 -6
  709. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_serial_backing_info.rb +6 -8
  710. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_serial_backing_spec.rb +5 -7
  711. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_serial_backing_type.rb +10 -12
  712. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_serial_create.rb +4 -6
  713. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_serial_create_result.rb +4 -6
  714. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_serial_create_spec.rb +7 -9
  715. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_serial_info.rb +7 -9
  716. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_serial_list_result.rb +4 -6
  717. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_serial_result.rb +4 -6
  718. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_serial_summary.rb +4 -6
  719. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_serial_update.rb +4 -6
  720. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_serial_update_spec.rb +7 -9
  721. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_update.rb +4 -6
  722. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_update_spec.rb +4 -6
  723. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_upgrade.rb +4 -6
  724. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_upgrade_policy.rb +7 -9
  725. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_upgrade_status.rb +8 -10
  726. data/lib/vsphere-automation-vcenter/models/vcenter_vm_hardware_version.rb +16 -17
  727. data/lib/vsphere-automation-vcenter/models/vcenter_vm_info.rb +4 -6
  728. data/lib/vsphere-automation-vcenter/models/vcenter_vm_info_cdroms.rb +17 -19
  729. data/lib/vsphere-automation-vcenter/models/vcenter_vm_info_disks.rb +17 -19
  730. data/lib/vsphere-automation-vcenter/models/vcenter_vm_info_floppies.rb +17 -19
  731. data/lib/vsphere-automation-vcenter/models/vcenter_vm_info_nics.rb +17 -19
  732. data/lib/vsphere-automation-vcenter/models/vcenter_vm_info_parallel_ports.rb +17 -19
  733. data/lib/vsphere-automation-vcenter/models/vcenter_vm_info_sata_adapters.rb +17 -19
  734. data/lib/vsphere-automation-vcenter/models/vcenter_vm_info_scsi_adapters.rb +17 -19
  735. data/lib/vsphere-automation-vcenter/models/vcenter_vm_info_serial_ports.rb +17 -19
  736. data/lib/vsphere-automation-vcenter/models/vcenter_vm_list_result.rb +4 -6
  737. data/lib/vsphere-automation-vcenter/models/vcenter_vm_placement_spec.rb +4 -6
  738. data/lib/vsphere-automation-vcenter/models/vcenter_vm_power_info.rb +5 -7
  739. data/lib/vsphere-automation-vcenter/models/vcenter_vm_power_result.rb +4 -6
  740. data/lib/vsphere-automation-vcenter/models/vcenter_vm_power_state.rb +7 -9
  741. data/lib/vsphere-automation-vcenter/models/vcenter_vm_result.rb +4 -6
  742. data/lib/vsphere-automation-vcenter/models/vcenter_vm_storage_policy_compliance_check.rb +4 -6
  743. data/lib/vsphere-automation-vcenter/models/vcenter_vm_storage_policy_compliance_check_result.rb +4 -6
  744. data/lib/vsphere-automation-vcenter/models/vcenter_vm_storage_policy_compliance_check_spec.rb +5 -7
  745. data/lib/vsphere-automation-vcenter/models/vcenter_vm_storage_policy_compliance_info.rb +4 -6
  746. data/lib/vsphere-automation-vcenter/models/vcenter_vm_storage_policy_compliance_info_disks.rb +17 -19
  747. data/lib/vsphere-automation-vcenter/models/vcenter_vm_storage_policy_compliance_result.rb +4 -6
  748. data/lib/vsphere-automation-vcenter/models/vcenter_vm_storage_policy_compliance_status.rb +9 -11
  749. data/lib/vsphere-automation-vcenter/models/vcenter_vm_storage_policy_compliance_vm_compliance_info.rb +4 -6
  750. data/lib/vsphere-automation-vcenter/models/vcenter_vm_storage_policy_disk_policy_spec.rb +4 -6
  751. data/lib/vsphere-automation-vcenter/models/vcenter_vm_storage_policy_disk_policy_spec_policy_type.rb +6 -8
  752. data/lib/vsphere-automation-vcenter/models/vcenter_vm_storage_policy_info.rb +4 -6
  753. data/lib/vsphere-automation-vcenter/models/vcenter_vm_storage_policy_result.rb +4 -6
  754. data/lib/vsphere-automation-vcenter/models/vcenter_vm_storage_policy_spec.rb +4 -6
  755. data/lib/vsphere-automation-vcenter/models/vcenter_vm_storage_policy_update.rb +4 -6
  756. data/lib/vsphere-automation-vcenter/models/vcenter_vm_storage_policy_update_spec.rb +4 -6
  757. data/lib/vsphere-automation-vcenter/models/vcenter_vm_storage_policy_update_spec_disks.rb +17 -19
  758. data/lib/vsphere-automation-vcenter/models/vcenter_vm_storage_policy_vm_home_policy_spec.rb +4 -6
  759. data/lib/vsphere-automation-vcenter/models/vcenter_vm_storage_policy_vm_home_policy_spec_policy_type.rb +6 -8
  760. data/lib/vsphere-automation-vcenter/models/vcenter_vm_summary.rb +4 -6
  761. data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_cpu_info.rb +4 -6
  762. data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_cpu_update_spec.rb +4 -6
  763. data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_create.rb +4 -6
  764. data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_create_placement_spec.rb +4 -6
  765. data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_create_result.rb +4 -6
  766. data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_create_spec.rb +4 -6
  767. data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_create_spec_disk_storage.rb +4 -6
  768. data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_create_spec_disk_storage_overrides.rb +17 -19
  769. data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_create_spec_disk_storage_policy.rb +4 -6
  770. data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_create_spec_disk_storage_policy_type.rb +5 -7
  771. data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_create_spec_vm_home_storage.rb +4 -6
  772. data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_create_spec_vm_home_storage_policy.rb +4 -6
  773. data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_create_spec_vm_home_storage_policy_type.rb +5 -7
  774. data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_deploy.rb +4 -6
  775. data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_deploy_placement_spec.rb +4 -6
  776. data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_deploy_result.rb +4 -6
  777. data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_deploy_spec.rb +5 -7
  778. data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_deploy_spec_disk_storage.rb +4 -6
  779. data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_deploy_spec_disk_storage_overrides.rb +17 -19
  780. data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_deploy_spec_disk_storage_policy.rb +4 -6
  781. data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_deploy_spec_disk_storage_policy_type.rb +6 -8
  782. data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_deploy_spec_vm_home_storage.rb +4 -6
  783. data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_deploy_spec_vm_home_storage_policy.rb +4 -6
  784. data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_deploy_spec_vm_home_storage_policy_type.rb +6 -8
  785. data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_disk_info.rb +4 -6
  786. data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_disk_storage_info.rb +4 -6
  787. data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_disk_update_spec.rb +4 -6
  788. data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_ethernet_info.rb +4 -6
  789. data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_ethernet_info_mac_address_type.rb +7 -9
  790. data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_ethernet_info_network_backing_type.rb +8 -10
  791. data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_ethernet_update_spec.rb +4 -6
  792. data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_guest_customization_spec.rb +4 -6
  793. data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_hardware_customization_spec.rb +4 -6
  794. data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_hardware_customization_spec_disks_to_update.rb +17 -19
  795. data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_hardware_customization_spec_nics.rb +17 -19
  796. data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_info.rb +4 -6
  797. data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_info_disks.rb +17 -19
  798. data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_info_nics.rb +17 -19
  799. data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_memory_info.rb +4 -6
  800. data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_memory_update_spec.rb +4 -6
  801. data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_result.rb +4 -6
  802. data/lib/vsphere-automation-vcenter/models/vcenter_vm_template_library_items_vm_home_storage_info.rb +4 -6
  803. data/lib/vsphere-automation-vcenter/version.rb +5 -7
  804. data/pkg/vsphere-automation-vcenter-0.2.0.gem +0 -0
  805. data/spec/api/certificate_management_vcenter_tls_api_spec.rb +64 -0
  806. data/spec/api/certificate_management_vcenter_tls_csr_api_spec.rb +42 -0
  807. data/spec/api/certificate_management_vcenter_trusted_root_chains_api_spec.rb +74 -0
  808. data/spec/api/cluster_api_spec.rb +4 -6
  809. data/spec/api/datacenter_api_spec.rb +6 -8
  810. data/spec/api/datastore_api_spec.rb +4 -6
  811. data/spec/api/datastore_default_policy_api_spec.rb +4 -6
  812. data/spec/api/deployment_api_spec.rb +5 -6
  813. data/spec/api/deployment_import_history_api_spec.rb +6 -7
  814. data/spec/api/deployment_install_api_spec.rb +7 -8
  815. data/spec/api/deployment_install_initial_config_remote_psc_thumbprint_api_spec.rb +4 -6
  816. data/spec/api/deployment_install_psc_replicated_api_spec.rb +6 -7
  817. data/spec/api/deployment_install_psc_standalone_api_spec.rb +6 -7
  818. data/spec/api/deployment_install_remote_psc_api_spec.rb +6 -7
  819. data/spec/api/deployment_question_api_spec.rb +6 -7
  820. data/spec/api/deployment_upgrade_api_spec.rb +7 -8
  821. data/spec/api/folder_api_spec.rb +4 -6
  822. data/spec/api/guest_customization_specs_api_spec.rb +4 -6
  823. data/spec/api/host_api_spec.rb +6 -8
  824. data/spec/api/inventory_datastore_api_spec.rb +6 -7
  825. data/spec/api/inventory_network_api_spec.rb +6 -7
  826. data/spec/api/iso_image_api_spec.rb +8 -8
  827. data/spec/api/network_api_spec.rb +4 -6
  828. data/spec/api/ovf_capability_api_spec.rb +4 -6
  829. data/spec/api/ovf_export_flag_api_spec.rb +4 -6
  830. data/spec/api/ovf_import_flag_api_spec.rb +4 -6
  831. data/spec/api/ovf_library_item_api_spec.rb +8 -9
  832. data/spec/api/resource_pool_api_spec.rb +4 -6
  833. data/spec/api/services_service_api_spec.rb +5 -7
  834. data/spec/api/storage_policies_api_spec.rb +6 -7
  835. data/spec/api/storage_policies_compliance_api_spec.rb +4 -6
  836. data/spec/api/storage_policies_compliance_vm_api_spec.rb +4 -6
  837. data/spec/api/storage_policies_vm_api_spec.rb +4 -6
  838. data/spec/api/system_config_deployment_type_api_spec.rb +16 -7
  839. data/spec/api/system_config_psc_registration_api_spec.rb +5 -7
  840. data/spec/api/topology_pscs_api_spec.rb +44 -0
  841. data/spec/api/vcha_capabilities_api_spec.rb +4 -6
  842. data/spec/api/vcha_cluster_active_api_spec.rb +6 -7
  843. data/spec/api/vcha_cluster_api_spec.rb +9 -10
  844. data/spec/api/vcha_cluster_deployment_type_api_spec.rb +4 -6
  845. data/spec/api/vcha_cluster_mode_api_spec.rb +6 -7
  846. data/spec/api/vcha_cluster_passive_api_spec.rb +7 -8
  847. data/spec/api/vcha_cluster_witness_api_spec.rb +7 -8
  848. data/spec/api/vcha_operations_api_spec.rb +4 -6
  849. data/spec/api/vcha_vc_credentials_api_spec.rb +6 -7
  850. data/spec/api/vm_api_spec.rb +5 -7
  851. data/spec/api/vm_guest_identity_api_spec.rb +4 -6
  852. data/spec/api/vm_guest_local_filesystem_api_spec.rb +4 -6
  853. data/spec/api/vm_guest_power_api_spec.rb +5 -6
  854. data/spec/api/vm_hardware_adapter_sata_api_spec.rb +5 -7
  855. data/spec/api/vm_hardware_adapter_scsi_api_spec.rb +6 -8
  856. data/spec/api/vm_hardware_api_spec.rb +6 -8
  857. data/spec/api/vm_hardware_boot_api_spec.rb +5 -7
  858. data/spec/api/vm_hardware_boot_device_api_spec.rb +5 -7
  859. data/spec/api/vm_hardware_cdrom_api_spec.rb +6 -8
  860. data/spec/api/vm_hardware_cpu_api_spec.rb +5 -7
  861. data/spec/api/vm_hardware_disk_api_spec.rb +6 -8
  862. data/spec/api/vm_hardware_ethernet_api_spec.rb +6 -8
  863. data/spec/api/vm_hardware_floppy_api_spec.rb +6 -8
  864. data/spec/api/vm_hardware_memory_api_spec.rb +5 -7
  865. data/spec/api/vm_hardware_parallel_api_spec.rb +6 -8
  866. data/spec/api/vm_hardware_serial_api_spec.rb +6 -8
  867. data/spec/api/vm_power_api_spec.rb +4 -6
  868. data/spec/api/vm_storage_policy_api_spec.rb +5 -7
  869. data/spec/api/vm_storage_policy_compliance_api_spec.rb +6 -7
  870. data/spec/api/vm_template_library_items_api_spec.rb +7 -8
  871. data/spec/api_client_spec.rb +4 -6
  872. data/spec/configuration_spec.rb +4 -6
  873. data/spec/models/cis_task_progress_spec.rb +4 -6
  874. data/spec/models/cis_task_status_spec.rb +4 -6
  875. data/spec/models/vapi_std_dynamic_id_spec.rb +4 -6
  876. data/spec/models/vapi_std_errors_already_exists_error_spec.rb +4 -6
  877. data/spec/models/vapi_std_errors_already_exists_spec.rb +4 -6
  878. data/spec/models/vapi_std_errors_already_in_desired_state_error_spec.rb +4 -6
  879. data/spec/models/vapi_std_errors_already_in_desired_state_spec.rb +4 -6
  880. data/spec/models/vapi_std_errors_error_error_spec.rb +4 -6
  881. data/spec/models/vapi_std_errors_error_spec.rb +4 -6
  882. data/spec/models/vapi_std_errors_internal_server_error_error_spec.rb +4 -6
  883. data/spec/models/vapi_std_errors_internal_server_error_spec.rb +4 -6
  884. data/spec/models/vapi_std_errors_invalid_argument_error_spec.rb +4 -6
  885. data/spec/models/vapi_std_errors_invalid_argument_spec.rb +4 -6
  886. data/spec/models/vapi_std_errors_invalid_element_configuration_error_spec.rb +4 -6
  887. data/spec/models/vapi_std_errors_invalid_element_configuration_spec.rb +4 -6
  888. data/spec/models/vapi_std_errors_invalid_element_type_error_spec.rb +4 -6
  889. data/spec/models/vapi_std_errors_invalid_element_type_spec.rb +4 -6
  890. data/spec/models/vapi_std_errors_not_allowed_in_current_state_error_spec.rb +4 -6
  891. data/spec/models/vapi_std_errors_not_allowed_in_current_state_spec.rb +4 -6
  892. data/spec/models/vapi_std_errors_not_found_error_spec.rb +4 -6
  893. data/spec/models/vapi_std_errors_not_found_spec.rb +4 -6
  894. data/spec/models/vapi_std_errors_resource_busy_error_spec.rb +4 -6
  895. data/spec/models/vapi_std_errors_resource_busy_spec.rb +4 -6
  896. data/spec/models/vapi_std_errors_resource_in_use_error_spec.rb +4 -6
  897. data/spec/models/vapi_std_errors_resource_in_use_spec.rb +4 -6
  898. data/spec/models/vapi_std_errors_resource_inaccessible_error_spec.rb +4 -6
  899. data/spec/models/vapi_std_errors_resource_inaccessible_spec.rb +4 -6
  900. data/spec/models/vapi_std_errors_service_unavailable_error_spec.rb +4 -6
  901. data/spec/models/vapi_std_errors_service_unavailable_spec.rb +4 -6
  902. data/spec/models/vapi_std_errors_timed_out_error_spec.rb +4 -6
  903. data/spec/models/vapi_std_errors_timed_out_spec.rb +4 -6
  904. data/spec/models/vapi_std_errors_unable_to_allocate_resource_error_spec.rb +4 -6
  905. data/spec/models/vapi_std_errors_unable_to_allocate_resource_spec.rb +4 -6
  906. data/spec/models/vapi_std_errors_unauthenticated_error_spec.rb +4 -6
  907. data/spec/models/vapi_std_errors_unauthenticated_spec.rb +4 -6
  908. data/spec/models/vapi_std_errors_unauthorized_error_spec.rb +4 -6
  909. data/spec/models/vapi_std_errors_unauthorized_spec.rb +4 -6
  910. data/spec/models/vapi_std_errors_unsupported_error_spec.rb +4 -6
  911. data/spec/models/vapi_std_errors_unsupported_spec.rb +4 -6
  912. data/spec/models/vapi_std_errors_unverified_peer_error_spec.rb +4 -6
  913. data/spec/models/vapi_std_errors_unverified_peer_spec.rb +4 -6
  914. data/spec/models/vapi_std_localizable_message_spec.rb +4 -6
  915. data/spec/models/vcenter_certificate_management_vcenter_tls_csr_create_result_spec.rb +37 -0
  916. data/spec/models/vcenter_certificate_management_vcenter_tls_csr_create_spec.rb +37 -0
  917. data/spec/models/vcenter_certificate_management_vcenter_tls_csr_info_spec.rb +37 -0
  918. data/spec/models/vcenter_certificate_management_vcenter_tls_csr_spec_spec.rb +85 -0
  919. data/spec/models/vcenter_certificate_management_vcenter_tls_info_spec.rb +115 -0
  920. data/spec/models/vcenter_certificate_management_vcenter_tls_renew_spec.rb +37 -0
  921. data/spec/models/vcenter_certificate_management_vcenter_tls_result_spec.rb +37 -0
  922. data/spec/models/vcenter_certificate_management_vcenter_tls_set_spec.rb +37 -0
  923. data/spec/models/{vcenter_vm_storage_policy_info_disks_spec.rb → vcenter_certificate_management_vcenter_tls_spec_spec.rb} +11 -13
  924. data/spec/models/vcenter_certificate_management_vcenter_trusted_root_chains_create_result_spec.rb +37 -0
  925. data/spec/models/vcenter_certificate_management_vcenter_trusted_root_chains_create_spec.rb +37 -0
  926. data/spec/models/vcenter_certificate_management_vcenter_trusted_root_chains_create_spec_spec.rb +43 -0
  927. data/spec/models/vcenter_certificate_management_vcenter_trusted_root_chains_info_spec.rb +37 -0
  928. data/spec/models/vcenter_certificate_management_vcenter_trusted_root_chains_list_result_spec.rb +37 -0
  929. data/spec/models/vcenter_certificate_management_vcenter_trusted_root_chains_result_spec.rb +37 -0
  930. data/spec/models/vcenter_certificate_management_vcenter_trusted_root_chains_summary_spec.rb +37 -0
  931. data/spec/models/vcenter_certificate_management_x509_cert_chain_spec.rb +37 -0
  932. data/spec/models/vcenter_cluster_filter_spec_spec.rb +4 -6
  933. data/spec/models/vcenter_cluster_info_spec.rb +4 -6
  934. data/spec/models/vcenter_cluster_list_result_spec.rb +4 -6
  935. data/spec/models/vcenter_cluster_result_spec.rb +4 -6
  936. data/spec/models/vcenter_cluster_summary_spec.rb +4 -6
  937. data/spec/models/vcenter_datacenter_create_result_spec.rb +4 -6
  938. data/spec/models/vcenter_datacenter_create_spec.rb +4 -6
  939. data/spec/models/vcenter_datacenter_create_spec_spec.rb +4 -6
  940. data/spec/models/vcenter_datacenter_filter_spec_spec.rb +4 -6
  941. data/spec/models/vcenter_datacenter_info_spec.rb +4 -6
  942. data/spec/models/vcenter_datacenter_list_result_spec.rb +4 -6
  943. data/spec/models/vcenter_datacenter_result_spec.rb +4 -6
  944. data/spec/models/vcenter_datacenter_summary_spec.rb +4 -6
  945. data/spec/models/vcenter_datastore_default_policy_result_spec.rb +4 -6
  946. data/spec/models/vcenter_datastore_filter_spec_spec.rb +4 -6
  947. data/spec/models/vcenter_datastore_info_spec.rb +4 -6
  948. data/spec/models/vcenter_datastore_list_result_spec.rb +4 -6
  949. data/spec/models/vcenter_datastore_result_spec.rb +4 -6
  950. data/spec/models/vcenter_datastore_summary_spec.rb +4 -6
  951. data/spec/models/vcenter_datastore_type_spec.rb +4 -6
  952. data/spec/models/vcenter_deployment_appliance_state_spec.rb +4 -6
  953. data/spec/models/vcenter_deployment_appliance_type_spec.rb +4 -6
  954. data/spec/models/vcenter_deployment_check_info_spec.rb +4 -6
  955. data/spec/models/vcenter_deployment_check_status_spec.rb +4 -6
  956. data/spec/models/vcenter_deployment_history_migration_option_spec.rb +4 -6
  957. data/spec/models/vcenter_deployment_history_migration_spec_spec.rb +4 -6
  958. data/spec/models/vcenter_deployment_import_history_create_spec_spec.rb +4 -6
  959. data/spec/models/vcenter_deployment_import_history_info_spec.rb +4 -6
  960. data/spec/models/vcenter_deployment_import_history_result_spec.rb +4 -6
  961. data/spec/models/vcenter_deployment_import_history_start_spec.rb +4 -6
  962. data/spec/models/vcenter_deployment_info_spec.rb +4 -6
  963. data/spec/models/vcenter_deployment_info_subtasks_spec.rb +6 -8
  964. data/spec/models/vcenter_deployment_install_check_result_spec.rb +4 -6
  965. data/spec/models/vcenter_deployment_install_check_spec.rb +4 -6
  966. data/spec/models/vcenter_deployment_install_initial_config_remote_psc_thumbprint_remote_spec_spec.rb +4 -6
  967. data/spec/models/vcenter_deployment_install_initial_config_remote_psc_thumbprint_result_spec.rb +4 -6
  968. data/spec/models/vcenter_deployment_install_install_spec_spec.rb +4 -6
  969. data/spec/models/vcenter_deployment_install_psc_replicated_check_result_spec.rb +4 -6
  970. data/spec/models/vcenter_deployment_install_psc_replicated_check_spec.rb +4 -6
  971. data/spec/models/vcenter_deployment_install_psc_spec_spec.rb +4 -6
  972. data/spec/models/vcenter_deployment_install_psc_standalone_check_result_spec.rb +4 -6
  973. data/spec/models/vcenter_deployment_install_psc_standalone_check_spec.rb +4 -6
  974. data/spec/models/vcenter_deployment_install_remote_psc_check_result_spec.rb +4 -6
  975. data/spec/models/vcenter_deployment_install_remote_psc_check_spec.rb +4 -6
  976. data/spec/models/vcenter_deployment_install_result_spec.rb +4 -6
  977. data/spec/models/vcenter_deployment_install_start_spec.rb +4 -6
  978. data/spec/models/vcenter_deployment_install_vcsa_embedded_spec_spec.rb +4 -6
  979. data/spec/models/vcenter_deployment_location_spec_spec.rb +4 -6
  980. data/spec/models/vcenter_deployment_notification_spec.rb +4 -6
  981. data/spec/models/vcenter_deployment_notifications_spec.rb +4 -6
  982. data/spec/models/vcenter_deployment_question_answer_spec.rb +4 -6
  983. data/spec/models/vcenter_deployment_question_answer_spec_spec.rb +4 -6
  984. data/spec/models/vcenter_deployment_question_info_spec.rb +4 -6
  985. data/spec/models/vcenter_deployment_question_question_spec.rb +4 -6
  986. data/spec/models/vcenter_deployment_question_question_type_spec.rb +4 -6
  987. data/spec/models/vcenter_deployment_question_result_spec.rb +4 -6
  988. data/spec/models/vcenter_deployment_remote_psc_spec_spec.rb +4 -6
  989. data/spec/models/vcenter_deployment_replicated_psc_spec_spec.rb +4 -6
  990. data/spec/models/vcenter_deployment_replicated_spec_spec.rb +4 -6
  991. data/spec/models/vcenter_deployment_result_spec.rb +4 -6
  992. data/spec/models/vcenter_deployment_standalone_psc_spec_spec.rb +4 -6
  993. data/spec/models/vcenter_deployment_standalone_spec_spec.rb +4 -6
  994. data/spec/models/vcenter_deployment_task_spec.rb +4 -6
  995. data/spec/models/vcenter_deployment_upgrade_check_result_spec.rb +4 -6
  996. data/spec/models/vcenter_deployment_upgrade_check_spec.rb +4 -6
  997. data/spec/models/vcenter_deployment_upgrade_psc_spec_spec.rb +4 -6
  998. data/spec/models/vcenter_deployment_upgrade_result_spec.rb +4 -6
  999. data/spec/models/vcenter_deployment_upgrade_source_appliance_spec_spec.rb +4 -6
  1000. data/spec/models/vcenter_deployment_upgrade_start_spec.rb +4 -6
  1001. data/spec/models/vcenter_deployment_upgrade_upgrade_spec_spec.rb +4 -6
  1002. data/spec/models/vcenter_deployment_upgrade_vcsa_embedded_spec_spec.rb +4 -6
  1003. data/spec/models/vcenter_folder_filter_spec_spec.rb +4 -6
  1004. data/spec/models/vcenter_folder_list_result_spec.rb +4 -6
  1005. data/spec/models/vcenter_folder_summary_spec.rb +4 -6
  1006. data/spec/models/vcenter_folder_type_spec.rb +4 -6
  1007. data/spec/models/vcenter_guest_customization_specs_filter_spec_spec.rb +4 -6
  1008. data/spec/models/vcenter_guest_customization_specs_list_result_spec.rb +4 -6
  1009. data/spec/models/vcenter_guest_customization_specs_os_type_spec.rb +4 -6
  1010. data/spec/models/vcenter_guest_customization_specs_summary_spec.rb +4 -6
  1011. data/spec/models/vcenter_host_connection_state_spec.rb +4 -6
  1012. data/spec/models/vcenter_host_create_result_spec.rb +4 -6
  1013. data/spec/models/vcenter_host_create_spec.rb +4 -6
  1014. data/spec/models/vcenter_host_create_spec_spec.rb +4 -6
  1015. data/spec/models/vcenter_host_create_spec_thumbprint_verification_spec.rb +4 -6
  1016. data/spec/models/vcenter_host_filter_spec_spec.rb +4 -6
  1017. data/spec/models/vcenter_host_list_result_spec.rb +4 -6
  1018. data/spec/models/vcenter_host_power_state_spec.rb +4 -6
  1019. data/spec/models/vcenter_host_summary_spec.rb +4 -6
  1020. data/spec/models/vcenter_inventory_datastore_find_result_spec.rb +4 -6
  1021. data/spec/models/vcenter_inventory_datastore_find_result_value_spec.rb +6 -8
  1022. data/spec/models/vcenter_inventory_datastore_find_spec.rb +4 -6
  1023. data/spec/models/vcenter_inventory_datastore_info_spec.rb +4 -6
  1024. data/spec/models/vcenter_inventory_network_find_result_spec.rb +4 -6
  1025. data/spec/models/vcenter_inventory_network_find_result_value_spec.rb +6 -8
  1026. data/spec/models/vcenter_inventory_network_find_spec.rb +4 -6
  1027. data/spec/models/vcenter_inventory_network_info_spec.rb +4 -6
  1028. data/spec/models/vcenter_iso_image_mount_result_spec.rb +4 -6
  1029. data/spec/models/vcenter_iso_image_mount_spec.rb +4 -6
  1030. data/spec/models/vcenter_iso_image_unmount_spec.rb +4 -6
  1031. data/spec/models/vcenter_network_filter_spec_spec.rb +4 -6
  1032. data/spec/models/vcenter_network_list_result_spec.rb +4 -6
  1033. data/spec/models/vcenter_network_summary_spec.rb +4 -6
  1034. data/spec/models/vcenter_network_type_spec.rb +4 -6
  1035. data/spec/models/vcenter_ovf_capability_capability_info_spec.rb +4 -6
  1036. data/spec/models/vcenter_ovf_capability_result_spec.rb +4 -6
  1037. data/spec/models/vcenter_ovf_disk_provisioning_type_spec.rb +4 -6
  1038. data/spec/models/vcenter_ovf_export_flag_info_spec.rb +4 -6
  1039. data/spec/models/vcenter_ovf_export_flag_list_result_spec.rb +4 -6
  1040. data/spec/models/vcenter_ovf_import_flag_info_spec.rb +4 -6
  1041. data/spec/models/vcenter_ovf_import_flag_list_result_spec.rb +4 -6
  1042. data/spec/models/vcenter_ovf_library_item_create_result_spec.rb +4 -6
  1043. data/spec/models/vcenter_ovf_library_item_create_spec.rb +4 -6
  1044. data/spec/models/vcenter_ovf_library_item_create_spec_spec.rb +4 -6
  1045. data/spec/models/vcenter_ovf_library_item_create_target_spec.rb +4 -6
  1046. data/spec/models/vcenter_ovf_library_item_deploy_result_spec.rb +4 -6
  1047. data/spec/models/vcenter_ovf_library_item_deploy_spec.rb +4 -6
  1048. data/spec/models/vcenter_ovf_library_item_deployable_identity_spec.rb +4 -6
  1049. data/spec/models/vcenter_ovf_library_item_deployment_result_spec.rb +4 -6
  1050. data/spec/models/vcenter_ovf_library_item_deployment_target_spec.rb +4 -6
  1051. data/spec/models/vcenter_ovf_library_item_filter_result_spec.rb +4 -6
  1052. data/spec/models/vcenter_ovf_library_item_filter_spec.rb +4 -6
  1053. data/spec/models/vcenter_ovf_library_item_ovf_summary_spec.rb +4 -6
  1054. data/spec/models/vcenter_ovf_library_item_resource_pool_deployment_spec_network_mappings_spec.rb +43 -0
  1055. data/spec/models/vcenter_ovf_library_item_resource_pool_deployment_spec_spec.rb +4 -6
  1056. data/spec/models/vcenter_ovf_library_item_resource_pool_deployment_spec_storage_mappings_spec.rb +6 -8
  1057. data/spec/models/vcenter_ovf_library_item_result_info_spec.rb +4 -6
  1058. data/spec/models/vcenter_ovf_library_item_storage_group_mapping_spec.rb +4 -6
  1059. data/spec/models/vcenter_ovf_library_item_storage_group_mapping_type_spec.rb +4 -6
  1060. data/spec/models/vcenter_ovf_ovf_error_spec.rb +4 -6
  1061. data/spec/models/vcenter_ovf_ovf_info_spec.rb +4 -6
  1062. data/spec/models/vcenter_ovf_ovf_message_category_spec.rb +4 -6
  1063. data/spec/models/vcenter_ovf_ovf_warning_spec.rb +4 -6
  1064. data/spec/models/vcenter_ovf_parse_issue_category_spec.rb +4 -6
  1065. data/spec/models/vcenter_ovf_parse_issue_spec.rb +4 -6
  1066. data/spec/models/vcenter_resource_pool_filter_spec_spec.rb +4 -6
  1067. data/spec/models/vcenter_resource_pool_info_spec.rb +4 -6
  1068. data/spec/models/vcenter_resource_pool_list_result_spec.rb +4 -6
  1069. data/spec/models/vcenter_resource_pool_result_spec.rb +4 -6
  1070. data/spec/models/vcenter_resource_pool_summary_spec.rb +4 -6
  1071. data/spec/models/vcenter_services_service_health_spec.rb +4 -6
  1072. data/spec/models/vcenter_services_service_info_spec.rb +4 -6
  1073. data/spec/models/vcenter_services_service_list_details_result_spec.rb +4 -6
  1074. data/spec/models/vcenter_services_service_list_details_result_value_spec.rb +6 -8
  1075. data/spec/models/vcenter_services_service_result_spec.rb +4 -6
  1076. data/spec/models/vcenter_services_service_startup_type_spec.rb +4 -6
  1077. data/spec/models/vcenter_services_service_state_spec.rb +4 -6
  1078. data/spec/models/vcenter_services_service_update_spec.rb +4 -6
  1079. data/spec/models/vcenter_services_service_update_spec_spec.rb +4 -6
  1080. data/spec/models/vcenter_storage_policies_check_compatibility_result_spec.rb +4 -6
  1081. data/spec/models/vcenter_storage_policies_check_compatibility_spec.rb +4 -6
  1082. data/spec/models/vcenter_storage_policies_compatibility_info_spec.rb +4 -6
  1083. data/spec/models/vcenter_storage_policies_compatible_datastore_info_spec.rb +4 -6
  1084. data/spec/models/vcenter_storage_policies_compliance_filter_spec_spec.rb +4 -6
  1085. data/spec/models/vcenter_storage_policies_compliance_list_result_spec.rb +4 -6
  1086. data/spec/models/vcenter_storage_policies_compliance_status_spec.rb +4 -6
  1087. data/spec/models/vcenter_storage_policies_compliance_summary_disks_spec.rb +6 -8
  1088. data/spec/models/vcenter_storage_policies_compliance_summary_spec.rb +4 -6
  1089. data/spec/models/vcenter_storage_policies_compliance_vm_filter_spec_spec.rb +4 -6
  1090. data/spec/models/vcenter_storage_policies_compliance_vm_info_disks_spec.rb +6 -8
  1091. data/spec/models/vcenter_storage_policies_compliance_vm_info_spec.rb +4 -6
  1092. data/spec/models/vcenter_storage_policies_compliance_vm_list_result_spec.rb +4 -6
  1093. data/spec/models/vcenter_storage_policies_compliance_vm_list_result_value_spec.rb +6 -8
  1094. data/spec/models/vcenter_storage_policies_compliance_vm_status_spec.rb +4 -6
  1095. data/spec/models/vcenter_storage_policies_filter_spec_spec.rb +4 -6
  1096. data/spec/models/vcenter_storage_policies_list_result_spec.rb +4 -6
  1097. data/spec/models/vcenter_storage_policies_summary_spec.rb +4 -6
  1098. data/spec/models/vcenter_storage_policies_vm_info_spec.rb +4 -6
  1099. data/spec/models/vcenter_storage_policies_vm_list_result_spec.rb +4 -6
  1100. data/spec/models/vcenter_storage_policies_vm_list_result_value_spec.rb +6 -8
  1101. data/spec/models/vcenter_system_config_deployment_type_convergence_spec_spec.rb +49 -0
  1102. data/spec/models/vcenter_system_config_deployment_type_convert_to_vcsa_embedded_task_result_spec.rb +37 -0
  1103. data/spec/models/vcenter_system_config_deployment_type_convert_to_vcsa_embedded_task_spec.rb +37 -0
  1104. data/spec/models/vcenter_system_config_deployment_type_domain_info_spec.rb +55 -0
  1105. data/spec/models/vcenter_system_config_deployment_type_info_spec.rb +4 -6
  1106. data/spec/models/vcenter_system_config_deployment_type_psc_info_spec.rb +55 -0
  1107. data/spec/models/vcenter_system_config_deployment_type_reconfigure_spec.rb +4 -6
  1108. data/spec/models/vcenter_system_config_deployment_type_reconfigure_spec_spec.rb +4 -6
  1109. data/spec/models/vcenter_system_config_deployment_type_result_spec.rb +4 -6
  1110. data/spec/models/vcenter_system_config_psc_registration_info_spec.rb +4 -6
  1111. data/spec/models/vcenter_system_config_psc_registration_repoint_spec.rb +4 -6
  1112. data/spec/models/vcenter_system_config_psc_registration_result_spec.rb +4 -6
  1113. data/spec/models/vcenter_topology_pscs_decommission_spec_spec.rb +55 -0
  1114. data/spec/models/vcenter_topology_pscs_decommission_task_result_spec.rb +37 -0
  1115. data/spec/models/vcenter_topology_pscs_decommission_task_spec.rb +43 -0
  1116. data/spec/models/vcenter_vcha_capabilities_info_spec.rb +4 -6
  1117. data/spec/models/vcenter_vcha_capabilities_result_spec.rb +4 -6
  1118. data/spec/models/vcenter_vcha_cluster_active_get_spec.rb +4 -6
  1119. data/spec/models/vcenter_vcha_cluster_active_info_spec.rb +4 -6
  1120. data/spec/models/vcenter_vcha_cluster_active_result_spec.rb +4 -6
  1121. data/spec/models/vcenter_vcha_cluster_active_spec_spec.rb +4 -6
  1122. data/spec/models/vcenter_vcha_cluster_cluster_mode_spec.rb +4 -6
  1123. data/spec/models/vcenter_vcha_cluster_cluster_state_spec.rb +4 -6
  1124. data/spec/models/vcenter_vcha_cluster_config_state_spec.rb +4 -6
  1125. data/spec/models/vcenter_vcha_cluster_deploy_spec_spec.rb +4 -6
  1126. data/spec/models/vcenter_vcha_cluster_deploy_task_result_spec.rb +4 -6
  1127. data/spec/models/vcenter_vcha_cluster_deploy_task_spec.rb +4 -6
  1128. data/spec/models/vcenter_vcha_cluster_deployment_type_info_spec.rb +4 -6
  1129. data/spec/models/vcenter_vcha_cluster_deployment_type_result_spec.rb +4 -6
  1130. data/spec/models/vcenter_vcha_cluster_deployment_type_type_spec.rb +4 -6
  1131. data/spec/models/vcenter_vcha_cluster_error_condition_spec.rb +4 -6
  1132. data/spec/models/vcenter_vcha_cluster_failover_task_result_spec.rb +4 -6
  1133. data/spec/models/vcenter_vcha_cluster_failover_task_spec.rb +4 -6
  1134. data/spec/models/vcenter_vcha_cluster_get_spec.rb +4 -6
  1135. data/spec/models/vcenter_vcha_cluster_info_spec.rb +4 -6
  1136. data/spec/models/vcenter_vcha_cluster_ip_family_spec.rb +4 -6
  1137. data/spec/models/vcenter_vcha_cluster_ip_info_spec.rb +4 -6
  1138. data/spec/models/vcenter_vcha_cluster_ipv4_info_spec.rb +4 -6
  1139. data/spec/models/vcenter_vcha_cluster_ipv6_info_spec.rb +4 -6
  1140. data/spec/models/vcenter_vcha_cluster_mode_cluster_mode_spec.rb +4 -6
  1141. data/spec/models/vcenter_vcha_cluster_mode_info_spec.rb +4 -6
  1142. data/spec/models/vcenter_vcha_cluster_mode_result_spec.rb +4 -6
  1143. data/spec/models/vcenter_vcha_cluster_mode_set_task_result_spec.rb +4 -6
  1144. data/spec/models/vcenter_vcha_cluster_mode_set_task_spec.rb +4 -6
  1145. data/spec/models/vcenter_vcha_cluster_node_info_spec.rb +4 -6
  1146. data/spec/models/vcenter_vcha_cluster_node_role_spec.rb +4 -6
  1147. data/spec/models/vcenter_vcha_cluster_node_runtime_info_spec.rb +4 -6
  1148. data/spec/models/vcenter_vcha_cluster_node_state_spec.rb +4 -6
  1149. data/spec/models/vcenter_vcha_cluster_node_vm_info_spec.rb +4 -6
  1150. data/spec/models/vcenter_vcha_cluster_passive_check_result_spec.rb +4 -6
  1151. data/spec/models/vcenter_vcha_cluster_passive_check_spec.rb +4 -6
  1152. data/spec/models/vcenter_vcha_cluster_passive_check_spec_spec.rb +4 -6
  1153. data/spec/models/vcenter_vcha_cluster_passive_redeploy_spec_spec.rb +4 -6
  1154. data/spec/models/vcenter_vcha_cluster_passive_redeploy_task_result_spec.rb +4 -6
  1155. data/spec/models/vcenter_vcha_cluster_passive_redeploy_task_spec.rb +4 -6
  1156. data/spec/models/vcenter_vcha_cluster_passive_spec_spec.rb +4 -6
  1157. data/spec/models/vcenter_vcha_cluster_result_spec.rb +4 -6
  1158. data/spec/models/vcenter_vcha_cluster_type_spec.rb +4 -6
  1159. data/spec/models/vcenter_vcha_cluster_undeploy_spec_spec.rb +4 -6
  1160. data/spec/models/vcenter_vcha_cluster_undeploy_task_result_spec.rb +4 -6
  1161. data/spec/models/vcenter_vcha_cluster_undeploy_task_spec.rb +4 -6
  1162. data/spec/models/vcenter_vcha_cluster_vm_info_spec.rb +4 -6
  1163. data/spec/models/vcenter_vcha_cluster_witness_check_result_spec.rb +4 -6
  1164. data/spec/models/vcenter_vcha_cluster_witness_check_spec.rb +4 -6
  1165. data/spec/models/vcenter_vcha_cluster_witness_check_spec_spec.rb +4 -6
  1166. data/spec/models/vcenter_vcha_cluster_witness_info_spec.rb +4 -6
  1167. data/spec/models/vcenter_vcha_cluster_witness_redeploy_spec_spec.rb +4 -6
  1168. data/spec/models/vcenter_vcha_cluster_witness_redeploy_task_result_spec.rb +4 -6
  1169. data/spec/models/vcenter_vcha_cluster_witness_redeploy_task_spec.rb +4 -6
  1170. data/spec/models/vcenter_vcha_cluster_witness_spec_spec.rb +4 -6
  1171. data/spec/models/vcenter_vcha_connection_spec_spec.rb +4 -6
  1172. data/spec/models/vcenter_vcha_credentials_spec_spec.rb +4 -6
  1173. data/spec/models/vcenter_vcha_disk_info_spec.rb +4 -6
  1174. data/spec/models/vcenter_vcha_disk_spec_spec.rb +4 -6
  1175. data/spec/models/vcenter_vcha_ip_family_spec.rb +4 -6
  1176. data/spec/models/vcenter_vcha_ip_spec_spec.rb +4 -6
  1177. data/spec/models/vcenter_vcha_ipv4_spec_spec.rb +4 -6
  1178. data/spec/models/vcenter_vcha_ipv6_spec_spec.rb +4 -6
  1179. data/spec/models/vcenter_vcha_network_type_spec.rb +4 -6
  1180. data/spec/models/vcenter_vcha_operations_info_spec.rb +4 -6
  1181. data/spec/models/vcenter_vcha_operations_result_spec.rb +4 -6
  1182. data/spec/models/vcenter_vcha_placement_info_spec.rb +4 -6
  1183. data/spec/models/vcenter_vcha_placement_spec_spec.rb +4 -6
  1184. data/spec/models/vcenter_vcha_vc_credentials_validate_spec.rb +4 -6
  1185. data/spec/models/vcenter_vm_create_result_spec.rb +4 -6
  1186. data/spec/models/vcenter_vm_create_spec.rb +4 -6
  1187. data/spec/models/vcenter_vm_create_spec_spec.rb +4 -6
  1188. data/spec/models/vcenter_vm_filter_spec_spec.rb +4 -6
  1189. data/spec/models/vcenter_vm_guest_identity_info_spec.rb +4 -6
  1190. data/spec/models/vcenter_vm_guest_identity_result_spec.rb +4 -6
  1191. data/spec/models/vcenter_vm_guest_local_filesystem_info_spec.rb +4 -6
  1192. data/spec/models/vcenter_vm_guest_local_filesystem_result_spec.rb +4 -6
  1193. data/spec/models/vcenter_vm_guest_local_filesystem_result_value_spec.rb +6 -8
  1194. data/spec/models/vcenter_vm_guest_os_family_spec.rb +4 -6
  1195. data/spec/models/vcenter_vm_guest_os_spec.rb +4 -6
  1196. data/spec/models/vcenter_vm_guest_power_info_spec.rb +4 -6
  1197. data/spec/models/vcenter_vm_guest_power_result_spec.rb +4 -6
  1198. data/spec/models/vcenter_vm_guest_power_state_spec.rb +4 -6
  1199. data/spec/models/vcenter_vm_hardware_adapter_sata_create_result_spec.rb +4 -6
  1200. data/spec/models/vcenter_vm_hardware_adapter_sata_create_spec.rb +4 -6
  1201. data/spec/models/vcenter_vm_hardware_adapter_sata_create_spec_spec.rb +4 -6
  1202. data/spec/models/vcenter_vm_hardware_adapter_sata_info_spec.rb +4 -6
  1203. data/spec/models/vcenter_vm_hardware_adapter_sata_list_result_spec.rb +4 -6
  1204. data/spec/models/vcenter_vm_hardware_adapter_sata_result_spec.rb +4 -6
  1205. data/spec/models/vcenter_vm_hardware_adapter_sata_summary_spec.rb +4 -6
  1206. data/spec/models/vcenter_vm_hardware_adapter_sata_type_spec.rb +4 -6
  1207. data/spec/models/vcenter_vm_hardware_adapter_scsi_create_result_spec.rb +4 -6
  1208. data/spec/models/vcenter_vm_hardware_adapter_scsi_create_spec.rb +4 -6
  1209. data/spec/models/vcenter_vm_hardware_adapter_scsi_create_spec_spec.rb +4 -6
  1210. data/spec/models/vcenter_vm_hardware_adapter_scsi_info_spec.rb +4 -6
  1211. data/spec/models/vcenter_vm_hardware_adapter_scsi_list_result_spec.rb +4 -6
  1212. data/spec/models/vcenter_vm_hardware_adapter_scsi_result_spec.rb +4 -6
  1213. data/spec/models/vcenter_vm_hardware_adapter_scsi_sharing_spec.rb +4 -6
  1214. data/spec/models/vcenter_vm_hardware_adapter_scsi_summary_spec.rb +4 -6
  1215. data/spec/models/vcenter_vm_hardware_adapter_scsi_type_spec.rb +4 -6
  1216. data/spec/models/vcenter_vm_hardware_adapter_scsi_update_spec.rb +4 -6
  1217. data/spec/models/vcenter_vm_hardware_adapter_scsi_update_spec_spec.rb +4 -6
  1218. data/spec/models/vcenter_vm_hardware_boot_create_spec_spec.rb +4 -6
  1219. data/spec/models/vcenter_vm_hardware_boot_device_entry_create_spec_spec.rb +4 -6
  1220. data/spec/models/vcenter_vm_hardware_boot_device_entry_spec.rb +4 -6
  1221. data/spec/models/vcenter_vm_hardware_boot_device_result_spec.rb +4 -6
  1222. data/spec/models/vcenter_vm_hardware_boot_device_set_spec.rb +4 -6
  1223. data/spec/models/vcenter_vm_hardware_boot_device_type_spec.rb +4 -6
  1224. data/spec/models/vcenter_vm_hardware_boot_info_spec.rb +4 -6
  1225. data/spec/models/vcenter_vm_hardware_boot_network_protocol_spec.rb +4 -6
  1226. data/spec/models/vcenter_vm_hardware_boot_result_spec.rb +4 -6
  1227. data/spec/models/vcenter_vm_hardware_boot_type_spec.rb +4 -6
  1228. data/spec/models/vcenter_vm_hardware_boot_update_spec.rb +4 -6
  1229. data/spec/models/vcenter_vm_hardware_boot_update_spec_spec.rb +4 -6
  1230. data/spec/models/vcenter_vm_hardware_cdrom_backing_info_spec.rb +4 -6
  1231. data/spec/models/vcenter_vm_hardware_cdrom_backing_spec_spec.rb +4 -6
  1232. data/spec/models/vcenter_vm_hardware_cdrom_backing_type_spec.rb +4 -6
  1233. data/spec/models/vcenter_vm_hardware_cdrom_create_result_spec.rb +4 -6
  1234. data/spec/models/vcenter_vm_hardware_cdrom_create_spec.rb +4 -6
  1235. data/spec/models/vcenter_vm_hardware_cdrom_create_spec_spec.rb +4 -6
  1236. data/spec/models/vcenter_vm_hardware_cdrom_device_access_type_spec.rb +4 -6
  1237. data/spec/models/vcenter_vm_hardware_cdrom_host_bus_adapter_type_spec.rb +4 -6
  1238. data/spec/models/vcenter_vm_hardware_cdrom_info_spec.rb +4 -6
  1239. data/spec/models/vcenter_vm_hardware_cdrom_list_result_spec.rb +4 -6
  1240. data/spec/models/vcenter_vm_hardware_cdrom_result_spec.rb +4 -6
  1241. data/spec/models/vcenter_vm_hardware_cdrom_summary_spec.rb +4 -6
  1242. data/spec/models/vcenter_vm_hardware_cdrom_update_spec.rb +4 -6
  1243. data/spec/models/vcenter_vm_hardware_cdrom_update_spec_spec.rb +4 -6
  1244. data/spec/models/vcenter_vm_hardware_connection_state_spec.rb +4 -6
  1245. data/spec/models/vcenter_vm_hardware_cpu_info_spec.rb +4 -6
  1246. data/spec/models/vcenter_vm_hardware_cpu_result_spec.rb +4 -6
  1247. data/spec/models/vcenter_vm_hardware_cpu_update_spec.rb +4 -6
  1248. data/spec/models/vcenter_vm_hardware_cpu_update_spec_spec.rb +4 -6
  1249. data/spec/models/vcenter_vm_hardware_disk_backing_info_spec.rb +4 -6
  1250. data/spec/models/vcenter_vm_hardware_disk_backing_spec_spec.rb +4 -6
  1251. data/spec/models/vcenter_vm_hardware_disk_backing_type_spec.rb +4 -6
  1252. data/spec/models/vcenter_vm_hardware_disk_create_result_spec.rb +4 -6
  1253. data/spec/models/vcenter_vm_hardware_disk_create_spec.rb +4 -6
  1254. data/spec/models/vcenter_vm_hardware_disk_create_spec_spec.rb +4 -6
  1255. data/spec/models/vcenter_vm_hardware_disk_host_bus_adapter_type_spec.rb +4 -6
  1256. data/spec/models/vcenter_vm_hardware_disk_info_spec.rb +4 -6
  1257. data/spec/models/vcenter_vm_hardware_disk_list_result_spec.rb +4 -6
  1258. data/spec/models/vcenter_vm_hardware_disk_result_spec.rb +4 -6
  1259. data/spec/models/vcenter_vm_hardware_disk_storage_policy_spec_spec.rb +4 -6
  1260. data/spec/models/vcenter_vm_hardware_disk_summary_spec.rb +4 -6
  1261. data/spec/models/vcenter_vm_hardware_disk_update_spec.rb +4 -6
  1262. data/spec/models/vcenter_vm_hardware_disk_update_spec_spec.rb +4 -6
  1263. data/spec/models/vcenter_vm_hardware_disk_vmdk_create_spec_spec.rb +4 -6
  1264. data/spec/models/vcenter_vm_hardware_ethernet_backing_info_spec.rb +4 -6
  1265. data/spec/models/vcenter_vm_hardware_ethernet_backing_spec_spec.rb +4 -6
  1266. data/spec/models/vcenter_vm_hardware_ethernet_backing_type_spec.rb +4 -6
  1267. data/spec/models/vcenter_vm_hardware_ethernet_create_result_spec.rb +4 -6
  1268. data/spec/models/vcenter_vm_hardware_ethernet_create_spec.rb +4 -6
  1269. data/spec/models/vcenter_vm_hardware_ethernet_create_spec_spec.rb +4 -6
  1270. data/spec/models/vcenter_vm_hardware_ethernet_emulation_type_spec.rb +4 -6
  1271. data/spec/models/vcenter_vm_hardware_ethernet_info_spec.rb +4 -6
  1272. data/spec/models/vcenter_vm_hardware_ethernet_list_result_spec.rb +4 -6
  1273. data/spec/models/vcenter_vm_hardware_ethernet_mac_address_type_spec.rb +4 -6
  1274. data/spec/models/vcenter_vm_hardware_ethernet_result_spec.rb +4 -6
  1275. data/spec/models/vcenter_vm_hardware_ethernet_summary_spec.rb +4 -6
  1276. data/spec/models/vcenter_vm_hardware_ethernet_update_spec.rb +4 -6
  1277. data/spec/models/vcenter_vm_hardware_ethernet_update_spec_spec.rb +4 -6
  1278. data/spec/models/vcenter_vm_hardware_floppy_backing_info_spec.rb +4 -6
  1279. data/spec/models/vcenter_vm_hardware_floppy_backing_spec_spec.rb +4 -6
  1280. data/spec/models/vcenter_vm_hardware_floppy_backing_type_spec.rb +4 -6
  1281. data/spec/models/vcenter_vm_hardware_floppy_create_result_spec.rb +4 -6
  1282. data/spec/models/vcenter_vm_hardware_floppy_create_spec.rb +4 -6
  1283. data/spec/models/vcenter_vm_hardware_floppy_create_spec_spec.rb +4 -6
  1284. data/spec/models/vcenter_vm_hardware_floppy_info_spec.rb +4 -6
  1285. data/spec/models/vcenter_vm_hardware_floppy_list_result_spec.rb +4 -6
  1286. data/spec/models/vcenter_vm_hardware_floppy_result_spec.rb +4 -6
  1287. data/spec/models/vcenter_vm_hardware_floppy_summary_spec.rb +4 -6
  1288. data/spec/models/vcenter_vm_hardware_floppy_update_spec.rb +4 -6
  1289. data/spec/models/vcenter_vm_hardware_floppy_update_spec_spec.rb +4 -6
  1290. data/spec/models/vcenter_vm_hardware_ide_address_info_spec.rb +4 -6
  1291. data/spec/models/vcenter_vm_hardware_ide_address_spec_spec.rb +4 -6
  1292. data/spec/models/vcenter_vm_hardware_info_spec.rb +4 -6
  1293. data/spec/models/vcenter_vm_hardware_memory_info_spec.rb +4 -6
  1294. data/spec/models/vcenter_vm_hardware_memory_result_spec.rb +4 -6
  1295. data/spec/models/vcenter_vm_hardware_memory_update_spec.rb +4 -6
  1296. data/spec/models/vcenter_vm_hardware_memory_update_spec_spec.rb +4 -6
  1297. data/spec/models/vcenter_vm_hardware_parallel_backing_info_spec.rb +4 -6
  1298. data/spec/models/vcenter_vm_hardware_parallel_backing_spec_spec.rb +4 -6
  1299. data/spec/models/vcenter_vm_hardware_parallel_backing_type_spec.rb +4 -6
  1300. data/spec/models/vcenter_vm_hardware_parallel_create_result_spec.rb +4 -6
  1301. data/spec/models/vcenter_vm_hardware_parallel_create_spec.rb +4 -6
  1302. data/spec/models/vcenter_vm_hardware_parallel_create_spec_spec.rb +4 -6
  1303. data/spec/models/vcenter_vm_hardware_parallel_info_spec.rb +4 -6
  1304. data/spec/models/vcenter_vm_hardware_parallel_list_result_spec.rb +4 -6
  1305. data/spec/models/vcenter_vm_hardware_parallel_result_spec.rb +4 -6
  1306. data/spec/models/vcenter_vm_hardware_parallel_summary_spec.rb +4 -6
  1307. data/spec/models/vcenter_vm_hardware_parallel_update_spec.rb +4 -6
  1308. data/spec/models/vcenter_vm_hardware_parallel_update_spec_spec.rb +4 -6
  1309. data/spec/models/vcenter_vm_hardware_result_spec.rb +4 -6
  1310. data/spec/models/vcenter_vm_hardware_sata_address_info_spec.rb +4 -6
  1311. data/spec/models/vcenter_vm_hardware_sata_address_spec_spec.rb +4 -6
  1312. data/spec/models/vcenter_vm_hardware_scsi_address_info_spec.rb +4 -6
  1313. data/spec/models/vcenter_vm_hardware_scsi_address_spec_spec.rb +4 -6
  1314. data/spec/models/vcenter_vm_hardware_serial_backing_info_spec.rb +4 -6
  1315. data/spec/models/vcenter_vm_hardware_serial_backing_spec_spec.rb +4 -6
  1316. data/spec/models/vcenter_vm_hardware_serial_backing_type_spec.rb +4 -6
  1317. data/spec/models/vcenter_vm_hardware_serial_create_result_spec.rb +4 -6
  1318. data/spec/models/vcenter_vm_hardware_serial_create_spec.rb +4 -6
  1319. data/spec/models/vcenter_vm_hardware_serial_create_spec_spec.rb +4 -6
  1320. data/spec/models/vcenter_vm_hardware_serial_info_spec.rb +4 -6
  1321. data/spec/models/vcenter_vm_hardware_serial_list_result_spec.rb +4 -6
  1322. data/spec/models/vcenter_vm_hardware_serial_result_spec.rb +4 -6
  1323. data/spec/models/vcenter_vm_hardware_serial_summary_spec.rb +4 -6
  1324. data/spec/models/vcenter_vm_hardware_serial_update_spec.rb +4 -6
  1325. data/spec/models/vcenter_vm_hardware_serial_update_spec_spec.rb +4 -6
  1326. data/spec/models/vcenter_vm_hardware_update_spec.rb +4 -6
  1327. data/spec/models/vcenter_vm_hardware_update_spec_spec.rb +4 -6
  1328. data/spec/models/vcenter_vm_hardware_upgrade_policy_spec.rb +4 -6
  1329. data/spec/models/vcenter_vm_hardware_upgrade_spec.rb +4 -6
  1330. data/spec/models/vcenter_vm_hardware_upgrade_status_spec.rb +4 -6
  1331. data/spec/models/vcenter_vm_hardware_version_spec.rb +4 -6
  1332. data/spec/models/vcenter_vm_info_cdroms_spec.rb +6 -8
  1333. data/spec/models/vcenter_vm_info_disks_spec.rb +6 -8
  1334. data/spec/models/vcenter_vm_info_floppies_spec.rb +6 -8
  1335. data/spec/models/vcenter_vm_info_nics_spec.rb +6 -8
  1336. data/spec/models/vcenter_vm_info_parallel_ports_spec.rb +6 -8
  1337. data/spec/models/vcenter_vm_info_sata_adapters_spec.rb +6 -8
  1338. data/spec/models/vcenter_vm_info_scsi_adapters_spec.rb +6 -8
  1339. data/spec/models/vcenter_vm_info_serial_ports_spec.rb +6 -8
  1340. data/spec/models/vcenter_vm_info_spec.rb +4 -6
  1341. data/spec/models/vcenter_vm_list_result_spec.rb +4 -6
  1342. data/spec/models/vcenter_vm_placement_spec_spec.rb +4 -6
  1343. data/spec/models/vcenter_vm_power_info_spec.rb +4 -6
  1344. data/spec/models/vcenter_vm_power_result_spec.rb +4 -6
  1345. data/spec/models/vcenter_vm_power_state_spec.rb +4 -6
  1346. data/spec/models/vcenter_vm_result_spec.rb +4 -6
  1347. data/spec/models/vcenter_vm_storage_policy_compliance_check_result_spec.rb +4 -6
  1348. data/spec/models/vcenter_vm_storage_policy_compliance_check_spec.rb +4 -6
  1349. data/spec/models/vcenter_vm_storage_policy_compliance_check_spec_spec.rb +4 -6
  1350. data/spec/models/vcenter_vm_storage_policy_compliance_info_disks_spec.rb +6 -8
  1351. data/spec/models/vcenter_vm_storage_policy_compliance_info_spec.rb +4 -6
  1352. data/spec/models/vcenter_vm_storage_policy_compliance_result_spec.rb +4 -6
  1353. data/spec/models/vcenter_vm_storage_policy_compliance_status_spec.rb +4 -6
  1354. data/spec/models/vcenter_vm_storage_policy_compliance_vm_compliance_info_spec.rb +4 -6
  1355. data/spec/models/vcenter_vm_storage_policy_disk_policy_spec_policy_type_spec.rb +4 -6
  1356. data/spec/models/vcenter_vm_storage_policy_disk_policy_spec_spec.rb +4 -6
  1357. data/spec/models/vcenter_vm_storage_policy_info_spec.rb +4 -6
  1358. data/spec/models/vcenter_vm_storage_policy_result_spec.rb +4 -6
  1359. data/spec/models/vcenter_vm_storage_policy_spec_spec.rb +4 -6
  1360. data/spec/models/vcenter_vm_storage_policy_update_spec.rb +4 -6
  1361. data/spec/models/vcenter_vm_storage_policy_update_spec_disks_spec.rb +6 -8
  1362. data/spec/models/vcenter_vm_storage_policy_update_spec_spec.rb +4 -6
  1363. data/spec/models/vcenter_vm_storage_policy_vm_home_policy_spec_policy_type_spec.rb +4 -6
  1364. data/spec/models/vcenter_vm_storage_policy_vm_home_policy_spec_spec.rb +4 -6
  1365. data/spec/models/vcenter_vm_summary_spec.rb +4 -6
  1366. data/spec/models/vcenter_vm_template_library_items_cpu_info_spec.rb +4 -6
  1367. data/spec/models/vcenter_vm_template_library_items_cpu_update_spec_spec.rb +4 -6
  1368. data/spec/models/vcenter_vm_template_library_items_create_placement_spec_spec.rb +4 -6
  1369. data/spec/models/vcenter_vm_template_library_items_create_result_spec.rb +4 -6
  1370. data/spec/models/vcenter_vm_template_library_items_create_spec.rb +4 -6
  1371. data/spec/models/vcenter_vm_template_library_items_create_spec_disk_storage_overrides_spec.rb +6 -8
  1372. data/spec/models/vcenter_vm_template_library_items_create_spec_disk_storage_policy_spec.rb +4 -6
  1373. data/spec/models/vcenter_vm_template_library_items_create_spec_disk_storage_policy_type_spec.rb +4 -6
  1374. data/spec/models/vcenter_vm_template_library_items_create_spec_disk_storage_spec.rb +4 -6
  1375. data/spec/models/vcenter_vm_template_library_items_create_spec_spec.rb +4 -6
  1376. data/spec/models/vcenter_vm_template_library_items_create_spec_vm_home_storage_policy_spec.rb +4 -6
  1377. data/spec/models/vcenter_vm_template_library_items_create_spec_vm_home_storage_policy_type_spec.rb +4 -6
  1378. data/spec/models/vcenter_vm_template_library_items_create_spec_vm_home_storage_spec.rb +4 -6
  1379. data/spec/models/vcenter_vm_template_library_items_deploy_placement_spec_spec.rb +4 -6
  1380. data/spec/models/vcenter_vm_template_library_items_deploy_result_spec.rb +4 -6
  1381. data/spec/models/vcenter_vm_template_library_items_deploy_spec.rb +4 -6
  1382. data/spec/models/vcenter_vm_template_library_items_deploy_spec_disk_storage_overrides_spec.rb +6 -8
  1383. data/spec/models/vcenter_vm_template_library_items_deploy_spec_disk_storage_policy_spec.rb +4 -6
  1384. data/spec/models/vcenter_vm_template_library_items_deploy_spec_disk_storage_policy_type_spec.rb +4 -6
  1385. data/spec/models/vcenter_vm_template_library_items_deploy_spec_disk_storage_spec.rb +4 -6
  1386. data/spec/models/vcenter_vm_template_library_items_deploy_spec_spec.rb +4 -6
  1387. data/spec/models/vcenter_vm_template_library_items_deploy_spec_vm_home_storage_policy_spec.rb +4 -6
  1388. data/spec/models/vcenter_vm_template_library_items_deploy_spec_vm_home_storage_policy_type_spec.rb +4 -6
  1389. data/spec/models/vcenter_vm_template_library_items_deploy_spec_vm_home_storage_spec.rb +4 -6
  1390. data/spec/models/vcenter_vm_template_library_items_disk_info_spec.rb +4 -6
  1391. data/spec/models/vcenter_vm_template_library_items_disk_storage_info_spec.rb +4 -6
  1392. data/spec/models/vcenter_vm_template_library_items_disk_update_spec_spec.rb +4 -6
  1393. data/spec/models/vcenter_vm_template_library_items_ethernet_info_mac_address_type_spec.rb +4 -6
  1394. data/spec/models/vcenter_vm_template_library_items_ethernet_info_network_backing_type_spec.rb +4 -6
  1395. data/spec/models/vcenter_vm_template_library_items_ethernet_info_spec.rb +4 -6
  1396. data/spec/models/vcenter_vm_template_library_items_ethernet_update_spec_spec.rb +4 -6
  1397. data/spec/models/vcenter_vm_template_library_items_guest_customization_spec_spec.rb +4 -6
  1398. data/spec/models/vcenter_vm_template_library_items_hardware_customization_spec_disks_to_update_spec.rb +6 -8
  1399. data/spec/models/vcenter_vm_template_library_items_hardware_customization_spec_nics_spec.rb +6 -8
  1400. data/spec/models/vcenter_vm_template_library_items_hardware_customization_spec_spec.rb +4 -6
  1401. data/spec/models/vcenter_vm_template_library_items_info_disks_spec.rb +6 -8
  1402. data/spec/models/vcenter_vm_template_library_items_info_nics_spec.rb +6 -8
  1403. data/spec/models/vcenter_vm_template_library_items_info_spec.rb +4 -6
  1404. data/spec/models/vcenter_vm_template_library_items_memory_info_spec.rb +4 -6
  1405. data/spec/models/vcenter_vm_template_library_items_memory_update_spec_spec.rb +4 -6
  1406. data/spec/models/vcenter_vm_template_library_items_result_spec.rb +4 -6
  1407. data/spec/models/vcenter_vm_template_library_items_vm_home_storage_info_spec.rb +4 -6
  1408. data/spec/spec_helper.rb +4 -6
  1409. data/vsphere-automation-vcenter.gemspec +11 -14
  1410. metadata +151 -85
  1411. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_undeploytask_result.rb +0 -190
  1412. data/lib/vsphere-automation-vcenter/models/vcenter_vcha_cluster_witness_redeploytask_result.rb +0 -190
  1413. data/spec/models/vcenter_vcha_cluster_deploytask_result_spec.rb +0 -41
  1414. data/spec/models/vcenter_vcha_cluster_deploytask_spec.rb +0 -41
  1415. data/spec/models/vcenter_vcha_cluster_failovertask_result_spec.rb +0 -41
  1416. data/spec/models/vcenter_vcha_cluster_failovertask_spec.rb +0 -41
  1417. data/spec/models/vcenter_vcha_cluster_mode_settask_result_spec.rb +0 -41
  1418. data/spec/models/vcenter_vcha_cluster_mode_settask_spec.rb +0 -41
  1419. data/spec/models/vcenter_vcha_cluster_passive_redeploytask_result_spec.rb +0 -41
  1420. data/spec/models/vcenter_vcha_cluster_passive_redeploytask_spec.rb +0 -41
  1421. data/spec/models/vcenter_vcha_cluster_undeploytask_result_spec.rb +0 -41
  1422. data/spec/models/vcenter_vcha_cluster_undeploytask_spec.rb +0 -41
  1423. data/spec/models/vcenter_vcha_cluster_witness_redeploytask_result_spec.rb +0 -41
  1424. data/spec/models/vcenter_vcha_cluster_witness_redeploytask_spec.rb +0 -41
@@ -4,6 +4,6 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **vc_spec** | [**VcenterVchaCredentialsSpec**](VcenterVchaCredentialsSpec.md) | | [optional]
7
- **partial** | **BOOLEAN** | If true, then return only the information that does not require connecting to the Active vCenter Server. If false or unset, then return all the information. If unset, then return all the information. | [optional]
7
+ **partial** | **Boolean** | If true, then return only the information that does not require connecting to the Active vCenter Server. If false or unset, then return all the information. If unset, then return all the information. | [optional]
8
8
 
9
9
 
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
11
11
  **health_state** | [**VcenterVchaClusterClusterState**](VcenterVchaClusterClusterState.md) | | [optional]
12
12
  **health_exception** | [**Array<VapiStdLocalizableMessage>**](VapiStdLocalizableMessage.md) | Health warning messages if the health information is unavailable. If unset, then the cluster is in a healthy state. | [optional]
13
13
  **health_warnings** | [**Array<VcenterVchaClusterErrorCondition>**](VcenterVchaClusterErrorCondition.md) | A collection of messages describing the reason for a non-healthy Cluster. If unset, then the cluster is in a healthy state. | [optional]
14
- **manual_failover_allowed** | **BOOLEAN** | Specifies if manual failover is allowed. If unset, then the cluster state healthy and manual failover allowance in accordance with the cluster mode. | [optional]
15
- **auto_failover_allowed** | **BOOLEAN** | Specifies if automatic failover is allowed. If unset, then the cluster state healthy and automatic failover allowance in accordance with the cluster mode. | [optional]
14
+ **manual_failover_allowed** | **Boolean** | Specifies if manual failover is allowed. If unset, then the cluster state healthy and manual failover allowance in accordance with the cluster mode. | [optional]
15
+ **auto_failover_allowed** | **Boolean** | Specifies if automatic failover is allowed. If unset, then the cluster state healthy and automatic failover allowance in accordance with the cluster mode. | [optional]
16
16
 
17
17
 
@@ -4,7 +4,7 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **vc_spec** | [**VcenterVchaCredentialsSpec**](VcenterVchaCredentialsSpec.md) | | [optional]
7
- **force_delete** | **BOOLEAN** | Flag controlling in what circumstances the virtual machines will be deleted. For this flag to take effect, the VCHA cluster should have been successfully configured using automatic deployment. - If true, the Cluster.UndeploySpec.vms field will be ignored, the VCHA cluster specific information is removed, and the passive and witness virtual machines will be deleted. - If false, the Cluster.UndeploySpec.vms field contains the information identifying the passive and witness virtual machines. = If the Cluster.UndeploySpec.vms field is set, then it will be validated prior to deleting the passive and witness virtual machines and VCHA cluster specific information is removed. = If the Cluster.UndeploySpec.vms field is unset, then the passive and witness virtual machines will not be deleted. The customer should delete them in order to cleanup completely. VCHA cluster specific information is removed. If unset, the Cluster.UndeploySpec.vms field contains the information identifying the passive and witness virtual machines. - If the Cluster.UndeploySpec.vms field is set, then it will be validated prior to deleting the passive and witness virtual machines. VCHA cluster specific information is removed. - If the Cluster.UndeploySpec.vms field is unset, then the passive and witness virtual machines will not be deleted. The customer should delete them in order to cleanup completely. VCHA cluster specific information is removed. | [optional]
7
+ **force_delete** | **Boolean** | Flag controlling in what circumstances the virtual machines will be deleted. For this flag to take effect, the VCHA cluster should have been successfully configured using automatic deployment. - If true, the Cluster.UndeploySpec.vms field will be ignored, the VCHA cluster specific information is removed, and the passive and witness virtual machines will be deleted. - If false, the Cluster.UndeploySpec.vms field contains the information identifying the passive and witness virtual machines. = If the Cluster.UndeploySpec.vms field is set, then it will be validated prior to deleting the passive and witness virtual machines and VCHA cluster specific information is removed. = If the Cluster.UndeploySpec.vms field is unset, then the passive and witness virtual machines will not be deleted. The customer should delete them in order to cleanup completely. VCHA cluster specific information is removed. If unset, the Cluster.UndeploySpec.vms field contains the information identifying the passive and witness virtual machines. - If the Cluster.UndeploySpec.vms field is set, then it will be validated prior to deleting the passive and witness virtual machines. VCHA cluster specific information is removed. - If the Cluster.UndeploySpec.vms field is unset, then the passive and witness virtual machines will not be deleted. The customer should delete them in order to cleanup completely. VCHA cluster specific information is removed. | [optional]
8
8
  **vms** | [**VcenterVchaClusterVmInfo**](VcenterVchaClusterVmInfo.md) | | [optional]
9
9
 
10
10
 
@@ -3,7 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **value** | [**VcenterVmGuestLocalFilesystemInfo**](VcenterVmGuestLocalFilesystemInfo.md) | | [optional]
7
6
  **key** | **String** | | [optional]
7
+ **value** | [**VcenterVmGuestLocalFilesystemInfo**](VcenterVmGuestLocalFilesystemInfo.md) | | [optional]
8
8
 
9
9
 
@@ -4,6 +4,6 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **state** | [**VcenterVmGuestPowerState**](VcenterVmGuestPowerState.md) | |
7
- **operations_ready** | **BOOLEAN** | Flag indicating if the virtual machine is ready to process soft power operations. |
7
+ **operations_ready** | **Boolean** | Flag indicating if the virtual machine is ready to process soft power operations. |
8
8
 
9
9
 
@@ -4,11 +4,11 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **type** | [**VcenterVmHardwareBootType**](VcenterVmHardwareBootType.md) | | [optional]
7
- **efi_legacy_boot** | **BOOLEAN** | Flag indicating whether to use EFI legacy boot mode. If unset, defaults to value that is recommended for the guest OS and is supported for the virtual hardware version. | [optional]
7
+ **efi_legacy_boot** | **Boolean** | Flag indicating whether to use EFI legacy boot mode. If unset, defaults to value that is recommended for the guest OS and is supported for the virtual hardware version. | [optional]
8
8
  **network_protocol** | [**VcenterVmHardwareBootNetworkProtocol**](VcenterVmHardwareBootNetworkProtocol.md) | | [optional]
9
9
  **delay** | **Integer** | Delay in milliseconds before beginning the firmware boot process when the virtual machine is powered on. This delay may be used to provide a time window for users to connect to the virtual machine console and enter BIOS setup mode. If unset, default value is 0. | [optional]
10
- **_retry** | **BOOLEAN** | Flag indicating whether the virtual machine should automatically retry the boot process after a failure. If unset, default value is false. | [optional]
10
+ **_retry** | **Boolean** | Flag indicating whether the virtual machine should automatically retry the boot process after a failure. If unset, default value is false. | [optional]
11
11
  **retry_delay** | **Integer** | Delay in milliseconds before retrying the boot process after a failure; applicable only when Boot.Info.retry is true. If unset, default value is 10000. | [optional]
12
- **enter_setup_mode** | **BOOLEAN** | Flag indicating whether the firmware boot process should automatically enter setup mode the next time the virtual machine boots. Note that this flag will automatically be reset to false once the virtual machine enters setup mode. If unset, the value is unchanged. | [optional]
12
+ **enter_setup_mode** | **Boolean** | Flag indicating whether the firmware boot process should automatically enter setup mode the next time the virtual machine boots. Note that this flag will automatically be reset to false once the virtual machine enters setup mode. If unset, the value is unchanged. | [optional]
13
13
 
14
14
 
@@ -4,11 +4,11 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **type** | [**VcenterVmHardwareBootType**](VcenterVmHardwareBootType.md) | |
7
- **efi_legacy_boot** | **BOOLEAN** | Flag indicating whether to use EFI legacy boot mode. This field is optional and it is only relevant when the value of Boot.Info.type is EFI. | [optional]
7
+ **efi_legacy_boot** | **Boolean** | Flag indicating whether to use EFI legacy boot mode. This field is optional and it is only relevant when the value of Boot.Info.type is EFI. | [optional]
8
8
  **network_protocol** | [**VcenterVmHardwareBootNetworkProtocol**](VcenterVmHardwareBootNetworkProtocol.md) | | [optional]
9
9
  **delay** | **Integer** | Delay in milliseconds before beginning the firmware boot process when the virtual machine is powered on. This delay may be used to provide a time window for users to connect to the virtual machine console and enter BIOS setup mode. |
10
- **_retry** | **BOOLEAN** | Flag indicating whether the virtual machine will automatically retry the boot process after a failure. |
10
+ **_retry** | **Boolean** | Flag indicating whether the virtual machine will automatically retry the boot process after a failure. |
11
11
  **retry_delay** | **Integer** | Delay in milliseconds before retrying the boot process after a failure; applicable only when Boot.Info.retry is true. |
12
- **enter_setup_mode** | **BOOLEAN** | Flag indicating whether the firmware boot process will automatically enter setup mode the next time the virtual machine boots. Note that this flag will automatically be reset to false once the virtual machine enters setup mode. |
12
+ **enter_setup_mode** | **Boolean** | Flag indicating whether the firmware boot process will automatically enter setup mode the next time the virtual machine boots. Note that this flag will automatically be reset to false once the virtual machine enters setup mode. |
13
13
 
14
14
 
@@ -4,11 +4,11 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **type** | [**VcenterVmHardwareBootType**](VcenterVmHardwareBootType.md) | | [optional]
7
- **efi_legacy_boot** | **BOOLEAN** | Flag indicating whether to use EFI legacy boot mode. If unset, the value is unchanged. | [optional]
7
+ **efi_legacy_boot** | **Boolean** | Flag indicating whether to use EFI legacy boot mode. If unset, the value is unchanged. | [optional]
8
8
  **network_protocol** | [**VcenterVmHardwareBootNetworkProtocol**](VcenterVmHardwareBootNetworkProtocol.md) | | [optional]
9
9
  **delay** | **Integer** | Delay in milliseconds before beginning the firmware boot process when the virtual machine is powered on. This delay may be used to provide a time window for users to connect to the virtual machine console and enter BIOS setup mode. If unset, the value is unchanged. | [optional]
10
- **_retry** | **BOOLEAN** | Flag indicating whether the virtual machine should automatically retry the boot process after a failure. If unset, the value is unchanged. | [optional]
10
+ **_retry** | **Boolean** | Flag indicating whether the virtual machine should automatically retry the boot process after a failure. If unset, the value is unchanged. | [optional]
11
11
  **retry_delay** | **Integer** | Delay in milliseconds before retrying the boot process after a failure; applicable only when Boot.Info.retry is true. If unset, the value is unchanged. | [optional]
12
- **enter_setup_mode** | **BOOLEAN** | Flag indicating whether the firmware boot process should automatically enter setup mode the next time the virtual machine boots. Note that this flag will automatically be reset to false once the virtual machine enters setup mode. If unset, the value is unchanged. | [optional]
12
+ **enter_setup_mode** | **Boolean** | Flag indicating whether the firmware boot process should automatically enter setup mode the next time the virtual machine boots. Note that this flag will automatically be reset to false once the virtual machine enters setup mode. If unset, the value is unchanged. | [optional]
13
13
 
14
14
 
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
6
6
  **type** | [**VcenterVmHardwareCdromBackingType**](VcenterVmHardwareCdromBackingType.md) | |
7
7
  **iso_file** | **String** | Path of the image file backing the virtual CD-ROM device. This field is optional and it is only relevant when the value of Cdrom.BackingInfo.type is ISO_FILE. | [optional]
8
8
  **host_device** | **String** | Name of the host device backing the virtual CD-ROM device. This field will be unset if Cdrom.BackingInfo.auto-detect is true and the virtual CD-ROM device is not connected or no suitable device is available on the host. | [optional]
9
- **auto_detect** | **BOOLEAN** | Flag indicating whether the virtual CD-ROM device is configured to automatically detect a suitable host device. This field is optional and it is only relevant when the value of Cdrom.BackingInfo.type is HOST_DEVICE. | [optional]
9
+ **auto_detect** | **Boolean** | Flag indicating whether the virtual CD-ROM device is configured to automatically detect a suitable host device. This field is optional and it is only relevant when the value of Cdrom.BackingInfo.type is HOST_DEVICE. | [optional]
10
10
  **device_access_type** | [**VcenterVmHardwareCdromDeviceAccessType**](VcenterVmHardwareCdromDeviceAccessType.md) | | [optional]
11
11
 
12
12
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **ide** | [**VcenterVmHardwareIdeAddressSpec**](VcenterVmHardwareIdeAddressSpec.md) | | [optional]
8
8
  **sata** | [**VcenterVmHardwareSataAddressSpec**](VcenterVmHardwareSataAddressSpec.md) | | [optional]
9
9
  **backing** | [**VcenterVmHardwareCdromBackingSpec**](VcenterVmHardwareCdromBackingSpec.md) | | [optional]
10
- **start_connected** | **BOOLEAN** | Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on. Defaults to false if unset. | [optional]
11
- **allow_guest_control** | **BOOLEAN** | Flag indicating whether the guest can connect and disconnect the device. Defaults to false if unset. | [optional]
10
+ **start_connected** | **Boolean** | Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on. Defaults to false if unset. | [optional]
11
+ **allow_guest_control** | **Boolean** | Flag indicating whether the guest can connect and disconnect the device. Defaults to false if unset. | [optional]
12
12
 
13
13
 
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
9
9
  **sata** | [**VcenterVmHardwareSataAddressInfo**](VcenterVmHardwareSataAddressInfo.md) | | [optional]
10
10
  **backing** | [**VcenterVmHardwareCdromBackingInfo**](VcenterVmHardwareCdromBackingInfo.md) | |
11
11
  **state** | [**VcenterVmHardwareConnectionState**](VcenterVmHardwareConnectionState.md) | |
12
- **start_connected** | **BOOLEAN** | Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on. |
13
- **allow_guest_control** | **BOOLEAN** | Flag indicating whether the guest can connect and disconnect the device. |
12
+ **start_connected** | **Boolean** | Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on. |
13
+ **allow_guest_control** | **Boolean** | Flag indicating whether the guest can connect and disconnect the device. |
14
14
 
15
15
 
@@ -4,7 +4,7 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **backing** | [**VcenterVmHardwareCdromBackingSpec**](VcenterVmHardwareCdromBackingSpec.md) | | [optional]
7
- **start_connected** | **BOOLEAN** | Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on. If unset, the value is unchanged. | [optional]
8
- **allow_guest_control** | **BOOLEAN** | Flag indicating whether the guest can connect and disconnect the device. If unset, the value is unchanged. | [optional]
7
+ **start_connected** | **Boolean** | Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on. If unset, the value is unchanged. | [optional]
8
+ **allow_guest_control** | **Boolean** | Flag indicating whether the guest can connect and disconnect the device. If unset, the value is unchanged. | [optional]
9
9
 
10
10
 
@@ -5,7 +5,7 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **count** | **Integer** | Number of CPU cores. |
7
7
  **cores_per_socket** | **Integer** | Number of CPU cores per socket. |
8
- **hot_add_enabled** | **BOOLEAN** | Flag indicating whether adding CPUs while the virtual machine is running is enabled. |
9
- **hot_remove_enabled** | **BOOLEAN** | Flag indicating whether removing CPUs while the virtual machine is running is enabled. |
8
+ **hot_add_enabled** | **Boolean** | Flag indicating whether adding CPUs while the virtual machine is running is enabled. |
9
+ **hot_remove_enabled** | **Boolean** | Flag indicating whether removing CPUs while the virtual machine is running is enabled. |
10
10
 
11
11
 
@@ -5,7 +5,7 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **count** | **Integer** | New number of CPU cores. The number of CPU cores in the virtual machine must be a multiple of the number of cores per socket. The supported range of CPU counts is constrained by the configured guest operating system and virtual hardware version of the virtual machine. If the virtual machine is running, the number of CPU cores may only be increased if Cpu.Info.hot-add-enabled is true, and may only be decreased if Cpu.Info.hot-remove-enabled is true. If unset, the value is unchanged. | [optional]
7
7
  **cores_per_socket** | **Integer** | New number of CPU cores per socket. The number of CPU cores in the virtual machine must be a multiple of the number of cores per socket. If unset, the value is unchanged. | [optional]
8
- **hot_add_enabled** | **BOOLEAN** | Flag indicating whether adding CPUs while the virtual machine is running is enabled. This field may only be modified if the virtual machine is powered off. If unset, the value is unchanged. | [optional]
9
- **hot_remove_enabled** | **BOOLEAN** | Flag indicating whether removing CPUs while the virtual machine is running is enabled. This field may only be modified if the virtual machine is powered off. If unset, the value is unchanged. | [optional]
8
+ **hot_add_enabled** | **Boolean** | Flag indicating whether adding CPUs while the virtual machine is running is enabled. This field may only be modified if the virtual machine is powered off. If unset, the value is unchanged. | [optional]
9
+ **hot_remove_enabled** | **Boolean** | Flag indicating whether removing CPUs while the virtual machine is running is enabled. This field may only be modified if the virtual machine is powered off. If unset, the value is unchanged. | [optional]
10
10
 
11
11
 
@@ -4,13 +4,13 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **type** | [**VcenterVmHardwareEthernetEmulationType**](VcenterVmHardwareEthernetEmulationType.md) | | [optional]
7
- **upt_compatibility_enabled** | **BOOLEAN** | Flag indicating whether Universal Pass-Through (UPT) compatibility is enabled on this virtual Ethernet adapter. If unset, defaults to false. | [optional]
7
+ **upt_compatibility_enabled** | **Boolean** | Flag indicating whether Universal Pass-Through (UPT) compatibility is enabled on this virtual Ethernet adapter. If unset, defaults to false. | [optional]
8
8
  **mac_type** | [**VcenterVmHardwareEthernetMacAddressType**](VcenterVmHardwareEthernetMacAddressType.md) | | [optional]
9
9
  **mac_address** | **String** | MAC address. Workaround for PR1459647 | [optional]
10
10
  **pci_slot_number** | **Integer** | Address of the virtual Ethernet adapter on the PCI bus. If the PCI address is invalid, the server will change when it the VM is started or as the device is hot added. If unset, the server will choose an available address when the virtual machine is powered on. | [optional]
11
- **wake_on_lan_enabled** | **BOOLEAN** | Flag indicating whether wake-on-LAN is enabled on this virtual Ethernet adapter. Defaults to false if unset. | [optional]
11
+ **wake_on_lan_enabled** | **Boolean** | Flag indicating whether wake-on-LAN is enabled on this virtual Ethernet adapter. Defaults to false if unset. | [optional]
12
12
  **backing** | [**VcenterVmHardwareEthernetBackingSpec**](VcenterVmHardwareEthernetBackingSpec.md) | | [optional]
13
- **start_connected** | **BOOLEAN** | Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on. Defaults to false if unset. | [optional]
14
- **allow_guest_control** | **BOOLEAN** | Flag indicating whether the guest can connect and disconnect the device. Defaults to false if unset. | [optional]
13
+ **start_connected** | **Boolean** | Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on. Defaults to false if unset. | [optional]
14
+ **allow_guest_control** | **Boolean** | Flag indicating whether the guest can connect and disconnect the device. Defaults to false if unset. | [optional]
15
15
 
16
16
 
@@ -5,14 +5,14 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **label** | **String** | Device label. |
7
7
  **type** | [**VcenterVmHardwareEthernetEmulationType**](VcenterVmHardwareEthernetEmulationType.md) | |
8
- **upt_compatibility_enabled** | **BOOLEAN** | Flag indicating whether Universal Pass-Through (UPT) compatibility is enabled on this virtual Ethernet adapter. This field is optional and it is only relevant when the value of Ethernet.Info.type is VMXNET3. | [optional]
8
+ **upt_compatibility_enabled** | **Boolean** | Flag indicating whether Universal Pass-Through (UPT) compatibility is enabled on this virtual Ethernet adapter. This field is optional and it is only relevant when the value of Ethernet.Info.type is VMXNET3. | [optional]
9
9
  **mac_type** | [**VcenterVmHardwareEthernetMacAddressType**](VcenterVmHardwareEthernetMacAddressType.md) | |
10
10
  **mac_address** | **String** | MAC address. May be unset if Ethernet.Info.mac-type is MANUAL and has not been specified, or if Ethernet.Info.mac-type is GENERATED and the virtual machine has never been powered on since the Ethernet adapter was created. | [optional]
11
11
  **pci_slot_number** | **Integer** | Address of the virtual Ethernet adapter on the PCI bus. If the PCI address is invalid, the server will change it when the VM is started or as the device is hot added. May be unset if the virtual machine has never been powered on since the adapter was created. | [optional]
12
- **wake_on_lan_enabled** | **BOOLEAN** | Flag indicating whether wake-on-LAN is enabled on this virtual Ethernet adapter. |
12
+ **wake_on_lan_enabled** | **Boolean** | Flag indicating whether wake-on-LAN is enabled on this virtual Ethernet adapter. |
13
13
  **backing** | [**VcenterVmHardwareEthernetBackingInfo**](VcenterVmHardwareEthernetBackingInfo.md) | |
14
14
  **state** | [**VcenterVmHardwareConnectionState**](VcenterVmHardwareConnectionState.md) | |
15
- **start_connected** | **BOOLEAN** | Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on. |
16
- **allow_guest_control** | **BOOLEAN** | Flag indicating whether the guest can connect and disconnect the device. |
15
+ **start_connected** | **Boolean** | Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on. |
16
+ **allow_guest_control** | **Boolean** | Flag indicating whether the guest can connect and disconnect the device. |
17
17
 
18
18
 
@@ -3,12 +3,12 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **upt_compatibility_enabled** | **BOOLEAN** | Flag indicating whether Universal Pass-Through (UPT) compatibility should be enabled on this virtual Ethernet adapter. This field may be modified at any time, and changes will be applied the next time the virtual machine is powered on. If unset, the value is unchanged. Must be unset if the emulation type of the virtual Ethernet adapter is not VMXNET3. | [optional]
6
+ **upt_compatibility_enabled** | **Boolean** | Flag indicating whether Universal Pass-Through (UPT) compatibility should be enabled on this virtual Ethernet adapter. This field may be modified at any time, and changes will be applied the next time the virtual machine is powered on. If unset, the value is unchanged. Must be unset if the emulation type of the virtual Ethernet adapter is not VMXNET3. | [optional]
7
7
  **mac_type** | [**VcenterVmHardwareEthernetMacAddressType**](VcenterVmHardwareEthernetMacAddressType.md) | | [optional]
8
8
  **mac_address** | **String** | MAC address. This field may be modified at any time, and changes will be applied the next time the virtual machine is powered on. If unset, the value is unchanged. Must be specified if Ethernet.UpdateSpec.mac-type is MANUAL. Must be unset if the MAC address type is not MANUAL. | [optional]
9
- **wake_on_lan_enabled** | **BOOLEAN** | Flag indicating whether wake-on-LAN shoud be enabled on this virtual Ethernet adapter. This field may be modified at any time, and changes will be applied the next time the virtual machine is powered on. If unset, the value is unchanged. | [optional]
9
+ **wake_on_lan_enabled** | **Boolean** | Flag indicating whether wake-on-LAN shoud be enabled on this virtual Ethernet adapter. This field may be modified at any time, and changes will be applied the next time the virtual machine is powered on. If unset, the value is unchanged. | [optional]
10
10
  **backing** | [**VcenterVmHardwareEthernetBackingSpec**](VcenterVmHardwareEthernetBackingSpec.md) | | [optional]
11
- **start_connected** | **BOOLEAN** | Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on. If unset, the value is unchanged. | [optional]
12
- **allow_guest_control** | **BOOLEAN** | Flag indicating whether the guest can connect and disconnect the device. If unset, the value is unchanged. | [optional]
11
+ **start_connected** | **Boolean** | Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on. If unset, the value is unchanged. | [optional]
12
+ **allow_guest_control** | **Boolean** | Flag indicating whether the guest can connect and disconnect the device. If unset, the value is unchanged. | [optional]
13
13
 
14
14
 
@@ -6,6 +6,6 @@ Name | Type | Description | Notes
6
6
  **type** | [**VcenterVmHardwareFloppyBackingType**](VcenterVmHardwareFloppyBackingType.md) | |
7
7
  **image_file** | **String** | Path of the image file backing the virtual floppy drive. This field is optional and it is only relevant when the value of Floppy.BackingInfo.type is IMAGE_FILE. | [optional]
8
8
  **host_device** | **String** | Name of the host device backing the virtual floppy drive. This field will be unset if Floppy.BackingInfo.auto-detect is true and the virtual floppy drive is not connected or no suitable device is available on the host. | [optional]
9
- **auto_detect** | **BOOLEAN** | Flag indicating whether the virtual floppy drive is configured to automatically detect a suitable host device. This field is optional and it is only relevant when the value of Floppy.BackingInfo.type is HOST_DEVICE. | [optional]
9
+ **auto_detect** | **Boolean** | Flag indicating whether the virtual floppy drive is configured to automatically detect a suitable host device. This field is optional and it is only relevant when the value of Floppy.BackingInfo.type is HOST_DEVICE. | [optional]
10
10
 
11
11
 
@@ -4,7 +4,7 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **backing** | [**VcenterVmHardwareFloppyBackingSpec**](VcenterVmHardwareFloppyBackingSpec.md) | | [optional]
7
- **start_connected** | **BOOLEAN** | Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on. Defaults to false if unset. | [optional]
8
- **allow_guest_control** | **BOOLEAN** | Flag indicating whether the guest can connect and disconnect the device. Defaults to false if unset. | [optional]
7
+ **start_connected** | **Boolean** | Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on. Defaults to false if unset. | [optional]
8
+ **allow_guest_control** | **Boolean** | Flag indicating whether the guest can connect and disconnect the device. Defaults to false if unset. | [optional]
9
9
 
10
10
 
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
6
6
  **label** | **String** | Device label. |
7
7
  **backing** | [**VcenterVmHardwareFloppyBackingInfo**](VcenterVmHardwareFloppyBackingInfo.md) | |
8
8
  **state** | [**VcenterVmHardwareConnectionState**](VcenterVmHardwareConnectionState.md) | |
9
- **start_connected** | **BOOLEAN** | Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on. |
10
- **allow_guest_control** | **BOOLEAN** | Flag indicating whether the guest can connect and disconnect the device. |
9
+ **start_connected** | **Boolean** | Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on. |
10
+ **allow_guest_control** | **Boolean** | Flag indicating whether the guest can connect and disconnect the device. |
11
11
 
12
12
 
@@ -4,7 +4,7 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **backing** | [**VcenterVmHardwareFloppyBackingSpec**](VcenterVmHardwareFloppyBackingSpec.md) | | [optional]
7
- **start_connected** | **BOOLEAN** | Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on. If unset, the value is unchanged. | [optional]
8
- **allow_guest_control** | **BOOLEAN** | Flag indicating whether the guest can connect and disconnect the device. If unset, the value is unchanged. | [optional]
7
+ **start_connected** | **Boolean** | Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on. If unset, the value is unchanged. | [optional]
8
+ **allow_guest_control** | **Boolean** | Flag indicating whether the guest can connect and disconnect the device. If unset, the value is unchanged. | [optional]
9
9
 
10
10
 
@@ -3,7 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **primary** | **BOOLEAN** | Flag specifying whether the device is attached to the primary or secondary IDE adapter of the virtual machine. |
7
- **master** | **BOOLEAN** | Flag specifying whether the device is the master or slave device on the IDE adapter. |
6
+ **primary** | **Boolean** | Flag specifying whether the device is attached to the primary or secondary IDE adapter of the virtual machine. |
7
+ **master** | **Boolean** | Flag specifying whether the device is the master or slave device on the IDE adapter. |
8
8
 
9
9
 
@@ -3,7 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **primary** | **BOOLEAN** | Flag specifying whether the device should be attached to the primary or secondary IDE adapter of the virtual machine. If unset, the server will choose a adapter with an available connection. If no IDE connections are available, the request will be rejected. | [optional]
7
- **master** | **BOOLEAN** | Flag specifying whether the device should be the master or slave device on the IDE adapter. If unset, the server will choose an available connection type. If no IDE connections are available, the request will be rejected. | [optional]
6
+ **primary** | **Boolean** | Flag specifying whether the device should be attached to the primary or secondary IDE adapter of the virtual machine. If unset, the server will choose a adapter with an available connection. If no IDE connections are available, the request will be rejected. | [optional]
7
+ **master** | **Boolean** | Flag specifying whether the device should be the master or slave device on the IDE adapter. If unset, the server will choose an available connection type. If no IDE connections are available, the request will be rejected. | [optional]
8
8
 
9
9
 
@@ -4,7 +4,7 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **size_mi_b** | **Integer** | Memory size in mebibytes. |
7
- **hot_add_enabled** | **BOOLEAN** | Flag indicating whether adding memory while the virtual machine is running is enabled. Some guest operating systems may consume more resources or perform less efficiently when they run on hardware that supports adding memory while the machine is running. |
7
+ **hot_add_enabled** | **Boolean** | Flag indicating whether adding memory while the virtual machine is running is enabled. Some guest operating systems may consume more resources or perform less efficiently when they run on hardware that supports adding memory while the machine is running. |
8
8
  **hot_add_increment_size_mi_b** | **Integer** | The granularity, in mebibytes, at which memory can be added to a running virtual machine. When adding memory to a running virtual machine, the amount of memory added must be at least Memory.Info.hot-add-increment-size-mib and the total memory size of the virtual machine must be a multiple of {@link>hotAddIncrementSize}. Only set when Memory.Info.hot-add-enabled is true and the virtual machine is running. | [optional]
9
9
  **hot_add_limit_mi_b** | **Integer** | The maximum amount of memory, in mebibytes, that can be added to a running virtual machine. Only set when Memory.Info.hot-add-enabled is true and the virtual machine is running. | [optional]
10
10
 
@@ -4,6 +4,6 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **size_mi_b** | **Integer** | New memory size in mebibytes. The supported range of memory sizes is constrained by the configured guest operating system and virtual hardware version of the virtual machine. If the virtual machine is running, this value may only be changed if Memory.Info.hot-add-enabled is true, and the new memory size must satisfy the constraints specified by Memory.Info.hot-add-increment-size-mib and Memory.Info.hot-add-limit-mib. If unset, the value is unchanged. | [optional]
7
- **hot_add_enabled** | **BOOLEAN** | Flag indicating whether adding memory while the virtual machine is running should be enabled. Some guest operating systems may consume more resources or perform less efficiently when they run on hardware that supports adding memory while the machine is running. This field may only be modified if the virtual machine is not powered on. If unset, the value is unchanged. | [optional]
7
+ **hot_add_enabled** | **Boolean** | Flag indicating whether adding memory while the virtual machine is running should be enabled. Some guest operating systems may consume more resources or perform less efficiently when they run on hardware that supports adding memory while the machine is running. This field may only be modified if the virtual machine is not powered on. If unset, the value is unchanged. | [optional]
8
8
 
9
9
 
@@ -6,6 +6,6 @@ Name | Type | Description | Notes
6
6
  **type** | [**VcenterVmHardwareParallelBackingType**](VcenterVmHardwareParallelBackingType.md) | |
7
7
  **file** | **String** | Path of the file backing the virtual parallel port. This field is optional and it is only relevant when the value of Parallel.BackingInfo.type is FILE. | [optional]
8
8
  **host_device** | **String** | Name of the device backing the virtual parallel port. This field will be unset if Parallel.BackingInfo.auto-detect is true and the virtual parallel port is not connected or no suitable device is available on the host. | [optional]
9
- **auto_detect** | **BOOLEAN** | Flag indicating whether the virtual parallel port is configured to automatically detect a suitable host device. This field is optional and it is only relevant when the value of Parallel.BackingInfo.type is HOST_DEVICE. | [optional]
9
+ **auto_detect** | **Boolean** | Flag indicating whether the virtual parallel port is configured to automatically detect a suitable host device. This field is optional and it is only relevant when the value of Parallel.BackingInfo.type is HOST_DEVICE. | [optional]
10
10
 
11
11
 
@@ -4,7 +4,7 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **backing** | [**VcenterVmHardwareParallelBackingSpec**](VcenterVmHardwareParallelBackingSpec.md) | | [optional]
7
- **start_connected** | **BOOLEAN** | Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on. Defaults to false if unset. | [optional]
8
- **allow_guest_control** | **BOOLEAN** | Flag indicating whether the guest can connect and disconnect the device. Defaults to false if unset. | [optional]
7
+ **start_connected** | **Boolean** | Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on. Defaults to false if unset. | [optional]
8
+ **allow_guest_control** | **Boolean** | Flag indicating whether the guest can connect and disconnect the device. Defaults to false if unset. | [optional]
9
9
 
10
10
 
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
6
6
  **label** | **String** | Device label. |
7
7
  **backing** | [**VcenterVmHardwareParallelBackingInfo**](VcenterVmHardwareParallelBackingInfo.md) | |
8
8
  **state** | [**VcenterVmHardwareConnectionState**](VcenterVmHardwareConnectionState.md) | |
9
- **start_connected** | **BOOLEAN** | Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on. |
10
- **allow_guest_control** | **BOOLEAN** | Flag indicating whether the guest can connect and disconnect the device. |
9
+ **start_connected** | **Boolean** | Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on. |
10
+ **allow_guest_control** | **Boolean** | Flag indicating whether the guest can connect and disconnect the device. |
11
11
 
12
12
 
@@ -4,7 +4,7 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **backing** | [**VcenterVmHardwareParallelBackingSpec**](VcenterVmHardwareParallelBackingSpec.md) | | [optional]
7
- **start_connected** | **BOOLEAN** | Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on. If unset, the value is unchanged. | [optional]
8
- **allow_guest_control** | **BOOLEAN** | Flag indicating whether the guest can connect and disconnect the device. If unset, the value is unchanged. | [optional]
7
+ **start_connected** | **Boolean** | Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on. If unset, the value is unchanged. | [optional]
8
+ **allow_guest_control** | **Boolean** | Flag indicating whether the guest can connect and disconnect the device. If unset, the value is unchanged. | [optional]
9
9
 
10
10
 
@@ -6,9 +6,9 @@ Name | Type | Description | Notes
6
6
  **type** | [**VcenterVmHardwareSerialBackingType**](VcenterVmHardwareSerialBackingType.md) | |
7
7
  **file** | **String** | Path of the file backing the virtual serial port. This field is optional and it is only relevant when the value of Serial.BackingInfo.type is FILE. | [optional]
8
8
  **host_device** | **String** | Name of the device backing the virtual serial port. This field will be unset if Serial.BackingInfo.auto-detect is true and the virtual serial port is not connected or no suitable device is available on the host. | [optional]
9
- **auto_detect** | **BOOLEAN** | Flag indicating whether the virtual serial port is configured to automatically detect a suitable host device. This field is optional and it is only relevant when the value of Serial.BackingInfo.type is HOST_DEVICE. | [optional]
9
+ **auto_detect** | **Boolean** | Flag indicating whether the virtual serial port is configured to automatically detect a suitable host device. This field is optional and it is only relevant when the value of Serial.BackingInfo.type is HOST_DEVICE. | [optional]
10
10
  **pipe** | **String** | Name of the pipe backing the virtual serial port. This field is optional and it is only relevant when the value of Serial.BackingInfo.type is one of PIPE_SERVER or PIPE_CLIENT. | [optional]
11
- **no_rx_loss** | **BOOLEAN** | Flag that enables optimized data transfer over the pipe. When the value is true, the host buffers data to prevent data overrun. This allows the virtual machine to read all of the data transferred over the pipe with no data loss. This field is optional and it is only relevant when the value of Serial.BackingInfo.type is one of PIPE_SERVER or PIPE_CLIENT. | [optional]
11
+ **no_rx_loss** | **Boolean** | Flag that enables optimized data transfer over the pipe. When the value is true, the host buffers data to prevent data overrun. This allows the virtual machine to read all of the data transferred over the pipe with no data loss. This field is optional and it is only relevant when the value of Serial.BackingInfo.type is one of PIPE_SERVER or PIPE_CLIENT. | [optional]
12
12
  **network_location** | **String** | URI specifying the location of the network service backing the virtual serial port. - If Serial.BackingInfo.type is NETWORK_SERVER, this field is the location used by clients to connect to this server. The hostname part of the URI should either be empty or should specify the address of the host on which the virtual machine is running. - If Serial.BackingInfo.type is NETWORK_CLIENT, this field is the location used by the virtual machine to connect to the remote server. This field is optional and it is only relevant when the value of Serial.BackingInfo.type is one of NETWORK_SERVER or NETWORK_CLIENT. | [optional]
13
13
  **proxy** | **String** | Proxy service that provides network access to the network backing. If set, the virtual machine initiates a connection with the proxy service and forwards the traffic to the proxy. If unset, no proxy service is configured. | [optional]
14
14
 
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  **file** | **String** | Path of the file backing the virtual serial port. This field is optional and it is only relevant when the value of Serial.BackingSpec.type is FILE. | [optional]
8
8
  **host_device** | **String** | Name of the device backing the virtual serial port. If unset, the virtual serial port will be configured to automatically detect a suitable host device. | [optional]
9
9
  **pipe** | **String** | Name of the pipe backing the virtual serial port. This field is optional and it is only relevant when the value of Serial.BackingSpec.type is one of PIPE_SERVER or PIPE_CLIENT. | [optional]
10
- **no_rx_loss** | **BOOLEAN** | Flag that enables optimized data transfer over the pipe. When the value is true, the host buffers data to prevent data overrun. This allows the virtual machine to read all of the data transferred over the pipe with no data loss. If unset, defaults to false. | [optional]
10
+ **no_rx_loss** | **Boolean** | Flag that enables optimized data transfer over the pipe. When the value is true, the host buffers data to prevent data overrun. This allows the virtual machine to read all of the data transferred over the pipe with no data loss. If unset, defaults to false. | [optional]
11
11
  **network_location** | **String** | URI specifying the location of the network service backing the virtual serial port. - If Serial.BackingSpec.type is NETWORK_SERVER, this field is the location used by clients to connect to this server. The hostname part of the URI should either be empty or should specify the address of the host on which the virtual machine is running. - If Serial.BackingSpec.type is NETWORK_CLIENT, this field is the location used by the virtual machine to connect to the remote server. This field is optional and it is only relevant when the value of Serial.BackingSpec.type is one of NETWORK_SERVER or NETWORK_CLIENT. | [optional]
12
12
  **proxy** | **String** | Proxy service that provides network access to the network backing. If set, the virtual machine initiates a connection with the proxy service and forwards the traffic to the proxy. If unset, no proxy service should be used. | [optional]
13
13
 
@@ -3,9 +3,9 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **yield_on_poll** | **BOOLEAN** | CPU yield behavior. If set to true, the virtual machine will periodically relinquish the processor if its sole task is polling the virtual serial port. The amount of time it takes to regain the processor will depend on the degree of other virtual machine activity on the host. If unset, defaults to false. | [optional]
6
+ **yield_on_poll** | **Boolean** | CPU yield behavior. If set to true, the virtual machine will periodically relinquish the processor if its sole task is polling the virtual serial port. The amount of time it takes to regain the processor will depend on the degree of other virtual machine activity on the host. If unset, defaults to false. | [optional]
7
7
  **backing** | [**VcenterVmHardwareSerialBackingSpec**](VcenterVmHardwareSerialBackingSpec.md) | | [optional]
8
- **start_connected** | **BOOLEAN** | Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on. Defaults to false if unset. | [optional]
9
- **allow_guest_control** | **BOOLEAN** | Flag indicating whether the guest can connect and disconnect the device. Defaults to false if unset. | [optional]
8
+ **start_connected** | **Boolean** | Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on. Defaults to false if unset. | [optional]
9
+ **allow_guest_control** | **Boolean** | Flag indicating whether the guest can connect and disconnect the device. Defaults to false if unset. | [optional]
10
10
 
11
11
 
@@ -4,10 +4,10 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **label** | **String** | Device label. |
7
- **yield_on_poll** | **BOOLEAN** | CPU yield behavior. If set to true, the virtual machine will periodically relinquish the processor if its sole task is polling the virtual serial port. The amount of time it takes to regain the processor will depend on the degree of other virtual machine activity on the host. |
7
+ **yield_on_poll** | **Boolean** | CPU yield behavior. If set to true, the virtual machine will periodically relinquish the processor if its sole task is polling the virtual serial port. The amount of time it takes to regain the processor will depend on the degree of other virtual machine activity on the host. |
8
8
  **backing** | [**VcenterVmHardwareSerialBackingInfo**](VcenterVmHardwareSerialBackingInfo.md) | |
9
9
  **state** | [**VcenterVmHardwareConnectionState**](VcenterVmHardwareConnectionState.md) | |
10
- **start_connected** | **BOOLEAN** | Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on. |
11
- **allow_guest_control** | **BOOLEAN** | Flag indicating whether the guest can connect and disconnect the device. |
10
+ **start_connected** | **Boolean** | Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on. |
11
+ **allow_guest_control** | **Boolean** | Flag indicating whether the guest can connect and disconnect the device. |
12
12
 
13
13
 
@@ -3,9 +3,9 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **yield_on_poll** | **BOOLEAN** | CPU yield behavior. If set to true, the virtual machine will periodically relinquish the processor if its sole task is polling the virtual serial port. The amount of time it takes to regain the processor will depend on the degree of other virtual machine activity on the host. This field may be modified at any time, and changes applied to a connected virtual serial port take effect immediately. If unset, the value is unchanged. | [optional]
6
+ **yield_on_poll** | **Boolean** | CPU yield behavior. If set to true, the virtual machine will periodically relinquish the processor if its sole task is polling the virtual serial port. The amount of time it takes to regain the processor will depend on the degree of other virtual machine activity on the host. This field may be modified at any time, and changes applied to a connected virtual serial port take effect immediately. If unset, the value is unchanged. | [optional]
7
7
  **backing** | [**VcenterVmHardwareSerialBackingSpec**](VcenterVmHardwareSerialBackingSpec.md) | | [optional]
8
- **start_connected** | **BOOLEAN** | Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on. If unset, the value is unchanged. | [optional]
9
- **allow_guest_control** | **BOOLEAN** | Flag indicating whether the guest can connect and disconnect the device. If unset, the value is unchanged. | [optional]
8
+ **start_connected** | **Boolean** | Flag indicating whether the virtual device should be connected whenever the virtual machine is powered on. If unset, the value is unchanged. | [optional]
9
+ **allow_guest_control** | **Boolean** | Flag indicating whether the guest can connect and disconnect the device. If unset, the value is unchanged. | [optional]
10
10
 
11
11
 
@@ -4,6 +4,6 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **state** | [**VcenterVmPowerState**](VcenterVmPowerState.md) | |
7
- **clean_power_off** | **BOOLEAN** | Flag indicating whether the virtual machine was powered off cleanly. This field may be used to detect that the virtual machine crashed unexpectedly and should be restarted. This field is optional and it is only relevant when the value of Power.Info.state is POWERED_OFF. | [optional]
7
+ **clean_power_off** | **Boolean** | Flag indicating whether the virtual machine was powered off cleanly. This field may be used to detect that the virtual machine crashed unexpectedly and should be restarted. This field is optional and it is only relevant when the value of Power.Info.state is POWERED_OFF. | [optional]
8
8
 
9
9