nutanix_clustermgmt 0.1.1 → 0.2.0

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 (929) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +12 -0
  3. data/README.md +1 -1
  4. data/bin/console +15 -0
  5. data/bin/openapi-generate +26 -0
  6. data/lib/nutanix_clustermgmt/api/bmc_api.rb +1 -1
  7. data/lib/nutanix_clustermgmt/api/cluster_profiles_api.rb +1 -1
  8. data/lib/nutanix_clustermgmt/api/clusters_api.rb +1 -1
  9. data/lib/nutanix_clustermgmt/api/disks_api.rb +1 -1
  10. data/lib/nutanix_clustermgmt/api/pcie_devices_api.rb +1 -1
  11. data/lib/nutanix_clustermgmt/api/storage_containers_api.rb +1 -1
  12. data/lib/nutanix_clustermgmt/api/vcenter_extensions_api.rb +1 -1
  13. data/lib/nutanix_clustermgmt/api_client.rb +8 -9
  14. data/lib/nutanix_clustermgmt/api_error.rb +1 -1
  15. data/lib/nutanix_clustermgmt/api_model_base.rb +88 -0
  16. data/lib/nutanix_clustermgmt/configuration.rb +1 -1
  17. data/lib/nutanix_clustermgmt/models/add_disk202_response.rb +11 -78
  18. data/lib/nutanix_clustermgmt/models/add_disk4_xx_response.rb +11 -78
  19. data/lib/nutanix_clustermgmt/models/add_snmp_transport202_response.rb +11 -78
  20. data/lib/nutanix_clustermgmt/models/add_snmp_transport4_xx_response.rb +11 -78
  21. data/lib/nutanix_clustermgmt/models/apply_cluster_profile202_response.rb +11 -78
  22. data/lib/nutanix_clustermgmt/models/apply_cluster_profile4_xx_response.rb +11 -78
  23. data/lib/nutanix_clustermgmt/models/associate_categories_to_cluster202_response.rb +11 -78
  24. data/lib/nutanix_clustermgmt/models/associate_categories_to_cluster4_xx_response.rb +11 -78
  25. data/lib/nutanix_clustermgmt/models/check_hypervisor_requirements202_response.rb +11 -78
  26. data/lib/nutanix_clustermgmt/models/check_hypervisor_requirements4_xx_response.rb +11 -78
  27. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_ahv_config_list_pcie_devices_api_response.rb +11 -78
  28. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_ahv_config_list_pcie_devices_api_response_data.rb +3 -4
  29. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_ahv_config_pcie_device.rb +11 -78
  30. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_ahv_config_pcie_device_configuration.rb +11 -78
  31. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_ahv_config_pcie_device_state.rb +4 -4
  32. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_acropolis_connection_state.rb +4 -4
  33. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_add_disk_api_response.rb +11 -78
  34. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_add_snmp_transports_api_response.rb +11 -78
  35. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_address_type.rb +4 -4
  36. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_apply_cluster_profile_api_response.rb +11 -78
  37. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_associate_categories_to_cluster_api_response.rb +11 -78
  38. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_associate_categories_to_cluster_api_response_data.rb +3 -4
  39. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_attribute_item.rb +11 -78
  40. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_authorized_public_key.rb +11 -78
  41. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_backplane_network_params.rb +11 -78
  42. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_block_item.rb +11 -78
  43. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_bmc_info.rb +11 -78
  44. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_build_info.rb +11 -78
  45. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_build_reference.rb +11 -78
  46. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_bundle_info.rb +11 -78
  47. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_bundle_param.rb +21 -78
  48. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cache_deduplication.rb +4 -4
  49. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_category_entity_references.rb +11 -78
  50. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_check_hypervisor_requirements_api_response.rb +11 -78
  51. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cluster.rb +11 -78
  52. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cluster_arch_reference.rb +4 -4
  53. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cluster_config.rb +11 -78
  54. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cluster_config_reference.rb +11 -78
  55. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cluster_fault_tolerance_ref.rb +4 -4
  56. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cluster_function_ref.rb +4 -4
  57. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cluster_network.rb +11 -78
  58. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cluster_network_reference.rb +11 -78
  59. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cluster_profile.rb +11 -78
  60. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cluster_reference.rb +11 -78
  61. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cluster_reference_list_spec.rb +11 -78
  62. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_component_fault_tolerance.rb +11 -78
  63. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_component_type.rb +4 -4
  64. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_compute_node_item.rb +11 -78
  65. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_compute_non_migratable_vms_spec.rb +11 -78
  66. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_config_params.rb +11 -78
  67. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_config_type.rb +4 -4
  68. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_controller_vm_reference.rb +11 -78
  69. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_create_cluster_api_response.rb +11 -78
  70. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_create_cluster_profile_api_response.rb +11 -78
  71. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_create_rsyslog_server_api_response.rb +11 -78
  72. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_create_snmp_trap_api_response.rb +11 -78
  73. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_create_snmp_user_api_response.rb +11 -78
  74. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_create_storage_container_api_response.rb +11 -78
  75. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_credential_status.rb +4 -4
  76. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_data_store.rb +11 -78
  77. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_data_store_mount.rb +11 -78
  78. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_data_store_unmount.rb +11 -78
  79. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_delete_cluster_api_response.rb +11 -78
  80. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_delete_cluster_profile_api_response.rb +11 -78
  81. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_delete_disk_api_response.rb +11 -78
  82. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_delete_rsyslog_server_api_response.rb +11 -78
  83. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_delete_snmp_trap_api_response.rb +11 -78
  84. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_delete_snmp_user_api_response.rb +11 -78
  85. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_delete_storage_container_api_response.rb +11 -78
  86. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_digital_certificate_map_reference.rb +11 -78
  87. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_disassociate_categories_from_cluster_api_response.rb +11 -78
  88. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_disassociate_cluster_from_cluster_profile_api_response.rb +11 -78
  89. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_discover_unconfigured_nodes_api_response.rb +11 -78
  90. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_disk.rb +11 -78
  91. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_disk_addition_spec.rb +11 -78
  92. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_disk_advance_config.rb +11 -78
  93. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_disk_partition_info.rb +11 -78
  94. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_disk_reference.rb +11 -78
  95. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_disk_status.rb +4 -4
  96. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_domain_awareness_level.rb +4 -4
  97. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_domain_fault_tolerance.rb +11 -78
  98. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_domain_type.rb +4 -4
  99. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_drive_replacement_option.rb +4 -4
  100. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_encryption_option_info.rb +4 -4
  101. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_encryption_scope_info.rb +4 -4
  102. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_encryption_status.rb +4 -4
  103. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_erasure_code_status.rb +4 -4
  104. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_expand_cluster_api_response.rb +11 -78
  105. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_expand_cluster_params.rb +21 -78
  106. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_fault_tolerance_state.rb +11 -78
  107. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_fetch_node_networking_details_api_response.rb +11 -78
  108. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_fetch_task_api_response.rb +11 -78
  109. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_fetch_task_api_response_data.rb +3 -4
  110. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_bmc_info_response.rb +11 -78
  111. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_bmc_info_response_data.rb +3 -4
  112. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_cluster_api_response.rb +11 -78
  113. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_cluster_api_response_data.rb +3 -4
  114. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_cluster_profile_api_response.rb +11 -78
  115. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_cluster_profile_api_response_data.rb +3 -4
  116. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_disk_api_response.rb +11 -78
  117. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_disk_api_response_data.rb +3 -4
  118. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_host_api_response.rb +11 -78
  119. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_host_api_response_data.rb +3 -4
  120. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_host_nic_api_response.rb +11 -78
  121. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_host_nic_api_response_data.rb +3 -4
  122. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_rackable_unit_api_response.rb +11 -78
  123. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_rackable_unit_api_response_data.rb +3 -4
  124. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_rsyslog_server_api_response.rb +11 -78
  125. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_rsyslog_server_api_response_data.rb +3 -4
  126. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_snmp_config_by_cluster_id_api_response.rb +11 -78
  127. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_snmp_config_by_cluster_id_api_response_data.rb +3 -4
  128. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_snmp_trap_api_response.rb +11 -78
  129. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_snmp_trap_api_response_data.rb +3 -4
  130. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_snmp_user_api_response.rb +11 -78
  131. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_snmp_user_api_response_data.rb +3 -4
  132. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_storage_container_api_response.rb +11 -78
  133. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_storage_container_api_response_data.rb +3 -4
  134. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_vcenter_extension_api_response.rb +11 -78
  135. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_vcenter_extension_api_response_data.rb +3 -4
  136. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_virtual_nic_api_response.rb +11 -78
  137. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_virtual_nic_api_response_data.rb +3 -4
  138. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_gpu_mode.rb +4 -4
  139. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_gpu_type.rb +4 -4
  140. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_host.rb +11 -78
  141. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_host_gpu.rb +11 -78
  142. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_host_name_param.rb +11 -78
  143. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_host_nic.rb +11 -78
  144. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_host_type_enum.rb +4 -4
  145. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_http_proxy_config.rb +11 -78
  146. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_http_proxy_type.rb +4 -4
  147. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_http_proxy_white_list_config.rb +31 -78
  148. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_http_proxy_white_list_target_type.rb +4 -4
  149. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_hyperv_credentials.rb +11 -78
  150. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_hypervisor_iso_map.rb +11 -78
  151. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_hypervisor_reference.rb +11 -78
  152. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_hypervisor_state.rb +4 -4
  153. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_hypervisor_type.rb +4 -4
  154. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_hypervisor_upload_info.rb +11 -78
  155. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_hypervisor_upload_node_list_item.rb +11 -78
  156. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_hypervisor_upload_param.rb +11 -78
  157. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_ipmi_reference.rb +11 -78
  158. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_key_management_device_to_cert_status_info.rb +11 -78
  159. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_key_management_server_type.rb +4 -4
  160. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_cluster_profiles_api_response.rb +11 -78
  161. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_cluster_profiles_api_response_data.rb +3 -4
  162. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_clusters_api_response.rb +11 -78
  163. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_clusters_api_response_data.rb +3 -4
  164. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_data_stores_by_cluster_id_api_response.rb +11 -78
  165. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_data_stores_by_cluster_id_api_response_data.rb +3 -4
  166. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_disks_api_response.rb +11 -78
  167. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_disks_api_response_data.rb +3 -4
  168. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_host_nics_by_host_id_api_response.rb +11 -78
  169. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_host_nics_by_host_id_api_response_data.rb +3 -4
  170. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_hosts_api_response.rb +11 -78
  171. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_hosts_by_cluster_id_api_response.rb +11 -78
  172. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_hosts_by_cluster_id_api_response_data.rb +3 -4
  173. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_physical_gpu_profiles_api_response.rb +11 -78
  174. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_physical_gpu_profiles_api_response_data.rb +3 -4
  175. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_rackable_units_by_cluster_id_api_response.rb +11 -78
  176. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_rackable_units_by_cluster_id_api_response_data.rb +3 -4
  177. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_rsyslog_servers_by_cluster_id_api_response.rb +11 -78
  178. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_rsyslog_servers_by_cluster_id_api_response_data.rb +3 -4
  179. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_storage_containers_api_response.rb +11 -78
  180. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_storage_containers_api_response_data.rb +3 -4
  181. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_vcenter_extensions_api_response.rb +11 -78
  182. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_vcenter_extensions_api_response_data.rb +3 -4
  183. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_virtual_gpu_profiles_api_response.rb +11 -78
  184. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_virtual_gpu_profiles_api_response_data.rb +3 -4
  185. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_virtual_nics_by_host_id_api_response.rb +11 -78
  186. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_virtual_nics_by_host_id_api_response_data.rb +3 -4
  187. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_managed_cluster.rb +11 -78
  188. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_management_server_ref.rb +11 -78
  189. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_management_server_type.rb +4 -4
  190. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_mount_storage_container_api_response.rb +11 -78
  191. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_multi_domain_fault_tolerance_status.rb +11 -78
  192. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_name_mac_ref.rb +11 -78
  193. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_name_network_ref.rb +11 -78
  194. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_network_info.rb +11 -78
  195. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_network_switch_interface.rb +11 -78
  196. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_details.rb +11 -78
  197. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_discovery_params.rb +11 -78
  198. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_info.rb +11 -78
  199. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_item.rb +11 -78
  200. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_list_item_reference.rb +11 -78
  201. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_list_networking_details.rb +11 -78
  202. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_network_config.rb +11 -78
  203. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_networking_details.rb +11 -78
  204. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_param.rb +11 -78
  205. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_reference.rb +11 -78
  206. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_removal_extra_param.rb +11 -78
  207. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_removal_params.rb +11 -78
  208. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_resource_config.rb +11 -78
  209. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_status.rb +4 -4
  210. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_non_compatible_cluster_reference.rb +11 -78
  211. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_non_migratable_vm_info.rb +11 -78
  212. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_non_migratable_vms_result.rb +11 -78
  213. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_on_disk_dedup.rb +4 -4
  214. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_operation_mode.rb +4 -4
  215. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_partition_type.rb +4 -4
  216. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_physical_gpu_config.rb +13 -80
  217. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_physical_gpu_profile.rb +11 -78
  218. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_pii_scrubbing_level.rb +4 -4
  219. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_public_key.rb +21 -78
  220. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_pulse_status.rb +11 -78
  221. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_rack_reference.rb +11 -78
  222. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_rackable_unit.rb +11 -78
  223. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_rackable_unit_model.rb +4 -4
  224. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_rackable_unit_node.rb +11 -78
  225. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_redundancy_status_details.rb +11 -78
  226. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_register_vcenter_extension_api_response.rb +11 -78
  227. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_remove_node_api_response.rb +11 -78
  228. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_remove_snmp_transports_api_response.rb +11 -78
  229. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_rsyslog_module_item.rb +31 -78
  230. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_rsyslog_module_log_severity_level.rb +4 -4
  231. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_rsyslog_module_name.rb +4 -4
  232. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_rsyslog_network_protocol.rb +4 -4
  233. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_rsyslog_server.rb +41 -78
  234. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_smtp_network.rb +21 -78
  235. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_smtp_server_ref.rb +21 -78
  236. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_smtp_type.rb +4 -4
  237. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_snmp_auth_type.rb +4 -4
  238. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_snmp_config.rb +11 -78
  239. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_snmp_priv_type.rb +4 -4
  240. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_snmp_protocol.rb +4 -4
  241. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_snmp_status_param.rb +21 -78
  242. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_snmp_transport.rb +31 -78
  243. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_snmp_trap.rb +31 -78
  244. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_snmp_trap_version.rb +4 -4
  245. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_snmp_user.rb +21 -78
  246. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_software_map_reference.rb +11 -78
  247. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_software_type_ref.rb +4 -4
  248. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_storage_container.rb +11 -78
  249. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_storage_summary.rb +11 -78
  250. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_storage_tier.rb +4 -4
  251. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_storage_tier_reference.rb +4 -4
  252. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_task_response.rb +11 -78
  253. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_task_response_all_of_response.rb +3 -4
  254. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_task_response_type.rb +4 -4
  255. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_tolerance_message.rb +11 -78
  256. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_unconfigure_node_details.rb +11 -78
  257. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_unconfigured_node_attribute_map.rb +11 -78
  258. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_unconfigured_node_list_item.rb +11 -78
  259. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_unmount_storage_container_api_response.rb +11 -78
  260. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_unregister_vcenter_extension_api_response.rb +11 -78
  261. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_update_bmc_info_response.rb +11 -78
  262. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_update_cluster_api_response.rb +11 -78
  263. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_update_cluster_profile_api_response.rb +11 -78
  264. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_update_rsyslog_server_api_response.rb +11 -78
  265. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_update_snmp_status_api_response.rb +11 -78
  266. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_update_snmp_trap_api_response.rb +11 -78
  267. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_update_snmp_user_api_response.rb +11 -78
  268. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_update_storage_container_api_response.rb +11 -78
  269. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_upgrade_status.rb +4 -4
  270. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_uplink_info.rb +11 -78
  271. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_uplink_network_item.rb +11 -78
  272. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_uplink_node.rb +21 -78
  273. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_uplinks.rb +11 -78
  274. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_uplinks_field.rb +11 -78
  275. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_upload_info_node_item.rb +11 -78
  276. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_user_info.rb +11 -78
  277. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_validate_bundle_info.rb +11 -78
  278. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_validate_node_api_response.rb +11 -78
  279. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_validate_node_param.rb +21 -78
  280. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_validate_node_param_spec.rb +3 -4
  281. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_vcenter_credentials.rb +21 -78
  282. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_vcenter_extension.rb +11 -78
  283. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_vcenter_info.rb +31 -78
  284. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_virtual_gpu_config.rb +15 -82
  285. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_virtual_gpu_profile.rb +11 -78
  286. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_virtual_nic.rb +11 -78
  287. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_error_app_message.rb +11 -78
  288. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_error_error_response.rb +11 -78
  289. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_error_error_response_error.rb +3 -4
  290. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_error_message_severity.rb +4 -4
  291. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_error_schema_validation_error.rb +11 -78
  292. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_error_schema_validation_error_message.rb +11 -78
  293. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_operations_enter_host_maintenance_api_response.rb +11 -78
  294. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_operations_enter_host_maintenance_spec.rb +11 -78
  295. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_operations_exit_host_maintenance_api_response.rb +11 -78
  296. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_operations_host_maintenance_common_spec.rb +11 -78
  297. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_cluster_stats.rb +11 -78
  298. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_cluster_stats_api_response.rb +11 -78
  299. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_cluster_stats_api_response_data.rb +3 -4
  300. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_disk_stats.rb +11 -78
  301. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_get_disk_stats_api_response.rb +11 -78
  302. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_get_disk_stats_api_response_data.rb +3 -4
  303. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_get_storage_container_stats_api_response.rb +11 -78
  304. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_get_storage_container_stats_api_response_data.rb +3 -4
  305. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_host_stats.rb +11 -78
  306. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_host_stats_api_response.rb +11 -78
  307. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_host_stats_api_response_data.rb +3 -4
  308. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_storage_container_stats.rb +11 -78
  309. data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_time_value_pair.rb +11 -78
  310. data/lib/nutanix_clustermgmt/models/common_v10_config_basic_auth.rb +15 -82
  311. data/lib/nutanix_clustermgmt/models/common_v10_config_flag.rb +13 -80
  312. data/lib/nutanix_clustermgmt/models/common_v10_config_fqdn.rb +11 -78
  313. data/lib/nutanix_clustermgmt/models/common_v10_config_ip_address.rb +11 -78
  314. data/lib/nutanix_clustermgmt/models/common_v10_config_ip_address_or_fqdn.rb +11 -78
  315. data/lib/nutanix_clustermgmt/models/common_v10_config_ipv4_address.rb +11 -78
  316. data/lib/nutanix_clustermgmt/models/common_v10_config_ipv6_address.rb +11 -78
  317. data/lib/nutanix_clustermgmt/models/common_v10_config_kv_pair.rb +13 -80
  318. data/lib/nutanix_clustermgmt/models/common_v10_config_kv_pair_value.rb +3 -4
  319. data/lib/nutanix_clustermgmt/models/common_v10_config_map_of_string_wrapper.rb +11 -78
  320. data/lib/nutanix_clustermgmt/models/common_v10_config_message.rb +11 -78
  321. data/lib/nutanix_clustermgmt/models/common_v10_config_message_severity.rb +4 -4
  322. data/lib/nutanix_clustermgmt/models/common_v10_config_tenant_aware_model.rb +11 -78
  323. data/lib/nutanix_clustermgmt/models/common_v10_response_api_link.rb +11 -78
  324. data/lib/nutanix_clustermgmt/models/common_v10_response_api_response_metadata.rb +11 -78
  325. data/lib/nutanix_clustermgmt/models/common_v10_response_externalizable_abstract_model.rb +11 -78
  326. data/lib/nutanix_clustermgmt/models/common_v10_stats_down_sampling_operator.rb +4 -4
  327. data/lib/nutanix_clustermgmt/models/common_v10_stats_time_int_value_pair.rb +11 -78
  328. data/lib/nutanix_clustermgmt/models/create_cluster202_response.rb +11 -78
  329. data/lib/nutanix_clustermgmt/models/create_cluster4_xx_response.rb +11 -78
  330. data/lib/nutanix_clustermgmt/models/create_cluster_profile202_response.rb +11 -78
  331. data/lib/nutanix_clustermgmt/models/create_cluster_profile4_xx_response.rb +11 -78
  332. data/lib/nutanix_clustermgmt/models/create_rsyslog_server202_response.rb +11 -78
  333. data/lib/nutanix_clustermgmt/models/create_rsyslog_server4_xx_response.rb +11 -78
  334. data/lib/nutanix_clustermgmt/models/create_snmp_trap202_response.rb +11 -78
  335. data/lib/nutanix_clustermgmt/models/create_snmp_trap4_xx_response.rb +11 -78
  336. data/lib/nutanix_clustermgmt/models/create_snmp_user202_response.rb +11 -78
  337. data/lib/nutanix_clustermgmt/models/create_snmp_user4_xx_response.rb +11 -78
  338. data/lib/nutanix_clustermgmt/models/create_storage_container202_response.rb +11 -78
  339. data/lib/nutanix_clustermgmt/models/create_storage_container4_xx_response.rb +11 -78
  340. data/lib/nutanix_clustermgmt/models/delete_cluster_by_id202_response.rb +11 -78
  341. data/lib/nutanix_clustermgmt/models/delete_cluster_by_id4_xx_response.rb +11 -78
  342. data/lib/nutanix_clustermgmt/models/delete_cluster_profile_by_id202_response.rb +11 -78
  343. data/lib/nutanix_clustermgmt/models/delete_cluster_profile_by_id4_xx_response.rb +11 -78
  344. data/lib/nutanix_clustermgmt/models/delete_disk_by_id202_response.rb +11 -78
  345. data/lib/nutanix_clustermgmt/models/delete_disk_by_id4_xx_response.rb +11 -78
  346. data/lib/nutanix_clustermgmt/models/delete_rsyslog_server_by_id202_response.rb +11 -78
  347. data/lib/nutanix_clustermgmt/models/delete_rsyslog_server_by_id4_xx_response.rb +11 -78
  348. data/lib/nutanix_clustermgmt/models/delete_snmp_trap_by_id202_response.rb +11 -78
  349. data/lib/nutanix_clustermgmt/models/delete_snmp_trap_by_id4_xx_response.rb +11 -78
  350. data/lib/nutanix_clustermgmt/models/delete_snmp_user_by_id202_response.rb +11 -78
  351. data/lib/nutanix_clustermgmt/models/delete_snmp_user_by_id4_xx_response.rb +11 -78
  352. data/lib/nutanix_clustermgmt/models/delete_storage_container_by_id202_response.rb +11 -78
  353. data/lib/nutanix_clustermgmt/models/delete_storage_container_by_id4_xx_response.rb +11 -78
  354. data/lib/nutanix_clustermgmt/models/disassociate_categories_from_cluster202_response.rb +11 -78
  355. data/lib/nutanix_clustermgmt/models/disassociate_categories_from_cluster4_xx_response.rb +11 -78
  356. data/lib/nutanix_clustermgmt/models/disassociate_cluster_from_cluster_profile202_response.rb +11 -78
  357. data/lib/nutanix_clustermgmt/models/disassociate_cluster_from_cluster_profile4_xx_response.rb +11 -78
  358. data/lib/nutanix_clustermgmt/models/discover_unconfigured_nodes202_response.rb +11 -78
  359. data/lib/nutanix_clustermgmt/models/discover_unconfigured_nodes4_xx_response.rb +11 -78
  360. data/lib/nutanix_clustermgmt/models/enter_host_maintenance202_response.rb +11 -78
  361. data/lib/nutanix_clustermgmt/models/enter_host_maintenance4_xx_response.rb +11 -78
  362. data/lib/nutanix_clustermgmt/models/exit_host_maintenance202_response.rb +11 -78
  363. data/lib/nutanix_clustermgmt/models/exit_host_maintenance4_xx_response.rb +11 -78
  364. data/lib/nutanix_clustermgmt/models/expand_cluster202_response.rb +11 -78
  365. data/lib/nutanix_clustermgmt/models/expand_cluster4_xx_response.rb +11 -78
  366. data/lib/nutanix_clustermgmt/models/fetch_node_networking_details202_response.rb +11 -78
  367. data/lib/nutanix_clustermgmt/models/fetch_node_networking_details4_xx_response.rb +11 -78
  368. data/lib/nutanix_clustermgmt/models/fetch_task_response200_response.rb +11 -78
  369. data/lib/nutanix_clustermgmt/models/fetch_task_response4_xx_response.rb +11 -78
  370. data/lib/nutanix_clustermgmt/models/get_bmc_info200_response.rb +11 -78
  371. data/lib/nutanix_clustermgmt/models/get_bmc_info4_xx_response.rb +11 -78
  372. data/lib/nutanix_clustermgmt/models/get_cluster_by_id200_response.rb +11 -78
  373. data/lib/nutanix_clustermgmt/models/get_cluster_by_id4_xx_response.rb +11 -78
  374. data/lib/nutanix_clustermgmt/models/get_cluster_profile_by_id200_response.rb +11 -78
  375. data/lib/nutanix_clustermgmt/models/get_cluster_profile_by_id4_xx_response.rb +11 -78
  376. data/lib/nutanix_clustermgmt/models/get_cluster_stats200_response.rb +11 -78
  377. data/lib/nutanix_clustermgmt/models/get_cluster_stats4_xx_response.rb +11 -78
  378. data/lib/nutanix_clustermgmt/models/get_disk_by_id200_response.rb +11 -78
  379. data/lib/nutanix_clustermgmt/models/get_disk_by_id4_xx_response.rb +11 -78
  380. data/lib/nutanix_clustermgmt/models/get_disk_stats200_response.rb +11 -78
  381. data/lib/nutanix_clustermgmt/models/get_disk_stats4_xx_response.rb +11 -78
  382. data/lib/nutanix_clustermgmt/models/get_host_by_id200_response.rb +11 -78
  383. data/lib/nutanix_clustermgmt/models/get_host_by_id4_xx_response.rb +11 -78
  384. data/lib/nutanix_clustermgmt/models/get_host_nic_by_id200_response.rb +11 -78
  385. data/lib/nutanix_clustermgmt/models/get_host_nic_by_id4_xx_response.rb +11 -78
  386. data/lib/nutanix_clustermgmt/models/get_host_stats200_response.rb +11 -78
  387. data/lib/nutanix_clustermgmt/models/get_host_stats4_xx_response.rb +11 -78
  388. data/lib/nutanix_clustermgmt/models/get_rackable_unit_by_id200_response.rb +11 -78
  389. data/lib/nutanix_clustermgmt/models/get_rackable_unit_by_id4_xx_response.rb +11 -78
  390. data/lib/nutanix_clustermgmt/models/get_rsyslog_server_by_id200_response.rb +11 -78
  391. data/lib/nutanix_clustermgmt/models/get_rsyslog_server_by_id4_xx_response.rb +11 -78
  392. data/lib/nutanix_clustermgmt/models/get_snmp_config_by_cluster_id200_response.rb +11 -78
  393. data/lib/nutanix_clustermgmt/models/get_snmp_config_by_cluster_id4_xx_response.rb +11 -78
  394. data/lib/nutanix_clustermgmt/models/get_snmp_trap_by_id200_response.rb +11 -78
  395. data/lib/nutanix_clustermgmt/models/get_snmp_trap_by_id4_xx_response.rb +11 -78
  396. data/lib/nutanix_clustermgmt/models/get_snmp_user_by_id200_response.rb +11 -78
  397. data/lib/nutanix_clustermgmt/models/get_snmp_user_by_id4_xx_response.rb +11 -78
  398. data/lib/nutanix_clustermgmt/models/get_storage_container_by_id200_response.rb +11 -78
  399. data/lib/nutanix_clustermgmt/models/get_storage_container_by_id4_xx_response.rb +11 -78
  400. data/lib/nutanix_clustermgmt/models/get_storage_container_stats200_response.rb +11 -78
  401. data/lib/nutanix_clustermgmt/models/get_storage_container_stats4_xx_response.rb +11 -78
  402. data/lib/nutanix_clustermgmt/models/get_vcenter_extension_by_id200_response.rb +11 -78
  403. data/lib/nutanix_clustermgmt/models/get_vcenter_extension_by_id4_xx_response.rb +11 -78
  404. data/lib/nutanix_clustermgmt/models/get_virtual_nic_by_id200_response.rb +11 -78
  405. data/lib/nutanix_clustermgmt/models/get_virtual_nic_by_id4_xx_response.rb +11 -78
  406. data/lib/nutanix_clustermgmt/models/list_cluster_profiles200_response.rb +11 -78
  407. data/lib/nutanix_clustermgmt/models/list_cluster_profiles4_xx_response.rb +11 -78
  408. data/lib/nutanix_clustermgmt/models/list_clusters200_response.rb +11 -78
  409. data/lib/nutanix_clustermgmt/models/list_clusters4_xx_response.rb +11 -78
  410. data/lib/nutanix_clustermgmt/models/list_data_stores_by_cluster_id200_response.rb +11 -78
  411. data/lib/nutanix_clustermgmt/models/list_data_stores_by_cluster_id4_xx_response.rb +11 -78
  412. data/lib/nutanix_clustermgmt/models/list_disks200_response.rb +11 -78
  413. data/lib/nutanix_clustermgmt/models/list_disks4_xx_response.rb +11 -78
  414. data/lib/nutanix_clustermgmt/models/list_host_nics_by_host_id200_response.rb +11 -78
  415. data/lib/nutanix_clustermgmt/models/list_host_nics_by_host_id4_xx_response.rb +11 -78
  416. data/lib/nutanix_clustermgmt/models/list_hosts200_response.rb +11 -78
  417. data/lib/nutanix_clustermgmt/models/list_hosts4_xx_response.rb +11 -78
  418. data/lib/nutanix_clustermgmt/models/list_hosts_by_cluster_id200_response.rb +11 -78
  419. data/lib/nutanix_clustermgmt/models/list_hosts_by_cluster_id4_xx_response.rb +11 -78
  420. data/lib/nutanix_clustermgmt/models/list_pcie_devices200_response.rb +11 -78
  421. data/lib/nutanix_clustermgmt/models/list_pcie_devices4_xx_response.rb +11 -78
  422. data/lib/nutanix_clustermgmt/models/list_physical_gpu_profiles200_response.rb +11 -78
  423. data/lib/nutanix_clustermgmt/models/list_physical_gpu_profiles4_xx_response.rb +11 -78
  424. data/lib/nutanix_clustermgmt/models/list_rackable_units_by_cluster_id200_response.rb +11 -78
  425. data/lib/nutanix_clustermgmt/models/list_rackable_units_by_cluster_id4_xx_response.rb +11 -78
  426. data/lib/nutanix_clustermgmt/models/list_rsyslog_servers_by_cluster_id200_response.rb +11 -78
  427. data/lib/nutanix_clustermgmt/models/list_rsyslog_servers_by_cluster_id4_xx_response.rb +11 -78
  428. data/lib/nutanix_clustermgmt/models/list_storage_containers200_response.rb +11 -78
  429. data/lib/nutanix_clustermgmt/models/list_storage_containers4_xx_response.rb +11 -78
  430. data/lib/nutanix_clustermgmt/models/list_vcenter_extensions200_response.rb +11 -78
  431. data/lib/nutanix_clustermgmt/models/list_vcenter_extensions4_xx_response.rb +11 -78
  432. data/lib/nutanix_clustermgmt/models/list_virtual_gpu_profiles200_response.rb +11 -78
  433. data/lib/nutanix_clustermgmt/models/list_virtual_gpu_profiles4_xx_response.rb +11 -78
  434. data/lib/nutanix_clustermgmt/models/list_virtual_nics_by_host_id200_response.rb +11 -78
  435. data/lib/nutanix_clustermgmt/models/list_virtual_nics_by_host_id4_xx_response.rb +11 -78
  436. data/lib/nutanix_clustermgmt/models/mount_storage_container202_response.rb +11 -78
  437. data/lib/nutanix_clustermgmt/models/mount_storage_container4_xx_response.rb +11 -78
  438. data/lib/nutanix_clustermgmt/models/prism_v40_config_task_reference.rb +11 -78
  439. data/lib/nutanix_clustermgmt/models/register_vcenter_extension202_response.rb +11 -78
  440. data/lib/nutanix_clustermgmt/models/register_vcenter_extension4_xx_response.rb +11 -78
  441. data/lib/nutanix_clustermgmt/models/remove_node202_response.rb +11 -78
  442. data/lib/nutanix_clustermgmt/models/remove_node4_xx_response.rb +11 -78
  443. data/lib/nutanix_clustermgmt/models/remove_snmp_transport202_response.rb +11 -78
  444. data/lib/nutanix_clustermgmt/models/remove_snmp_transport4_xx_response.rb +11 -78
  445. data/lib/nutanix_clustermgmt/models/unmount_storage_container202_response.rb +11 -78
  446. data/lib/nutanix_clustermgmt/models/unmount_storage_container4_xx_response.rb +11 -78
  447. data/lib/nutanix_clustermgmt/models/unregister_vcenter_extension202_response.rb +11 -78
  448. data/lib/nutanix_clustermgmt/models/unregister_vcenter_extension4_xx_response.rb +11 -78
  449. data/lib/nutanix_clustermgmt/models/update_bmc_info202_response.rb +11 -78
  450. data/lib/nutanix_clustermgmt/models/update_bmc_info4_xx_response.rb +11 -78
  451. data/lib/nutanix_clustermgmt/models/update_cluster_by_id202_response.rb +11 -78
  452. data/lib/nutanix_clustermgmt/models/update_cluster_by_id4_xx_response.rb +11 -78
  453. data/lib/nutanix_clustermgmt/models/update_cluster_profile_by_id202_response.rb +11 -78
  454. data/lib/nutanix_clustermgmt/models/update_cluster_profile_by_id4_xx_response.rb +11 -78
  455. data/lib/nutanix_clustermgmt/models/update_rsyslog_server_by_id202_response.rb +11 -78
  456. data/lib/nutanix_clustermgmt/models/update_rsyslog_server_by_id4_xx_response.rb +11 -78
  457. data/lib/nutanix_clustermgmt/models/update_snmp_status202_response.rb +11 -78
  458. data/lib/nutanix_clustermgmt/models/update_snmp_status4_xx_response.rb +11 -78
  459. data/lib/nutanix_clustermgmt/models/update_snmp_trap_by_id202_response.rb +11 -78
  460. data/lib/nutanix_clustermgmt/models/update_snmp_trap_by_id4_xx_response.rb +11 -78
  461. data/lib/nutanix_clustermgmt/models/update_snmp_user_by_id202_response.rb +11 -78
  462. data/lib/nutanix_clustermgmt/models/update_snmp_user_by_id4_xx_response.rb +11 -78
  463. data/lib/nutanix_clustermgmt/models/update_storage_container_by_id202_response.rb +11 -78
  464. data/lib/nutanix_clustermgmt/models/update_storage_container_by_id4_xx_response.rb +11 -78
  465. data/lib/nutanix_clustermgmt/models/validate_node202_response.rb +11 -78
  466. data/lib/nutanix_clustermgmt/models/validate_node4_xx_response.rb +11 -78
  467. data/lib/nutanix_clustermgmt/version.rb +2 -2
  468. data/lib/nutanix_clustermgmt.rb +2 -1
  469. data/pkg/nutanix_clustermgmt-0.1.1.gem +0 -0
  470. data/spec/api/bmc_api_spec.rb +1 -1
  471. data/spec/api/cluster_profiles_api_spec.rb +1 -1
  472. data/spec/api/clusters_api_spec.rb +1 -1
  473. data/spec/api/disks_api_spec.rb +1 -1
  474. data/spec/api/pcie_devices_api_spec.rb +1 -1
  475. data/spec/api/storage_containers_api_spec.rb +1 -1
  476. data/spec/api/vcenter_extensions_api_spec.rb +1 -1
  477. data/spec/models/add_disk202_response_spec.rb +2 -2
  478. data/spec/models/add_disk4_xx_response_spec.rb +2 -2
  479. data/spec/models/add_snmp_transport202_response_spec.rb +2 -2
  480. data/spec/models/add_snmp_transport4_xx_response_spec.rb +2 -2
  481. data/spec/models/apply_cluster_profile202_response_spec.rb +2 -2
  482. data/spec/models/apply_cluster_profile4_xx_response_spec.rb +2 -2
  483. data/spec/models/associate_categories_to_cluster202_response_spec.rb +2 -2
  484. data/spec/models/associate_categories_to_cluster4_xx_response_spec.rb +2 -2
  485. data/spec/models/check_hypervisor_requirements202_response_spec.rb +2 -2
  486. data/spec/models/check_hypervisor_requirements4_xx_response_spec.rb +2 -2
  487. data/spec/models/clustermgmt_v40_ahv_config_list_pcie_devices_api_response_data_spec.rb +1 -1
  488. data/spec/models/clustermgmt_v40_ahv_config_list_pcie_devices_api_response_spec.rb +2 -2
  489. data/spec/models/clustermgmt_v40_ahv_config_pcie_device_configuration_spec.rb +2 -2
  490. data/spec/models/clustermgmt_v40_ahv_config_pcie_device_spec.rb +2 -2
  491. data/spec/models/clustermgmt_v40_ahv_config_pcie_device_state_spec.rb +2 -2
  492. data/spec/models/clustermgmt_v40_config_acropolis_connection_state_spec.rb +2 -2
  493. data/spec/models/clustermgmt_v40_config_add_disk_api_response_spec.rb +2 -2
  494. data/spec/models/clustermgmt_v40_config_add_snmp_transports_api_response_spec.rb +2 -2
  495. data/spec/models/clustermgmt_v40_config_address_type_spec.rb +2 -2
  496. data/spec/models/clustermgmt_v40_config_apply_cluster_profile_api_response_spec.rb +2 -2
  497. data/spec/models/clustermgmt_v40_config_associate_categories_to_cluster_api_response_data_spec.rb +1 -1
  498. data/spec/models/clustermgmt_v40_config_associate_categories_to_cluster_api_response_spec.rb +2 -2
  499. data/spec/models/clustermgmt_v40_config_attribute_item_spec.rb +2 -2
  500. data/spec/models/clustermgmt_v40_config_authorized_public_key_spec.rb +2 -2
  501. data/spec/models/clustermgmt_v40_config_backplane_network_params_spec.rb +2 -2
  502. data/spec/models/clustermgmt_v40_config_block_item_spec.rb +2 -2
  503. data/spec/models/clustermgmt_v40_config_bmc_info_spec.rb +2 -2
  504. data/spec/models/clustermgmt_v40_config_build_info_spec.rb +2 -2
  505. data/spec/models/clustermgmt_v40_config_build_reference_spec.rb +2 -2
  506. data/spec/models/clustermgmt_v40_config_bundle_info_spec.rb +2 -2
  507. data/spec/models/clustermgmt_v40_config_bundle_param_spec.rb +2 -2
  508. data/spec/models/clustermgmt_v40_config_cache_deduplication_spec.rb +2 -2
  509. data/spec/models/clustermgmt_v40_config_category_entity_references_spec.rb +2 -2
  510. data/spec/models/clustermgmt_v40_config_check_hypervisor_requirements_api_response_spec.rb +2 -2
  511. data/spec/models/clustermgmt_v40_config_cluster_arch_reference_spec.rb +2 -2
  512. data/spec/models/clustermgmt_v40_config_cluster_config_reference_spec.rb +2 -2
  513. data/spec/models/clustermgmt_v40_config_cluster_config_spec.rb +2 -2
  514. data/spec/models/clustermgmt_v40_config_cluster_fault_tolerance_ref_spec.rb +2 -2
  515. data/spec/models/clustermgmt_v40_config_cluster_function_ref_spec.rb +2 -2
  516. data/spec/models/clustermgmt_v40_config_cluster_network_reference_spec.rb +2 -2
  517. data/spec/models/clustermgmt_v40_config_cluster_network_spec.rb +2 -2
  518. data/spec/models/clustermgmt_v40_config_cluster_profile_spec.rb +2 -2
  519. data/spec/models/clustermgmt_v40_config_cluster_reference_list_spec_spec.rb +2 -2
  520. data/spec/models/clustermgmt_v40_config_cluster_reference_spec.rb +2 -2
  521. data/spec/models/clustermgmt_v40_config_cluster_spec.rb +2 -2
  522. data/spec/models/clustermgmt_v40_config_component_fault_tolerance_spec.rb +2 -2
  523. data/spec/models/clustermgmt_v40_config_component_type_spec.rb +2 -2
  524. data/spec/models/clustermgmt_v40_config_compute_node_item_spec.rb +2 -2
  525. data/spec/models/clustermgmt_v40_config_compute_non_migratable_vms_spec_spec.rb +2 -2
  526. data/spec/models/clustermgmt_v40_config_config_params_spec.rb +2 -2
  527. data/spec/models/clustermgmt_v40_config_config_type_spec.rb +2 -2
  528. data/spec/models/clustermgmt_v40_config_controller_vm_reference_spec.rb +2 -2
  529. data/spec/models/clustermgmt_v40_config_create_cluster_api_response_spec.rb +2 -2
  530. data/spec/models/clustermgmt_v40_config_create_cluster_profile_api_response_spec.rb +2 -2
  531. data/spec/models/clustermgmt_v40_config_create_rsyslog_server_api_response_spec.rb +2 -2
  532. data/spec/models/clustermgmt_v40_config_create_snmp_trap_api_response_spec.rb +2 -2
  533. data/spec/models/clustermgmt_v40_config_create_snmp_user_api_response_spec.rb +2 -2
  534. data/spec/models/clustermgmt_v40_config_create_storage_container_api_response_spec.rb +2 -2
  535. data/spec/models/clustermgmt_v40_config_credential_status_spec.rb +2 -2
  536. data/spec/models/clustermgmt_v40_config_data_store_mount_spec.rb +2 -2
  537. data/spec/models/clustermgmt_v40_config_data_store_spec.rb +2 -2
  538. data/spec/models/clustermgmt_v40_config_data_store_unmount_spec.rb +2 -2
  539. data/spec/models/clustermgmt_v40_config_delete_cluster_api_response_spec.rb +2 -2
  540. data/spec/models/clustermgmt_v40_config_delete_cluster_profile_api_response_spec.rb +2 -2
  541. data/spec/models/clustermgmt_v40_config_delete_disk_api_response_spec.rb +2 -2
  542. data/spec/models/clustermgmt_v40_config_delete_rsyslog_server_api_response_spec.rb +2 -2
  543. data/spec/models/clustermgmt_v40_config_delete_snmp_trap_api_response_spec.rb +2 -2
  544. data/spec/models/clustermgmt_v40_config_delete_snmp_user_api_response_spec.rb +2 -2
  545. data/spec/models/clustermgmt_v40_config_delete_storage_container_api_response_spec.rb +2 -2
  546. data/spec/models/clustermgmt_v40_config_digital_certificate_map_reference_spec.rb +2 -2
  547. data/spec/models/clustermgmt_v40_config_disassociate_categories_from_cluster_api_response_spec.rb +2 -2
  548. data/spec/models/clustermgmt_v40_config_disassociate_cluster_from_cluster_profile_api_response_spec.rb +2 -2
  549. data/spec/models/clustermgmt_v40_config_discover_unconfigured_nodes_api_response_spec.rb +2 -2
  550. data/spec/models/clustermgmt_v40_config_disk_addition_spec_spec.rb +2 -2
  551. data/spec/models/clustermgmt_v40_config_disk_advance_config_spec.rb +2 -2
  552. data/spec/models/clustermgmt_v40_config_disk_partition_info_spec.rb +2 -2
  553. data/spec/models/clustermgmt_v40_config_disk_reference_spec.rb +2 -2
  554. data/spec/models/clustermgmt_v40_config_disk_spec.rb +2 -2
  555. data/spec/models/clustermgmt_v40_config_disk_status_spec.rb +2 -2
  556. data/spec/models/clustermgmt_v40_config_domain_awareness_level_spec.rb +2 -2
  557. data/spec/models/clustermgmt_v40_config_domain_fault_tolerance_spec.rb +2 -2
  558. data/spec/models/clustermgmt_v40_config_domain_type_spec.rb +2 -2
  559. data/spec/models/clustermgmt_v40_config_drive_replacement_option_spec.rb +2 -2
  560. data/spec/models/clustermgmt_v40_config_encryption_option_info_spec.rb +2 -2
  561. data/spec/models/clustermgmt_v40_config_encryption_scope_info_spec.rb +2 -2
  562. data/spec/models/clustermgmt_v40_config_encryption_status_spec.rb +2 -2
  563. data/spec/models/clustermgmt_v40_config_erasure_code_status_spec.rb +2 -2
  564. data/spec/models/clustermgmt_v40_config_expand_cluster_api_response_spec.rb +2 -2
  565. data/spec/models/clustermgmt_v40_config_expand_cluster_params_spec.rb +2 -2
  566. data/spec/models/clustermgmt_v40_config_fault_tolerance_state_spec.rb +2 -2
  567. data/spec/models/clustermgmt_v40_config_fetch_node_networking_details_api_response_spec.rb +2 -2
  568. data/spec/models/clustermgmt_v40_config_fetch_task_api_response_data_spec.rb +1 -1
  569. data/spec/models/clustermgmt_v40_config_fetch_task_api_response_spec.rb +2 -2
  570. data/spec/models/clustermgmt_v40_config_get_bmc_info_response_data_spec.rb +1 -1
  571. data/spec/models/clustermgmt_v40_config_get_bmc_info_response_spec.rb +2 -2
  572. data/spec/models/clustermgmt_v40_config_get_cluster_api_response_data_spec.rb +1 -1
  573. data/spec/models/clustermgmt_v40_config_get_cluster_api_response_spec.rb +2 -2
  574. data/spec/models/clustermgmt_v40_config_get_cluster_profile_api_response_data_spec.rb +1 -1
  575. data/spec/models/clustermgmt_v40_config_get_cluster_profile_api_response_spec.rb +2 -2
  576. data/spec/models/clustermgmt_v40_config_get_disk_api_response_data_spec.rb +1 -1
  577. data/spec/models/clustermgmt_v40_config_get_disk_api_response_spec.rb +2 -2
  578. data/spec/models/clustermgmt_v40_config_get_host_api_response_data_spec.rb +1 -1
  579. data/spec/models/clustermgmt_v40_config_get_host_api_response_spec.rb +2 -2
  580. data/spec/models/clustermgmt_v40_config_get_host_nic_api_response_data_spec.rb +1 -1
  581. data/spec/models/clustermgmt_v40_config_get_host_nic_api_response_spec.rb +2 -2
  582. data/spec/models/clustermgmt_v40_config_get_rackable_unit_api_response_data_spec.rb +1 -1
  583. data/spec/models/clustermgmt_v40_config_get_rackable_unit_api_response_spec.rb +2 -2
  584. data/spec/models/clustermgmt_v40_config_get_rsyslog_server_api_response_data_spec.rb +1 -1
  585. data/spec/models/clustermgmt_v40_config_get_rsyslog_server_api_response_spec.rb +2 -2
  586. data/spec/models/clustermgmt_v40_config_get_snmp_config_by_cluster_id_api_response_data_spec.rb +1 -1
  587. data/spec/models/clustermgmt_v40_config_get_snmp_config_by_cluster_id_api_response_spec.rb +2 -2
  588. data/spec/models/clustermgmt_v40_config_get_snmp_trap_api_response_data_spec.rb +1 -1
  589. data/spec/models/clustermgmt_v40_config_get_snmp_trap_api_response_spec.rb +2 -2
  590. data/spec/models/clustermgmt_v40_config_get_snmp_user_api_response_data_spec.rb +1 -1
  591. data/spec/models/clustermgmt_v40_config_get_snmp_user_api_response_spec.rb +2 -2
  592. data/spec/models/clustermgmt_v40_config_get_storage_container_api_response_data_spec.rb +1 -1
  593. data/spec/models/clustermgmt_v40_config_get_storage_container_api_response_spec.rb +2 -2
  594. data/spec/models/clustermgmt_v40_config_get_vcenter_extension_api_response_data_spec.rb +1 -1
  595. data/spec/models/clustermgmt_v40_config_get_vcenter_extension_api_response_spec.rb +2 -2
  596. data/spec/models/clustermgmt_v40_config_get_virtual_nic_api_response_data_spec.rb +1 -1
  597. data/spec/models/clustermgmt_v40_config_get_virtual_nic_api_response_spec.rb +2 -2
  598. data/spec/models/clustermgmt_v40_config_gpu_mode_spec.rb +2 -2
  599. data/spec/models/clustermgmt_v40_config_gpu_type_spec.rb +2 -2
  600. data/spec/models/clustermgmt_v40_config_host_gpu_spec.rb +2 -2
  601. data/spec/models/clustermgmt_v40_config_host_name_param_spec.rb +2 -2
  602. data/spec/models/clustermgmt_v40_config_host_nic_spec.rb +2 -2
  603. data/spec/models/clustermgmt_v40_config_host_spec.rb +2 -2
  604. data/spec/models/clustermgmt_v40_config_host_type_enum_spec.rb +2 -2
  605. data/spec/models/clustermgmt_v40_config_http_proxy_config_spec.rb +2 -2
  606. data/spec/models/clustermgmt_v40_config_http_proxy_type_spec.rb +2 -2
  607. data/spec/models/clustermgmt_v40_config_http_proxy_white_list_config_spec.rb +2 -2
  608. data/spec/models/clustermgmt_v40_config_http_proxy_white_list_target_type_spec.rb +2 -2
  609. data/spec/models/clustermgmt_v40_config_hyperv_credentials_spec.rb +2 -2
  610. data/spec/models/clustermgmt_v40_config_hypervisor_iso_map_spec.rb +2 -2
  611. data/spec/models/clustermgmt_v40_config_hypervisor_reference_spec.rb +2 -2
  612. data/spec/models/clustermgmt_v40_config_hypervisor_state_spec.rb +2 -2
  613. data/spec/models/clustermgmt_v40_config_hypervisor_type_spec.rb +2 -2
  614. data/spec/models/clustermgmt_v40_config_hypervisor_upload_info_spec.rb +2 -2
  615. data/spec/models/clustermgmt_v40_config_hypervisor_upload_node_list_item_spec.rb +2 -2
  616. data/spec/models/clustermgmt_v40_config_hypervisor_upload_param_spec.rb +2 -2
  617. data/spec/models/clustermgmt_v40_config_ipmi_reference_spec.rb +2 -2
  618. data/spec/models/clustermgmt_v40_config_key_management_device_to_cert_status_info_spec.rb +2 -2
  619. data/spec/models/clustermgmt_v40_config_key_management_server_type_spec.rb +2 -2
  620. data/spec/models/clustermgmt_v40_config_list_cluster_profiles_api_response_data_spec.rb +1 -1
  621. data/spec/models/clustermgmt_v40_config_list_cluster_profiles_api_response_spec.rb +2 -2
  622. data/spec/models/clustermgmt_v40_config_list_clusters_api_response_data_spec.rb +1 -1
  623. data/spec/models/clustermgmt_v40_config_list_clusters_api_response_spec.rb +2 -2
  624. data/spec/models/clustermgmt_v40_config_list_data_stores_by_cluster_id_api_response_data_spec.rb +1 -1
  625. data/spec/models/clustermgmt_v40_config_list_data_stores_by_cluster_id_api_response_spec.rb +2 -2
  626. data/spec/models/clustermgmt_v40_config_list_disks_api_response_data_spec.rb +1 -1
  627. data/spec/models/clustermgmt_v40_config_list_disks_api_response_spec.rb +2 -2
  628. data/spec/models/clustermgmt_v40_config_list_host_nics_by_host_id_api_response_data_spec.rb +1 -1
  629. data/spec/models/clustermgmt_v40_config_list_host_nics_by_host_id_api_response_spec.rb +2 -2
  630. data/spec/models/clustermgmt_v40_config_list_hosts_api_response_spec.rb +2 -2
  631. data/spec/models/clustermgmt_v40_config_list_hosts_by_cluster_id_api_response_data_spec.rb +1 -1
  632. data/spec/models/clustermgmt_v40_config_list_hosts_by_cluster_id_api_response_spec.rb +2 -2
  633. data/spec/models/clustermgmt_v40_config_list_physical_gpu_profiles_api_response_data_spec.rb +1 -1
  634. data/spec/models/clustermgmt_v40_config_list_physical_gpu_profiles_api_response_spec.rb +2 -2
  635. data/spec/models/clustermgmt_v40_config_list_rackable_units_by_cluster_id_api_response_data_spec.rb +1 -1
  636. data/spec/models/clustermgmt_v40_config_list_rackable_units_by_cluster_id_api_response_spec.rb +2 -2
  637. data/spec/models/clustermgmt_v40_config_list_rsyslog_servers_by_cluster_id_api_response_data_spec.rb +1 -1
  638. data/spec/models/clustermgmt_v40_config_list_rsyslog_servers_by_cluster_id_api_response_spec.rb +2 -2
  639. data/spec/models/clustermgmt_v40_config_list_storage_containers_api_response_data_spec.rb +1 -1
  640. data/spec/models/clustermgmt_v40_config_list_storage_containers_api_response_spec.rb +2 -2
  641. data/spec/models/clustermgmt_v40_config_list_vcenter_extensions_api_response_data_spec.rb +1 -1
  642. data/spec/models/clustermgmt_v40_config_list_vcenter_extensions_api_response_spec.rb +2 -2
  643. data/spec/models/clustermgmt_v40_config_list_virtual_gpu_profiles_api_response_data_spec.rb +1 -1
  644. data/spec/models/clustermgmt_v40_config_list_virtual_gpu_profiles_api_response_spec.rb +2 -2
  645. data/spec/models/clustermgmt_v40_config_list_virtual_nics_by_host_id_api_response_data_spec.rb +1 -1
  646. data/spec/models/clustermgmt_v40_config_list_virtual_nics_by_host_id_api_response_spec.rb +2 -2
  647. data/spec/models/clustermgmt_v40_config_managed_cluster_spec.rb +2 -2
  648. data/spec/models/clustermgmt_v40_config_management_server_ref_spec.rb +2 -2
  649. data/spec/models/clustermgmt_v40_config_management_server_type_spec.rb +2 -2
  650. data/spec/models/clustermgmt_v40_config_mount_storage_container_api_response_spec.rb +2 -2
  651. data/spec/models/clustermgmt_v40_config_multi_domain_fault_tolerance_status_spec.rb +2 -2
  652. data/spec/models/clustermgmt_v40_config_name_mac_ref_spec.rb +2 -2
  653. data/spec/models/clustermgmt_v40_config_name_network_ref_spec.rb +2 -2
  654. data/spec/models/clustermgmt_v40_config_network_info_spec.rb +2 -2
  655. data/spec/models/clustermgmt_v40_config_network_switch_interface_spec.rb +2 -2
  656. data/spec/models/clustermgmt_v40_config_node_details_spec.rb +2 -2
  657. data/spec/models/clustermgmt_v40_config_node_discovery_params_spec.rb +2 -2
  658. data/spec/models/clustermgmt_v40_config_node_info_spec.rb +2 -2
  659. data/spec/models/clustermgmt_v40_config_node_item_spec.rb +2 -2
  660. data/spec/models/clustermgmt_v40_config_node_list_item_reference_spec.rb +2 -2
  661. data/spec/models/clustermgmt_v40_config_node_list_networking_details_spec.rb +2 -2
  662. data/spec/models/clustermgmt_v40_config_node_network_config_spec.rb +2 -2
  663. data/spec/models/clustermgmt_v40_config_node_networking_details_spec.rb +2 -2
  664. data/spec/models/clustermgmt_v40_config_node_param_spec.rb +2 -2
  665. data/spec/models/clustermgmt_v40_config_node_reference_spec.rb +2 -2
  666. data/spec/models/clustermgmt_v40_config_node_removal_extra_param_spec.rb +2 -2
  667. data/spec/models/clustermgmt_v40_config_node_removal_params_spec.rb +2 -2
  668. data/spec/models/clustermgmt_v40_config_node_resource_config_spec.rb +2 -2
  669. data/spec/models/clustermgmt_v40_config_node_status_spec.rb +2 -2
  670. data/spec/models/clustermgmt_v40_config_non_compatible_cluster_reference_spec.rb +2 -2
  671. data/spec/models/clustermgmt_v40_config_non_migratable_vm_info_spec.rb +2 -2
  672. data/spec/models/clustermgmt_v40_config_non_migratable_vms_result_spec.rb +2 -2
  673. data/spec/models/clustermgmt_v40_config_on_disk_dedup_spec.rb +2 -2
  674. data/spec/models/clustermgmt_v40_config_operation_mode_spec.rb +2 -2
  675. data/spec/models/clustermgmt_v40_config_partition_type_spec.rb +2 -2
  676. data/spec/models/clustermgmt_v40_config_physical_gpu_config_spec.rb +2 -2
  677. data/spec/models/clustermgmt_v40_config_physical_gpu_profile_spec.rb +2 -2
  678. data/spec/models/clustermgmt_v40_config_pii_scrubbing_level_spec.rb +2 -2
  679. data/spec/models/clustermgmt_v40_config_public_key_spec.rb +2 -2
  680. data/spec/models/clustermgmt_v40_config_pulse_status_spec.rb +2 -2
  681. data/spec/models/clustermgmt_v40_config_rack_reference_spec.rb +2 -2
  682. data/spec/models/clustermgmt_v40_config_rackable_unit_model_spec.rb +2 -2
  683. data/spec/models/clustermgmt_v40_config_rackable_unit_node_spec.rb +2 -2
  684. data/spec/models/clustermgmt_v40_config_rackable_unit_spec.rb +2 -2
  685. data/spec/models/clustermgmt_v40_config_redundancy_status_details_spec.rb +2 -2
  686. data/spec/models/clustermgmt_v40_config_register_vcenter_extension_api_response_spec.rb +2 -2
  687. data/spec/models/clustermgmt_v40_config_remove_node_api_response_spec.rb +2 -2
  688. data/spec/models/clustermgmt_v40_config_remove_snmp_transports_api_response_spec.rb +2 -2
  689. data/spec/models/clustermgmt_v40_config_rsyslog_module_item_spec.rb +2 -2
  690. data/spec/models/clustermgmt_v40_config_rsyslog_module_log_severity_level_spec.rb +2 -2
  691. data/spec/models/clustermgmt_v40_config_rsyslog_module_name_spec.rb +2 -2
  692. data/spec/models/clustermgmt_v40_config_rsyslog_network_protocol_spec.rb +2 -2
  693. data/spec/models/clustermgmt_v40_config_rsyslog_server_spec.rb +2 -2
  694. data/spec/models/clustermgmt_v40_config_smtp_network_spec.rb +2 -2
  695. data/spec/models/clustermgmt_v40_config_smtp_server_ref_spec.rb +2 -2
  696. data/spec/models/clustermgmt_v40_config_smtp_type_spec.rb +2 -2
  697. data/spec/models/clustermgmt_v40_config_snmp_auth_type_spec.rb +2 -2
  698. data/spec/models/clustermgmt_v40_config_snmp_config_spec.rb +2 -2
  699. data/spec/models/clustermgmt_v40_config_snmp_priv_type_spec.rb +2 -2
  700. data/spec/models/clustermgmt_v40_config_snmp_protocol_spec.rb +2 -2
  701. data/spec/models/clustermgmt_v40_config_snmp_status_param_spec.rb +2 -2
  702. data/spec/models/clustermgmt_v40_config_snmp_transport_spec.rb +2 -2
  703. data/spec/models/clustermgmt_v40_config_snmp_trap_spec.rb +2 -2
  704. data/spec/models/clustermgmt_v40_config_snmp_trap_version_spec.rb +2 -2
  705. data/spec/models/clustermgmt_v40_config_snmp_user_spec.rb +2 -2
  706. data/spec/models/clustermgmt_v40_config_software_map_reference_spec.rb +2 -2
  707. data/spec/models/clustermgmt_v40_config_software_type_ref_spec.rb +2 -2
  708. data/spec/models/clustermgmt_v40_config_storage_container_spec.rb +2 -2
  709. data/spec/models/clustermgmt_v40_config_storage_summary_spec.rb +2 -2
  710. data/spec/models/clustermgmt_v40_config_storage_tier_reference_spec.rb +2 -2
  711. data/spec/models/clustermgmt_v40_config_storage_tier_spec.rb +2 -2
  712. data/spec/models/clustermgmt_v40_config_task_response_all_of_response_spec.rb +1 -1
  713. data/spec/models/clustermgmt_v40_config_task_response_spec.rb +2 -2
  714. data/spec/models/clustermgmt_v40_config_task_response_type_spec.rb +2 -2
  715. data/spec/models/clustermgmt_v40_config_tolerance_message_spec.rb +2 -2
  716. data/spec/models/clustermgmt_v40_config_unconfigure_node_details_spec.rb +2 -2
  717. data/spec/models/clustermgmt_v40_config_unconfigured_node_attribute_map_spec.rb +2 -2
  718. data/spec/models/clustermgmt_v40_config_unconfigured_node_list_item_spec.rb +2 -2
  719. data/spec/models/clustermgmt_v40_config_unmount_storage_container_api_response_spec.rb +2 -2
  720. data/spec/models/clustermgmt_v40_config_unregister_vcenter_extension_api_response_spec.rb +2 -2
  721. data/spec/models/clustermgmt_v40_config_update_bmc_info_response_spec.rb +2 -2
  722. data/spec/models/clustermgmt_v40_config_update_cluster_api_response_spec.rb +2 -2
  723. data/spec/models/clustermgmt_v40_config_update_cluster_profile_api_response_spec.rb +2 -2
  724. data/spec/models/clustermgmt_v40_config_update_rsyslog_server_api_response_spec.rb +2 -2
  725. data/spec/models/clustermgmt_v40_config_update_snmp_status_api_response_spec.rb +2 -2
  726. data/spec/models/clustermgmt_v40_config_update_snmp_trap_api_response_spec.rb +2 -2
  727. data/spec/models/clustermgmt_v40_config_update_snmp_user_api_response_spec.rb +2 -2
  728. data/spec/models/clustermgmt_v40_config_update_storage_container_api_response_spec.rb +2 -2
  729. data/spec/models/clustermgmt_v40_config_upgrade_status_spec.rb +2 -2
  730. data/spec/models/clustermgmt_v40_config_uplink_info_spec.rb +2 -2
  731. data/spec/models/clustermgmt_v40_config_uplink_network_item_spec.rb +2 -2
  732. data/spec/models/clustermgmt_v40_config_uplink_node_spec.rb +2 -2
  733. data/spec/models/clustermgmt_v40_config_uplinks_field_spec.rb +2 -2
  734. data/spec/models/clustermgmt_v40_config_uplinks_spec.rb +2 -2
  735. data/spec/models/clustermgmt_v40_config_upload_info_node_item_spec.rb +2 -2
  736. data/spec/models/clustermgmt_v40_config_user_info_spec.rb +2 -2
  737. data/spec/models/clustermgmt_v40_config_validate_bundle_info_spec.rb +2 -2
  738. data/spec/models/clustermgmt_v40_config_validate_node_api_response_spec.rb +2 -2
  739. data/spec/models/clustermgmt_v40_config_validate_node_param_spec.rb +2 -2
  740. data/spec/models/clustermgmt_v40_config_validate_node_param_spec_spec.rb +1 -1
  741. data/spec/models/clustermgmt_v40_config_vcenter_credentials_spec.rb +2 -2
  742. data/spec/models/clustermgmt_v40_config_vcenter_extension_spec.rb +2 -2
  743. data/spec/models/clustermgmt_v40_config_vcenter_info_spec.rb +2 -2
  744. data/spec/models/clustermgmt_v40_config_virtual_gpu_config_spec.rb +2 -2
  745. data/spec/models/clustermgmt_v40_config_virtual_gpu_profile_spec.rb +2 -2
  746. data/spec/models/clustermgmt_v40_config_virtual_nic_spec.rb +2 -2
  747. data/spec/models/clustermgmt_v40_error_app_message_spec.rb +2 -2
  748. data/spec/models/clustermgmt_v40_error_error_response_error_spec.rb +1 -1
  749. data/spec/models/clustermgmt_v40_error_error_response_spec.rb +2 -2
  750. data/spec/models/clustermgmt_v40_error_message_severity_spec.rb +2 -2
  751. data/spec/models/clustermgmt_v40_error_schema_validation_error_message_spec.rb +2 -2
  752. data/spec/models/clustermgmt_v40_error_schema_validation_error_spec.rb +2 -2
  753. data/spec/models/clustermgmt_v40_operations_enter_host_maintenance_api_response_spec.rb +2 -2
  754. data/spec/models/clustermgmt_v40_operations_enter_host_maintenance_spec_spec.rb +2 -2
  755. data/spec/models/clustermgmt_v40_operations_exit_host_maintenance_api_response_spec.rb +2 -2
  756. data/spec/models/clustermgmt_v40_operations_host_maintenance_common_spec_spec.rb +2 -2
  757. data/spec/models/clustermgmt_v40_stats_cluster_stats_api_response_data_spec.rb +1 -1
  758. data/spec/models/clustermgmt_v40_stats_cluster_stats_api_response_spec.rb +2 -2
  759. data/spec/models/clustermgmt_v40_stats_cluster_stats_spec.rb +2 -2
  760. data/spec/models/clustermgmt_v40_stats_disk_stats_spec.rb +2 -2
  761. data/spec/models/clustermgmt_v40_stats_get_disk_stats_api_response_data_spec.rb +1 -1
  762. data/spec/models/clustermgmt_v40_stats_get_disk_stats_api_response_spec.rb +2 -2
  763. data/spec/models/clustermgmt_v40_stats_get_storage_container_stats_api_response_data_spec.rb +1 -1
  764. data/spec/models/clustermgmt_v40_stats_get_storage_container_stats_api_response_spec.rb +2 -2
  765. data/spec/models/clustermgmt_v40_stats_host_stats_api_response_data_spec.rb +1 -1
  766. data/spec/models/clustermgmt_v40_stats_host_stats_api_response_spec.rb +2 -2
  767. data/spec/models/clustermgmt_v40_stats_host_stats_spec.rb +2 -2
  768. data/spec/models/clustermgmt_v40_stats_storage_container_stats_spec.rb +2 -2
  769. data/spec/models/clustermgmt_v40_stats_time_value_pair_spec.rb +2 -2
  770. data/spec/models/common_v10_config_basic_auth_spec.rb +2 -2
  771. data/spec/models/common_v10_config_flag_spec.rb +2 -2
  772. data/spec/models/common_v10_config_fqdn_spec.rb +2 -2
  773. data/spec/models/common_v10_config_ip_address_or_fqdn_spec.rb +2 -2
  774. data/spec/models/common_v10_config_ip_address_spec.rb +2 -2
  775. data/spec/models/common_v10_config_ipv4_address_spec.rb +2 -2
  776. data/spec/models/common_v10_config_ipv6_address_spec.rb +2 -2
  777. data/spec/models/common_v10_config_kv_pair_spec.rb +2 -2
  778. data/spec/models/common_v10_config_kv_pair_value_spec.rb +1 -1
  779. data/spec/models/common_v10_config_map_of_string_wrapper_spec.rb +2 -2
  780. data/spec/models/common_v10_config_message_severity_spec.rb +2 -2
  781. data/spec/models/common_v10_config_message_spec.rb +2 -2
  782. data/spec/models/common_v10_config_tenant_aware_model_spec.rb +2 -2
  783. data/spec/models/common_v10_response_api_link_spec.rb +2 -2
  784. data/spec/models/common_v10_response_api_response_metadata_spec.rb +2 -2
  785. data/spec/models/common_v10_response_externalizable_abstract_model_spec.rb +2 -2
  786. data/spec/models/common_v10_stats_down_sampling_operator_spec.rb +2 -2
  787. data/spec/models/common_v10_stats_time_int_value_pair_spec.rb +2 -2
  788. data/spec/models/create_cluster202_response_spec.rb +2 -2
  789. data/spec/models/create_cluster4_xx_response_spec.rb +2 -2
  790. data/spec/models/create_cluster_profile202_response_spec.rb +2 -2
  791. data/spec/models/create_cluster_profile4_xx_response_spec.rb +2 -2
  792. data/spec/models/create_rsyslog_server202_response_spec.rb +2 -2
  793. data/spec/models/create_rsyslog_server4_xx_response_spec.rb +2 -2
  794. data/spec/models/create_snmp_trap202_response_spec.rb +2 -2
  795. data/spec/models/create_snmp_trap4_xx_response_spec.rb +2 -2
  796. data/spec/models/create_snmp_user202_response_spec.rb +2 -2
  797. data/spec/models/create_snmp_user4_xx_response_spec.rb +2 -2
  798. data/spec/models/create_storage_container202_response_spec.rb +2 -2
  799. data/spec/models/create_storage_container4_xx_response_spec.rb +2 -2
  800. data/spec/models/delete_cluster_by_id202_response_spec.rb +2 -2
  801. data/spec/models/delete_cluster_by_id4_xx_response_spec.rb +2 -2
  802. data/spec/models/delete_cluster_profile_by_id202_response_spec.rb +2 -2
  803. data/spec/models/delete_cluster_profile_by_id4_xx_response_spec.rb +2 -2
  804. data/spec/models/delete_disk_by_id202_response_spec.rb +2 -2
  805. data/spec/models/delete_disk_by_id4_xx_response_spec.rb +2 -2
  806. data/spec/models/delete_rsyslog_server_by_id202_response_spec.rb +2 -2
  807. data/spec/models/delete_rsyslog_server_by_id4_xx_response_spec.rb +2 -2
  808. data/spec/models/delete_snmp_trap_by_id202_response_spec.rb +2 -2
  809. data/spec/models/delete_snmp_trap_by_id4_xx_response_spec.rb +2 -2
  810. data/spec/models/delete_snmp_user_by_id202_response_spec.rb +2 -2
  811. data/spec/models/delete_snmp_user_by_id4_xx_response_spec.rb +2 -2
  812. data/spec/models/delete_storage_container_by_id202_response_spec.rb +2 -2
  813. data/spec/models/delete_storage_container_by_id4_xx_response_spec.rb +2 -2
  814. data/spec/models/disassociate_categories_from_cluster202_response_spec.rb +2 -2
  815. data/spec/models/disassociate_categories_from_cluster4_xx_response_spec.rb +2 -2
  816. data/spec/models/disassociate_cluster_from_cluster_profile202_response_spec.rb +2 -2
  817. data/spec/models/disassociate_cluster_from_cluster_profile4_xx_response_spec.rb +2 -2
  818. data/spec/models/discover_unconfigured_nodes202_response_spec.rb +2 -2
  819. data/spec/models/discover_unconfigured_nodes4_xx_response_spec.rb +2 -2
  820. data/spec/models/enter_host_maintenance202_response_spec.rb +2 -2
  821. data/spec/models/enter_host_maintenance4_xx_response_spec.rb +2 -2
  822. data/spec/models/exit_host_maintenance202_response_spec.rb +2 -2
  823. data/spec/models/exit_host_maintenance4_xx_response_spec.rb +2 -2
  824. data/spec/models/expand_cluster202_response_spec.rb +2 -2
  825. data/spec/models/expand_cluster4_xx_response_spec.rb +2 -2
  826. data/spec/models/fetch_node_networking_details202_response_spec.rb +2 -2
  827. data/spec/models/fetch_node_networking_details4_xx_response_spec.rb +2 -2
  828. data/spec/models/fetch_task_response200_response_spec.rb +2 -2
  829. data/spec/models/fetch_task_response4_xx_response_spec.rb +2 -2
  830. data/spec/models/get_bmc_info200_response_spec.rb +2 -2
  831. data/spec/models/get_bmc_info4_xx_response_spec.rb +2 -2
  832. data/spec/models/get_cluster_by_id200_response_spec.rb +2 -2
  833. data/spec/models/get_cluster_by_id4_xx_response_spec.rb +2 -2
  834. data/spec/models/get_cluster_profile_by_id200_response_spec.rb +2 -2
  835. data/spec/models/get_cluster_profile_by_id4_xx_response_spec.rb +2 -2
  836. data/spec/models/get_cluster_stats200_response_spec.rb +2 -2
  837. data/spec/models/get_cluster_stats4_xx_response_spec.rb +2 -2
  838. data/spec/models/get_disk_by_id200_response_spec.rb +2 -2
  839. data/spec/models/get_disk_by_id4_xx_response_spec.rb +2 -2
  840. data/spec/models/get_disk_stats200_response_spec.rb +2 -2
  841. data/spec/models/get_disk_stats4_xx_response_spec.rb +2 -2
  842. data/spec/models/get_host_by_id200_response_spec.rb +2 -2
  843. data/spec/models/get_host_by_id4_xx_response_spec.rb +2 -2
  844. data/spec/models/get_host_nic_by_id200_response_spec.rb +2 -2
  845. data/spec/models/get_host_nic_by_id4_xx_response_spec.rb +2 -2
  846. data/spec/models/get_host_stats200_response_spec.rb +2 -2
  847. data/spec/models/get_host_stats4_xx_response_spec.rb +2 -2
  848. data/spec/models/get_rackable_unit_by_id200_response_spec.rb +2 -2
  849. data/spec/models/get_rackable_unit_by_id4_xx_response_spec.rb +2 -2
  850. data/spec/models/get_rsyslog_server_by_id200_response_spec.rb +2 -2
  851. data/spec/models/get_rsyslog_server_by_id4_xx_response_spec.rb +2 -2
  852. data/spec/models/get_snmp_config_by_cluster_id200_response_spec.rb +2 -2
  853. data/spec/models/get_snmp_config_by_cluster_id4_xx_response_spec.rb +2 -2
  854. data/spec/models/get_snmp_trap_by_id200_response_spec.rb +2 -2
  855. data/spec/models/get_snmp_trap_by_id4_xx_response_spec.rb +2 -2
  856. data/spec/models/get_snmp_user_by_id200_response_spec.rb +2 -2
  857. data/spec/models/get_snmp_user_by_id4_xx_response_spec.rb +2 -2
  858. data/spec/models/get_storage_container_by_id200_response_spec.rb +2 -2
  859. data/spec/models/get_storage_container_by_id4_xx_response_spec.rb +2 -2
  860. data/spec/models/get_storage_container_stats200_response_spec.rb +2 -2
  861. data/spec/models/get_storage_container_stats4_xx_response_spec.rb +2 -2
  862. data/spec/models/get_vcenter_extension_by_id200_response_spec.rb +2 -2
  863. data/spec/models/get_vcenter_extension_by_id4_xx_response_spec.rb +2 -2
  864. data/spec/models/get_virtual_nic_by_id200_response_spec.rb +2 -2
  865. data/spec/models/get_virtual_nic_by_id4_xx_response_spec.rb +2 -2
  866. data/spec/models/list_cluster_profiles200_response_spec.rb +2 -2
  867. data/spec/models/list_cluster_profiles4_xx_response_spec.rb +2 -2
  868. data/spec/models/list_clusters200_response_spec.rb +2 -2
  869. data/spec/models/list_clusters4_xx_response_spec.rb +2 -2
  870. data/spec/models/list_data_stores_by_cluster_id200_response_spec.rb +2 -2
  871. data/spec/models/list_data_stores_by_cluster_id4_xx_response_spec.rb +2 -2
  872. data/spec/models/list_disks200_response_spec.rb +2 -2
  873. data/spec/models/list_disks4_xx_response_spec.rb +2 -2
  874. data/spec/models/list_host_nics_by_host_id200_response_spec.rb +2 -2
  875. data/spec/models/list_host_nics_by_host_id4_xx_response_spec.rb +2 -2
  876. data/spec/models/list_hosts200_response_spec.rb +2 -2
  877. data/spec/models/list_hosts4_xx_response_spec.rb +2 -2
  878. data/spec/models/list_hosts_by_cluster_id200_response_spec.rb +2 -2
  879. data/spec/models/list_hosts_by_cluster_id4_xx_response_spec.rb +2 -2
  880. data/spec/models/list_pcie_devices200_response_spec.rb +2 -2
  881. data/spec/models/list_pcie_devices4_xx_response_spec.rb +2 -2
  882. data/spec/models/list_physical_gpu_profiles200_response_spec.rb +2 -2
  883. data/spec/models/list_physical_gpu_profiles4_xx_response_spec.rb +2 -2
  884. data/spec/models/list_rackable_units_by_cluster_id200_response_spec.rb +2 -2
  885. data/spec/models/list_rackable_units_by_cluster_id4_xx_response_spec.rb +2 -2
  886. data/spec/models/list_rsyslog_servers_by_cluster_id200_response_spec.rb +2 -2
  887. data/spec/models/list_rsyslog_servers_by_cluster_id4_xx_response_spec.rb +2 -2
  888. data/spec/models/list_storage_containers200_response_spec.rb +2 -2
  889. data/spec/models/list_storage_containers4_xx_response_spec.rb +2 -2
  890. data/spec/models/list_vcenter_extensions200_response_spec.rb +2 -2
  891. data/spec/models/list_vcenter_extensions4_xx_response_spec.rb +2 -2
  892. data/spec/models/list_virtual_gpu_profiles200_response_spec.rb +2 -2
  893. data/spec/models/list_virtual_gpu_profiles4_xx_response_spec.rb +2 -2
  894. data/spec/models/list_virtual_nics_by_host_id200_response_spec.rb +2 -2
  895. data/spec/models/list_virtual_nics_by_host_id4_xx_response_spec.rb +2 -2
  896. data/spec/models/mount_storage_container202_response_spec.rb +2 -2
  897. data/spec/models/mount_storage_container4_xx_response_spec.rb +2 -2
  898. data/spec/models/prism_v40_config_task_reference_spec.rb +2 -2
  899. data/spec/models/register_vcenter_extension202_response_spec.rb +2 -2
  900. data/spec/models/register_vcenter_extension4_xx_response_spec.rb +2 -2
  901. data/spec/models/remove_node202_response_spec.rb +2 -2
  902. data/spec/models/remove_node4_xx_response_spec.rb +2 -2
  903. data/spec/models/remove_snmp_transport202_response_spec.rb +2 -2
  904. data/spec/models/remove_snmp_transport4_xx_response_spec.rb +2 -2
  905. data/spec/models/unmount_storage_container202_response_spec.rb +2 -2
  906. data/spec/models/unmount_storage_container4_xx_response_spec.rb +2 -2
  907. data/spec/models/unregister_vcenter_extension202_response_spec.rb +2 -2
  908. data/spec/models/unregister_vcenter_extension4_xx_response_spec.rb +2 -2
  909. data/spec/models/update_bmc_info202_response_spec.rb +2 -2
  910. data/spec/models/update_bmc_info4_xx_response_spec.rb +2 -2
  911. data/spec/models/update_cluster_by_id202_response_spec.rb +2 -2
  912. data/spec/models/update_cluster_by_id4_xx_response_spec.rb +2 -2
  913. data/spec/models/update_cluster_profile_by_id202_response_spec.rb +2 -2
  914. data/spec/models/update_cluster_profile_by_id4_xx_response_spec.rb +2 -2
  915. data/spec/models/update_rsyslog_server_by_id202_response_spec.rb +2 -2
  916. data/spec/models/update_rsyslog_server_by_id4_xx_response_spec.rb +2 -2
  917. data/spec/models/update_snmp_status202_response_spec.rb +2 -2
  918. data/spec/models/update_snmp_status4_xx_response_spec.rb +2 -2
  919. data/spec/models/update_snmp_trap_by_id202_response_spec.rb +2 -2
  920. data/spec/models/update_snmp_trap_by_id4_xx_response_spec.rb +2 -2
  921. data/spec/models/update_snmp_user_by_id202_response_spec.rb +2 -2
  922. data/spec/models/update_snmp_user_by_id4_xx_response_spec.rb +2 -2
  923. data/spec/models/update_storage_container_by_id202_response_spec.rb +2 -2
  924. data/spec/models/update_storage_container_by_id4_xx_response_spec.rb +2 -2
  925. data/spec/models/validate_node202_response_spec.rb +2 -2
  926. data/spec/models/validate_node4_xx_response_spec.rb +2 -2
  927. data/spec/spec_helper.rb +1 -1
  928. metadata +5 -2
  929. data/swagger-clustermgmt-v4.0-all.yaml +0 -25015
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 4.0.2
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.9.0
9
+ Generator version: 7.17.0
10
10
 
