nutanix_clustermgmt 0.2.1 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1398) hide show
  1. checksums.yaml +4 -4
  2. data/.openapi-config.json +9 -0
  3. data/.openapi-generator/FILES +1384 -0
  4. data/.openapi-generator/VERSION +1 -0
  5. data/.openapi-generator-ignore +28 -0
  6. data/.rspec +2 -0
  7. data/.rubocop.yml +148 -0
  8. data/.whitesource +3 -0
  9. data/CHANGELOG.md +10 -0
  10. data/README.md +5 -5
  11. data/lib/nutanix_clustermgmt/api/bmc_api.rb +1 -1
  12. data/lib/nutanix_clustermgmt/api/cluster_profiles_api.rb +1 -1
  13. data/lib/nutanix_clustermgmt/api/clusters_api.rb +1 -1
  14. data/lib/nutanix_clustermgmt/api/disks_api.rb +1 -1
  15. data/lib/nutanix_clustermgmt/api/pcie_devices_api.rb +1 -1
  16. data/lib/nutanix_clustermgmt/api/storage_containers_api.rb +1 -1
  17. data/lib/nutanix_clustermgmt/api/vcenter_extensions_api.rb +1 -1
  18. data/lib/nutanix_clustermgmt/api_client.rb +7 -3
  19. data/lib/nutanix_clustermgmt/api_error.rb +1 -1
  20. data/lib/nutanix_clustermgmt/api_model_base.rb +1 -1
  21. data/lib/nutanix_clustermgmt/configuration.rb +1 -1
  22. data/lib/nutanix_clustermgmt/models/add_disk202_response.rb +1 -1
  23. data/lib/nutanix_clustermgmt/models/add_disk4_xx_response.rb +1 -1
  24. data/lib/nutanix_clustermgmt/models/add_snmp_transport202_response.rb +1 -1
  25. data/lib/nutanix_clustermgmt/models/add_snmp_transport4_xx_response.rb +1 -1
  26. data/lib/nutanix_clustermgmt/models/apply_cluster_profile202_response.rb +1 -1
  27. data/lib/nutanix_clustermgmt/models/apply_cluster_profile4_xx_response.rb +1 -1
  28. data/lib/nutanix_clustermgmt/models/associate_categories_to_cluster202_response.rb +1 -1
  29. data/lib/nutanix_clustermgmt/models/associate_categories_to_cluster4_xx_response.rb +1 -1
  30. data/lib/nutanix_clustermgmt/models/check_hypervisor_requirements202_response.rb +1 -1
  31. data/lib/nutanix_clustermgmt/models/check_hypervisor_requirements4_xx_response.rb +1 -1
  32. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_ahv_config_list_pcie_devices_api_response.rb +1 -1
  33. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_ahv_config_list_pcie_devices_api_response_data.rb +1 -1
  34. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_ahv_config_pcie_device.rb +1 -1
  35. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_ahv_config_pcie_device_configuration.rb +1 -1
  36. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_ahv_config_pcie_device_state.rb +1 -1
  37. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_acropolis_connection_state.rb +1 -1
  38. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_add_disk_api_response.rb +1 -1
  39. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_add_snmp_transports_api_response.rb +1 -1
  40. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_address_type.rb +1 -1
  41. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_apply_cluster_profile_api_response.rb +1 -1
  42. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_associate_categories_to_cluster_api_response.rb +1 -1
  43. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_associate_categories_to_cluster_api_response_data.rb +1 -1
  44. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_attribute_item.rb +1 -1
  45. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_authorized_public_key.rb +1 -1
  46. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_backplane_network_params.rb +1 -1
  47. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_block_item.rb +1 -1
  48. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_bmc_info.rb +1 -1
  49. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_build_info.rb +1 -1
  50. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_build_reference.rb +1 -1
  51. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_bundle_info.rb +1 -1
  52. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_bundle_param.rb +1 -1
  53. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cache_deduplication.rb +1 -1
  54. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_category_entity_references.rb +1 -1
  55. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_check_hypervisor_requirements_api_response.rb +1 -1
  56. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cluster.rb +1 -1
  57. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cluster_arch_reference.rb +1 -1
  58. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cluster_config.rb +1 -1
  59. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cluster_config_reference.rb +1 -1
  60. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cluster_fault_tolerance_ref.rb +1 -1
  61. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cluster_function_ref.rb +1 -1
  62. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cluster_network.rb +1 -1
  63. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cluster_network_reference.rb +1 -1
  64. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cluster_profile.rb +1 -1
  65. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cluster_reference.rb +1 -1
  66. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cluster_reference_list_spec.rb +1 -1
  67. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_component_fault_tolerance.rb +1 -1
  68. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_component_type.rb +1 -1
  69. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_compute_node_item.rb +1 -1
  70. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_compute_non_migratable_vms_spec.rb +1 -1
  71. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_config_params.rb +1 -1
  72. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_config_type.rb +1 -1
  73. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_controller_vm_reference.rb +1 -1
  74. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_create_cluster_api_response.rb +1 -1
  75. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_create_cluster_profile_api_response.rb +1 -1
  76. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_create_rsyslog_server_api_response.rb +1 -1
  77. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_create_snmp_trap_api_response.rb +1 -1
  78. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_create_snmp_user_api_response.rb +1 -1
  79. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_create_storage_container_api_response.rb +1 -1
  80. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_credential_status.rb +1 -1
  81. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_data_store.rb +1 -1
  82. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_data_store_mount.rb +1 -1
  83. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_data_store_unmount.rb +1 -1
  84. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_delete_cluster_api_response.rb +1 -1
  85. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_delete_cluster_profile_api_response.rb +1 -1
  86. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_delete_disk_api_response.rb +1 -1
  87. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_delete_rsyslog_server_api_response.rb +1 -1
  88. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_delete_snmp_trap_api_response.rb +1 -1
  89. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_delete_snmp_user_api_response.rb +1 -1
  90. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_delete_storage_container_api_response.rb +1 -1
  91. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_digital_certificate_map_reference.rb +1 -1
  92. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_disassociate_categories_from_cluster_api_response.rb +1 -1
  93. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_disassociate_cluster_from_cluster_profile_api_response.rb +1 -1
  94. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_discover_unconfigured_nodes_api_response.rb +1 -1
  95. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_disk.rb +1 -1
  96. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_disk_addition_spec.rb +1 -1
  97. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_disk_advance_config.rb +1 -1
  98. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_disk_partition_info.rb +1 -1
  99. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_disk_reference.rb +1 -1
  100. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_disk_status.rb +1 -1
  101. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_domain_awareness_level.rb +1 -1
  102. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_domain_fault_tolerance.rb +1 -1
  103. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_domain_type.rb +1 -1
  104. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_drive_replacement_option.rb +1 -1
  105. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_encryption_option_info.rb +1 -1
  106. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_encryption_scope_info.rb +1 -1
  107. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_encryption_status.rb +1 -1
  108. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_erasure_code_status.rb +1 -1
  109. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_expand_cluster_api_response.rb +1 -1
  110. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_expand_cluster_params.rb +1 -1
  111. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_fault_tolerance_state.rb +1 -1
  112. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_fetch_node_networking_details_api_response.rb +1 -1
  113. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_fetch_task_api_response.rb +1 -1
  114. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_fetch_task_api_response_data.rb +1 -1
  115. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_bmc_info_response.rb +1 -1
  116. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_bmc_info_response_data.rb +1 -1
  117. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_cluster_api_response.rb +1 -1
  118. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_cluster_api_response_data.rb +1 -1
  119. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_cluster_profile_api_response.rb +1 -1
  120. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_cluster_profile_api_response_data.rb +1 -1
  121. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_disk_api_response.rb +1 -1
  122. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_disk_api_response_data.rb +1 -1
  123. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_host_api_response.rb +1 -1
  124. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_host_api_response_data.rb +1 -1
  125. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_host_nic_api_response.rb +1 -1
  126. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_host_nic_api_response_data.rb +1 -1
  127. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_rackable_unit_api_response.rb +1 -1
  128. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_rackable_unit_api_response_data.rb +1 -1
  129. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_rsyslog_server_api_response.rb +1 -1
  130. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_rsyslog_server_api_response_data.rb +1 -1
  131. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_snmp_config_by_cluster_id_api_response.rb +1 -1
  132. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_snmp_config_by_cluster_id_api_response_data.rb +1 -1
  133. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_snmp_trap_api_response.rb +1 -1
  134. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_snmp_trap_api_response_data.rb +1 -1
  135. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_snmp_user_api_response.rb +1 -1
  136. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_snmp_user_api_response_data.rb +1 -1
  137. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_storage_container_api_response.rb +1 -1
  138. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_storage_container_api_response_data.rb +1 -1
  139. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_vcenter_extension_api_response.rb +1 -1
  140. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_vcenter_extension_api_response_data.rb +1 -1
  141. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_virtual_nic_api_response.rb +1 -1
  142. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_virtual_nic_api_response_data.rb +1 -1
  143. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_gpu_mode.rb +1 -1
  144. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_gpu_type.rb +1 -1
  145. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_host.rb +1 -1
  146. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_host_gpu.rb +1 -1
  147. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_host_name_param.rb +1 -1
  148. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_host_nic.rb +1 -1
  149. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_host_type_enum.rb +1 -1
  150. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_http_proxy_config.rb +1 -1
  151. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_http_proxy_type.rb +1 -1
  152. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_http_proxy_white_list_config.rb +1 -1
  153. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_http_proxy_white_list_target_type.rb +1 -1
  154. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_hyperv_credentials.rb +1 -1
  155. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_hypervisor_iso_map.rb +1 -1
  156. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_hypervisor_reference.rb +1 -1
  157. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_hypervisor_state.rb +1 -1
  158. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_hypervisor_type.rb +1 -1
  159. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_hypervisor_upload_info.rb +1 -1
  160. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_hypervisor_upload_node_list_item.rb +1 -1
  161. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_hypervisor_upload_param.rb +1 -1
  162. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_ipmi_reference.rb +1 -1
  163. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_key_management_device_to_cert_status_info.rb +1 -1
  164. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_key_management_server_type.rb +1 -1
  165. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_cluster_profiles_api_response.rb +1 -1
  166. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_cluster_profiles_api_response_data.rb +1 -1
  167. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_clusters_api_response.rb +1 -1
  168. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_clusters_api_response_data.rb +1 -1
  169. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_data_stores_by_cluster_id_api_response.rb +1 -1
  170. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_data_stores_by_cluster_id_api_response_data.rb +1 -1
  171. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_disks_api_response.rb +1 -1
  172. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_disks_api_response_data.rb +1 -1
  173. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_host_nics_by_host_id_api_response.rb +1 -1
  174. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_host_nics_by_host_id_api_response_data.rb +1 -1
  175. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_hosts_api_response.rb +1 -1
  176. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_hosts_by_cluster_id_api_response.rb +1 -1
  177. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_hosts_by_cluster_id_api_response_data.rb +1 -1
  178. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_physical_gpu_profiles_api_response.rb +1 -1
  179. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_physical_gpu_profiles_api_response_data.rb +1 -1
  180. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_rackable_units_by_cluster_id_api_response.rb +1 -1
  181. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_rackable_units_by_cluster_id_api_response_data.rb +1 -1
  182. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_rsyslog_servers_by_cluster_id_api_response.rb +1 -1
  183. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_rsyslog_servers_by_cluster_id_api_response_data.rb +1 -1
  184. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_storage_containers_api_response.rb +1 -1
  185. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_storage_containers_api_response_data.rb +1 -1
  186. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_vcenter_extensions_api_response.rb +1 -1
  187. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_vcenter_extensions_api_response_data.rb +1 -1
  188. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_virtual_gpu_profiles_api_response.rb +1 -1
  189. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_virtual_gpu_profiles_api_response_data.rb +1 -1
  190. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_virtual_nics_by_host_id_api_response.rb +1 -1
  191. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_virtual_nics_by_host_id_api_response_data.rb +1 -1
  192. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_managed_cluster.rb +1 -1
  193. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_management_server_ref.rb +1 -1
  194. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_management_server_type.rb +1 -1
  195. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_mount_storage_container_api_response.rb +1 -1
  196. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_multi_domain_fault_tolerance_status.rb +1 -1
  197. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_name_mac_ref.rb +1 -1
  198. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_name_network_ref.rb +1 -1
  199. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_network_info.rb +1 -1
  200. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_network_switch_interface.rb +1 -1
  201. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_details.rb +1 -1
  202. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_discovery_params.rb +1 -1
  203. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_info.rb +1 -1
  204. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_item.rb +1 -1
  205. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_list_item_reference.rb +1 -1
  206. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_list_networking_details.rb +1 -1
  207. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_network_config.rb +1 -1
  208. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_networking_details.rb +1 -1
  209. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_param.rb +1 -1
  210. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_reference.rb +1 -1
  211. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_removal_extra_param.rb +1 -1
  212. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_removal_params.rb +1 -1
  213. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_resource_config.rb +1 -1
  214. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_status.rb +1 -1
  215. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_non_compatible_cluster_reference.rb +1 -1
  216. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_non_migratable_vm_info.rb +1 -1
  217. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_non_migratable_vms_result.rb +1 -1
  218. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_on_disk_dedup.rb +1 -1
  219. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_operation_mode.rb +1 -1
  220. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_partition_type.rb +1 -1
  221. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_physical_gpu_config.rb +1 -1
  222. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_physical_gpu_profile.rb +1 -1
  223. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_pii_scrubbing_level.rb +1 -1
  224. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_public_key.rb +1 -1
  225. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_pulse_status.rb +1 -1
  226. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_rack_reference.rb +1 -1
  227. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_rackable_unit.rb +1 -1
  228. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_rackable_unit_model.rb +1 -1
  229. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_rackable_unit_node.rb +1 -1
  230. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_redundancy_status_details.rb +1 -1
  231. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_register_vcenter_extension_api_response.rb +1 -1
  232. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_remove_node_api_response.rb +1 -1
  233. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_remove_snmp_transports_api_response.rb +1 -1
  234. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_rsyslog_module_item.rb +1 -1
  235. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_rsyslog_module_log_severity_level.rb +1 -1
  236. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_rsyslog_module_name.rb +1 -1
  237. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_rsyslog_network_protocol.rb +1 -1
  238. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_rsyslog_server.rb +1 -1
  239. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_smtp_network.rb +1 -1
  240. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_smtp_server_ref.rb +1 -1
  241. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_smtp_type.rb +1 -1
  242. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_snmp_auth_type.rb +1 -1
  243. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_snmp_config.rb +1 -1
  244. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_snmp_priv_type.rb +1 -1
  245. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_snmp_protocol.rb +1 -1
  246. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_snmp_status_param.rb +1 -1
  247. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_snmp_transport.rb +1 -1
  248. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_snmp_trap.rb +1 -1
  249. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_snmp_trap_version.rb +1 -1
  250. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_snmp_user.rb +1 -1
  251. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_software_map_reference.rb +1 -1
  252. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_software_type_ref.rb +1 -1
  253. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_storage_container.rb +1 -1
  254. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_storage_summary.rb +1 -1
  255. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_storage_tier.rb +1 -1
  256. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_storage_tier_reference.rb +1 -1
  257. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_task_response.rb +1 -1
  258. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_task_response_all_of_response.rb +1 -1
  259. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_task_response_type.rb +1 -1
  260. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_tolerance_message.rb +1 -1
  261. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_unconfigure_node_details.rb +1 -1
  262. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_unconfigured_node_attribute_map.rb +1 -1
  263. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_unconfigured_node_list_item.rb +1 -1
  264. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_unmount_storage_container_api_response.rb +1 -1
  265. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_unregister_vcenter_extension_api_response.rb +1 -1
  266. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_update_bmc_info_response.rb +1 -1
  267. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_update_cluster_api_response.rb +1 -1
  268. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_update_cluster_profile_api_response.rb +1 -1
  269. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_update_rsyslog_server_api_response.rb +1 -1
  270. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_update_snmp_status_api_response.rb +1 -1
  271. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_update_snmp_trap_api_response.rb +1 -1
  272. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_update_snmp_user_api_response.rb +1 -1
  273. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_update_storage_container_api_response.rb +1 -1
  274. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_upgrade_status.rb +1 -1
  275. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_uplink_info.rb +1 -1
  276. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_uplink_network_item.rb +1 -1
  277. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_uplink_node.rb +1 -1
  278. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_uplinks.rb +1 -1
  279. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_uplinks_field.rb +1 -1
  280. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_upload_info_node_item.rb +1 -1
  281. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_user_info.rb +1 -1
  282. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_validate_bundle_info.rb +1 -1
  283. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_validate_node_api_response.rb +1 -1
  284. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_validate_node_param.rb +1 -1
  285. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_validate_node_param_spec.rb +1 -1
  286. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_vcenter_credentials.rb +1 -1
  287. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_vcenter_extension.rb +1 -1
  288. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_vcenter_info.rb +1 -1
  289. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_virtual_gpu_config.rb +1 -1
  290. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_virtual_gpu_profile.rb +1 -1
  291. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_virtual_nic.rb +1 -1
  292. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_error_app_message.rb +1 -1
  293. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_error_error_response.rb +1 -1
  294. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_error_error_response_error.rb +1 -1
  295. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_error_message_severity.rb +1 -1
  296. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_error_schema_validation_error.rb +1 -1
  297. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_error_schema_validation_error_message.rb +1 -1
  298. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_operations_enter_host_maintenance_api_response.rb +1 -1
  299. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_operations_enter_host_maintenance_spec.rb +1 -1
  300. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_operations_exit_host_maintenance_api_response.rb +1 -1
  301. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_operations_host_maintenance_common_spec.rb +1 -1
  302. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_cluster_stats.rb +1 -1
  303. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_cluster_stats_api_response.rb +1 -1
  304. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_cluster_stats_api_response_data.rb +1 -1
  305. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_disk_stats.rb +1 -1
  306. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_get_disk_stats_api_response.rb +1 -1
  307. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_get_disk_stats_api_response_data.rb +1 -1
  308. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_get_storage_container_stats_api_response.rb +1 -1
  309. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_get_storage_container_stats_api_response_data.rb +1 -1
  310. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_host_stats.rb +1 -1
  311. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_host_stats_api_response.rb +1 -1
  312. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_host_stats_api_response_data.rb +1 -1
  313. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_storage_container_stats.rb +1 -1
  314. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_time_value_pair.rb +1 -1
  315. data/lib/nutanix_clustermgmt/models/common_v10_config_basic_auth.rb +1 -1
  316. data/lib/nutanix_clustermgmt/models/common_v10_config_flag.rb +1 -1
  317. data/lib/nutanix_clustermgmt/models/common_v10_config_fqdn.rb +1 -1
  318. data/lib/nutanix_clustermgmt/models/common_v10_config_ip_address.rb +1 -1
  319. data/lib/nutanix_clustermgmt/models/common_v10_config_ip_address_or_fqdn.rb +1 -1
  320. data/lib/nutanix_clustermgmt/models/common_v10_config_ipv4_address.rb +1 -1
  321. data/lib/nutanix_clustermgmt/models/common_v10_config_ipv6_address.rb +1 -1
  322. data/lib/nutanix_clustermgmt/models/common_v10_config_kv_pair.rb +1 -1
  323. data/lib/nutanix_clustermgmt/models/common_v10_config_kv_pair_value.rb +1 -1
  324. data/lib/nutanix_clustermgmt/models/common_v10_config_map_of_string_wrapper.rb +1 -1
  325. data/lib/nutanix_clustermgmt/models/common_v10_config_message.rb +1 -1
  326. data/lib/nutanix_clustermgmt/models/common_v10_config_message_severity.rb +1 -1
  327. data/lib/nutanix_clustermgmt/models/common_v10_config_tenant_aware_model.rb +1 -1
  328. data/lib/nutanix_clustermgmt/models/common_v10_response_api_link.rb +1 -1
  329. data/lib/nutanix_clustermgmt/models/common_v10_response_api_response_metadata.rb +1 -1
  330. data/lib/nutanix_clustermgmt/models/common_v10_response_externalizable_abstract_model.rb +1 -1
  331. data/lib/nutanix_clustermgmt/models/common_v10_stats_down_sampling_operator.rb +1 -1
  332. data/lib/nutanix_clustermgmt/models/common_v10_stats_time_int_value_pair.rb +1 -1
  333. data/lib/nutanix_clustermgmt/models/create_cluster202_response.rb +1 -1
  334. data/lib/nutanix_clustermgmt/models/create_cluster4_xx_response.rb +1 -1
  335. data/lib/nutanix_clustermgmt/models/create_cluster_profile202_response.rb +1 -1
  336. data/lib/nutanix_clustermgmt/models/create_cluster_profile4_xx_response.rb +1 -1
  337. data/lib/nutanix_clustermgmt/models/create_rsyslog_server202_response.rb +1 -1
  338. data/lib/nutanix_clustermgmt/models/create_rsyslog_server4_xx_response.rb +1 -1
  339. data/lib/nutanix_clustermgmt/models/create_snmp_trap202_response.rb +1 -1
  340. data/lib/nutanix_clustermgmt/models/create_snmp_trap4_xx_response.rb +1 -1
  341. data/lib/nutanix_clustermgmt/models/create_snmp_user202_response.rb +1 -1
  342. data/lib/nutanix_clustermgmt/models/create_snmp_user4_xx_response.rb +1 -1
  343. data/lib/nutanix_clustermgmt/models/create_storage_container202_response.rb +1 -1
  344. data/lib/nutanix_clustermgmt/models/create_storage_container4_xx_response.rb +1 -1
  345. data/lib/nutanix_clustermgmt/models/delete_cluster_by_id202_response.rb +1 -1
  346. data/lib/nutanix_clustermgmt/models/delete_cluster_by_id4_xx_response.rb +1 -1
  347. data/lib/nutanix_clustermgmt/models/delete_cluster_profile_by_id202_response.rb +1 -1
  348. data/lib/nutanix_clustermgmt/models/delete_cluster_profile_by_id4_xx_response.rb +1 -1
  349. data/lib/nutanix_clustermgmt/models/delete_disk_by_id202_response.rb +1 -1
  350. data/lib/nutanix_clustermgmt/models/delete_disk_by_id4_xx_response.rb +1 -1
  351. data/lib/nutanix_clustermgmt/models/delete_rsyslog_server_by_id202_response.rb +1 -1
  352. data/lib/nutanix_clustermgmt/models/delete_rsyslog_server_by_id4_xx_response.rb +1 -1
  353. data/lib/nutanix_clustermgmt/models/delete_snmp_trap_by_id202_response.rb +1 -1
  354. data/lib/nutanix_clustermgmt/models/delete_snmp_trap_by_id4_xx_response.rb +1 -1
  355. data/lib/nutanix_clustermgmt/models/delete_snmp_user_by_id202_response.rb +1 -1
  356. data/lib/nutanix_clustermgmt/models/delete_snmp_user_by_id4_xx_response.rb +1 -1
  357. data/lib/nutanix_clustermgmt/models/delete_storage_container_by_id202_response.rb +1 -1
  358. data/lib/nutanix_clustermgmt/models/delete_storage_container_by_id4_xx_response.rb +1 -1
  359. data/lib/nutanix_clustermgmt/models/disassociate_categories_from_cluster202_response.rb +1 -1
  360. data/lib/nutanix_clustermgmt/models/disassociate_categories_from_cluster4_xx_response.rb +1 -1
  361. data/lib/nutanix_clustermgmt/models/disassociate_cluster_from_cluster_profile202_response.rb +1 -1
  362. data/lib/nutanix_clustermgmt/models/disassociate_cluster_from_cluster_profile4_xx_response.rb +1 -1
  363. data/lib/nutanix_clustermgmt/models/discover_unconfigured_nodes202_response.rb +1 -1
  364. data/lib/nutanix_clustermgmt/models/discover_unconfigured_nodes4_xx_response.rb +1 -1
  365. data/lib/nutanix_clustermgmt/models/enter_host_maintenance202_response.rb +1 -1
  366. data/lib/nutanix_clustermgmt/models/enter_host_maintenance4_xx_response.rb +1 -1
  367. data/lib/nutanix_clustermgmt/models/exit_host_maintenance202_response.rb +1 -1
  368. data/lib/nutanix_clustermgmt/models/exit_host_maintenance4_xx_response.rb +1 -1
  369. data/lib/nutanix_clustermgmt/models/expand_cluster202_response.rb +1 -1
  370. data/lib/nutanix_clustermgmt/models/expand_cluster4_xx_response.rb +1 -1
  371. data/lib/nutanix_clustermgmt/models/fetch_node_networking_details202_response.rb +1 -1
  372. data/lib/nutanix_clustermgmt/models/fetch_node_networking_details4_xx_response.rb +1 -1
  373. data/lib/nutanix_clustermgmt/models/fetch_task_response200_response.rb +1 -1
  374. data/lib/nutanix_clustermgmt/models/fetch_task_response4_xx_response.rb +1 -1
  375. data/lib/nutanix_clustermgmt/models/get_bmc_info200_response.rb +1 -1
  376. data/lib/nutanix_clustermgmt/models/get_bmc_info4_xx_response.rb +1 -1
  377. data/lib/nutanix_clustermgmt/models/get_cluster_by_id200_response.rb +1 -1
  378. data/lib/nutanix_clustermgmt/models/get_cluster_by_id4_xx_response.rb +1 -1
  379. data/lib/nutanix_clustermgmt/models/get_cluster_profile_by_id200_response.rb +1 -1
  380. data/lib/nutanix_clustermgmt/models/get_cluster_profile_by_id4_xx_response.rb +1 -1
  381. data/lib/nutanix_clustermgmt/models/get_cluster_stats200_response.rb +1 -1
  382. data/lib/nutanix_clustermgmt/models/get_cluster_stats4_xx_response.rb +1 -1
  383. data/lib/nutanix_clustermgmt/models/get_disk_by_id200_response.rb +1 -1
  384. data/lib/nutanix_clustermgmt/models/get_disk_by_id4_xx_response.rb +1 -1
  385. data/lib/nutanix_clustermgmt/models/get_disk_stats200_response.rb +1 -1
  386. data/lib/nutanix_clustermgmt/models/get_disk_stats4_xx_response.rb +1 -1
  387. data/lib/nutanix_clustermgmt/models/get_host_by_id200_response.rb +1 -1
  388. data/lib/nutanix_clustermgmt/models/get_host_by_id4_xx_response.rb +1 -1
  389. data/lib/nutanix_clustermgmt/models/get_host_nic_by_id200_response.rb +1 -1
  390. data/lib/nutanix_clustermgmt/models/get_host_nic_by_id4_xx_response.rb +1 -1
  391. data/lib/nutanix_clustermgmt/models/get_host_stats200_response.rb +1 -1
  392. data/lib/nutanix_clustermgmt/models/get_host_stats4_xx_response.rb +1 -1
  393. data/lib/nutanix_clustermgmt/models/get_rackable_unit_by_id200_response.rb +1 -1
  394. data/lib/nutanix_clustermgmt/models/get_rackable_unit_by_id4_xx_response.rb +1 -1
  395. data/lib/nutanix_clustermgmt/models/get_rsyslog_server_by_id200_response.rb +1 -1
  396. data/lib/nutanix_clustermgmt/models/get_rsyslog_server_by_id4_xx_response.rb +1 -1
  397. data/lib/nutanix_clustermgmt/models/get_snmp_config_by_cluster_id200_response.rb +1 -1
  398. data/lib/nutanix_clustermgmt/models/get_snmp_config_by_cluster_id4_xx_response.rb +1 -1
  399. data/lib/nutanix_clustermgmt/models/get_snmp_trap_by_id200_response.rb +1 -1
  400. data/lib/nutanix_clustermgmt/models/get_snmp_trap_by_id4_xx_response.rb +1 -1
  401. data/lib/nutanix_clustermgmt/models/get_snmp_user_by_id200_response.rb +1 -1
  402. data/lib/nutanix_clustermgmt/models/get_snmp_user_by_id4_xx_response.rb +1 -1
  403. data/lib/nutanix_clustermgmt/models/get_storage_container_by_id200_response.rb +1 -1
  404. data/lib/nutanix_clustermgmt/models/get_storage_container_by_id4_xx_response.rb +1 -1
  405. data/lib/nutanix_clustermgmt/models/get_storage_container_stats200_response.rb +1 -1
  406. data/lib/nutanix_clustermgmt/models/get_storage_container_stats4_xx_response.rb +1 -1
  407. data/lib/nutanix_clustermgmt/models/get_vcenter_extension_by_id200_response.rb +1 -1
  408. data/lib/nutanix_clustermgmt/models/get_vcenter_extension_by_id4_xx_response.rb +1 -1
  409. data/lib/nutanix_clustermgmt/models/get_virtual_nic_by_id200_response.rb +1 -1
  410. data/lib/nutanix_clustermgmt/models/get_virtual_nic_by_id4_xx_response.rb +1 -1
  411. data/lib/nutanix_clustermgmt/models/list_cluster_profiles200_response.rb +1 -1
  412. data/lib/nutanix_clustermgmt/models/list_cluster_profiles4_xx_response.rb +1 -1
  413. data/lib/nutanix_clustermgmt/models/list_clusters200_response.rb +1 -1
  414. data/lib/nutanix_clustermgmt/models/list_clusters4_xx_response.rb +1 -1
  415. data/lib/nutanix_clustermgmt/models/list_data_stores_by_cluster_id200_response.rb +1 -1
  416. data/lib/nutanix_clustermgmt/models/list_data_stores_by_cluster_id4_xx_response.rb +1 -1
  417. data/lib/nutanix_clustermgmt/models/list_disks200_response.rb +1 -1
  418. data/lib/nutanix_clustermgmt/models/list_disks4_xx_response.rb +1 -1
  419. data/lib/nutanix_clustermgmt/models/list_host_nics_by_host_id200_response.rb +1 -1
  420. data/lib/nutanix_clustermgmt/models/list_host_nics_by_host_id4_xx_response.rb +1 -1
  421. data/lib/nutanix_clustermgmt/models/list_hosts200_response.rb +1 -1
  422. data/lib/nutanix_clustermgmt/models/list_hosts4_xx_response.rb +1 -1
  423. data/lib/nutanix_clustermgmt/models/list_hosts_by_cluster_id200_response.rb +1 -1
  424. data/lib/nutanix_clustermgmt/models/list_hosts_by_cluster_id4_xx_response.rb +1 -1
  425. data/lib/nutanix_clustermgmt/models/list_pcie_devices200_response.rb +1 -1
  426. data/lib/nutanix_clustermgmt/models/list_pcie_devices4_xx_response.rb +1 -1
  427. data/lib/nutanix_clustermgmt/models/list_physical_gpu_profiles200_response.rb +1 -1
  428. data/lib/nutanix_clustermgmt/models/list_physical_gpu_profiles4_xx_response.rb +1 -1
  429. data/lib/nutanix_clustermgmt/models/list_rackable_units_by_cluster_id200_response.rb +1 -1
  430. data/lib/nutanix_clustermgmt/models/list_rackable_units_by_cluster_id4_xx_response.rb +1 -1
  431. data/lib/nutanix_clustermgmt/models/list_rsyslog_servers_by_cluster_id200_response.rb +1 -1
  432. data/lib/nutanix_clustermgmt/models/list_rsyslog_servers_by_cluster_id4_xx_response.rb +1 -1
  433. data/lib/nutanix_clustermgmt/models/list_storage_containers200_response.rb +1 -1
  434. data/lib/nutanix_clustermgmt/models/list_storage_containers4_xx_response.rb +1 -1
  435. data/lib/nutanix_clustermgmt/models/list_vcenter_extensions200_response.rb +1 -1
  436. data/lib/nutanix_clustermgmt/models/list_vcenter_extensions4_xx_response.rb +1 -1
  437. data/lib/nutanix_clustermgmt/models/list_virtual_gpu_profiles200_response.rb +1 -1
  438. data/lib/nutanix_clustermgmt/models/list_virtual_gpu_profiles4_xx_response.rb +1 -1
  439. data/lib/nutanix_clustermgmt/models/list_virtual_nics_by_host_id200_response.rb +1 -1
  440. data/lib/nutanix_clustermgmt/models/list_virtual_nics_by_host_id4_xx_response.rb +1 -1
  441. data/lib/nutanix_clustermgmt/models/mount_storage_container202_response.rb +1 -1
  442. data/lib/nutanix_clustermgmt/models/mount_storage_container4_xx_response.rb +1 -1
  443. data/lib/nutanix_clustermgmt/models/prism_v40_config_task_reference.rb +1 -1
  444. data/lib/nutanix_clustermgmt/models/register_vcenter_extension202_response.rb +1 -1
  445. data/lib/nutanix_clustermgmt/models/register_vcenter_extension4_xx_response.rb +1 -1
  446. data/lib/nutanix_clustermgmt/models/remove_node202_response.rb +1 -1
  447. data/lib/nutanix_clustermgmt/models/remove_node4_xx_response.rb +1 -1
  448. data/lib/nutanix_clustermgmt/models/remove_snmp_transport202_response.rb +1 -1
  449. data/lib/nutanix_clustermgmt/models/remove_snmp_transport4_xx_response.rb +1 -1
  450. data/lib/nutanix_clustermgmt/models/unmount_storage_container202_response.rb +1 -1
  451. data/lib/nutanix_clustermgmt/models/unmount_storage_container4_xx_response.rb +1 -1
  452. data/lib/nutanix_clustermgmt/models/unregister_vcenter_extension202_response.rb +1 -1
  453. data/lib/nutanix_clustermgmt/models/unregister_vcenter_extension4_xx_response.rb +1 -1
  454. data/lib/nutanix_clustermgmt/models/update_bmc_info202_response.rb +1 -1
  455. data/lib/nutanix_clustermgmt/models/update_bmc_info4_xx_response.rb +1 -1
  456. data/lib/nutanix_clustermgmt/models/update_cluster_by_id202_response.rb +1 -1
  457. data/lib/nutanix_clustermgmt/models/update_cluster_by_id4_xx_response.rb +1 -1
  458. data/lib/nutanix_clustermgmt/models/update_cluster_profile_by_id202_response.rb +1 -1
  459. data/lib/nutanix_clustermgmt/models/update_cluster_profile_by_id4_xx_response.rb +1 -1
  460. data/lib/nutanix_clustermgmt/models/update_rsyslog_server_by_id202_response.rb +1 -1
  461. data/lib/nutanix_clustermgmt/models/update_rsyslog_server_by_id4_xx_response.rb +1 -1
  462. data/lib/nutanix_clustermgmt/models/update_snmp_status202_response.rb +1 -1
  463. data/lib/nutanix_clustermgmt/models/update_snmp_status4_xx_response.rb +1 -1
  464. data/lib/nutanix_clustermgmt/models/update_snmp_trap_by_id202_response.rb +1 -1
  465. data/lib/nutanix_clustermgmt/models/update_snmp_trap_by_id4_xx_response.rb +1 -1
  466. data/lib/nutanix_clustermgmt/models/update_snmp_user_by_id202_response.rb +1 -1
  467. data/lib/nutanix_clustermgmt/models/update_snmp_user_by_id4_xx_response.rb +1 -1
  468. data/lib/nutanix_clustermgmt/models/update_storage_container_by_id202_response.rb +1 -1
  469. data/lib/nutanix_clustermgmt/models/update_storage_container_by_id4_xx_response.rb +1 -1
  470. data/lib/nutanix_clustermgmt/models/validate_node202_response.rb +1 -1
  471. data/lib/nutanix_clustermgmt/models/validate_node4_xx_response.rb +1 -1
  472. data/lib/nutanix_clustermgmt/version.rb +2 -2
  473. data/lib/nutanix_clustermgmt.rb +1 -1
  474. metadata +9 -1384
  475. data/Gemfile +0 -9
  476. data/bin/console +0 -15
  477. data/bin/openapi-generate +0 -30
  478. data/bin/openapi-generate-ruby-post-process +0 -6
  479. data/docs/AddDisk202Response.md +0 -20
  480. data/docs/AddDisk4XXResponse.md +0 -20
  481. data/docs/AddSnmpTransport202Response.md +0 -20
  482. data/docs/AddSnmpTransport4XXResponse.md +0 -20
  483. data/docs/ApplyClusterProfile202Response.md +0 -20
  484. data/docs/ApplyClusterProfile4XXResponse.md +0 -20
  485. data/docs/AssociateCategoriesToCluster202Response.md +0 -20
  486. data/docs/AssociateCategoriesToCluster4XXResponse.md +0 -20
  487. data/docs/BmcApi.md +0 -169
  488. data/docs/CheckHypervisorRequirements202Response.md +0 -20
  489. data/docs/CheckHypervisorRequirements4XXResponse.md +0 -20
  490. data/docs/ClusterProfilesApi.md +0 -575
  491. data/docs/ClustermgmtV40AhvConfigListPcieDevicesApiResponse.md +0 -20
  492. data/docs/ClustermgmtV40AhvConfigListPcieDevicesApiResponseData.md +0 -49
  493. data/docs/ClustermgmtV40AhvConfigPcieDevice.md +0 -34
  494. data/docs/ClustermgmtV40AhvConfigPcieDeviceConfiguration.md +0 -30
  495. data/docs/ClustermgmtV40AhvConfigPcieDeviceState.md +0 -15
  496. data/docs/ClustermgmtV40ConfigAcropolisConnectionState.md +0 -15
  497. data/docs/ClustermgmtV40ConfigAddDiskApiResponse.md +0 -20
  498. data/docs/ClustermgmtV40ConfigAddSnmpTransportsApiResponse.md +0 -20
  499. data/docs/ClustermgmtV40ConfigAddressType.md +0 -15
  500. data/docs/ClustermgmtV40ConfigApplyClusterProfileApiResponse.md +0 -20
  501. data/docs/ClustermgmtV40ConfigAssociateCategoriesToClusterApiResponse.md +0 -20
  502. data/docs/ClustermgmtV40ConfigAssociateCategoriesToClusterApiResponseData.md +0 -49
  503. data/docs/ClustermgmtV40ConfigAttributeItem.md +0 -20
  504. data/docs/ClustermgmtV40ConfigAuthorizedPublicKey.md +0 -20
  505. data/docs/ClustermgmtV40ConfigBackplaneNetworkParams.md +0 -24
  506. data/docs/ClustermgmtV40ConfigBlockItem.md +0 -20
  507. data/docs/ClustermgmtV40ConfigBmcInfo.md +0 -22
  508. data/docs/ClustermgmtV40ConfigBuildInfo.md +0 -18
  509. data/docs/ClustermgmtV40ConfigBuildReference.md +0 -26
  510. data/docs/ClustermgmtV40ConfigBundleInfo.md +0 -18
  511. data/docs/ClustermgmtV40ConfigBundleParam.md +0 -20
  512. data/docs/ClustermgmtV40ConfigCacheDeduplication.md +0 -15
  513. data/docs/ClustermgmtV40ConfigCategoryEntityReferences.md +0 -18
  514. data/docs/ClustermgmtV40ConfigCheckHypervisorRequirementsApiResponse.md +0 -20
  515. data/docs/ClustermgmtV40ConfigCluster.md +0 -44
  516. data/docs/ClustermgmtV40ConfigClusterArchReference.md +0 -15
  517. data/docs/ClustermgmtV40ConfigClusterConfig.md +0 -20
  518. data/docs/ClustermgmtV40ConfigClusterConfigReference.md +0 -54
  519. data/docs/ClustermgmtV40ConfigClusterFaultToleranceRef.md +0 -15
  520. data/docs/ClustermgmtV40ConfigClusterFunctionRef.md +0 -15
  521. data/docs/ClustermgmtV40ConfigClusterNetwork.md +0 -24
  522. data/docs/ClustermgmtV40ConfigClusterNetworkReference.md +0 -48
  523. data/docs/ClustermgmtV40ConfigClusterProfile.md +0 -56
  524. data/docs/ClustermgmtV40ConfigClusterReference.md +0 -20
  525. data/docs/ClustermgmtV40ConfigClusterReferenceListSpec.md +0 -18
  526. data/docs/ClustermgmtV40ConfigComponentFaultTolerance.md +0 -26
  527. data/docs/ClustermgmtV40ConfigComponentType.md +0 -15
  528. data/docs/ClustermgmtV40ConfigComputeNodeItem.md +0 -32
  529. data/docs/ClustermgmtV40ConfigComputeNonMigratableVmsSpec.md +0 -20
  530. data/docs/ClustermgmtV40ConfigConfigParams.md +0 -32
  531. data/docs/ClustermgmtV40ConfigConfigType.md +0 -15
  532. data/docs/ClustermgmtV40ConfigControllerVmReference.md +0 -28
  533. data/docs/ClustermgmtV40ConfigCreateClusterApiResponse.md +0 -20
  534. data/docs/ClustermgmtV40ConfigCreateClusterProfileApiResponse.md +0 -20
  535. data/docs/ClustermgmtV40ConfigCreateRsyslogServerApiResponse.md +0 -20
  536. data/docs/ClustermgmtV40ConfigCreateSnmpTrapApiResponse.md +0 -20
  537. data/docs/ClustermgmtV40ConfigCreateSnmpUserApiResponse.md +0 -20
  538. data/docs/ClustermgmtV40ConfigCreateStorageContainerApiResponse.md +0 -20
  539. data/docs/ClustermgmtV40ConfigCredentialStatus.md +0 -15
  540. data/docs/ClustermgmtV40ConfigDataStore.md +0 -38
  541. data/docs/ClustermgmtV40ConfigDataStoreMount.md +0 -32
  542. data/docs/ClustermgmtV40ConfigDataStoreUnmount.md +0 -26
  543. data/docs/ClustermgmtV40ConfigDeleteClusterApiResponse.md +0 -20
  544. data/docs/ClustermgmtV40ConfigDeleteClusterProfileApiResponse.md +0 -20
  545. data/docs/ClustermgmtV40ConfigDeleteDiskApiResponse.md +0 -20
  546. data/docs/ClustermgmtV40ConfigDeleteRsyslogServerApiResponse.md +0 -20
  547. data/docs/ClustermgmtV40ConfigDeleteSnmpTrapApiResponse.md +0 -20
  548. data/docs/ClustermgmtV40ConfigDeleteSnmpUserApiResponse.md +0 -20
  549. data/docs/ClustermgmtV40ConfigDeleteStorageContainerApiResponse.md +0 -20
  550. data/docs/ClustermgmtV40ConfigDigitalCertificateMapReference.md +0 -20
  551. data/docs/ClustermgmtV40ConfigDisassociateCategoriesFromClusterApiResponse.md +0 -20
  552. data/docs/ClustermgmtV40ConfigDisassociateClusterFromClusterProfileApiResponse.md +0 -20
  553. data/docs/ClustermgmtV40ConfigDiscoverUnconfiguredNodesApiResponse.md +0 -20
  554. data/docs/ClustermgmtV40ConfigDisk.md +0 -64
  555. data/docs/ClustermgmtV40ConfigDiskAdditionSpec.md +0 -20
  556. data/docs/ClustermgmtV40ConfigDiskAdvanceConfig.md +0 -48
  557. data/docs/ClustermgmtV40ConfigDiskPartitionInfo.md +0 -20
  558. data/docs/ClustermgmtV40ConfigDiskReference.md +0 -26
  559. data/docs/ClustermgmtV40ConfigDiskStatus.md +0 -15
  560. data/docs/ClustermgmtV40ConfigDomainAwarenessLevel.md +0 -15
  561. data/docs/ClustermgmtV40ConfigDomainFaultTolerance.md +0 -20
  562. data/docs/ClustermgmtV40ConfigDomainType.md +0 -15
  563. data/docs/ClustermgmtV40ConfigDriveReplacementOption.md +0 -15
  564. data/docs/ClustermgmtV40ConfigEncryptionOptionInfo.md +0 -15
  565. data/docs/ClustermgmtV40ConfigEncryptionScopeInfo.md +0 -15
  566. data/docs/ClustermgmtV40ConfigEncryptionStatus.md +0 -15
  567. data/docs/ClustermgmtV40ConfigErasureCodeStatus.md +0 -15
  568. data/docs/ClustermgmtV40ConfigExpandClusterApiResponse.md +0 -20
  569. data/docs/ClustermgmtV40ConfigExpandClusterParams.md +0 -24
  570. data/docs/ClustermgmtV40ConfigFaultToleranceState.md +0 -28
  571. data/docs/ClustermgmtV40ConfigFetchNodeNetworkingDetailsApiResponse.md +0 -20
  572. data/docs/ClustermgmtV40ConfigFetchTaskApiResponse.md +0 -20
  573. data/docs/ClustermgmtV40ConfigFetchTaskApiResponseData.md +0 -49
  574. data/docs/ClustermgmtV40ConfigGetBmcInfoResponse.md +0 -20
  575. data/docs/ClustermgmtV40ConfigGetBmcInfoResponseData.md +0 -49
  576. data/docs/ClustermgmtV40ConfigGetClusterApiResponse.md +0 -20
  577. data/docs/ClustermgmtV40ConfigGetClusterApiResponseData.md +0 -49
  578. data/docs/ClustermgmtV40ConfigGetClusterProfileApiResponse.md +0 -20
  579. data/docs/ClustermgmtV40ConfigGetClusterProfileApiResponseData.md +0 -49
  580. data/docs/ClustermgmtV40ConfigGetDiskApiResponse.md +0 -20
  581. data/docs/ClustermgmtV40ConfigGetDiskApiResponseData.md +0 -49
  582. data/docs/ClustermgmtV40ConfigGetHostApiResponse.md +0 -20
  583. data/docs/ClustermgmtV40ConfigGetHostApiResponseData.md +0 -49
  584. data/docs/ClustermgmtV40ConfigGetHostNicApiResponse.md +0 -20
  585. data/docs/ClustermgmtV40ConfigGetHostNicApiResponseData.md +0 -49
  586. data/docs/ClustermgmtV40ConfigGetRackableUnitApiResponse.md +0 -20
  587. data/docs/ClustermgmtV40ConfigGetRackableUnitApiResponseData.md +0 -49
  588. data/docs/ClustermgmtV40ConfigGetRsyslogServerApiResponse.md +0 -20
  589. data/docs/ClustermgmtV40ConfigGetRsyslogServerApiResponseData.md +0 -49
  590. data/docs/ClustermgmtV40ConfigGetSnmpConfigByClusterIdApiResponse.md +0 -20
  591. data/docs/ClustermgmtV40ConfigGetSnmpConfigByClusterIdApiResponseData.md +0 -49
  592. data/docs/ClustermgmtV40ConfigGetSnmpTrapApiResponse.md +0 -20
  593. data/docs/ClustermgmtV40ConfigGetSnmpTrapApiResponseData.md +0 -49
  594. data/docs/ClustermgmtV40ConfigGetSnmpUserApiResponse.md +0 -20
  595. data/docs/ClustermgmtV40ConfigGetSnmpUserApiResponseData.md +0 -49
  596. data/docs/ClustermgmtV40ConfigGetStorageContainerApiResponse.md +0 -20
  597. data/docs/ClustermgmtV40ConfigGetStorageContainerApiResponseData.md +0 -49
  598. data/docs/ClustermgmtV40ConfigGetVcenterExtensionApiResponse.md +0 -20
  599. data/docs/ClustermgmtV40ConfigGetVcenterExtensionApiResponseData.md +0 -49
  600. data/docs/ClustermgmtV40ConfigGetVirtualNicApiResponse.md +0 -20
  601. data/docs/ClustermgmtV40ConfigGetVirtualNicApiResponseData.md +0 -49
  602. data/docs/ClustermgmtV40ConfigGpuMode.md +0 -15
  603. data/docs/ClustermgmtV40ConfigGpuType.md +0 -15
  604. data/docs/ClustermgmtV40ConfigHost.md +0 -90
  605. data/docs/ClustermgmtV40ConfigHostGpu.md +0 -32
  606. data/docs/ClustermgmtV40ConfigHostNameParam.md +0 -18
  607. data/docs/ClustermgmtV40ConfigHostNic.md +0 -62
  608. data/docs/ClustermgmtV40ConfigHostTypeEnum.md +0 -15
  609. data/docs/ClustermgmtV40ConfigHttpProxyConfig.md +0 -28
  610. data/docs/ClustermgmtV40ConfigHttpProxyType.md +0 -15
  611. data/docs/ClustermgmtV40ConfigHttpProxyWhiteListConfig.md +0 -20
  612. data/docs/ClustermgmtV40ConfigHttpProxyWhiteListTargetType.md +0 -15
  613. data/docs/ClustermgmtV40ConfigHypervCredentials.md +0 -20
  614. data/docs/ClustermgmtV40ConfigHypervisorIsoMap.md +0 -20
  615. data/docs/ClustermgmtV40ConfigHypervisorReference.md +0 -30
  616. data/docs/ClustermgmtV40ConfigHypervisorState.md +0 -15
  617. data/docs/ClustermgmtV40ConfigHypervisorType.md +0 -15
  618. data/docs/ClustermgmtV40ConfigHypervisorUploadInfo.md +0 -20
  619. data/docs/ClustermgmtV40ConfigHypervisorUploadNodeListItem.md +0 -34
  620. data/docs/ClustermgmtV40ConfigHypervisorUploadParam.md +0 -18
  621. data/docs/ClustermgmtV40ConfigIpmiReference.md +0 -20
  622. data/docs/ClustermgmtV40ConfigKeyManagementDeviceToCertStatusInfo.md +0 -20
  623. data/docs/ClustermgmtV40ConfigKeyManagementServerType.md +0 -15
  624. data/docs/ClustermgmtV40ConfigListClusterProfilesApiResponse.md +0 -20
  625. data/docs/ClustermgmtV40ConfigListClusterProfilesApiResponseData.md +0 -49
  626. data/docs/ClustermgmtV40ConfigListClustersApiResponse.md +0 -20
  627. data/docs/ClustermgmtV40ConfigListClustersApiResponseData.md +0 -49
  628. data/docs/ClustermgmtV40ConfigListDataStoresByClusterIdApiResponse.md +0 -20
  629. data/docs/ClustermgmtV40ConfigListDataStoresByClusterIdApiResponseData.md +0 -49
  630. data/docs/ClustermgmtV40ConfigListDisksApiResponse.md +0 -20
  631. data/docs/ClustermgmtV40ConfigListDisksApiResponseData.md +0 -49
  632. data/docs/ClustermgmtV40ConfigListHostNicsByHostIdApiResponse.md +0 -20
  633. data/docs/ClustermgmtV40ConfigListHostNicsByHostIdApiResponseData.md +0 -49
  634. data/docs/ClustermgmtV40ConfigListHostsApiResponse.md +0 -20
  635. data/docs/ClustermgmtV40ConfigListHostsByClusterIdApiResponse.md +0 -20
  636. data/docs/ClustermgmtV40ConfigListHostsByClusterIdApiResponseData.md +0 -49
  637. data/docs/ClustermgmtV40ConfigListPhysicalGpuProfilesApiResponse.md +0 -20
  638. data/docs/ClustermgmtV40ConfigListPhysicalGpuProfilesApiResponseData.md +0 -49
  639. data/docs/ClustermgmtV40ConfigListRackableUnitsByClusterIdApiResponse.md +0 -20
  640. data/docs/ClustermgmtV40ConfigListRackableUnitsByClusterIdApiResponseData.md +0 -49
  641. data/docs/ClustermgmtV40ConfigListRsyslogServersByClusterIdApiResponse.md +0 -20
  642. data/docs/ClustermgmtV40ConfigListRsyslogServersByClusterIdApiResponseData.md +0 -49
  643. data/docs/ClustermgmtV40ConfigListStorageContainersApiResponse.md +0 -20
  644. data/docs/ClustermgmtV40ConfigListStorageContainersApiResponseData.md +0 -49
  645. data/docs/ClustermgmtV40ConfigListVcenterExtensionsApiResponse.md +0 -20
  646. data/docs/ClustermgmtV40ConfigListVcenterExtensionsApiResponseData.md +0 -49
  647. data/docs/ClustermgmtV40ConfigListVirtualGpuProfilesApiResponse.md +0 -20
  648. data/docs/ClustermgmtV40ConfigListVirtualGpuProfilesApiResponseData.md +0 -49
  649. data/docs/ClustermgmtV40ConfigListVirtualNicsByHostIdApiResponse.md +0 -20
  650. data/docs/ClustermgmtV40ConfigListVirtualNicsByHostIdApiResponseData.md +0 -49
  651. data/docs/ClustermgmtV40ConfigManagedCluster.md +0 -24
  652. data/docs/ClustermgmtV40ConfigManagementServerRef.md +0 -26
  653. data/docs/ClustermgmtV40ConfigManagementServerType.md +0 -15
  654. data/docs/ClustermgmtV40ConfigMountStorageContainerApiResponse.md +0 -20
  655. data/docs/ClustermgmtV40ConfigMultiDomainFaultToleranceStatus.md +0 -24
  656. data/docs/ClustermgmtV40ConfigNameMacRef.md +0 -20
  657. data/docs/ClustermgmtV40ConfigNameNetworkRef.md +0 -22
  658. data/docs/ClustermgmtV40ConfigNetworkInfo.md +0 -20
  659. data/docs/ClustermgmtV40ConfigNetworkSwitchInterface.md +0 -48
  660. data/docs/ClustermgmtV40ConfigNodeDetails.md +0 -20
  661. data/docs/ClustermgmtV40ConfigNodeDiscoveryParams.md +0 -28
  662. data/docs/ClustermgmtV40ConfigNodeInfo.md +0 -46
  663. data/docs/ClustermgmtV40ConfigNodeItem.md +0 -48
  664. data/docs/ClustermgmtV40ConfigNodeListItemReference.md +0 -22
  665. data/docs/ClustermgmtV40ConfigNodeListNetworkingDetails.md +0 -46
  666. data/docs/ClustermgmtV40ConfigNodeNetworkConfig.md +0 -18
  667. data/docs/ClustermgmtV40ConfigNodeNetworkingDetails.md +0 -22
  668. data/docs/ClustermgmtV40ConfigNodeParam.md +0 -30
  669. data/docs/ClustermgmtV40ConfigNodeReference.md +0 -20
  670. data/docs/ClustermgmtV40ConfigNodeRemovalExtraParam.md +0 -22
  671. data/docs/ClustermgmtV40ConfigNodeRemovalParams.md +0 -24
  672. data/docs/ClustermgmtV40ConfigNodeResourceConfig.md +0 -24
  673. data/docs/ClustermgmtV40ConfigNodeStatus.md +0 -15
  674. data/docs/ClustermgmtV40ConfigNonCompatibleClusterReference.md +0 -20
  675. data/docs/ClustermgmtV40ConfigNonMigratableVmInfo.md +0 -22
  676. data/docs/ClustermgmtV40ConfigNonMigratableVmsResult.md +0 -24
  677. data/docs/ClustermgmtV40ConfigOnDiskDedup.md +0 -15
  678. data/docs/ClustermgmtV40ConfigOperationMode.md +0 -15
  679. data/docs/ClustermgmtV40ConfigPIIScrubbingLevel.md +0 -15
  680. data/docs/ClustermgmtV40ConfigPartitionType.md +0 -15
  681. data/docs/ClustermgmtV40ConfigPhysicalGpuConfig.md +0 -36
  682. data/docs/ClustermgmtV40ConfigPhysicalGpuProfile.md +0 -26
  683. data/docs/ClustermgmtV40ConfigPublicKey.md +0 -20
  684. data/docs/ClustermgmtV40ConfigPulseStatus.md +0 -20
  685. data/docs/ClustermgmtV40ConfigRackReference.md +0 -20
  686. data/docs/ClustermgmtV40ConfigRackableUnit.md +0 -34
  687. data/docs/ClustermgmtV40ConfigRackableUnitModel.md +0 -15
  688. data/docs/ClustermgmtV40ConfigRackableUnitNode.md +0 -22
  689. data/docs/ClustermgmtV40ConfigRedundancyStatusDetails.md +0 -20
  690. data/docs/ClustermgmtV40ConfigRegisterVcenterExtensionApiResponse.md +0 -20
  691. data/docs/ClustermgmtV40ConfigRemoveNodeApiResponse.md +0 -20
  692. data/docs/ClustermgmtV40ConfigRemoveSnmpTransportsApiResponse.md +0 -20
  693. data/docs/ClustermgmtV40ConfigRsyslogModuleItem.md +0 -22
  694. data/docs/ClustermgmtV40ConfigRsyslogModuleLogSeverityLevel.md +0 -15
  695. data/docs/ClustermgmtV40ConfigRsyslogModuleName.md +0 -15
  696. data/docs/ClustermgmtV40ConfigRsyslogNetworkProtocol.md +0 -15
  697. data/docs/ClustermgmtV40ConfigRsyslogServer.md +0 -32
  698. data/docs/ClustermgmtV40ConfigSmtpNetwork.md +0 -24
  699. data/docs/ClustermgmtV40ConfigSmtpServerRef.md +0 -22
  700. data/docs/ClustermgmtV40ConfigSmtpType.md +0 -15
  701. data/docs/ClustermgmtV40ConfigSnmpAuthType.md +0 -15
  702. data/docs/ClustermgmtV40ConfigSnmpConfig.md +0 -30
  703. data/docs/ClustermgmtV40ConfigSnmpPrivType.md +0 -15
  704. data/docs/ClustermgmtV40ConfigSnmpProtocol.md +0 -15
  705. data/docs/ClustermgmtV40ConfigSnmpStatusParam.md +0 -18
  706. data/docs/ClustermgmtV40ConfigSnmpTransport.md +0 -20
  707. data/docs/ClustermgmtV40ConfigSnmpTrap.md +0 -40
  708. data/docs/ClustermgmtV40ConfigSnmpTrapVersion.md +0 -15
  709. data/docs/ClustermgmtV40ConfigSnmpUser.md +0 -32
  710. data/docs/ClustermgmtV40ConfigSoftwareMapReference.md +0 -20
  711. data/docs/ClustermgmtV40ConfigSoftwareTypeRef.md +0 -15
  712. data/docs/ClustermgmtV40ConfigStorageContainer.md +0 -76
  713. data/docs/ClustermgmtV40ConfigStorageSummary.md +0 -18
  714. data/docs/ClustermgmtV40ConfigStorageTier.md +0 -15
  715. data/docs/ClustermgmtV40ConfigStorageTierReference.md +0 -15
  716. data/docs/ClustermgmtV40ConfigTaskResponse.md +0 -26
  717. data/docs/ClustermgmtV40ConfigTaskResponseAllOfResponse.md +0 -55
  718. data/docs/ClustermgmtV40ConfigTaskResponseType.md +0 -15
  719. data/docs/ClustermgmtV40ConfigToleranceMessage.md +0 -20
  720. data/docs/ClustermgmtV40ConfigUnconfigureNodeDetails.md +0 -18
  721. data/docs/ClustermgmtV40ConfigUnconfiguredNodeAttributeMap.md +0 -26
  722. data/docs/ClustermgmtV40ConfigUnconfiguredNodeListItem.md +0 -58
  723. data/docs/ClustermgmtV40ConfigUnmountStorageContainerApiResponse.md +0 -20
  724. data/docs/ClustermgmtV40ConfigUnregisterVcenterExtensionApiResponse.md +0 -20
  725. data/docs/ClustermgmtV40ConfigUpdateBmcInfoResponse.md +0 -20
  726. data/docs/ClustermgmtV40ConfigUpdateClusterApiResponse.md +0 -20
  727. data/docs/ClustermgmtV40ConfigUpdateClusterProfileApiResponse.md +0 -20
  728. data/docs/ClustermgmtV40ConfigUpdateRsyslogServerApiResponse.md +0 -20
  729. data/docs/ClustermgmtV40ConfigUpdateSnmpStatusApiResponse.md +0 -20
  730. data/docs/ClustermgmtV40ConfigUpdateSnmpTrapApiResponse.md +0 -20
  731. data/docs/ClustermgmtV40ConfigUpdateSnmpUserApiResponse.md +0 -20
  732. data/docs/ClustermgmtV40ConfigUpdateStorageContainerApiResponse.md +0 -20
  733. data/docs/ClustermgmtV40ConfigUpgradeStatus.md +0 -15
  734. data/docs/ClustermgmtV40ConfigUplinkInfo.md +0 -20
  735. data/docs/ClustermgmtV40ConfigUplinkNetworkItem.md +0 -22
  736. data/docs/ClustermgmtV40ConfigUplinkNode.md +0 -22
  737. data/docs/ClustermgmtV40ConfigUplinks.md +0 -20
  738. data/docs/ClustermgmtV40ConfigUplinksField.md +0 -22
  739. data/docs/ClustermgmtV40ConfigUploadInfoNodeItem.md +0 -32
  740. data/docs/ClustermgmtV40ConfigUserInfo.md +0 -22
  741. data/docs/ClustermgmtV40ConfigValidateBundleInfo.md +0 -18
  742. data/docs/ClustermgmtV40ConfigValidateNodeApiResponse.md +0 -20
  743. data/docs/ClustermgmtV40ConfigValidateNodeParam.md +0 -18
  744. data/docs/ClustermgmtV40ConfigValidateNodeParamSpec.md +0 -49
  745. data/docs/ClustermgmtV40ConfigVcenterCredentials.md +0 -22
  746. data/docs/ClustermgmtV40ConfigVcenterExtension.md +0 -28
  747. data/docs/ClustermgmtV40ConfigVcenterInfo.md +0 -20
  748. data/docs/ClustermgmtV40ConfigVirtualGpuConfig.md +0 -46
  749. data/docs/ClustermgmtV40ConfigVirtualGpuProfile.md +0 -26
  750. data/docs/ClustermgmtV40ConfigVirtualNic.md +0 -46
  751. data/docs/ClustermgmtV40ErrorAppMessage.md +0 -28
  752. data/docs/ClustermgmtV40ErrorErrorResponse.md +0 -18
  753. data/docs/ClustermgmtV40ErrorErrorResponseError.md +0 -49
  754. data/docs/ClustermgmtV40ErrorMessageSeverity.md +0 -15
  755. data/docs/ClustermgmtV40ErrorSchemaValidationError.md +0 -26
  756. data/docs/ClustermgmtV40ErrorSchemaValidationErrorMessage.md +0 -22
  757. data/docs/ClustermgmtV40OperationsEnterHostMaintenanceApiResponse.md +0 -20
  758. data/docs/ClustermgmtV40OperationsEnterHostMaintenanceSpec.md +0 -24
  759. data/docs/ClustermgmtV40OperationsExitHostMaintenanceApiResponse.md +0 -20
  760. data/docs/ClustermgmtV40OperationsHostMaintenanceCommonSpec.md +0 -20
  761. data/docs/ClustermgmtV40StatsClusterStats.md +0 -116
  762. data/docs/ClustermgmtV40StatsClusterStatsApiResponse.md +0 -20
  763. data/docs/ClustermgmtV40StatsClusterStatsApiResponseData.md +0 -49
  764. data/docs/ClustermgmtV40StatsDiskStats.md +0 -88
  765. data/docs/ClustermgmtV40StatsGetDiskStatsApiResponse.md +0 -20
  766. data/docs/ClustermgmtV40StatsGetDiskStatsApiResponseData.md +0 -49
  767. data/docs/ClustermgmtV40StatsGetStorageContainerStatsApiResponse.md +0 -20
  768. data/docs/ClustermgmtV40StatsGetStorageContainerStatsApiResponseData.md +0 -49
  769. data/docs/ClustermgmtV40StatsHostStats.md +0 -114
  770. data/docs/ClustermgmtV40StatsHostStatsApiResponse.md +0 -20
  771. data/docs/ClustermgmtV40StatsHostStatsApiResponseData.md +0 -49
  772. data/docs/ClustermgmtV40StatsStorageContainerStats.md +0 -114
  773. data/docs/ClustermgmtV40StatsTimeValuePair.md +0 -20
  774. data/docs/ClustersApi.md +0 -3725
  775. data/docs/CommonV10ConfigBasicAuth.md +0 -20
  776. data/docs/CommonV10ConfigFQDN.md +0 -18
  777. data/docs/CommonV10ConfigFlag.md +0 -20
  778. data/docs/CommonV10ConfigIPAddress.md +0 -20
  779. data/docs/CommonV10ConfigIPAddressOrFQDN.md +0 -22
  780. data/docs/CommonV10ConfigIPv4Address.md +0 -20
  781. data/docs/CommonV10ConfigIPv6Address.md +0 -20
  782. data/docs/CommonV10ConfigKVPair.md +0 -20
  783. data/docs/CommonV10ConfigKVPairValue.md +0 -59
  784. data/docs/CommonV10ConfigMapOfStringWrapper.md +0 -18
  785. data/docs/CommonV10ConfigMessage.md +0 -24
  786. data/docs/CommonV10ConfigMessageSeverity.md +0 -15
  787. data/docs/CommonV10ConfigTenantAwareModel.md +0 -18
  788. data/docs/CommonV10ResponseApiLink.md +0 -20
  789. data/docs/CommonV10ResponseApiResponseMetadata.md +0 -26
  790. data/docs/CommonV10ResponseExternalizableAbstractModel.md +0 -22
  791. data/docs/CommonV10StatsDownSamplingOperator.md +0 -15
  792. data/docs/CommonV10StatsTimeIntValuePair.md +0 -20
  793. data/docs/CreateCluster202Response.md +0 -20
  794. data/docs/CreateCluster4XXResponse.md +0 -20
  795. data/docs/CreateClusterProfile202Response.md +0 -20
  796. data/docs/CreateClusterProfile4XXResponse.md +0 -20
  797. data/docs/CreateRsyslogServer202Response.md +0 -20
  798. data/docs/CreateRsyslogServer4XXResponse.md +0 -20
  799. data/docs/CreateSnmpTrap202Response.md +0 -20
  800. data/docs/CreateSnmpTrap4XXResponse.md +0 -20
  801. data/docs/CreateSnmpUser202Response.md +0 -20
  802. data/docs/CreateSnmpUser4XXResponse.md +0 -20
  803. data/docs/CreateStorageContainer202Response.md +0 -20
  804. data/docs/CreateStorageContainer4XXResponse.md +0 -20
  805. data/docs/DeleteClusterById202Response.md +0 -20
  806. data/docs/DeleteClusterById4XXResponse.md +0 -20
  807. data/docs/DeleteClusterProfileById202Response.md +0 -20
  808. data/docs/DeleteClusterProfileById4XXResponse.md +0 -20
  809. data/docs/DeleteDiskById202Response.md +0 -20
  810. data/docs/DeleteDiskById4XXResponse.md +0 -20
  811. data/docs/DeleteRsyslogServerById202Response.md +0 -20
  812. data/docs/DeleteRsyslogServerById4XXResponse.md +0 -20
  813. data/docs/DeleteSnmpTrapById202Response.md +0 -20
  814. data/docs/DeleteSnmpTrapById4XXResponse.md +0 -20
  815. data/docs/DeleteSnmpUserById202Response.md +0 -20
  816. data/docs/DeleteSnmpUserById4XXResponse.md +0 -20
  817. data/docs/DeleteStorageContainerById202Response.md +0 -20
  818. data/docs/DeleteStorageContainerById4XXResponse.md +0 -20
  819. data/docs/DisassociateCategoriesFromCluster202Response.md +0 -20
  820. data/docs/DisassociateCategoriesFromCluster4XXResponse.md +0 -20
  821. data/docs/DisassociateClusterFromClusterProfile202Response.md +0 -20
  822. data/docs/DisassociateClusterFromClusterProfile4XXResponse.md +0 -20
  823. data/docs/DiscoverUnconfiguredNodes202Response.md +0 -20
  824. data/docs/DiscoverUnconfiguredNodes4XXResponse.md +0 -20
  825. data/docs/DisksApi.md +0 -411
  826. data/docs/EnterHostMaintenance202Response.md +0 -20
  827. data/docs/EnterHostMaintenance4XXResponse.md +0 -20
  828. data/docs/ExitHostMaintenance202Response.md +0 -20
  829. data/docs/ExitHostMaintenance4XXResponse.md +0 -20
  830. data/docs/ExpandCluster202Response.md +0 -20
  831. data/docs/ExpandCluster4XXResponse.md +0 -20
  832. data/docs/FetchNodeNetworkingDetails202Response.md +0 -20
  833. data/docs/FetchNodeNetworkingDetails4XXResponse.md +0 -20
  834. data/docs/FetchTaskResponse200Response.md +0 -20
  835. data/docs/FetchTaskResponse4XXResponse.md +0 -20
  836. data/docs/GetBmcInfo200Response.md +0 -20
  837. data/docs/GetBmcInfo4XXResponse.md +0 -20
  838. data/docs/GetClusterById200Response.md +0 -20
  839. data/docs/GetClusterById4XXResponse.md +0 -20
  840. data/docs/GetClusterProfileById200Response.md +0 -20
  841. data/docs/GetClusterProfileById4XXResponse.md +0 -20
  842. data/docs/GetClusterStats200Response.md +0 -20
  843. data/docs/GetClusterStats4XXResponse.md +0 -20
  844. data/docs/GetDiskById200Response.md +0 -20
  845. data/docs/GetDiskById4XXResponse.md +0 -20
  846. data/docs/GetDiskStats200Response.md +0 -20
  847. data/docs/GetDiskStats4XXResponse.md +0 -20
  848. data/docs/GetHostById200Response.md +0 -20
  849. data/docs/GetHostById4XXResponse.md +0 -20
  850. data/docs/GetHostNicById200Response.md +0 -20
  851. data/docs/GetHostNicById4XXResponse.md +0 -20
  852. data/docs/GetHostStats200Response.md +0 -20
  853. data/docs/GetHostStats4XXResponse.md +0 -20
  854. data/docs/GetRackableUnitById200Response.md +0 -20
  855. data/docs/GetRackableUnitById4XXResponse.md +0 -20
  856. data/docs/GetRsyslogServerById200Response.md +0 -20
  857. data/docs/GetRsyslogServerById4XXResponse.md +0 -20
  858. data/docs/GetSnmpConfigByClusterId200Response.md +0 -20
  859. data/docs/GetSnmpConfigByClusterId4XXResponse.md +0 -20
  860. data/docs/GetSnmpTrapById200Response.md +0 -20
  861. data/docs/GetSnmpTrapById4XXResponse.md +0 -20
  862. data/docs/GetSnmpUserById200Response.md +0 -20
  863. data/docs/GetSnmpUserById4XXResponse.md +0 -20
  864. data/docs/GetStorageContainerById200Response.md +0 -20
  865. data/docs/GetStorageContainerById4XXResponse.md +0 -20
  866. data/docs/GetStorageContainerStats200Response.md +0 -20
  867. data/docs/GetStorageContainerStats4XXResponse.md +0 -20
  868. data/docs/GetVcenterExtensionById200Response.md +0 -20
  869. data/docs/GetVcenterExtensionById4XXResponse.md +0 -20
  870. data/docs/GetVirtualNicById200Response.md +0 -20
  871. data/docs/GetVirtualNicById4XXResponse.md +0 -20
  872. data/docs/ListClusterProfiles200Response.md +0 -20
  873. data/docs/ListClusterProfiles4XXResponse.md +0 -20
  874. data/docs/ListClusters200Response.md +0 -20
  875. data/docs/ListClusters4XXResponse.md +0 -20
  876. data/docs/ListDataStoresByClusterId200Response.md +0 -20
  877. data/docs/ListDataStoresByClusterId4XXResponse.md +0 -20
  878. data/docs/ListDisks200Response.md +0 -20
  879. data/docs/ListDisks4XXResponse.md +0 -20
  880. data/docs/ListHostNicsByHostId200Response.md +0 -20
  881. data/docs/ListHostNicsByHostId4XXResponse.md +0 -20
  882. data/docs/ListHosts200Response.md +0 -20
  883. data/docs/ListHosts4XXResponse.md +0 -20
  884. data/docs/ListHostsByClusterId200Response.md +0 -20
  885. data/docs/ListHostsByClusterId4XXResponse.md +0 -20
  886. data/docs/ListPcieDevices200Response.md +0 -20
  887. data/docs/ListPcieDevices4XXResponse.md +0 -20
  888. data/docs/ListPhysicalGpuProfiles200Response.md +0 -20
  889. data/docs/ListPhysicalGpuProfiles4XXResponse.md +0 -20
  890. data/docs/ListRackableUnitsByClusterId200Response.md +0 -20
  891. data/docs/ListRackableUnitsByClusterId4XXResponse.md +0 -20
  892. data/docs/ListRsyslogServersByClusterId200Response.md +0 -20
  893. data/docs/ListRsyslogServersByClusterId4XXResponse.md +0 -20
  894. data/docs/ListStorageContainers200Response.md +0 -20
  895. data/docs/ListStorageContainers4XXResponse.md +0 -20
  896. data/docs/ListVcenterExtensions200Response.md +0 -20
  897. data/docs/ListVcenterExtensions4XXResponse.md +0 -20
  898. data/docs/ListVirtualGpuProfiles200Response.md +0 -20
  899. data/docs/ListVirtualGpuProfiles4XXResponse.md +0 -20
  900. data/docs/ListVirtualNicsByHostId200Response.md +0 -20
  901. data/docs/ListVirtualNicsByHostId4XXResponse.md +0 -20
  902. data/docs/MountStorageContainer202Response.md +0 -20
  903. data/docs/MountStorageContainer4XXResponse.md +0 -20
  904. data/docs/PcieDevicesApi.md +0 -91
  905. data/docs/PrismV40ConfigTaskReference.md +0 -18
  906. data/docs/RegisterVcenterExtension202Response.md +0 -20
  907. data/docs/RegisterVcenterExtension4XXResponse.md +0 -20
  908. data/docs/RemoveNode202Response.md +0 -20
  909. data/docs/RemoveNode4XXResponse.md +0 -20
  910. data/docs/RemoveSnmpTransport202Response.md +0 -20
  911. data/docs/RemoveSnmpTransport4XXResponse.md +0 -20
  912. data/docs/StorageContainersApi.md +0 -739
  913. data/docs/UnmountStorageContainer202Response.md +0 -20
  914. data/docs/UnmountStorageContainer4XXResponse.md +0 -20
  915. data/docs/UnregisterVcenterExtension202Response.md +0 -20
  916. data/docs/UnregisterVcenterExtension4XXResponse.md +0 -20
  917. data/docs/UpdateBmcInfo202Response.md +0 -20
  918. data/docs/UpdateBmcInfo4XXResponse.md +0 -20
  919. data/docs/UpdateClusterById202Response.md +0 -20
  920. data/docs/UpdateClusterById4XXResponse.md +0 -20
  921. data/docs/UpdateClusterProfileById202Response.md +0 -20
  922. data/docs/UpdateClusterProfileById4XXResponse.md +0 -20
  923. data/docs/UpdateRsyslogServerById202Response.md +0 -20
  924. data/docs/UpdateRsyslogServerById4XXResponse.md +0 -20
  925. data/docs/UpdateSnmpStatus202Response.md +0 -20
  926. data/docs/UpdateSnmpStatus4XXResponse.md +0 -20
  927. data/docs/UpdateSnmpTrapById202Response.md +0 -20
  928. data/docs/UpdateSnmpTrapById4XXResponse.md +0 -20
  929. data/docs/UpdateSnmpUserById202Response.md +0 -20
  930. data/docs/UpdateSnmpUserById4XXResponse.md +0 -20
  931. data/docs/UpdateStorageContainerById202Response.md +0 -20
  932. data/docs/UpdateStorageContainerById4XXResponse.md +0 -20
  933. data/docs/ValidateNode202Response.md +0 -20
  934. data/docs/ValidateNode4XXResponse.md +0 -20
  935. data/docs/VcenterExtensionsApi.md +0 -327
  936. data/nutanix_clustermgmt.gemspec +0 -39
  937. data/openapi-generator-cli-7.17.0.jar +0 -0
  938. data/pkg/nutanix_clustermgmt-0.1.0.gem +0 -0
  939. data/pkg/nutanix_clustermgmt-0.1.1.gem +0 -0
  940. data/pkg/nutanix_clustermgmt-0.2.0.gem +0 -0
  941. data/spec/api/bmc_api_spec.rb +0 -64
  942. data/spec/api/cluster_profiles_api_spec.rb +0 -134
  943. data/spec/api/clusters_api_spec.rb +0 -686
  944. data/spec/api/disks_api_spec.rb +0 -105
  945. data/spec/api/pcie_devices_api_spec.rb +0 -50
  946. data/spec/api/storage_containers_api_spec.rb +0 -163
  947. data/spec/api/vcenter_extensions_api_spec.rb +0 -90
  948. data/spec/models/add_disk202_response_spec.rb +0 -42
  949. data/spec/models/add_disk4_xx_response_spec.rb +0 -42
  950. data/spec/models/add_snmp_transport202_response_spec.rb +0 -42
  951. data/spec/models/add_snmp_transport4_xx_response_spec.rb +0 -42
  952. data/spec/models/apply_cluster_profile202_response_spec.rb +0 -42
  953. data/spec/models/apply_cluster_profile4_xx_response_spec.rb +0 -42
  954. data/spec/models/associate_categories_to_cluster202_response_spec.rb +0 -42
  955. data/spec/models/associate_categories_to_cluster4_xx_response_spec.rb +0 -42
  956. data/spec/models/check_hypervisor_requirements202_response_spec.rb +0 -42
  957. data/spec/models/check_hypervisor_requirements4_xx_response_spec.rb +0 -42
  958. data/spec/models/clustermgmt_v40_ahv_config_list_pcie_devices_api_response_data_spec.rb +0 -32
  959. data/spec/models/clustermgmt_v40_ahv_config_list_pcie_devices_api_response_spec.rb +0 -42
  960. data/spec/models/clustermgmt_v40_ahv_config_pcie_device_configuration_spec.rb +0 -72
  961. data/spec/models/clustermgmt_v40_ahv_config_pcie_device_spec.rb +0 -84
  962. data/spec/models/clustermgmt_v40_ahv_config_pcie_device_state_spec.rb +0 -30
  963. data/spec/models/clustermgmt_v40_config_acropolis_connection_state_spec.rb +0 -30
  964. data/spec/models/clustermgmt_v40_config_add_disk_api_response_spec.rb +0 -42
  965. data/spec/models/clustermgmt_v40_config_add_snmp_transports_api_response_spec.rb +0 -42
  966. data/spec/models/clustermgmt_v40_config_address_type_spec.rb +0 -30
  967. data/spec/models/clustermgmt_v40_config_apply_cluster_profile_api_response_spec.rb +0 -42
  968. data/spec/models/clustermgmt_v40_config_associate_categories_to_cluster_api_response_data_spec.rb +0 -32
  969. data/spec/models/clustermgmt_v40_config_associate_categories_to_cluster_api_response_spec.rb +0 -42
  970. data/spec/models/clustermgmt_v40_config_attribute_item_spec.rb +0 -42
  971. data/spec/models/clustermgmt_v40_config_authorized_public_key_spec.rb +0 -42
  972. data/spec/models/clustermgmt_v40_config_backplane_network_params_spec.rb +0 -54
  973. data/spec/models/clustermgmt_v40_config_block_item_spec.rb +0 -42
  974. data/spec/models/clustermgmt_v40_config_bmc_info_spec.rb +0 -48
  975. data/spec/models/clustermgmt_v40_config_build_info_spec.rb +0 -36
  976. data/spec/models/clustermgmt_v40_config_build_reference_spec.rb +0 -60
  977. data/spec/models/clustermgmt_v40_config_bundle_info_spec.rb +0 -36
  978. data/spec/models/clustermgmt_v40_config_bundle_param_spec.rb +0 -42
  979. data/spec/models/clustermgmt_v40_config_cache_deduplication_spec.rb +0 -30
  980. data/spec/models/clustermgmt_v40_config_category_entity_references_spec.rb +0 -36
  981. data/spec/models/clustermgmt_v40_config_check_hypervisor_requirements_api_response_spec.rb +0 -42
  982. data/spec/models/clustermgmt_v40_config_cluster_arch_reference_spec.rb +0 -30
  983. data/spec/models/clustermgmt_v40_config_cluster_config_reference_spec.rb +0 -144
  984. data/spec/models/clustermgmt_v40_config_cluster_config_spec.rb +0 -42
  985. data/spec/models/clustermgmt_v40_config_cluster_fault_tolerance_ref_spec.rb +0 -30
  986. data/spec/models/clustermgmt_v40_config_cluster_function_ref_spec.rb +0 -30
  987. data/spec/models/clustermgmt_v40_config_cluster_network_reference_spec.rb +0 -126
  988. data/spec/models/clustermgmt_v40_config_cluster_network_spec.rb +0 -54
  989. data/spec/models/clustermgmt_v40_config_cluster_profile_spec.rb +0 -150
  990. data/spec/models/clustermgmt_v40_config_cluster_reference_list_spec_spec.rb +0 -36
  991. data/spec/models/clustermgmt_v40_config_cluster_reference_spec.rb +0 -42
  992. data/spec/models/clustermgmt_v40_config_cluster_spec.rb +0 -114
  993. data/spec/models/clustermgmt_v40_config_component_fault_tolerance_spec.rb +0 -60
  994. data/spec/models/clustermgmt_v40_config_component_type_spec.rb +0 -30
  995. data/spec/models/clustermgmt_v40_config_compute_node_item_spec.rb +0 -78
  996. data/spec/models/clustermgmt_v40_config_compute_non_migratable_vms_spec_spec.rb +0 -42
  997. data/spec/models/clustermgmt_v40_config_config_params_spec.rb +0 -78
  998. data/spec/models/clustermgmt_v40_config_config_type_spec.rb +0 -30
  999. data/spec/models/clustermgmt_v40_config_controller_vm_reference_spec.rb +0 -66
  1000. data/spec/models/clustermgmt_v40_config_create_cluster_api_response_spec.rb +0 -42
  1001. data/spec/models/clustermgmt_v40_config_create_cluster_profile_api_response_spec.rb +0 -42
  1002. data/spec/models/clustermgmt_v40_config_create_rsyslog_server_api_response_spec.rb +0 -42
  1003. data/spec/models/clustermgmt_v40_config_create_snmp_trap_api_response_spec.rb +0 -42
  1004. data/spec/models/clustermgmt_v40_config_create_snmp_user_api_response_spec.rb +0 -42
  1005. data/spec/models/clustermgmt_v40_config_create_storage_container_api_response_spec.rb +0 -42
  1006. data/spec/models/clustermgmt_v40_config_credential_status_spec.rb +0 -30
  1007. data/spec/models/clustermgmt_v40_config_data_store_mount_spec.rb +0 -78
  1008. data/spec/models/clustermgmt_v40_config_data_store_spec.rb +0 -96
  1009. data/spec/models/clustermgmt_v40_config_data_store_unmount_spec.rb +0 -60
  1010. data/spec/models/clustermgmt_v40_config_delete_cluster_api_response_spec.rb +0 -42
  1011. data/spec/models/clustermgmt_v40_config_delete_cluster_profile_api_response_spec.rb +0 -42
  1012. data/spec/models/clustermgmt_v40_config_delete_disk_api_response_spec.rb +0 -42
  1013. data/spec/models/clustermgmt_v40_config_delete_rsyslog_server_api_response_spec.rb +0 -42
  1014. data/spec/models/clustermgmt_v40_config_delete_snmp_trap_api_response_spec.rb +0 -42
  1015. data/spec/models/clustermgmt_v40_config_delete_snmp_user_api_response_spec.rb +0 -42
  1016. data/spec/models/clustermgmt_v40_config_delete_storage_container_api_response_spec.rb +0 -42
  1017. data/spec/models/clustermgmt_v40_config_digital_certificate_map_reference_spec.rb +0 -42
  1018. data/spec/models/clustermgmt_v40_config_disassociate_categories_from_cluster_api_response_spec.rb +0 -42
  1019. data/spec/models/clustermgmt_v40_config_disassociate_cluster_from_cluster_profile_api_response_spec.rb +0 -42
  1020. data/spec/models/clustermgmt_v40_config_discover_unconfigured_nodes_api_response_spec.rb +0 -42
  1021. data/spec/models/clustermgmt_v40_config_disk_addition_spec_spec.rb +0 -42
  1022. data/spec/models/clustermgmt_v40_config_disk_advance_config_spec.rb +0 -126
  1023. data/spec/models/clustermgmt_v40_config_disk_partition_info_spec.rb +0 -42
  1024. data/spec/models/clustermgmt_v40_config_disk_reference_spec.rb +0 -60
  1025. data/spec/models/clustermgmt_v40_config_disk_spec.rb +0 -174
  1026. data/spec/models/clustermgmt_v40_config_disk_status_spec.rb +0 -30
  1027. data/spec/models/clustermgmt_v40_config_domain_awareness_level_spec.rb +0 -30
  1028. data/spec/models/clustermgmt_v40_config_domain_fault_tolerance_spec.rb +0 -42
  1029. data/spec/models/clustermgmt_v40_config_domain_type_spec.rb +0 -30
  1030. data/spec/models/clustermgmt_v40_config_drive_replacement_option_spec.rb +0 -30
  1031. data/spec/models/clustermgmt_v40_config_encryption_option_info_spec.rb +0 -30
  1032. data/spec/models/clustermgmt_v40_config_encryption_scope_info_spec.rb +0 -30
  1033. data/spec/models/clustermgmt_v40_config_encryption_status_spec.rb +0 -30
  1034. data/spec/models/clustermgmt_v40_config_erasure_code_status_spec.rb +0 -30
  1035. data/spec/models/clustermgmt_v40_config_expand_cluster_api_response_spec.rb +0 -42
  1036. data/spec/models/clustermgmt_v40_config_expand_cluster_params_spec.rb +0 -54
  1037. data/spec/models/clustermgmt_v40_config_fault_tolerance_state_spec.rb +0 -66
  1038. data/spec/models/clustermgmt_v40_config_fetch_node_networking_details_api_response_spec.rb +0 -42
  1039. data/spec/models/clustermgmt_v40_config_fetch_task_api_response_data_spec.rb +0 -32
  1040. data/spec/models/clustermgmt_v40_config_fetch_task_api_response_spec.rb +0 -42
  1041. data/spec/models/clustermgmt_v40_config_get_bmc_info_response_data_spec.rb +0 -32
  1042. data/spec/models/clustermgmt_v40_config_get_bmc_info_response_spec.rb +0 -42
  1043. data/spec/models/clustermgmt_v40_config_get_cluster_api_response_data_spec.rb +0 -32
  1044. data/spec/models/clustermgmt_v40_config_get_cluster_api_response_spec.rb +0 -42
  1045. data/spec/models/clustermgmt_v40_config_get_cluster_profile_api_response_data_spec.rb +0 -32
  1046. data/spec/models/clustermgmt_v40_config_get_cluster_profile_api_response_spec.rb +0 -42
  1047. data/spec/models/clustermgmt_v40_config_get_disk_api_response_data_spec.rb +0 -32
  1048. data/spec/models/clustermgmt_v40_config_get_disk_api_response_spec.rb +0 -42
  1049. data/spec/models/clustermgmt_v40_config_get_host_api_response_data_spec.rb +0 -32
  1050. data/spec/models/clustermgmt_v40_config_get_host_api_response_spec.rb +0 -42
  1051. data/spec/models/clustermgmt_v40_config_get_host_nic_api_response_data_spec.rb +0 -32
  1052. data/spec/models/clustermgmt_v40_config_get_host_nic_api_response_spec.rb +0 -42
  1053. data/spec/models/clustermgmt_v40_config_get_rackable_unit_api_response_data_spec.rb +0 -32
  1054. data/spec/models/clustermgmt_v40_config_get_rackable_unit_api_response_spec.rb +0 -42
  1055. data/spec/models/clustermgmt_v40_config_get_rsyslog_server_api_response_data_spec.rb +0 -32
  1056. data/spec/models/clustermgmt_v40_config_get_rsyslog_server_api_response_spec.rb +0 -42
  1057. data/spec/models/clustermgmt_v40_config_get_snmp_config_by_cluster_id_api_response_data_spec.rb +0 -32
  1058. data/spec/models/clustermgmt_v40_config_get_snmp_config_by_cluster_id_api_response_spec.rb +0 -42
  1059. data/spec/models/clustermgmt_v40_config_get_snmp_trap_api_response_data_spec.rb +0 -32
  1060. data/spec/models/clustermgmt_v40_config_get_snmp_trap_api_response_spec.rb +0 -42
  1061. data/spec/models/clustermgmt_v40_config_get_snmp_user_api_response_data_spec.rb +0 -32
  1062. data/spec/models/clustermgmt_v40_config_get_snmp_user_api_response_spec.rb +0 -42
  1063. data/spec/models/clustermgmt_v40_config_get_storage_container_api_response_data_spec.rb +0 -32
  1064. data/spec/models/clustermgmt_v40_config_get_storage_container_api_response_spec.rb +0 -42
  1065. data/spec/models/clustermgmt_v40_config_get_vcenter_extension_api_response_data_spec.rb +0 -32
  1066. data/spec/models/clustermgmt_v40_config_get_vcenter_extension_api_response_spec.rb +0 -42
  1067. data/spec/models/clustermgmt_v40_config_get_virtual_nic_api_response_data_spec.rb +0 -32
  1068. data/spec/models/clustermgmt_v40_config_get_virtual_nic_api_response_spec.rb +0 -42
  1069. data/spec/models/clustermgmt_v40_config_gpu_mode_spec.rb +0 -30
  1070. data/spec/models/clustermgmt_v40_config_gpu_type_spec.rb +0 -30
  1071. data/spec/models/clustermgmt_v40_config_host_gpu_spec.rb +0 -78
  1072. data/spec/models/clustermgmt_v40_config_host_name_param_spec.rb +0 -36
  1073. data/spec/models/clustermgmt_v40_config_host_nic_spec.rb +0 -168
  1074. data/spec/models/clustermgmt_v40_config_host_spec.rb +0 -252
  1075. data/spec/models/clustermgmt_v40_config_host_type_enum_spec.rb +0 -30
  1076. data/spec/models/clustermgmt_v40_config_http_proxy_config_spec.rb +0 -66
  1077. data/spec/models/clustermgmt_v40_config_http_proxy_type_spec.rb +0 -30
  1078. data/spec/models/clustermgmt_v40_config_http_proxy_white_list_config_spec.rb +0 -42
  1079. data/spec/models/clustermgmt_v40_config_http_proxy_white_list_target_type_spec.rb +0 -30
  1080. data/spec/models/clustermgmt_v40_config_hyperv_credentials_spec.rb +0 -42
  1081. data/spec/models/clustermgmt_v40_config_hypervisor_iso_map_spec.rb +0 -42
  1082. data/spec/models/clustermgmt_v40_config_hypervisor_reference_spec.rb +0 -72
  1083. data/spec/models/clustermgmt_v40_config_hypervisor_state_spec.rb +0 -30
  1084. data/spec/models/clustermgmt_v40_config_hypervisor_type_spec.rb +0 -30
  1085. data/spec/models/clustermgmt_v40_config_hypervisor_upload_info_spec.rb +0 -42
  1086. data/spec/models/clustermgmt_v40_config_hypervisor_upload_node_list_item_spec.rb +0 -84
  1087. data/spec/models/clustermgmt_v40_config_hypervisor_upload_param_spec.rb +0 -36
  1088. data/spec/models/clustermgmt_v40_config_ipmi_reference_spec.rb +0 -42
  1089. data/spec/models/clustermgmt_v40_config_key_management_device_to_cert_status_info_spec.rb +0 -42
  1090. data/spec/models/clustermgmt_v40_config_key_management_server_type_spec.rb +0 -30
  1091. data/spec/models/clustermgmt_v40_config_list_cluster_profiles_api_response_data_spec.rb +0 -32
  1092. data/spec/models/clustermgmt_v40_config_list_cluster_profiles_api_response_spec.rb +0 -42
  1093. data/spec/models/clustermgmt_v40_config_list_clusters_api_response_data_spec.rb +0 -32
  1094. data/spec/models/clustermgmt_v40_config_list_clusters_api_response_spec.rb +0 -42
  1095. data/spec/models/clustermgmt_v40_config_list_data_stores_by_cluster_id_api_response_data_spec.rb +0 -32
  1096. data/spec/models/clustermgmt_v40_config_list_data_stores_by_cluster_id_api_response_spec.rb +0 -42
  1097. data/spec/models/clustermgmt_v40_config_list_disks_api_response_data_spec.rb +0 -32
  1098. data/spec/models/clustermgmt_v40_config_list_disks_api_response_spec.rb +0 -42
  1099. data/spec/models/clustermgmt_v40_config_list_host_nics_by_host_id_api_response_data_spec.rb +0 -32
  1100. data/spec/models/clustermgmt_v40_config_list_host_nics_by_host_id_api_response_spec.rb +0 -42
  1101. data/spec/models/clustermgmt_v40_config_list_hosts_api_response_spec.rb +0 -42
  1102. data/spec/models/clustermgmt_v40_config_list_hosts_by_cluster_id_api_response_data_spec.rb +0 -32
  1103. data/spec/models/clustermgmt_v40_config_list_hosts_by_cluster_id_api_response_spec.rb +0 -42
  1104. data/spec/models/clustermgmt_v40_config_list_physical_gpu_profiles_api_response_data_spec.rb +0 -32
  1105. data/spec/models/clustermgmt_v40_config_list_physical_gpu_profiles_api_response_spec.rb +0 -42
  1106. data/spec/models/clustermgmt_v40_config_list_rackable_units_by_cluster_id_api_response_data_spec.rb +0 -32
  1107. data/spec/models/clustermgmt_v40_config_list_rackable_units_by_cluster_id_api_response_spec.rb +0 -42
  1108. data/spec/models/clustermgmt_v40_config_list_rsyslog_servers_by_cluster_id_api_response_data_spec.rb +0 -32
  1109. data/spec/models/clustermgmt_v40_config_list_rsyslog_servers_by_cluster_id_api_response_spec.rb +0 -42
  1110. data/spec/models/clustermgmt_v40_config_list_storage_containers_api_response_data_spec.rb +0 -32
  1111. data/spec/models/clustermgmt_v40_config_list_storage_containers_api_response_spec.rb +0 -42
  1112. data/spec/models/clustermgmt_v40_config_list_vcenter_extensions_api_response_data_spec.rb +0 -32
  1113. data/spec/models/clustermgmt_v40_config_list_vcenter_extensions_api_response_spec.rb +0 -42
  1114. data/spec/models/clustermgmt_v40_config_list_virtual_gpu_profiles_api_response_data_spec.rb +0 -32
  1115. data/spec/models/clustermgmt_v40_config_list_virtual_gpu_profiles_api_response_spec.rb +0 -42
  1116. data/spec/models/clustermgmt_v40_config_list_virtual_nics_by_host_id_api_response_data_spec.rb +0 -32
  1117. data/spec/models/clustermgmt_v40_config_list_virtual_nics_by_host_id_api_response_spec.rb +0 -42
  1118. data/spec/models/clustermgmt_v40_config_managed_cluster_spec.rb +0 -54
  1119. data/spec/models/clustermgmt_v40_config_management_server_ref_spec.rb +0 -60
  1120. data/spec/models/clustermgmt_v40_config_management_server_type_spec.rb +0 -30
  1121. data/spec/models/clustermgmt_v40_config_mount_storage_container_api_response_spec.rb +0 -42
  1122. data/spec/models/clustermgmt_v40_config_multi_domain_fault_tolerance_status_spec.rb +0 -54
  1123. data/spec/models/clustermgmt_v40_config_name_mac_ref_spec.rb +0 -42
  1124. data/spec/models/clustermgmt_v40_config_name_network_ref_spec.rb +0 -48
  1125. data/spec/models/clustermgmt_v40_config_network_info_spec.rb +0 -42
  1126. data/spec/models/clustermgmt_v40_config_network_switch_interface_spec.rb +0 -126
  1127. data/spec/models/clustermgmt_v40_config_node_details_spec.rb +0 -42
  1128. data/spec/models/clustermgmt_v40_config_node_discovery_params_spec.rb +0 -66
  1129. data/spec/models/clustermgmt_v40_config_node_info_spec.rb +0 -120
  1130. data/spec/models/clustermgmt_v40_config_node_item_spec.rb +0 -126
  1131. data/spec/models/clustermgmt_v40_config_node_list_item_reference_spec.rb +0 -48
  1132. data/spec/models/clustermgmt_v40_config_node_list_networking_details_spec.rb +0 -120
  1133. data/spec/models/clustermgmt_v40_config_node_network_config_spec.rb +0 -36
  1134. data/spec/models/clustermgmt_v40_config_node_networking_details_spec.rb +0 -48
  1135. data/spec/models/clustermgmt_v40_config_node_param_spec.rb +0 -72
  1136. data/spec/models/clustermgmt_v40_config_node_reference_spec.rb +0 -42
  1137. data/spec/models/clustermgmt_v40_config_node_removal_extra_param_spec.rb +0 -48
  1138. data/spec/models/clustermgmt_v40_config_node_removal_params_spec.rb +0 -54
  1139. data/spec/models/clustermgmt_v40_config_node_resource_config_spec.rb +0 -54
  1140. data/spec/models/clustermgmt_v40_config_node_status_spec.rb +0 -30
  1141. data/spec/models/clustermgmt_v40_config_non_compatible_cluster_reference_spec.rb +0 -42
  1142. data/spec/models/clustermgmt_v40_config_non_migratable_vm_info_spec.rb +0 -48
  1143. data/spec/models/clustermgmt_v40_config_non_migratable_vms_result_spec.rb +0 -54
  1144. data/spec/models/clustermgmt_v40_config_on_disk_dedup_spec.rb +0 -30
  1145. data/spec/models/clustermgmt_v40_config_operation_mode_spec.rb +0 -30
  1146. data/spec/models/clustermgmt_v40_config_partition_type_spec.rb +0 -30
  1147. data/spec/models/clustermgmt_v40_config_physical_gpu_config_spec.rb +0 -90
  1148. data/spec/models/clustermgmt_v40_config_physical_gpu_profile_spec.rb +0 -60
  1149. data/spec/models/clustermgmt_v40_config_pii_scrubbing_level_spec.rb +0 -30
  1150. data/spec/models/clustermgmt_v40_config_public_key_spec.rb +0 -42
  1151. data/spec/models/clustermgmt_v40_config_pulse_status_spec.rb +0 -42
  1152. data/spec/models/clustermgmt_v40_config_rack_reference_spec.rb +0 -42
  1153. data/spec/models/clustermgmt_v40_config_rackable_unit_model_spec.rb +0 -30
  1154. data/spec/models/clustermgmt_v40_config_rackable_unit_node_spec.rb +0 -48
  1155. data/spec/models/clustermgmt_v40_config_rackable_unit_spec.rb +0 -84
  1156. data/spec/models/clustermgmt_v40_config_redundancy_status_details_spec.rb +0 -42
  1157. data/spec/models/clustermgmt_v40_config_register_vcenter_extension_api_response_spec.rb +0 -42
  1158. data/spec/models/clustermgmt_v40_config_remove_node_api_response_spec.rb +0 -42
  1159. data/spec/models/clustermgmt_v40_config_remove_snmp_transports_api_response_spec.rb +0 -42
  1160. data/spec/models/clustermgmt_v40_config_rsyslog_module_item_spec.rb +0 -48
  1161. data/spec/models/clustermgmt_v40_config_rsyslog_module_log_severity_level_spec.rb +0 -30
  1162. data/spec/models/clustermgmt_v40_config_rsyslog_module_name_spec.rb +0 -30
  1163. data/spec/models/clustermgmt_v40_config_rsyslog_network_protocol_spec.rb +0 -30
  1164. data/spec/models/clustermgmt_v40_config_rsyslog_server_spec.rb +0 -78
  1165. data/spec/models/clustermgmt_v40_config_smtp_network_spec.rb +0 -54
  1166. data/spec/models/clustermgmt_v40_config_smtp_server_ref_spec.rb +0 -48
  1167. data/spec/models/clustermgmt_v40_config_smtp_type_spec.rb +0 -30
  1168. data/spec/models/clustermgmt_v40_config_snmp_auth_type_spec.rb +0 -30
  1169. data/spec/models/clustermgmt_v40_config_snmp_config_spec.rb +0 -72
  1170. data/spec/models/clustermgmt_v40_config_snmp_priv_type_spec.rb +0 -30
  1171. data/spec/models/clustermgmt_v40_config_snmp_protocol_spec.rb +0 -30
  1172. data/spec/models/clustermgmt_v40_config_snmp_status_param_spec.rb +0 -36
  1173. data/spec/models/clustermgmt_v40_config_snmp_transport_spec.rb +0 -42
  1174. data/spec/models/clustermgmt_v40_config_snmp_trap_spec.rb +0 -102
  1175. data/spec/models/clustermgmt_v40_config_snmp_trap_version_spec.rb +0 -30
  1176. data/spec/models/clustermgmt_v40_config_snmp_user_spec.rb +0 -78
  1177. data/spec/models/clustermgmt_v40_config_software_map_reference_spec.rb +0 -42
  1178. data/spec/models/clustermgmt_v40_config_software_type_ref_spec.rb +0 -30
  1179. data/spec/models/clustermgmt_v40_config_storage_container_spec.rb +0 -210
  1180. data/spec/models/clustermgmt_v40_config_storage_summary_spec.rb +0 -36
  1181. data/spec/models/clustermgmt_v40_config_storage_tier_reference_spec.rb +0 -30
  1182. data/spec/models/clustermgmt_v40_config_storage_tier_spec.rb +0 -30
  1183. data/spec/models/clustermgmt_v40_config_task_response_all_of_response_spec.rb +0 -32
  1184. data/spec/models/clustermgmt_v40_config_task_response_spec.rb +0 -60
  1185. data/spec/models/clustermgmt_v40_config_task_response_type_spec.rb +0 -30
  1186. data/spec/models/clustermgmt_v40_config_tolerance_message_spec.rb +0 -42
  1187. data/spec/models/clustermgmt_v40_config_unconfigure_node_details_spec.rb +0 -36
  1188. data/spec/models/clustermgmt_v40_config_unconfigured_node_attribute_map_spec.rb +0 -60
  1189. data/spec/models/clustermgmt_v40_config_unconfigured_node_list_item_spec.rb +0 -156
  1190. data/spec/models/clustermgmt_v40_config_unmount_storage_container_api_response_spec.rb +0 -42
  1191. data/spec/models/clustermgmt_v40_config_unregister_vcenter_extension_api_response_spec.rb +0 -42
  1192. data/spec/models/clustermgmt_v40_config_update_bmc_info_response_spec.rb +0 -42
  1193. data/spec/models/clustermgmt_v40_config_update_cluster_api_response_spec.rb +0 -42
  1194. data/spec/models/clustermgmt_v40_config_update_cluster_profile_api_response_spec.rb +0 -42
  1195. data/spec/models/clustermgmt_v40_config_update_rsyslog_server_api_response_spec.rb +0 -42
  1196. data/spec/models/clustermgmt_v40_config_update_snmp_status_api_response_spec.rb +0 -42
  1197. data/spec/models/clustermgmt_v40_config_update_snmp_trap_api_response_spec.rb +0 -42
  1198. data/spec/models/clustermgmt_v40_config_update_snmp_user_api_response_spec.rb +0 -42
  1199. data/spec/models/clustermgmt_v40_config_update_storage_container_api_response_spec.rb +0 -42
  1200. data/spec/models/clustermgmt_v40_config_upgrade_status_spec.rb +0 -30
  1201. data/spec/models/clustermgmt_v40_config_uplink_info_spec.rb +0 -42
  1202. data/spec/models/clustermgmt_v40_config_uplink_network_item_spec.rb +0 -48
  1203. data/spec/models/clustermgmt_v40_config_uplink_node_spec.rb +0 -48
  1204. data/spec/models/clustermgmt_v40_config_uplinks_field_spec.rb +0 -48
  1205. data/spec/models/clustermgmt_v40_config_uplinks_spec.rb +0 -42
  1206. data/spec/models/clustermgmt_v40_config_upload_info_node_item_spec.rb +0 -78
  1207. data/spec/models/clustermgmt_v40_config_user_info_spec.rb +0 -48
  1208. data/spec/models/clustermgmt_v40_config_validate_bundle_info_spec.rb +0 -36
  1209. data/spec/models/clustermgmt_v40_config_validate_node_api_response_spec.rb +0 -42
  1210. data/spec/models/clustermgmt_v40_config_validate_node_param_spec.rb +0 -36
  1211. data/spec/models/clustermgmt_v40_config_validate_node_param_spec_spec.rb +0 -32
  1212. data/spec/models/clustermgmt_v40_config_vcenter_credentials_spec.rb +0 -48
  1213. data/spec/models/clustermgmt_v40_config_vcenter_extension_spec.rb +0 -66
  1214. data/spec/models/clustermgmt_v40_config_vcenter_info_spec.rb +0 -42
  1215. data/spec/models/clustermgmt_v40_config_virtual_gpu_config_spec.rb +0 -120
  1216. data/spec/models/clustermgmt_v40_config_virtual_gpu_profile_spec.rb +0 -60
  1217. data/spec/models/clustermgmt_v40_config_virtual_nic_spec.rb +0 -120
  1218. data/spec/models/clustermgmt_v40_error_app_message_spec.rb +0 -66
  1219. data/spec/models/clustermgmt_v40_error_error_response_error_spec.rb +0 -32
  1220. data/spec/models/clustermgmt_v40_error_error_response_spec.rb +0 -36
  1221. data/spec/models/clustermgmt_v40_error_message_severity_spec.rb +0 -30
  1222. data/spec/models/clustermgmt_v40_error_schema_validation_error_message_spec.rb +0 -48
  1223. data/spec/models/clustermgmt_v40_error_schema_validation_error_spec.rb +0 -60
  1224. data/spec/models/clustermgmt_v40_operations_enter_host_maintenance_api_response_spec.rb +0 -42
  1225. data/spec/models/clustermgmt_v40_operations_enter_host_maintenance_spec_spec.rb +0 -54
  1226. data/spec/models/clustermgmt_v40_operations_exit_host_maintenance_api_response_spec.rb +0 -42
  1227. data/spec/models/clustermgmt_v40_operations_host_maintenance_common_spec_spec.rb +0 -42
  1228. data/spec/models/clustermgmt_v40_stats_cluster_stats_api_response_data_spec.rb +0 -32
  1229. data/spec/models/clustermgmt_v40_stats_cluster_stats_api_response_spec.rb +0 -42
  1230. data/spec/models/clustermgmt_v40_stats_cluster_stats_spec.rb +0 -330
  1231. data/spec/models/clustermgmt_v40_stats_disk_stats_spec.rb +0 -246
  1232. data/spec/models/clustermgmt_v40_stats_get_disk_stats_api_response_data_spec.rb +0 -32
  1233. data/spec/models/clustermgmt_v40_stats_get_disk_stats_api_response_spec.rb +0 -42
  1234. data/spec/models/clustermgmt_v40_stats_get_storage_container_stats_api_response_data_spec.rb +0 -32
  1235. data/spec/models/clustermgmt_v40_stats_get_storage_container_stats_api_response_spec.rb +0 -42
  1236. data/spec/models/clustermgmt_v40_stats_host_stats_api_response_data_spec.rb +0 -32
  1237. data/spec/models/clustermgmt_v40_stats_host_stats_api_response_spec.rb +0 -42
  1238. data/spec/models/clustermgmt_v40_stats_host_stats_spec.rb +0 -324
  1239. data/spec/models/clustermgmt_v40_stats_storage_container_stats_spec.rb +0 -324
  1240. data/spec/models/clustermgmt_v40_stats_time_value_pair_spec.rb +0 -42
  1241. data/spec/models/common_v10_config_basic_auth_spec.rb +0 -42
  1242. data/spec/models/common_v10_config_flag_spec.rb +0 -42
  1243. data/spec/models/common_v10_config_fqdn_spec.rb +0 -36
  1244. data/spec/models/common_v10_config_ip_address_or_fqdn_spec.rb +0 -48
  1245. data/spec/models/common_v10_config_ip_address_spec.rb +0 -42
  1246. data/spec/models/common_v10_config_ipv4_address_spec.rb +0 -42
  1247. data/spec/models/common_v10_config_ipv6_address_spec.rb +0 -42
  1248. data/spec/models/common_v10_config_kv_pair_spec.rb +0 -42
  1249. data/spec/models/common_v10_config_kv_pair_value_spec.rb +0 -32
  1250. data/spec/models/common_v10_config_map_of_string_wrapper_spec.rb +0 -36
  1251. data/spec/models/common_v10_config_message_severity_spec.rb +0 -30
  1252. data/spec/models/common_v10_config_message_spec.rb +0 -54
  1253. data/spec/models/common_v10_config_tenant_aware_model_spec.rb +0 -36
  1254. data/spec/models/common_v10_response_api_link_spec.rb +0 -42
  1255. data/spec/models/common_v10_response_api_response_metadata_spec.rb +0 -60
  1256. data/spec/models/common_v10_response_externalizable_abstract_model_spec.rb +0 -48
  1257. data/spec/models/common_v10_stats_down_sampling_operator_spec.rb +0 -30
  1258. data/spec/models/common_v10_stats_time_int_value_pair_spec.rb +0 -42
  1259. data/spec/models/create_cluster202_response_spec.rb +0 -42
  1260. data/spec/models/create_cluster4_xx_response_spec.rb +0 -42
  1261. data/spec/models/create_cluster_profile202_response_spec.rb +0 -42
  1262. data/spec/models/create_cluster_profile4_xx_response_spec.rb +0 -42
  1263. data/spec/models/create_rsyslog_server202_response_spec.rb +0 -42
  1264. data/spec/models/create_rsyslog_server4_xx_response_spec.rb +0 -42
  1265. data/spec/models/create_snmp_trap202_response_spec.rb +0 -42
  1266. data/spec/models/create_snmp_trap4_xx_response_spec.rb +0 -42
  1267. data/spec/models/create_snmp_user202_response_spec.rb +0 -42
  1268. data/spec/models/create_snmp_user4_xx_response_spec.rb +0 -42
  1269. data/spec/models/create_storage_container202_response_spec.rb +0 -42
  1270. data/spec/models/create_storage_container4_xx_response_spec.rb +0 -42
  1271. data/spec/models/delete_cluster_by_id202_response_spec.rb +0 -42
  1272. data/spec/models/delete_cluster_by_id4_xx_response_spec.rb +0 -42
  1273. data/spec/models/delete_cluster_profile_by_id202_response_spec.rb +0 -42
  1274. data/spec/models/delete_cluster_profile_by_id4_xx_response_spec.rb +0 -42
  1275. data/spec/models/delete_disk_by_id202_response_spec.rb +0 -42
  1276. data/spec/models/delete_disk_by_id4_xx_response_spec.rb +0 -42
  1277. data/spec/models/delete_rsyslog_server_by_id202_response_spec.rb +0 -42
  1278. data/spec/models/delete_rsyslog_server_by_id4_xx_response_spec.rb +0 -42
  1279. data/spec/models/delete_snmp_trap_by_id202_response_spec.rb +0 -42
  1280. data/spec/models/delete_snmp_trap_by_id4_xx_response_spec.rb +0 -42
  1281. data/spec/models/delete_snmp_user_by_id202_response_spec.rb +0 -42
  1282. data/spec/models/delete_snmp_user_by_id4_xx_response_spec.rb +0 -42
  1283. data/spec/models/delete_storage_container_by_id202_response_spec.rb +0 -42
  1284. data/spec/models/delete_storage_container_by_id4_xx_response_spec.rb +0 -42
  1285. data/spec/models/disassociate_categories_from_cluster202_response_spec.rb +0 -42
  1286. data/spec/models/disassociate_categories_from_cluster4_xx_response_spec.rb +0 -42
  1287. data/spec/models/disassociate_cluster_from_cluster_profile202_response_spec.rb +0 -42
  1288. data/spec/models/disassociate_cluster_from_cluster_profile4_xx_response_spec.rb +0 -42
  1289. data/spec/models/discover_unconfigured_nodes202_response_spec.rb +0 -42
  1290. data/spec/models/discover_unconfigured_nodes4_xx_response_spec.rb +0 -42
  1291. data/spec/models/enter_host_maintenance202_response_spec.rb +0 -42
  1292. data/spec/models/enter_host_maintenance4_xx_response_spec.rb +0 -42
  1293. data/spec/models/exit_host_maintenance202_response_spec.rb +0 -42
  1294. data/spec/models/exit_host_maintenance4_xx_response_spec.rb +0 -42
  1295. data/spec/models/expand_cluster202_response_spec.rb +0 -42
  1296. data/spec/models/expand_cluster4_xx_response_spec.rb +0 -42
  1297. data/spec/models/fetch_node_networking_details202_response_spec.rb +0 -42
  1298. data/spec/models/fetch_node_networking_details4_xx_response_spec.rb +0 -42
  1299. data/spec/models/fetch_task_response200_response_spec.rb +0 -42
  1300. data/spec/models/fetch_task_response4_xx_response_spec.rb +0 -42
  1301. data/spec/models/get_bmc_info200_response_spec.rb +0 -42
  1302. data/spec/models/get_bmc_info4_xx_response_spec.rb +0 -42
  1303. data/spec/models/get_cluster_by_id200_response_spec.rb +0 -42
  1304. data/spec/models/get_cluster_by_id4_xx_response_spec.rb +0 -42
  1305. data/spec/models/get_cluster_profile_by_id200_response_spec.rb +0 -42
  1306. data/spec/models/get_cluster_profile_by_id4_xx_response_spec.rb +0 -42
  1307. data/spec/models/get_cluster_stats200_response_spec.rb +0 -42
  1308. data/spec/models/get_cluster_stats4_xx_response_spec.rb +0 -42
  1309. data/spec/models/get_disk_by_id200_response_spec.rb +0 -42
  1310. data/spec/models/get_disk_by_id4_xx_response_spec.rb +0 -42
  1311. data/spec/models/get_disk_stats200_response_spec.rb +0 -42
  1312. data/spec/models/get_disk_stats4_xx_response_spec.rb +0 -42
  1313. data/spec/models/get_host_by_id200_response_spec.rb +0 -42
  1314. data/spec/models/get_host_by_id4_xx_response_spec.rb +0 -42
  1315. data/spec/models/get_host_nic_by_id200_response_spec.rb +0 -42
  1316. data/spec/models/get_host_nic_by_id4_xx_response_spec.rb +0 -42
  1317. data/spec/models/get_host_stats200_response_spec.rb +0 -42
  1318. data/spec/models/get_host_stats4_xx_response_spec.rb +0 -42
  1319. data/spec/models/get_rackable_unit_by_id200_response_spec.rb +0 -42
  1320. data/spec/models/get_rackable_unit_by_id4_xx_response_spec.rb +0 -42
  1321. data/spec/models/get_rsyslog_server_by_id200_response_spec.rb +0 -42
  1322. data/spec/models/get_rsyslog_server_by_id4_xx_response_spec.rb +0 -42
  1323. data/spec/models/get_snmp_config_by_cluster_id200_response_spec.rb +0 -42
  1324. data/spec/models/get_snmp_config_by_cluster_id4_xx_response_spec.rb +0 -42
  1325. data/spec/models/get_snmp_trap_by_id200_response_spec.rb +0 -42
  1326. data/spec/models/get_snmp_trap_by_id4_xx_response_spec.rb +0 -42
  1327. data/spec/models/get_snmp_user_by_id200_response_spec.rb +0 -42
  1328. data/spec/models/get_snmp_user_by_id4_xx_response_spec.rb +0 -42
  1329. data/spec/models/get_storage_container_by_id200_response_spec.rb +0 -42
  1330. data/spec/models/get_storage_container_by_id4_xx_response_spec.rb +0 -42
  1331. data/spec/models/get_storage_container_stats200_response_spec.rb +0 -42
  1332. data/spec/models/get_storage_container_stats4_xx_response_spec.rb +0 -42
  1333. data/spec/models/get_vcenter_extension_by_id200_response_spec.rb +0 -42
  1334. data/spec/models/get_vcenter_extension_by_id4_xx_response_spec.rb +0 -42
  1335. data/spec/models/get_virtual_nic_by_id200_response_spec.rb +0 -42
  1336. data/spec/models/get_virtual_nic_by_id4_xx_response_spec.rb +0 -42
  1337. data/spec/models/list_cluster_profiles200_response_spec.rb +0 -42
  1338. data/spec/models/list_cluster_profiles4_xx_response_spec.rb +0 -42
  1339. data/spec/models/list_clusters200_response_spec.rb +0 -42
  1340. data/spec/models/list_clusters4_xx_response_spec.rb +0 -42
  1341. data/spec/models/list_data_stores_by_cluster_id200_response_spec.rb +0 -42
  1342. data/spec/models/list_data_stores_by_cluster_id4_xx_response_spec.rb +0 -42
  1343. data/spec/models/list_disks200_response_spec.rb +0 -42
  1344. data/spec/models/list_disks4_xx_response_spec.rb +0 -42
  1345. data/spec/models/list_host_nics_by_host_id200_response_spec.rb +0 -42
  1346. data/spec/models/list_host_nics_by_host_id4_xx_response_spec.rb +0 -42
  1347. data/spec/models/list_hosts200_response_spec.rb +0 -42
  1348. data/spec/models/list_hosts4_xx_response_spec.rb +0 -42
  1349. data/spec/models/list_hosts_by_cluster_id200_response_spec.rb +0 -42
  1350. data/spec/models/list_hosts_by_cluster_id4_xx_response_spec.rb +0 -42
  1351. data/spec/models/list_pcie_devices200_response_spec.rb +0 -42
  1352. data/spec/models/list_pcie_devices4_xx_response_spec.rb +0 -42
  1353. data/spec/models/list_physical_gpu_profiles200_response_spec.rb +0 -42
  1354. data/spec/models/list_physical_gpu_profiles4_xx_response_spec.rb +0 -42
  1355. data/spec/models/list_rackable_units_by_cluster_id200_response_spec.rb +0 -42
  1356. data/spec/models/list_rackable_units_by_cluster_id4_xx_response_spec.rb +0 -42
  1357. data/spec/models/list_rsyslog_servers_by_cluster_id200_response_spec.rb +0 -42
  1358. data/spec/models/list_rsyslog_servers_by_cluster_id4_xx_response_spec.rb +0 -42
  1359. data/spec/models/list_storage_containers200_response_spec.rb +0 -42
  1360. data/spec/models/list_storage_containers4_xx_response_spec.rb +0 -42
  1361. data/spec/models/list_vcenter_extensions200_response_spec.rb +0 -42
  1362. data/spec/models/list_vcenter_extensions4_xx_response_spec.rb +0 -42
  1363. data/spec/models/list_virtual_gpu_profiles200_response_spec.rb +0 -42
  1364. data/spec/models/list_virtual_gpu_profiles4_xx_response_spec.rb +0 -42
  1365. data/spec/models/list_virtual_nics_by_host_id200_response_spec.rb +0 -42
  1366. data/spec/models/list_virtual_nics_by_host_id4_xx_response_spec.rb +0 -42
  1367. data/spec/models/mount_storage_container202_response_spec.rb +0 -42
  1368. data/spec/models/mount_storage_container4_xx_response_spec.rb +0 -42
  1369. data/spec/models/prism_v40_config_task_reference_spec.rb +0 -36
  1370. data/spec/models/register_vcenter_extension202_response_spec.rb +0 -42
  1371. data/spec/models/register_vcenter_extension4_xx_response_spec.rb +0 -42
  1372. data/spec/models/remove_node202_response_spec.rb +0 -42
  1373. data/spec/models/remove_node4_xx_response_spec.rb +0 -42
  1374. data/spec/models/remove_snmp_transport202_response_spec.rb +0 -42
  1375. data/spec/models/remove_snmp_transport4_xx_response_spec.rb +0 -42
  1376. data/spec/models/unmount_storage_container202_response_spec.rb +0 -42
  1377. data/spec/models/unmount_storage_container4_xx_response_spec.rb +0 -42
  1378. data/spec/models/unregister_vcenter_extension202_response_spec.rb +0 -42
  1379. data/spec/models/unregister_vcenter_extension4_xx_response_spec.rb +0 -42
  1380. data/spec/models/update_bmc_info202_response_spec.rb +0 -42
  1381. data/spec/models/update_bmc_info4_xx_response_spec.rb +0 -42
  1382. data/spec/models/update_cluster_by_id202_response_spec.rb +0 -42
  1383. data/spec/models/update_cluster_by_id4_xx_response_spec.rb +0 -42
  1384. data/spec/models/update_cluster_profile_by_id202_response_spec.rb +0 -42
  1385. data/spec/models/update_cluster_profile_by_id4_xx_response_spec.rb +0 -42
  1386. data/spec/models/update_rsyslog_server_by_id202_response_spec.rb +0 -42
  1387. data/spec/models/update_rsyslog_server_by_id4_xx_response_spec.rb +0 -42
  1388. data/spec/models/update_snmp_status202_response_spec.rb +0 -42
  1389. data/spec/models/update_snmp_status4_xx_response_spec.rb +0 -42
  1390. data/spec/models/update_snmp_trap_by_id202_response_spec.rb +0 -42
  1391. data/spec/models/update_snmp_trap_by_id4_xx_response_spec.rb +0 -42
  1392. data/spec/models/update_snmp_user_by_id202_response_spec.rb +0 -42
  1393. data/spec/models/update_snmp_user_by_id4_xx_response_spec.rb +0 -42
  1394. data/spec/models/update_storage_container_by_id202_response_spec.rb +0 -42
  1395. data/spec/models/update_storage_container_by_id4_xx_response_spec.rb +0 -42
  1396. data/spec/models/validate_node202_response_spec.rb +0 -42
  1397. data/spec/models/validate_node4_xx_response_spec.rb +0 -42
  1398. data/spec/spec_helper.rb +0 -111