11
11
  =end
12
12
 
@@ -14,7 +14,7 @@ require 'date'
14
14
  require 'time'
15
15
 
16
16
  module NutanixClustermgmt
17
- class ClustermgmtV40ConfigClusterReferenceListSpec
17
+ class ClustermgmtV40ConfigClusterReferenceListSpec < ApiModelBase
18
18
  # Cluster reference for an entity.
19
19
  attr_accessor :clusters
20
20
 
@@ -25,9 +25,14 @@ module NutanixClustermgmt
25
25
  }
26
26
  end
27
27
 
28
+ # Returns attribute mapping this model knows about
29
+ def self.acceptable_attribute_map
30
+ attribute_map
31
+ end
32
+
28
33
  # Returns all the JSON keys this model knows about
29
34
  def self.acceptable_attributes
30
- attribute_map.values
35
+ acceptable_attribute_map.values
31
36
  end
32
37
 
33
38
  # Attribute type mapping.
@@ -51,9 +56,10 @@ module NutanixClustermgmt
51
56
  end
52
57
 
53
58
  # check to see if the attribute exists and convert string to symbol for hash key
59
+ acceptable_attribute_map = self.class.acceptable_attribute_map
54
60
  attributes = attributes.each_with_object({}) { |(k, v), h|
55
- if (!self.class.attribute_map.key?(k.to_sym))
56
- fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixClustermgmt::ClustermgmtV40ConfigClusterReferenceListSpec`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
61
+ if (!acceptable_attribute_map.key?(k.to_sym))
62
+ fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixClustermgmt::ClustermgmtV40ConfigClusterReferenceListSpec`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
57
63
  end
58
64
  h[k.to_sym] = v
59
65
  }
@@ -158,61 +164,6 @@ module NutanixClustermgmt
158
164
  new(transformed_hash)
159
165
  end
160
166
 
161
- # Deserializes the data based on type
162
- # @param string type Data type
163
- # @param string value Value to be deserialized
164
- # @return [Object] Deserialized data
165
- def self._deserialize(type, value)
166
- case type.to_sym
167
- when :Time
168
- Time.parse(value)
169
- when :Date
170
- Date.parse(value)
171
- when :String
172
- value.to_s
173
- when :Integer
174
- value.to_i
175
- when :Float
176
- value.to_f
177
- when :Boolean
178
- if value.to_s =~ /\A(true|t|yes|y|1)\z/i
179
- true
180
- else
181
- false
182
- end
183
- when :Object
184
- # generic object (usually a Hash), return directly
185
- value
186
- when /\AArray<(?<inner_type>.+)>\z/
187
- inner_type = Regexp.last_match[:inner_type]
188
- value.map { |v| _deserialize(inner_type, v) }
189
- when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
190
- k_type = Regexp.last_match[:k_type]
191
- v_type = Regexp.last_match[:v_type]
192
- {}.tap do |hash|
193
- value.each do |k, v|
194
- hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
195
- end
196
- end
197
- else # model
198
- # models (e.g. Pet) or oneOf
199
- klass = NutanixClustermgmt.const_get(type)
200
- klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
201
- end
202
- end
203
-
204
- # Returns the string representation of the object
205
- # @return [String] String presentation of the object
206
- def to_s
207
- to_hash.to_s
208
- end
209
-
210
- # to_body is an alias to to_hash (backward compatibility)
211
- # @return [Hash] Returns the object in the form of hash
212
- def to_body
213
- to_hash
214
- end
215
-
216
167
  # Returns the object in the form of hash