@@ -1,327 +0,0 @@
1
- # NutanixClustermgmt::VcenterExtensionsApi
2
-
3
- All URIs are relative to *https://:9440/api*
4
-
5
- | Method | HTTP request | Description |
6
- | ------ | ------------ | ----------- |
7
- | [**get_vcenter_extension_by_id**](VcenterExtensionsApi.md#get_vcenter_extension_by_id) | **GET** /clustermgmt/v4.0/config/vcenter-extensions/{extId} | Get vCenter server extension. |
8
- | [**list_vcenter_extensions**](VcenterExtensionsApi.md#list_vcenter_extensions) | **GET** /clustermgmt/v4.0/config/vcenter-extensions | List vCenter server extensions. |
9
- | [**register_vcenter_extension**](VcenterExtensionsApi.md#register_vcenter_extension) | **POST** /clustermgmt/v4.0/config/vcenter-extensions/{extId}/$actions/register | Register vCenter server extension. |
10
- | [**unregister_vcenter_extension**](VcenterExtensionsApi.md#unregister_vcenter_extension) | **POST** /clustermgmt/v4.0/config/vcenter-extensions/{extId}/$actions/unregister | Unregister vCenter server extension. |
11
-
12
-
13
- ## get_vcenter_extension_by_id
14
-
15
- > <GetVcenterExtensionById200Response> get_vcenter_extension_by_id(ext_id)
16
-
17
- Get vCenter server extension.
18
-
19
- Fetches vCenter server extension information for the given VcenterExtensionExtId.
20
-
21
- ### Examples
22
-
23
- ```ruby
24
- require 'time'
25
- require 'nutanix_clustermgmt'
26
- # setup authorization
27
- NutanixClustermgmt.configure do |config|
28
- # Configure API key authorization: apiKeyAuthScheme
29
- config.api_key['X-ntnx-api-key'] = 'YOUR API KEY'
30
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
31
- # config.api_key_prefix['X-ntnx-api-key'] = 'Bearer'
32
-
33
- # Configure HTTP basic authorization: basicAuthScheme
34
- config.username = 'YOUR USERNAME'
35
- config.password = 'YOUR PASSWORD'
36
- end
37
-
38
- api_instance = NutanixClustermgmt::VcenterExtensionsApi.new
39
- ext_id = 'a5fe2b3e-573a-4678-be6c-e176e8d0450a' # String | The globally unique identifier of vCenter Server extension instance. It should be of type UUID.
40
-
41
- begin
42
- # Get vCenter server extension.
43
- result = api_instance.get_vcenter_extension_by_id(ext_id)
44
- p result
45
- rescue NutanixClustermgmt::ApiError => e
46
- puts "Error when calling VcenterExtensionsApi->get_vcenter_extension_by_id: #{e}"
47
- end
48
- ```
49
-
50
- #### Using the get_vcenter_extension_by_id_with_http_info variant
51
-
52
- This returns an Array which contains the response data, status code and headers.
53
-
54
- > <Array(<GetVcenterExtensionById200Response>, Integer, Hash)> get_vcenter_extension_by_id_with_http_info(ext_id)
55
-
56
- ```ruby
57
- begin
58
- # Get vCenter server extension.
59
- data, status_code, headers = api_instance.get_vcenter_extension_by_id_with_http_info(ext_id)
60
- p status_code # => 2xx
61
- p headers # => { ... }
62
- p data # => <GetVcenterExtensionById200Response>
63
- rescue NutanixClustermgmt::ApiError => e
64
- puts "Error when calling VcenterExtensionsApi->get_vcenter_extension_by_id_with_http_info: #{e}"
65
- end
66
- ```
67
-
68
- ### Parameters
69
-
70
- | Name | Type | Description | Notes |
71
- | ---- | ---- | ----------- | ----- |
72
- | **ext_id** | **String** | The globally unique identifier of vCenter Server extension instance. It should be of type UUID. | |
73
-
74
- ### Return type
75
-
76
- [**GetVcenterExtensionById200Response**](GetVcenterExtensionById200Response.md)
77
-
78
- ### Authorization
79
-
80
- [apiKeyAuthScheme](../README.md#apiKeyAuthScheme), [basicAuthScheme](../README.md#basicAuthScheme)
81
-
82
- ### HTTP request headers
83
-
84
- - **Content-Type**: Not defined
85
- - **Accept**: application/json
86
-
87
-
88
- ## list_vcenter_extensions
89
-
90
- > <ListVcenterExtensions200Response> list_vcenter_extensions(opts)
91
-
92
- List vCenter server extensions.
93
-
94
- List of vCenter server extensions for the clusters registered under a Prism Central server.
95
-
96
- ### Examples
97
-
98
- ```ruby
99
- require 'time'
100
- require 'nutanix_clustermgmt'
101
- # setup authorization
102
- NutanixClustermgmt.configure do |config|
103
- # Configure API key authorization: apiKeyAuthScheme
104
- config.api_key['X-ntnx-api-key'] = 'YOUR API KEY'
105
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
106
- # config.api_key_prefix['X-ntnx-api-key'] = 'Bearer'
107
-
108
- # Configure HTTP basic authorization: basicAuthScheme
109
- config.username = 'YOUR USERNAME'
110
- config.password = 'YOUR PASSWORD'
111
- end
112
-
113
- api_instance = NutanixClustermgmt::VcenterExtensionsApi.new
114
- opts = {
115
- page: 56, # Integer | A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
116
- limit: 56, # Integer | A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
117
- filter: 'filter_example', # String | A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions. For example, filter '$filter=name eq 'karbon-ntnx-1.0' would filter the result on cluster name 'karbon-ntnx1.0', filter '$filter=startswith(name, 'C')' would filter on cluster name starting with 'C'. The filter can be applied to the following fields: - clusterExtId - ipAddress - isRegistered
118
- select: 'select_example' # String | A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned. - clusterExtId - extId - ipAddress - isRegistered - links - tenantId
119
- }
120
-
121
- begin
122
- # List vCenter server extensions.
123
- result = api_instance.list_vcenter_extensions(opts)
124
- p result
125
- rescue NutanixClustermgmt::ApiError => e
126
- puts "Error when calling VcenterExtensionsApi->list_vcenter_extensions: #{e}"
127
- end
128
- ```
129
-
130
- #### Using the list_vcenter_extensions_with_http_info variant
131
-
132
- This returns an Array which contains the response data, status code and headers.
133
-
134
- > <Array(<ListVcenterExtensions200Response>, Integer, Hash)> list_vcenter_extensions_with_http_info(opts)
135
-
136
- ```ruby
137
- begin
138
- # List vCenter server extensions.
139
- data, status_code, headers = api_instance.list_vcenter_extensions_with_http_info(opts)
140
- p status_code # => 2xx
141
- p headers # => { ... }
142
- p data # => <ListVcenterExtensions200Response>
143
- rescue NutanixClustermgmt::ApiError => e
144
- puts "Error when calling VcenterExtensionsApi->list_vcenter_extensions_with_http_info: #{e}"
145
- end
146
- ```
147
-
148
- ### Parameters
149
-
150
- | Name | Type | Description | Notes |
151
- | ---- | ---- | ----------- | ----- |
152
- | **page** | **Integer** | A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results. | [optional][default to 0] |
153
- | **limit** | **Integer** | A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set. | [optional][default to 50] |
154
- | **filter** | **String** | A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions. For example, filter &#39;$filter&#x3D;name eq &#39;karbon-ntnx-1.0&#39; would filter the result on cluster name &#39;karbon-ntnx1.0&#39;, filter &#39;$filter&#x3D;startswith(name, &#39;C&#39;)&#39; would filter on cluster name starting with &#39;C&#39;. The filter can be applied to the following fields: - clusterExtId - ipAddress - isRegistered | [optional] |
155
- | **select** | **String** | A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned. - clusterExtId - extId - ipAddress - isRegistered - links - tenantId | [optional] |
156
-
157
- ### Return type
158
-
159
- [**ListVcenterExtensions200Response**](ListVcenterExtensions200Response.md)
160
-
161
- ### Authorization
162
-
163
- [apiKeyAuthScheme](../README.md#apiKeyAuthScheme), [basicAuthScheme](../README.md#basicAuthScheme)
164
-
165
- ### HTTP request headers
166
-
167
- - **Content-Type**: Not defined
168
- - **Accept**: application/json
169
-
170
-
171
- ## register_vcenter_extension
172
-
173
- > <RegisterVcenterExtension202Response> register_vcenter_extension(ext_id, ntnx_request_id, clustermgmt_v40_config_vcenter_credentials)
174
-
175
- Register vCenter server extension.
176
-
177
- Registers Nutanix cluster as a vCenter server extension.
178
-
179
- ### Examples
180
-
181
- ```ruby
182
- require 'time'
183
- require 'nutanix_clustermgmt'
184
- # setup authorization
185
- NutanixClustermgmt.configure do |config|
186
- # Configure API key authorization: apiKeyAuthScheme
187
- config.api_key['X-ntnx-api-key'] = 'YOUR API KEY'
188
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
189
- # config.api_key_prefix['X-ntnx-api-key'] = 'Bearer'
190
-
191
- # Configure HTTP basic authorization: basicAuthScheme
192
- config.username = 'YOUR USERNAME'
193
- config.password = 'YOUR PASSWORD'
194
- end
195
-
196
- api_instance = NutanixClustermgmt::VcenterExtensionsApi.new
197
- ext_id = 'aac626eb-73f8-423c-8010-cd6cadce7872' # String | The globally unique identifier of vCenter Server extension instance. It should be of type UUID.
198
- ntnx_request_id = '377b8898-1d0f-4a93-a166-b404454e8202' # String | A unique identifier that is associated with each request. The provided value must be opaque and preferably in Universal Unique Identifier (UUID) format. This identifier is also used as an idempotence token for safely retrying requests in case of network errors. All the supported Nutanix API clients add this auto-generated request identifier to each request.
199
- clustermgmt_v40_config_vcenter_credentials = NutanixClustermgmt::ClustermgmtV40ConfigVcenterCredentials.new({username: 'test_user', password: 'test_password'}) # ClustermgmtV40ConfigVcenterCredentials |
200
-
201
- begin
202
- # Register vCenter server extension.
203
- result = api_instance.register_vcenter_extension(ext_id, ntnx_request_id, clustermgmt_v40_config_vcenter_credentials)
204
- p result
205
- rescue NutanixClustermgmt::ApiError => e
206
- puts "Error when calling VcenterExtensionsApi->register_vcenter_extension: #{e}"
207
- end
208
- ```
209
-
210
- #### Using the register_vcenter_extension_with_http_info variant
211
-
212
- This returns an Array which contains the response data, status code and headers.
213
-
214
- > <Array(<RegisterVcenterExtension202Response>, Integer, Hash)> register_vcenter_extension_with_http_info(ext_id, ntnx_request_id, clustermgmt_v40_config_vcenter_credentials)
215
-
216
- ```ruby
217
- begin
218
- # Register vCenter server extension.
219
- data, status_code, headers = api_instance.register_vcenter_extension_with_http_info(ext_id, ntnx_request_id, clustermgmt_v40_config_vcenter_credentials)
220
- p status_code # => 2xx
221
- p headers # => { ... }
222
- p data # => <RegisterVcenterExtension202Response>
223
- rescue NutanixClustermgmt::ApiError => e
224
- puts "Error when calling VcenterExtensionsApi->register_vcenter_extension_with_http_info: #{e}"
225
- end
226
- ```
227
-
228
- ### Parameters
229
-
230
- | Name | Type | Description | Notes |
231
- | ---- | ---- | ----------- | ----- |
232
- | **ext_id** | **String** | The globally unique identifier of vCenter Server extension instance. It should be of type UUID. | |
233
- | **ntnx_request_id** | **String** | A unique identifier that is associated with each request. The provided value must be opaque and preferably in Universal Unique Identifier (UUID) format. This identifier is also used as an idempotence token for safely retrying requests in case of network errors. All the supported Nutanix API clients add this auto-generated request identifier to each request. | |
234
- | **clustermgmt_v40_config_vcenter_credentials** | [**ClustermgmtV40ConfigVcenterCredentials**](ClustermgmtV40ConfigVcenterCredentials.md) | | |
235
-
236
- ### Return type
237
-
238
- [**RegisterVcenterExtension202Response**](RegisterVcenterExtension202Response.md)
239
-
240
- ### Authorization
241
-
242
- [apiKeyAuthScheme](../README.md#apiKeyAuthScheme), [basicAuthScheme](../README.md#basicAuthScheme)
243
-
244
- ### HTTP request headers
245
-
246
- - **Content-Type**: application/json
247
- - **Accept**: application/json
248
-
249
-
250
- ## unregister_vcenter_extension
251
-
252
- > <UnregisterVcenterExtension202Response> unregister_vcenter_extension(ext_id, ntnx_request_id, clustermgmt_v40_config_vcenter_credentials)
253
-
254
- Unregister vCenter server extension.
255
-
256
- Unregisters Nutanix cluster as a vCenter server extension.
257
-
258
- ### Examples
259
-
260
- ```ruby
261
- require 'time'
262
- require 'nutanix_clustermgmt'
263
- # setup authorization
264
- NutanixClustermgmt.configure do |config|
265
- # Configure API key authorization: apiKeyAuthScheme
266
- config.api_key['X-ntnx-api-key'] = 'YOUR API KEY'
267
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
268
- # config.api_key_prefix['X-ntnx-api-key'] = 'Bearer'
269
-
270
- # Configure HTTP basic authorization: basicAuthScheme
271
- config.username = 'YOUR USERNAME'
272
- config.password = 'YOUR PASSWORD'
273
- end
274
-
275
- api_instance = NutanixClustermgmt::VcenterExtensionsApi.new
276
- ext_id = '857b272d-20df-4bf6-b438-90135189e321' # String | The globally unique identifier of vCenter Server extension instance. It should be of type UUID.
277
- ntnx_request_id = 'bc2d8aef-966d-45e4-81e4-9daf9665e1f0' # String | A unique identifier that is associated with each request. The provided value must be opaque and preferably in Universal Unique Identifier (UUID) format. This identifier is also used as an idempotence token for safely retrying requests in case of network errors. All the supported Nutanix API clients add this auto-generated request identifier to each request.
278
- clustermgmt_v40_config_vcenter_credentials = NutanixClustermgmt::ClustermgmtV40ConfigVcenterCredentials.new({username: 'test_user', password: 'test_password'}) # ClustermgmtV40ConfigVcenterCredentials |
279
-
280
- begin
281
- # Unregister vCenter server extension.
282
- result = api_instance.unregister_vcenter_extension(ext_id, ntnx_request_id, clustermgmt_v40_config_vcenter_credentials)
283
- p result
284
- rescue NutanixClustermgmt::ApiError => e
285
- puts "Error when calling VcenterExtensionsApi->unregister_vcenter_extension: #{e}"
286
- end
287
- ```
288
-
289
- #### Using the unregister_vcenter_extension_with_http_info variant
290
-
291
- This returns an Array which contains the response data, status code and headers.
292
-
293
- > <Array(<UnregisterVcenterExtension202Response>, Integer, Hash)> unregister_vcenter_extension_with_http_info(ext_id, ntnx_request_id, clustermgmt_v40_config_vcenter_credentials)
294
-
295
- ```ruby
296
- begin
297
- # Unregister vCenter server extension.
298
- data, status_code, headers = api_instance.unregister_vcenter_extension_with_http_info(ext_id, ntnx_request_id, clustermgmt_v40_config_vcenter_credentials)
299
- p status_code # => 2xx
300
- p headers # => { ... }
301
- p data # => <UnregisterVcenterExtension202Response>
302
- rescue NutanixClustermgmt::ApiError => e
303
- puts "Error when calling VcenterExtensionsApi->unregister_vcenter_extension_with_http_info: #{e}"
304
- end
305
- ```
306
-
307
- ### Parameters
308
-
309
- | Name | Type | Description | Notes |
310
- | ---- | ---- | ----------- | ----- |
311
- | **ext_id** | **String** | The globally unique identifier of vCenter Server extension instance. It should be of type UUID. | |
312
- | **ntnx_request_id** | **String** | A unique identifier that is associated with each request. The provided value must be opaque and preferably in Universal Unique Identifier (UUID) format. This identifier is also used as an idempotence token for safely retrying requests in case of network errors. All the supported Nutanix API clients add this auto-generated request identifier to each request. | |
313
- | **clustermgmt_v40_config_vcenter_credentials** | [**ClustermgmtV40ConfigVcenterCredentials**](ClustermgmtV40ConfigVcenterCredentials.md) | | |
314
-
315
- ### Return type
316
-
317
- [**UnregisterVcenterExtension202Response**](UnregisterVcenterExtension202Response.md)
318
-
319
- ### Authorization
320
-
321
- [apiKeyAuthScheme](../README.md#apiKeyAuthScheme), [basicAuthScheme](../README.md#basicAuthScheme)
322
-
323
- ### HTTP request headers
324
-
325
- - **Content-Type**: application/json
326
- - **Accept**: application/json
327
-
@@ -1,39 +0,0 @@
1
- # -*- encoding: utf-8 -*-
2
-
3
- =begin
4
- #Nutanix Cluster Management APIs
5
-
6
- #Manage Hosts, Clusters and other Infrastructure.
7
-
8
- The version of the OpenAPI document: 4.0.2
9
-
10
- Generated by: https://openapi-generator.tech
11
- Generator version: 7.9.0
12
-
13
- =end
14
-
15
- $:.push File.expand_path("../lib", __FILE__)
16
- require "nutanix_clustermgmt/version"
17
-
18
- Gem::Specification.new do |s|
19
- s.name = "nutanix_clustermgmt"
20
- s.version = NutanixClustermgmt::VERSION
21
- s.platform = Gem::Platform::RUBY
22
- s.authors = ["ManageIQ Developers"]
23
- s.email = [""]
24
- s.homepage = "https://openapi-generator.tech"
25
- s.summary = "Nutanix VMM API"
26
- s.description = "Ruby gem for Nutanix Cluster Management APIs"
27
- s.license = "Apache-2.0"
28
- s.required_ruby_version = ">= 2.7"
29
- s.metadata = {}
30
-
31
- s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
32
-
33
- s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
34
-
35
- s.files = `find *`.split("\n").uniq.sort.select { |f| !f.empty? }
36
- s.test_files = `find spec/*`.split("\n")
37
- s.executables = []
38
- s.require_paths = ["lib"]
39
- end
Binary file
Binary file
Binary file
Binary file
@@ -1,64 +0,0 @@
1
- =begin
2
- #Nutanix Cluster Management APIs
3
-
4
- #Manage Hosts, Clusters and other Infrastructure.
5
-
6
- The version of the OpenAPI document: 4.0.2
7
-
8
- Generated by: https://openapi-generator.tech
9
- Generator version: 7.17.0
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
-
16
- # Unit tests for NutanixClustermgmt::BmcApi
17
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
18
- # Please update as you see appropriate
19
- describe 'BmcApi' do
20
- before do
21
- # run before each test
22
- @api_instance = NutanixClustermgmt::BmcApi.new
23
- end
24
-
25
- after do
26
- # run after each test
27
- end
28
-
29
- describe 'test an instance of BmcApi' do
30
- it 'should create an instance of BmcApi' do
31
- expect(@api_instance).to be_instance_of(NutanixClustermgmt::BmcApi)
32
- end
33
- end
34
-
35
- # unit tests for get_bmc_info
36
- # Get BMC details
37
- # Get BMC details of a host
38
- # @param cluster_ext_id Cluster UUID
39
- # @param ext_id Host UUID
40
- # @param [Hash] opts the optional parameters
41
- # @return [GetBmcInfo200Response]
42
- describe 'get_bmc_info test' do
43
- it 'should work' do
44
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
- end
46
- end
47
-
48
- # unit tests for update_bmc_info
49
- # Update BMC info summary
50
- # Update BMC info
51
- # @param cluster_ext_id Cluster UUID
52
- # @param ext_id Host UUID
53
- # @param if_match The If-Match request header makes the request conditional. When not provided, the server will respond with an HTTP-428 (Precondition Required) response code indicating that the server requires the request to be conditional. The server will allow the successful completion of PUT and PATCH operations, if the resource matches the ETag value returned to the response of a GET operation. If the conditional does not match, then an HTTP-412 (Precondition Failed) response will be returned.
54
- # @param ntnx_request_id A unique identifier that is associated with each request. The provided value must be opaque and preferably in Universal Unique Identifier (UUID) format. This identifier is also used as an idempotence token for safely retrying requests in case of network errors. All the supported Nutanix API clients add this auto-generated request identifier to each request.
55
- # @param clustermgmt_v40_config_bmc_info Update BMC info body
56
- # @param [Hash] opts the optional parameters
57
- # @return [UpdateBmcInfo202Response]
58
- describe 'update_bmc_info test' do
59
- it 'should work' do
60
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
61
- end
62
- end
63
-
64
- end
@@ -1,134 +0,0 @@
1
- =begin
2
- #Nutanix Cluster Management APIs
3
-
4
- #Manage Hosts, Clusters and other Infrastructure.
5
-
6
- The version of the OpenAPI document: 4.0.2
7
-
8
- Generated by: https://openapi-generator.tech
9
- Generator version: 7.17.0
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
-
16
- # Unit tests for NutanixClustermgmt::ClusterProfilesApi
17
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
18
- # Please update as you see appropriate
19
- describe 'ClusterProfilesApi' do
20
- before do
21
- # run before each test
22
- @api_instance = NutanixClustermgmt::ClusterProfilesApi.new
23
- end
24
-
25
- after do
26
- # run after each test
27
- end
28
-
29
- describe 'test an instance of ClusterProfilesApi' do
30
- it 'should create an instance of ClusterProfilesApi' do
31
- expect(@api_instance).to be_instance_of(NutanixClustermgmt::ClusterProfilesApi)
32
- end
33
- end
34
-
35
- # unit tests for apply_cluster_profile
36
- # Apply cluster profile
37
- # Apply profile to all the attached clusters
38
- # @param ext_id Cluster Profile UUID
39
- # @param ntnx_request_id A unique identifier that is associated with each request. The provided value must be opaque and preferably in Universal Unique Identifier (UUID) format. This identifier is also used as an idempotence token for safely retrying requests in case of network errors. All the supported Nutanix API clients add this auto-generated request identifier to each request.
40
- # @param clustermgmt_v40_config_cluster_reference_list_spec Payload for applying profile, which will accept a list of cluster UUIDs
41
- # @param [Hash] opts the optional parameters
42
- # @option opts [Boolean] :dryrun A URL query parameter that allows long running operations to execute in a dry-run mode providing ability to identify trouble spots and system failures without performing the actual operation. Additionally this mode also offers a summary snapshot of the resultant system in order to better understand how things fit together. The operation runs in dry-run mode only if the provided value is true.
43
- # @return [ApplyClusterProfile202Response]
44
- describe 'apply_cluster_profile test' do
45
- it 'should work' do
46
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
47
- end
48
- end
49
-
50
- # unit tests for create_cluster_profile
51
- # Create a cluster profile
52
- # Create cluster profile with the required settings
53
- # @param ntnx_request_id A unique identifier that is associated with each request. The provided value must be opaque and preferably in Universal Unique Identifier (UUID) format. This identifier is also used as an idempotence token for safely retrying requests in case of network errors. All the supported Nutanix API clients add this auto-generated request identifier to each request.
54
- # @param clustermgmt_v40_config_cluster_profile The required parameters to create a cluster profile
55
- # @param [Hash] opts the optional parameters
56
- # @return [CreateClusterProfile202Response]
57
- describe 'create_cluster_profile test' do
58
- it 'should work' do
59
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
60
- end
61
- end
62
-
63
- # unit tests for delete_cluster_profile_by_id
64
- # Delete cluster profile
65
- # Delete cluster profile. Profile consist of different cluster settings like NTP, DNS etc.
66
- # @param ext_id Cluster Profile UUID
67
- # @param ntnx_request_id A unique identifier that is associated with each request. The provided value must be opaque and preferably in Universal Unique Identifier (UUID) format. This identifier is also used as an idempotence token for safely retrying requests in case of network errors. All the supported Nutanix API clients add this auto-generated request identifier to each request.
68
- # @param [Hash] opts the optional parameters
69
- # @return [DeleteClusterProfileById202Response]
70
- describe 'delete_cluster_profile_by_id test' do
71
- it 'should work' do
72
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
73
- end
74
- end
75
-
76
- # unit tests for disassociate_cluster_from_cluster_profile
77
- # Disassociate cluster from a cluster profile
78
- # Disassociate cluster from a profile
79
- # @param ext_id Cluster Profile UUID
80
- # @param ntnx_request_id A unique identifier that is associated with each request. The provided value must be opaque and preferably in Universal Unique Identifier (UUID) format. This identifier is also used as an idempotence token for safely retrying requests in case of network errors. All the supported Nutanix API clients add this auto-generated request identifier to each request.
81
- # @param clustermgmt_v40_config_cluster_reference_list_spec Payload for disassociating clusters, which will accept a list of cluster UUIDs
82
- # @param [Hash] opts the optional parameters
83
- # @return [DisassociateClusterFromClusterProfile202Response]
84
- describe 'disassociate_cluster_from_cluster_profile test' do
85
- it 'should work' do
86
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
87
- end
88
- end
89
-
90
- # unit tests for get_cluster_profile_by_id
91
- # Get cluster profile
92
- # Get cluster profile. Profile consist of different cluster settings like NTP, DNS etc.
93
- # @param ext_id Cluster Profile UUID
94
- # @param [Hash] opts the optional parameters
95
- # @return [GetClusterProfileById200Response]
96
- describe 'get_cluster_profile_by_id test' do
97
- it 'should work' do
98
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
99
- end
100
- end
101
-
102
- # unit tests for list_cluster_profiles
103
- # List cluster profiles
104
- # Fetches a list of cluster profile entities. A profile consists of different cluster settings like Network Time Protocol(NTP), Domain Name System(DNS), and so on.
105
- # @param [Hash] opts the optional parameters
106
- # @option opts [Integer] :page A URL query parameter that specifies the page number of the result set. It must be a positive integer between 0 and the maximum number of pages that are available for that resource. Any number out of this range might lead to no results.
107
- # @option opts [Integer] :limit A URL query parameter that specifies the total number of records returned in the result set. Must be a positive integer between 1 and 100. Any number out of this range will lead to a validation error. If the limit is not provided, a default value of 50 records will be returned in the result set.
108
- # @option opts [String] :filter A URL query parameter that allows clients to filter a collection of resources. The expression specified with $filter is evaluated for each resource in the collection, and only items where the expression evaluates to true are included in the response. Expression specified with the $filter must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions. For example, filter &#39;$filter&#x3D;name eq &#39;karbon-ntnx-1.0&#39; would filter the result on cluster name &#39;karbon-ntnx1.0&#39;, filter &#39;$filter&#x3D;startswith(name, &#39;C&#39;)&#39; would filter on cluster name starting with &#39;C&#39;. The filter can be applied to the following fields: - clusterCount - createTime - createdBy - driftedClusterCount - lastUpdateTime - lastUpdatedBy - name
109
- # @option opts [String] :orderby A URL query parameter that allows clients to specify the sort criteria for the returned list of objects. Resources can be sorted in ascending order using asc or descending order using desc. If asc or desc are not specified, the resources will be sorted in ascending order by default. For example, &#39;$orderby&#x3D;templateName desc&#39; would get all templates sorted by templateName in descending order. The orderby can be applied to the following fields: - clusterCount - createTime - createdBy - driftedClusterCount - lastUpdateTime - lastUpdatedBy - name
110
- # @option opts [String] :select A URL query parameter that allows clients to request a specific set of properties for each entity or complex type. Expression specified with the $select must conform to the [OData V4.01](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html) URL conventions. If a $select expression consists of a single select item that is an asterisk (i.e., *), then all properties on the matching resource will be returned. - allowedOverrides - clusterCount - clusters - createTime - createdBy - description - driftedClusterCount - extId - lastUpdateTime - lastUpdatedBy - links - name - nameServerIpList - nfsSubnetWhitelist - ntpServerIpList - pulseStatus - rsyslogServerList - smtpServer - snmpConfig - tenantId
111
- # @return [ListClusterProfiles200Response]
112
- describe 'list_cluster_profiles test' do
113
- it 'should work' do
114
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
115
- end
116
- end
117
-
118
- # unit tests for update_cluster_profile_by_id
119
- # Update cluster profile
120
- # Update cluster profile. Profile consist of different cluster settings like NTP, DNS etc.
121
- # @param ext_id Cluster Profile UUID
122
- # @param if_match The If-Match request header makes the request conditional. When not provided, the server will respond with an HTTP-428 (Precondition Required) response code indicating that the server requires the request to be conditional. The server will allow the successful completion of PUT and PATCH operations, if the resource matches the ETag value returned to the response of a GET operation. If the conditional does not match, then an HTTP-412 (Precondition Failed) response will be returned.
123
- # @param ntnx_request_id A unique identifier that is associated with each request. The provided value must be opaque and preferably in Universal Unique Identifier (UUID) format. This identifier is also used as an idempotence token for safely retrying requests in case of network errors. All the supported Nutanix API clients add this auto-generated request identifier to each request.
124
- # @param clustermgmt_v40_config_cluster_profile The required parameters to update a profile
125
- # @param [Hash] opts the optional parameters
126
- # @option opts [Boolean] :dryrun A URL query parameter that allows long running operations to execute in a dry-run mode providing ability to identify trouble spots and system failures without performing the actual operation. Additionally this mode also offers a summary snapshot of the resultant system in order to better understand how things fit together. The operation runs in dry-run mode only if the provided value is true.
127
- # @return [UpdateClusterProfileById202Response]
128
- describe 'update_cluster_profile_by_id test' do
129
- it 'should work' do
130
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
131
- end
132
- end
133
-
134
- end