217
168
  # @return [Hash] Returns the object in the form of hash
218
169
  def to_hash
@@ -229,24 +180,6 @@ module NutanixClustermgmt
229
180
  hash
230
181
  end
231
182
 
232
- # Outputs non-array value in the form of hash
233
- # For object, use to_hash. Otherwise, just return the value
234
- # @param [Object] value Any valid value
235
- # @return [Hash] Returns the value in the form of hash
236
- def _to_hash(value)
237
- if value.is_a?(Array)
238
- value.compact.map { |v| _to_hash(v) }
239
- elsif value.is_a?(Hash)
240
- {}.tap do |hash|
241
- value.each { |k, v| hash[k] = _to_hash(v) }
242
- end
243
- elsif value.respond_to? :to_hash
244
- value.to_hash
245
- else
246
- value
247
- end
248
- end
249
-
250
183
  end
251
184
 
252
185
  end
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 4.0.2
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.9.0
9
+ Generator version: 7.17.0
10
10
 
11
11
  =end
12
12
 
@@ -15,7 +15,7 @@ require 'time'
15
15
 
16
16
  module NutanixClustermgmt
17
17
  # Fault tolerance information of a component.
18
- class ClustermgmtV40ConfigComponentFaultTolerance
18
+ class ClustermgmtV40ConfigComponentFaultTolerance < ApiModelBase
19
19
  attr_accessor :type
20
20
 
21
21
  # Maximum fault tolerance.
@@ -62,9 +62,14 @@ module NutanixClustermgmt
62
62
  }
63
63
  end
64
64
 
65
+ # Returns attribute mapping this model knows about
66
+ def self.acceptable_attribute_map
67
+ attribute_map
68
+ end
69
+
65
70
  # Returns all the JSON keys this model knows about
66
71
  def self.acceptable_attributes
67
- attribute_map.values
72
+ acceptable_attribute_map.values
68
73
  end
69
74
 
70
75
  # Attribute type mapping.
@@ -92,9 +97,10 @@ module NutanixClustermgmt
92
97
  end
93
98
 
94
99
  # check to see if the attribute exists and convert string to symbol for hash key
100
+ acceptable_attribute_map = self.class.acceptable_attribute_map
95
101
  attributes = attributes.each_with_object({}) { |(k, v), h|
96
- if (!self.class.attribute_map.key?(k.to_sym))
97
- fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixClustermgmt::ClustermgmtV40ConfigComponentFaultTolerance`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
102
+ if (!acceptable_attribute_map.key?(k.to_sym))
103
+ fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixClustermgmt::ClustermgmtV40ConfigComponentFaultTolerance`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
98
104
  end
99
105
  h[k.to_sym] = v
100
106
  }
@@ -182,61 +188,6 @@ module NutanixClustermgmt
182
188
  new(transformed_hash)
183
189
  end
184
190
 
185
- # Deserializes the data based on type
186
- # @param string type Data type
187
- # @param string value Value to be deserialized
188
- # @return [Object] Deserialized data
189
- def self._deserialize(type, value)
190
- case type.to_sym
191
- when :Time
192
- Time.parse(value)
193
- when :Date
194
- Date.parse(value)
195
- when :String
196
- value.to_s
197
- when :Integer
198
- value.to_i
199
- when :Float
200
- value.to_f
201
- when :Boolean
202
- if value.to_s =~ /\A(true|t|yes|y|1)\z/i
203
- true
204
- else
205
- false
206
- end
207
- when :Object
208
- # generic object (usually a Hash), return directly
209
- value
210
- when /\AArray<(?<inner_type>.+)>\z/
211
- inner_type = Regexp.last_match[:inner_type]
212
- value.map { |v| _deserialize(inner_type, v) }
213
- when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
214
- k_type = Regexp.last_match[:k_type]
215
- v_type = Regexp.last_match[:v_type]
216
- {}.tap do |hash|
217
- value.each do |k, v|
218
- hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
219
- end
220
- end
221
- else # model
222
- # models (e.g. Pet) or oneOf
223
- klass = NutanixClustermgmt.const_get(type)
224
- klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
225
- end
226
- end
227
-
228
- # Returns the string representation of the object
229
- # @return [String] String presentation of the object
230
- def to_s
231
- to_hash.to_s
232
- end
233
-
234
- # to_body is an alias to to_hash (backward compatibility)
235
- # @return [Hash] Returns the object in the form of hash
236
- def to_body
237
- to_hash
238
- end
239
-
240
191
  # Returns the object in the form of hash
241
192
  # @return [Hash] Returns the object in the form of hash
242
193
  def to_hash
@@ -253,24 +204,6 @@ module NutanixClustermgmt
253
204
  hash
254
205
  end
255
206
 
256
- # Outputs non-array value in the form of hash
257
- # For object, use to_hash. Otherwise, just return the value
258
- # @param [Object] value Any valid value
259
- # @return [Hash] Returns the value in the form of hash
260
- def _to_hash(value)
261
- if value.is_a?(Array)
262
- value.compact.map { |v| _to_hash(v) }
263
- elsif value.is_a?(Hash)
264
- {}.tap do |hash|
265
- value.each { |k, v| hash[k] = _to_hash(v) }
266
- end
267
- elsif value.respond_to? :to_hash
268
- value.to_hash
269
- else
270
- value
271
- end
272
- end
273
-
274
207
  end
275
208
 
276
209
  end
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 4.0.2
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.9.0
9
+ Generator version: 7.17.0
10
10
 
11
11
  =end
12
12
 
@@ -23,11 +23,11 @@ module NutanixClustermgmt
23
23
  STATIC_CONFIG = "STATIC_CONFIG".freeze
24
24
  ERASURE_CODE_STRIP_SIZE = "ERASURE_CODE_STRIP_SIZE".freeze
25
25
  STARGATE_HEALTH = "STARGATE_HEALTH".freeze
26
- UNKNOWN = "$UNKNOWN".freeze
27
- REDACTED = "$REDACTED".freeze
26
+ _UNKNOWN = "$UNKNOWN".freeze
27
+ _REDACTED = "$REDACTED".freeze
28
28
 
29
29
  def self.all_vars
30
- @all_vars ||= [EXTENT_GROUP_REPLICAS, OPLOG_EPISODES, CASSANDRA_RING, ZOOKEPER_INSTANCES, FREE_SPACE, STATIC_CONFIG, ERASURE_CODE_STRIP_SIZE, STARGATE_HEALTH, UNKNOWN, REDACTED].freeze
30
+ @all_vars ||= [EXTENT_GROUP_REPLICAS, OPLOG_EPISODES, CASSANDRA_RING, ZOOKEPER_INSTANCES, FREE_SPACE, STATIC_CONFIG, ERASURE_CODE_STRIP_SIZE, STARGATE_HEALTH, _UNKNOWN, _REDACTED].freeze
31
31
  end
32
32
 
33
33
  # Builds the enum from string
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 4.0.2
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.9.0
9
+ Generator version: 7.17.0
10
10
 
11
11
  =end
12
12
 
@@ -15,7 +15,7 @@ require 'time'
15
15
 
16
16
  module NutanixClustermgmt
17
17
  # Compute node details.
18
- class ClustermgmtV40ConfigComputeNodeItem
18
+ class ClustermgmtV40ConfigComputeNodeItem < ApiModelBase
19
19
  # UUID of the host.
20
20
  attr_accessor :node_uuid
21
21
 
@@ -52,9 +52,14 @@ module NutanixClustermgmt
52
52
  }
53
53
  end
54
54
 
55
+ # Returns attribute mapping this model knows about
56
+ def self.acceptable_attribute_map
57
+ attribute_map
58
+ end
59
+
55
60
  # Returns all the JSON keys this model knows about
56
61
  def self.acceptable_attributes
57
- attribute_map.values
62
+ acceptable_attribute_map.values
58
63
  end
59
64
 
60
65
  # Attribute type mapping.
@@ -85,9 +90,10 @@ module NutanixClustermgmt
85
90
  end
86
91
 
87
92
  # check to see if the attribute exists and convert string to symbol for hash key
93
+ acceptable_attribute_map = self.class.acceptable_attribute_map
88
94
  attributes = attributes.each_with_object({}) { |(k, v), h|
89
- if (!self.class.attribute_map.key?(k.to_sym))
90
- fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixClustermgmt::ClustermgmtV40ConfigComputeNodeItem`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
95
+ if (!acceptable_attribute_map.key?(k.to_sym))
96
+ fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixClustermgmt::ClustermgmtV40ConfigComputeNodeItem`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
91
97
  end
92
98
  h[k.to_sym] = v
93
99
  }
@@ -260,61 +266,6 @@ module NutanixClustermgmt
260
266
  new(transformed_hash)
261
267
  end
262
268
 
263
- # Deserializes the data based on type
264
- # @param string type Data type
265
- # @param string value Value to be deserialized
266
- # @return [Object] Deserialized data
267
- def self._deserialize(type, value)
268
- case type.to_sym
269
- when :Time
270
- Time.parse(value)
271
- when :Date
272
- Date.parse(value)
273
- when :String
274
- value.to_s
275
- when :Integer
276
- value.to_i
277
- when :Float
278
- value.to_f
279
- when :Boolean
280
- if value.to_s =~ /\A(true|t|yes|y|1)\z/i
281
- true
282
- else
283
- false
284
- end
285
- when :Object
286
- # generic object (usually a Hash), return directly
287
- value
288
- when /\AArray<(?<inner_type>.+)>\z/
289
- inner_type = Regexp.last_match[:inner_type]
290
- value.map { |v| _deserialize(inner_type, v) }
291
- when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
292
- k_type = Regexp.last_match[:k_type]
293
- v_type = Regexp.last_match[:v_type]
294
- {}.tap do |hash|
295
- value.each do |k, v|
296
- hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
297
- end
298
- end
299
- else # model
300
- # models (e.g. Pet) or oneOf
301
- klass = NutanixClustermgmt.const_get(type)
302
- klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
303
- end
304
- end
305
-
306
- # Returns the string representation of the object
307
- # @return [String] String presentation of the object
308
- def to_s
309
- to_hash.to_s
310
- end
311
-
312
- # to_body is an alias to to_hash (backward compatibility)
313
- # @return [Hash] Returns the object in the form of hash
314
- def to_body
315
- to_hash
316
- end
317
-
318
269
  # Returns the object in the form of hash
319
270
  # @return [Hash] Returns the object in the form of hash
320
271
  def to_hash
@@ -331,24 +282,6 @@ module NutanixClustermgmt
331
282
  hash
332
283
  end
333
284
 
334
- # Outputs non-array value in the form of hash
335
- # For object, use to_hash. Otherwise, just return the value
336
- # @param [Object] value Any valid value
337
- # @return [Hash] Returns the value in the form of hash
338
- def _to_hash(value)
339
- if value.is_a?(Array)
340
- value.compact.map { |v| _to_hash(v) }
341
- elsif value.is_a?(Hash)
342
- {}.tap do |hash|
343
- value.each { |k, v| hash[k] = _to_hash(v) }
344
- end
345
- elsif value.respond_to? :to_hash
346
- value.to_hash
347
- else
348
- value
349
- end
350
- end
351
-
352
285
  end
353
286
 
354
287
  end
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 4.0.2
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.9.0
9
+ Generator version: 7.17.0
10
10
 
11
11
  =end
12
12
 
@@ -15,7 +15,7 @@ require 'time'
15
15
 
16
16
  module NutanixClustermgmt
17
17
  # Property of the host used to compute non-migratable VMs.
18
- class ClustermgmtV40ConfigComputeNonMigratableVmsSpec
18
+ class ClustermgmtV40ConfigComputeNonMigratableVmsSpec < ApiModelBase
19
19
  # List of host UUIDs associated with the cluster.
20
20
  attr_accessor :hosts
21
21
 
@@ -29,9 +29,14 @@ module NutanixClustermgmt
29
29
  }
30
30
  end
31
31
 
32
+ # Returns attribute mapping this model knows about
33
+ def self.acceptable_attribute_map
34
+ attribute_map
35
+ end
36
+
32
37
  # Returns all the JSON keys this model knows about
33
38
  def self.acceptable_attributes
34
- attribute_map.values
39
+ acceptable_attribute_map.values
35
40
  end
36
41
 
37
42
  # Attribute type mapping.
@@ -56,9 +61,10 @@ module NutanixClustermgmt
56
61
  end
57
62
 
58
63
  # check to see if the attribute exists and convert string to symbol for hash key
64
+ acceptable_attribute_map = self.class.acceptable_attribute_map
59
65
  attributes = attributes.each_with_object({}) { |(k, v), h|
60
- if (!self.class.attribute_map.key?(k.to_sym))
61
- fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixClustermgmt::ClustermgmtV40ConfigComputeNonMigratableVmsSpec`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
66
+ if (!acceptable_attribute_map.key?(k.to_sym))
67
+ fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixClustermgmt::ClustermgmtV40ConfigComputeNonMigratableVmsSpec`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
62
68
  end
63
69
  h[k.to_sym] = v
64
70
  }
@@ -168,61 +174,6 @@ module NutanixClustermgmt
168
174
  new(transformed_hash)
169
175
  end
170
176
 
171
- # Deserializes the data based on type
172
- # @param string type Data type
173
- # @param string value Value to be deserialized
174
- # @return [Object] Deserialized data
175
- def self._deserialize(type, value)
176
- case type.to_sym
177
- when :Time
178
- Time.parse(value)
179
- when :Date
180
- Date.parse(value)
181
- when :String
182
- value.to_s
183
- when :Integer
184
- value.to_i
185
- when :Float
186
- value.to_f
187
- when :Boolean
188
- if value.to_s =~ /\A(true|t|yes|y|1)\z/i
189
- true
190
- else
191
- false
192
- end
193
- when :Object
194
- # generic object (usually a Hash), return directly
195
- value
196
- when /\AArray<(?<inner_type>.+)>\z/
197
- inner_type = Regexp.last_match[:inner_type]
198
- value.map { |v| _deserialize(inner_type, v) }
199
- when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
200
- k_type = Regexp.last_match[:k_type]
201
- v_type = Regexp.last_match[:v_type]
202
- {}.tap do |hash|
203
- value.each do |k, v|
204
- hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
205
- end
206
- end
207
- else # model
208
- # models (e.g. Pet) or oneOf
209
- klass = NutanixClustermgmt.const_get(type)
210
- klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
211
- end
212
- end
213
-
214
- # Returns the string representation of the object
215
- # @return [String] String presentation of the object
216
- def to_s
217
- to_hash.to_s
218
- end
219
-
220
- # to_body is an alias to to_hash (backward compatibility)
221
- # @return [Hash] Returns the object in the form of hash
222
- def to_body
223
- to_hash
224
- end
225
-
226
177
  # Returns the object in the form of hash
227
178
  # @return [Hash] Returns the object in the form of hash
228
179
  def to_hash
@@ -239,24 +190,6 @@ module NutanixClustermgmt
239
190
  hash
240
191
  end
241
192
 
242
- # Outputs non-array value in the form of hash
243
- # For object, use to_hash. Otherwise, just return the value
244
- # @param [Object] value Any valid value
245
- # @return [Hash] Returns the value in the form of hash
246
- def _to_hash(value)
247
- if value.is_a?(Array)
248
- value.compact.map { |v| _to_hash(v) }
249
- elsif value.is_a?(Hash)
250
- {}.tap do |hash|
251
- value.each { |k, v| hash[k] = _to_hash(v) }
252
- end
253
- elsif value.respond_to? :to_hash
254
- value.to_hash
255
- else
256
- value
257
- end
258
- end
259
-
260
193
  end
261
194
 
262
195
  end
@@ -6,7 +6,7 @@
6
6
  The version of the OpenAPI document: 4.0.2
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.9.0
9
+ Generator version: 7.17.0
10
10
 
11
11
  =end
12
12
 
@@ -15,7 +15,7 @@ require 'time'
15
15
 
16
16
  module NutanixClustermgmt
17
17
  # Config parameters.
18
- class ClustermgmtV40ConfigConfigParams
18
+ class ClustermgmtV40ConfigConfigParams < ApiModelBase
19
19
  # Indicates if node discovery need to be skipped or not.
20
20
  attr_accessor :should_skip_discovery
21
21
 
@@ -53,9 +53,14 @@ module NutanixClustermgmt
53
53
  }
54
54
  end
55
55
 
56
+ # Returns attribute mapping this model knows about
57
+ def self.acceptable_attribute_map
58
+ attribute_map
59
+ end
60
+
56
61
  # Returns all the JSON keys this model knows about
57
62
  def self.acceptable_attributes
58
- attribute_map.values
63
+ acceptable_attribute_map.values
59
64
  end
60
65
 
61
66
  # Attribute type mapping.
@@ -86,9 +91,10 @@ module NutanixClustermgmt
86
91
  end
87
92
 
88
93
  # check to see if the attribute exists and convert string to symbol for hash key
94
+ acceptable_attribute_map = self.class.acceptable_attribute_map
89
95
  attributes = attributes.each_with_object({}) { |(k, v), h|
90
- if (!self.class.attribute_map.key?(k.to_sym))
91
- fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixClustermgmt::ClustermgmtV40ConfigConfigParams`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
96
+ if (!acceptable_attribute_map.key?(k.to_sym))
97
+ fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixClustermgmt::ClustermgmtV40ConfigConfigParams`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
92
98
  end
93
99
  h[k.to_sym] = v
94
100
  }
@@ -191,61 +197,6 @@ module NutanixClustermgmt
191
197
  new(transformed_hash)
192
198
  end
193
199
 
194
- # Deserializes the data based on type
195
- # @param string type Data type
196
- # @param string value Value to be deserialized
197
- # @return [Object] Deserialized data
198
- def self._deserialize(type, value)
199
- case type.to_sym
200
- when :Time
201
- Time.parse(value)
202
- when :Date
203
- Date.parse(value)
204
- when :String
205
- value.to_s
206
- when :Integer
207
- value.to_i
208
- when :Float
209
- value.to_f
210
- when :Boolean
211
- if value.to_s =~ /\A(true|t|yes|y|1)\z/i
212
- true
213
- else
214
- false
215
- end
216
- when :Object
217
- # generic object (usually a Hash), return directly
218
- value
219
- when /\AArray<(?<inner_type>.+)>\z/
220
- inner_type = Regexp.last_match[:inner_type]
221
- value.map { |v| _deserialize(inner_type, v) }
222
- when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
223
- k_type = Regexp.last_match[:k_type]
224
- v_type = Regexp.last_match[:v_type]
225
- {}.tap do |hash|
226
- value.each do |k, v|
227
- hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
228
- end
229
- end
230
- else # model
231
- # models (e.g. Pet) or oneOf
232
- klass = NutanixClustermgmt.const_get(type)
233
- klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
234
- end
235
- end
236
-
237
- # Returns the string representation of the object
238
- # @return [String] String presentation of the object
239
- def to_s
240
- to_hash.to_s
241
- end
242
-
243
- # to_body is an alias to to_hash (backward compatibility)
244
- # @return [Hash] Returns the object in the form of hash
245
- def to_body
246
- to_hash
247
- end
248
-
249
200
  # Returns the object in the form of hash
250
201
  # @return [Hash] Returns the object in the form of hash
251
202
  def to_hash
@@ -262,24 +213,6 @@ module NutanixClustermgmt
262
213
  hash
263
214
  end
264
215
 
265
- # Outputs non-array value in the form of hash
266
- # For object, use to_hash. Otherwise, just return the value
267
- # @param [Object] value Any valid value
268
- # @return [Hash] Returns the value in the form of hash
269
- def _to_hash(value)
270
- if value.is_a?(Array)
271
- value.compact.map { |v| _to_hash(v) }
272
- elsif value.is_a?(Hash)
273
- {}.tap do |hash|
274
- value.each { |k, v| hash[k] = _to_hash(v) }
275
- end
276
- elsif value.respond_to? :to_hash
277
- value.to_hash
278
- else
279
- value
280
- end
281
- end
282
-
283
216
  end
284
217
 
285
218
  end