nutanix_clustermgmt 0.1.1 → 0.2.1
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/README.md +1 -1
- data/bin/console +15 -0
- data/bin/openapi-generate +30 -0
- data/bin/openapi-generate-ruby-post-process +6 -0
- data/lib/nutanix_clustermgmt/api/bmc_api.rb +1 -1
- data/lib/nutanix_clustermgmt/api/cluster_profiles_api.rb +1 -1
- data/lib/nutanix_clustermgmt/api/clusters_api.rb +1 -1
- data/lib/nutanix_clustermgmt/api/disks_api.rb +1 -1
- data/lib/nutanix_clustermgmt/api/pcie_devices_api.rb +1 -1
- data/lib/nutanix_clustermgmt/api/storage_containers_api.rb +1 -1
- data/lib/nutanix_clustermgmt/api/vcenter_extensions_api.rb +1 -1
- data/lib/nutanix_clustermgmt/api_client.rb +8 -9
- data/lib/nutanix_clustermgmt/api_error.rb +1 -1
- data/lib/nutanix_clustermgmt/api_model_base.rb +88 -0
- data/lib/nutanix_clustermgmt/configuration.rb +1 -1
- data/lib/nutanix_clustermgmt/models/add_disk202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/add_disk4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/add_snmp_transport202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/add_snmp_transport4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/apply_cluster_profile202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/apply_cluster_profile4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/associate_categories_to_cluster202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/associate_categories_to_cluster4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/check_hypervisor_requirements202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/check_hypervisor_requirements4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_ahv_config_list_pcie_devices_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_ahv_config_list_pcie_devices_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_ahv_config_pcie_device.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_ahv_config_pcie_device_configuration.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_ahv_config_pcie_device_state.rb +1 -1
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_acropolis_connection_state.rb +1 -1
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_add_disk_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_add_snmp_transports_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_address_type.rb +1 -1
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_apply_cluster_profile_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_associate_categories_to_cluster_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_associate_categories_to_cluster_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_attribute_item.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_authorized_public_key.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_backplane_network_params.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_block_item.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_bmc_info.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_build_info.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_build_reference.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_bundle_info.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_bundle_param.rb +21 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cache_deduplication.rb +1 -1
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_category_entity_references.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_check_hypervisor_requirements_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cluster.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cluster_arch_reference.rb +1 -1
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cluster_config.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cluster_config_reference.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cluster_fault_tolerance_ref.rb +1 -1
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cluster_function_ref.rb +1 -1
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cluster_network.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cluster_network_reference.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cluster_profile.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cluster_reference.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cluster_reference_list_spec.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_component_fault_tolerance.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_component_type.rb +1 -1
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_compute_node_item.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_compute_non_migratable_vms_spec.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_config_params.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_config_type.rb +1 -1
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_controller_vm_reference.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_create_cluster_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_create_cluster_profile_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_create_rsyslog_server_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_create_snmp_trap_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_create_snmp_user_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_create_storage_container_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_credential_status.rb +1 -1
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_data_store.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_data_store_mount.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_data_store_unmount.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_delete_cluster_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_delete_cluster_profile_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_delete_disk_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_delete_rsyslog_server_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_delete_snmp_trap_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_delete_snmp_user_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_delete_storage_container_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_digital_certificate_map_reference.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_disassociate_categories_from_cluster_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_disassociate_cluster_from_cluster_profile_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_discover_unconfigured_nodes_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_disk.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_disk_addition_spec.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_disk_advance_config.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_disk_partition_info.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_disk_reference.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_disk_status.rb +1 -1
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_domain_awareness_level.rb +1 -1
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_domain_fault_tolerance.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_domain_type.rb +1 -1
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_drive_replacement_option.rb +1 -1
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_encryption_option_info.rb +1 -1
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_encryption_scope_info.rb +1 -1
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_encryption_status.rb +1 -1
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_erasure_code_status.rb +1 -1
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_expand_cluster_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_expand_cluster_params.rb +21 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_fault_tolerance_state.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_fetch_node_networking_details_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_fetch_task_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_fetch_task_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_bmc_info_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_bmc_info_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_cluster_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_cluster_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_cluster_profile_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_cluster_profile_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_disk_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_disk_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_host_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_host_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_host_nic_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_host_nic_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_rackable_unit_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_rackable_unit_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_rsyslog_server_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_rsyslog_server_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_snmp_config_by_cluster_id_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_snmp_config_by_cluster_id_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_snmp_trap_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_snmp_trap_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_snmp_user_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_snmp_user_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_storage_container_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_storage_container_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_vcenter_extension_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_vcenter_extension_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_virtual_nic_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_get_virtual_nic_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_gpu_mode.rb +1 -1
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_gpu_type.rb +1 -1
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_host.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_host_gpu.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_host_name_param.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_host_nic.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_host_type_enum.rb +1 -1
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_http_proxy_config.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_http_proxy_type.rb +1 -1
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_http_proxy_white_list_config.rb +31 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_http_proxy_white_list_target_type.rb +1 -1
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_hyperv_credentials.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_hypervisor_iso_map.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_hypervisor_reference.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_hypervisor_state.rb +1 -1
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_hypervisor_type.rb +1 -1
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_hypervisor_upload_info.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_hypervisor_upload_node_list_item.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_hypervisor_upload_param.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_ipmi_reference.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_key_management_device_to_cert_status_info.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_key_management_server_type.rb +1 -1
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_cluster_profiles_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_cluster_profiles_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_clusters_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_clusters_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_data_stores_by_cluster_id_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_data_stores_by_cluster_id_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_disks_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_disks_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_host_nics_by_host_id_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_host_nics_by_host_id_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_hosts_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_hosts_by_cluster_id_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_hosts_by_cluster_id_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_physical_gpu_profiles_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_physical_gpu_profiles_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_rackable_units_by_cluster_id_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_rackable_units_by_cluster_id_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_rsyslog_servers_by_cluster_id_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_rsyslog_servers_by_cluster_id_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_storage_containers_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_storage_containers_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_vcenter_extensions_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_vcenter_extensions_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_virtual_gpu_profiles_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_virtual_gpu_profiles_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_virtual_nics_by_host_id_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_list_virtual_nics_by_host_id_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_managed_cluster.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_management_server_ref.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_management_server_type.rb +1 -1
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_mount_storage_container_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_multi_domain_fault_tolerance_status.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_name_mac_ref.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_name_network_ref.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_network_info.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_network_switch_interface.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_details.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_discovery_params.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_info.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_item.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_list_item_reference.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_list_networking_details.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_network_config.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_networking_details.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_param.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_reference.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_removal_extra_param.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_removal_params.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_resource_config.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_node_status.rb +1 -1
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_non_compatible_cluster_reference.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_non_migratable_vm_info.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_non_migratable_vms_result.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_on_disk_dedup.rb +1 -1
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_operation_mode.rb +1 -1
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_partition_type.rb +1 -1
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_physical_gpu_config.rb +13 -80
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_physical_gpu_profile.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_pii_scrubbing_level.rb +1 -1
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_public_key.rb +21 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_pulse_status.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_rack_reference.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_rackable_unit.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_rackable_unit_model.rb +1 -1
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_rackable_unit_node.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_redundancy_status_details.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_register_vcenter_extension_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_remove_node_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_remove_snmp_transports_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_rsyslog_module_item.rb +31 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_rsyslog_module_log_severity_level.rb +1 -1
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_rsyslog_module_name.rb +1 -1
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_rsyslog_network_protocol.rb +1 -1
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_rsyslog_server.rb +41 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_smtp_network.rb +21 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_smtp_server_ref.rb +21 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_smtp_type.rb +1 -1
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_snmp_auth_type.rb +1 -1
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_snmp_config.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_snmp_priv_type.rb +1 -1
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_snmp_protocol.rb +1 -1
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_snmp_status_param.rb +21 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_snmp_transport.rb +31 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_snmp_trap.rb +31 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_snmp_trap_version.rb +1 -1
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_snmp_user.rb +21 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_software_map_reference.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_software_type_ref.rb +1 -1
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_storage_container.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_storage_summary.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_storage_tier.rb +1 -1
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_storage_tier_reference.rb +1 -1
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_task_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_task_response_all_of_response.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_task_response_type.rb +1 -1
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_tolerance_message.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_unconfigure_node_details.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_unconfigured_node_attribute_map.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_unconfigured_node_list_item.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_unmount_storage_container_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_unregister_vcenter_extension_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_update_bmc_info_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_update_cluster_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_update_cluster_profile_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_update_rsyslog_server_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_update_snmp_status_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_update_snmp_trap_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_update_snmp_user_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_update_storage_container_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_upgrade_status.rb +1 -1
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_uplink_info.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_uplink_network_item.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_uplink_node.rb +21 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_uplinks.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_uplinks_field.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_upload_info_node_item.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_user_info.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_validate_bundle_info.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_validate_node_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_validate_node_param.rb +21 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_validate_node_param_spec.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_vcenter_credentials.rb +21 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_vcenter_extension.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_vcenter_info.rb +31 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_virtual_gpu_config.rb +15 -82
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_virtual_gpu_profile.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_virtual_nic.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_error_app_message.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_error_error_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_error_error_response_error.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_error_message_severity.rb +1 -1
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_error_schema_validation_error.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_error_schema_validation_error_message.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_operations_enter_host_maintenance_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_operations_enter_host_maintenance_spec.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_operations_exit_host_maintenance_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_operations_host_maintenance_common_spec.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_cluster_stats.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_cluster_stats_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_cluster_stats_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_disk_stats.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_get_disk_stats_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_get_disk_stats_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_get_storage_container_stats_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_get_storage_container_stats_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_host_stats.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_host_stats_api_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_host_stats_api_response_data.rb +3 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_storage_container_stats.rb +11 -78
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_stats_time_value_pair.rb +11 -78
- data/lib/nutanix_clustermgmt/models/common_v10_config_basic_auth.rb +15 -82
- data/lib/nutanix_clustermgmt/models/common_v10_config_flag.rb +13 -80
- data/lib/nutanix_clustermgmt/models/common_v10_config_fqdn.rb +11 -78
- data/lib/nutanix_clustermgmt/models/common_v10_config_ip_address.rb +11 -78
- data/lib/nutanix_clustermgmt/models/common_v10_config_ip_address_or_fqdn.rb +11 -78
- data/lib/nutanix_clustermgmt/models/common_v10_config_ipv4_address.rb +11 -78
- data/lib/nutanix_clustermgmt/models/common_v10_config_ipv6_address.rb +11 -78
- data/lib/nutanix_clustermgmt/models/common_v10_config_kv_pair.rb +13 -80
- data/lib/nutanix_clustermgmt/models/common_v10_config_kv_pair_value.rb +3 -4
- data/lib/nutanix_clustermgmt/models/common_v10_config_map_of_string_wrapper.rb +11 -78
- data/lib/nutanix_clustermgmt/models/common_v10_config_message.rb +11 -78
- data/lib/nutanix_clustermgmt/models/common_v10_config_message_severity.rb +1 -1
- data/lib/nutanix_clustermgmt/models/common_v10_config_tenant_aware_model.rb +11 -78
- data/lib/nutanix_clustermgmt/models/common_v10_response_api_link.rb +11 -78
- data/lib/nutanix_clustermgmt/models/common_v10_response_api_response_metadata.rb +11 -78
- data/lib/nutanix_clustermgmt/models/common_v10_response_externalizable_abstract_model.rb +11 -78
- data/lib/nutanix_clustermgmt/models/common_v10_stats_down_sampling_operator.rb +1 -1
- data/lib/nutanix_clustermgmt/models/common_v10_stats_time_int_value_pair.rb +11 -78
- data/lib/nutanix_clustermgmt/models/create_cluster202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/create_cluster4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/create_cluster_profile202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/create_cluster_profile4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/create_rsyslog_server202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/create_rsyslog_server4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/create_snmp_trap202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/create_snmp_trap4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/create_snmp_user202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/create_snmp_user4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/create_storage_container202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/create_storage_container4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/delete_cluster_by_id202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/delete_cluster_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/delete_cluster_profile_by_id202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/delete_cluster_profile_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/delete_disk_by_id202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/delete_disk_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/delete_rsyslog_server_by_id202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/delete_rsyslog_server_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/delete_snmp_trap_by_id202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/delete_snmp_trap_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/delete_snmp_user_by_id202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/delete_snmp_user_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/delete_storage_container_by_id202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/delete_storage_container_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/disassociate_categories_from_cluster202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/disassociate_categories_from_cluster4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/disassociate_cluster_from_cluster_profile202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/disassociate_cluster_from_cluster_profile4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/discover_unconfigured_nodes202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/discover_unconfigured_nodes4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/enter_host_maintenance202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/enter_host_maintenance4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/exit_host_maintenance202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/exit_host_maintenance4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/expand_cluster202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/expand_cluster4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/fetch_node_networking_details202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/fetch_node_networking_details4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/fetch_task_response200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/fetch_task_response4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_bmc_info200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_bmc_info4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_cluster_by_id200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_cluster_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_cluster_profile_by_id200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_cluster_profile_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_cluster_stats200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_cluster_stats4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_disk_by_id200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_disk_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_disk_stats200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_disk_stats4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_host_by_id200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_host_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_host_nic_by_id200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_host_nic_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_host_stats200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_host_stats4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_rackable_unit_by_id200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_rackable_unit_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_rsyslog_server_by_id200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_rsyslog_server_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_snmp_config_by_cluster_id200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_snmp_config_by_cluster_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_snmp_trap_by_id200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_snmp_trap_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_snmp_user_by_id200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_snmp_user_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_storage_container_by_id200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_storage_container_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_storage_container_stats200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_storage_container_stats4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_vcenter_extension_by_id200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_vcenter_extension_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_virtual_nic_by_id200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/get_virtual_nic_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_cluster_profiles200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_cluster_profiles4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_clusters200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_clusters4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_data_stores_by_cluster_id200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_data_stores_by_cluster_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_disks200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_disks4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_host_nics_by_host_id200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_host_nics_by_host_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_hosts200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_hosts4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_hosts_by_cluster_id200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_hosts_by_cluster_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_pcie_devices200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_pcie_devices4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_physical_gpu_profiles200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_physical_gpu_profiles4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_rackable_units_by_cluster_id200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_rackable_units_by_cluster_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_rsyslog_servers_by_cluster_id200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_rsyslog_servers_by_cluster_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_storage_containers200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_storage_containers4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_vcenter_extensions200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_vcenter_extensions4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_virtual_gpu_profiles200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_virtual_gpu_profiles4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_virtual_nics_by_host_id200_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/list_virtual_nics_by_host_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/mount_storage_container202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/mount_storage_container4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/prism_v40_config_task_reference.rb +11 -78
- data/lib/nutanix_clustermgmt/models/register_vcenter_extension202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/register_vcenter_extension4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/remove_node202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/remove_node4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/remove_snmp_transport202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/remove_snmp_transport4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/unmount_storage_container202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/unmount_storage_container4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/unregister_vcenter_extension202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/unregister_vcenter_extension4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/update_bmc_info202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/update_bmc_info4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/update_cluster_by_id202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/update_cluster_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/update_cluster_profile_by_id202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/update_cluster_profile_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/update_rsyslog_server_by_id202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/update_rsyslog_server_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/update_snmp_status202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/update_snmp_status4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/update_snmp_trap_by_id202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/update_snmp_trap_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/update_snmp_user_by_id202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/update_snmp_user_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/update_storage_container_by_id202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/update_storage_container_by_id4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/validate_node202_response.rb +11 -78
- data/lib/nutanix_clustermgmt/models/validate_node4_xx_response.rb +11 -78
- data/lib/nutanix_clustermgmt/version.rb +2 -2
- data/lib/nutanix_clustermgmt.rb +2 -1
- data/openapi-generator-cli-7.17.0.jar +0 -0
- data/pkg/nutanix_clustermgmt-0.1.1.gem +0 -0
- data/pkg/nutanix_clustermgmt-0.2.0.gem +0 -0
- data/spec/api/bmc_api_spec.rb +1 -1
- data/spec/api/cluster_profiles_api_spec.rb +1 -1
- data/spec/api/clusters_api_spec.rb +1 -1
- data/spec/api/disks_api_spec.rb +1 -1
- data/spec/api/pcie_devices_api_spec.rb +1 -1
- data/spec/api/storage_containers_api_spec.rb +1 -1
- data/spec/api/vcenter_extensions_api_spec.rb +1 -1
- data/spec/models/add_disk202_response_spec.rb +2 -2
- data/spec/models/add_disk4_xx_response_spec.rb +2 -2
- data/spec/models/add_snmp_transport202_response_spec.rb +2 -2
- data/spec/models/add_snmp_transport4_xx_response_spec.rb +2 -2
- data/spec/models/apply_cluster_profile202_response_spec.rb +2 -2
- data/spec/models/apply_cluster_profile4_xx_response_spec.rb +2 -2
- data/spec/models/associate_categories_to_cluster202_response_spec.rb +2 -2
- data/spec/models/associate_categories_to_cluster4_xx_response_spec.rb +2 -2
- data/spec/models/check_hypervisor_requirements202_response_spec.rb +2 -2
- data/spec/models/check_hypervisor_requirements4_xx_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_ahv_config_list_pcie_devices_api_response_data_spec.rb +1 -1
- data/spec/models/clustermgmt_v40_ahv_config_list_pcie_devices_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_ahv_config_pcie_device_configuration_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_ahv_config_pcie_device_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_ahv_config_pcie_device_state_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_acropolis_connection_state_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_add_disk_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_add_snmp_transports_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_address_type_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_apply_cluster_profile_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_associate_categories_to_cluster_api_response_data_spec.rb +1 -1
- data/spec/models/clustermgmt_v40_config_associate_categories_to_cluster_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_attribute_item_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_authorized_public_key_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_backplane_network_params_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_block_item_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_bmc_info_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_build_info_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_build_reference_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_bundle_info_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_bundle_param_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_cache_deduplication_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_category_entity_references_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_check_hypervisor_requirements_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_cluster_arch_reference_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_cluster_config_reference_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_cluster_config_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_cluster_fault_tolerance_ref_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_cluster_function_ref_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_cluster_network_reference_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_cluster_network_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_cluster_profile_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_cluster_reference_list_spec_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_cluster_reference_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_cluster_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_component_fault_tolerance_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_component_type_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_compute_node_item_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_compute_non_migratable_vms_spec_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_config_params_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_config_type_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_controller_vm_reference_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_create_cluster_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_create_cluster_profile_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_create_rsyslog_server_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_create_snmp_trap_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_create_snmp_user_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_create_storage_container_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_credential_status_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_data_store_mount_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_data_store_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_data_store_unmount_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_delete_cluster_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_delete_cluster_profile_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_delete_disk_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_delete_rsyslog_server_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_delete_snmp_trap_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_delete_snmp_user_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_delete_storage_container_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_digital_certificate_map_reference_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_disassociate_categories_from_cluster_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_disassociate_cluster_from_cluster_profile_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_discover_unconfigured_nodes_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_disk_addition_spec_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_disk_advance_config_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_disk_partition_info_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_disk_reference_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_disk_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_disk_status_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_domain_awareness_level_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_domain_fault_tolerance_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_domain_type_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_drive_replacement_option_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_encryption_option_info_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_encryption_scope_info_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_encryption_status_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_erasure_code_status_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_expand_cluster_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_expand_cluster_params_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_fault_tolerance_state_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_fetch_node_networking_details_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_fetch_task_api_response_data_spec.rb +1 -1
- data/spec/models/clustermgmt_v40_config_fetch_task_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_get_bmc_info_response_data_spec.rb +1 -1
- data/spec/models/clustermgmt_v40_config_get_bmc_info_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_get_cluster_api_response_data_spec.rb +1 -1
- data/spec/models/clustermgmt_v40_config_get_cluster_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_get_cluster_profile_api_response_data_spec.rb +1 -1
- data/spec/models/clustermgmt_v40_config_get_cluster_profile_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_get_disk_api_response_data_spec.rb +1 -1
- data/spec/models/clustermgmt_v40_config_get_disk_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_get_host_api_response_data_spec.rb +1 -1
- data/spec/models/clustermgmt_v40_config_get_host_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_get_host_nic_api_response_data_spec.rb +1 -1
- data/spec/models/clustermgmt_v40_config_get_host_nic_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_get_rackable_unit_api_response_data_spec.rb +1 -1
- data/spec/models/clustermgmt_v40_config_get_rackable_unit_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_get_rsyslog_server_api_response_data_spec.rb +1 -1
- data/spec/models/clustermgmt_v40_config_get_rsyslog_server_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_get_snmp_config_by_cluster_id_api_response_data_spec.rb +1 -1
- data/spec/models/clustermgmt_v40_config_get_snmp_config_by_cluster_id_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_get_snmp_trap_api_response_data_spec.rb +1 -1
- data/spec/models/clustermgmt_v40_config_get_snmp_trap_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_get_snmp_user_api_response_data_spec.rb +1 -1
- data/spec/models/clustermgmt_v40_config_get_snmp_user_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_get_storage_container_api_response_data_spec.rb +1 -1
- data/spec/models/clustermgmt_v40_config_get_storage_container_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_get_vcenter_extension_api_response_data_spec.rb +1 -1
- data/spec/models/clustermgmt_v40_config_get_vcenter_extension_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_get_virtual_nic_api_response_data_spec.rb +1 -1
- data/spec/models/clustermgmt_v40_config_get_virtual_nic_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_gpu_mode_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_gpu_type_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_host_gpu_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_host_name_param_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_host_nic_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_host_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_host_type_enum_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_http_proxy_config_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_http_proxy_type_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_http_proxy_white_list_config_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_http_proxy_white_list_target_type_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_hyperv_credentials_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_hypervisor_iso_map_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_hypervisor_reference_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_hypervisor_state_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_hypervisor_type_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_hypervisor_upload_info_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_hypervisor_upload_node_list_item_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_hypervisor_upload_param_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_ipmi_reference_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_key_management_device_to_cert_status_info_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_key_management_server_type_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_list_cluster_profiles_api_response_data_spec.rb +1 -1
- data/spec/models/clustermgmt_v40_config_list_cluster_profiles_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_list_clusters_api_response_data_spec.rb +1 -1
- data/spec/models/clustermgmt_v40_config_list_clusters_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_list_data_stores_by_cluster_id_api_response_data_spec.rb +1 -1
- data/spec/models/clustermgmt_v40_config_list_data_stores_by_cluster_id_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_list_disks_api_response_data_spec.rb +1 -1
- data/spec/models/clustermgmt_v40_config_list_disks_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_list_host_nics_by_host_id_api_response_data_spec.rb +1 -1
- data/spec/models/clustermgmt_v40_config_list_host_nics_by_host_id_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_list_hosts_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_list_hosts_by_cluster_id_api_response_data_spec.rb +1 -1
- data/spec/models/clustermgmt_v40_config_list_hosts_by_cluster_id_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_list_physical_gpu_profiles_api_response_data_spec.rb +1 -1
- data/spec/models/clustermgmt_v40_config_list_physical_gpu_profiles_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_list_rackable_units_by_cluster_id_api_response_data_spec.rb +1 -1
- data/spec/models/clustermgmt_v40_config_list_rackable_units_by_cluster_id_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_list_rsyslog_servers_by_cluster_id_api_response_data_spec.rb +1 -1
- data/spec/models/clustermgmt_v40_config_list_rsyslog_servers_by_cluster_id_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_list_storage_containers_api_response_data_spec.rb +1 -1
- data/spec/models/clustermgmt_v40_config_list_storage_containers_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_list_vcenter_extensions_api_response_data_spec.rb +1 -1
- data/spec/models/clustermgmt_v40_config_list_vcenter_extensions_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_list_virtual_gpu_profiles_api_response_data_spec.rb +1 -1
- data/spec/models/clustermgmt_v40_config_list_virtual_gpu_profiles_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_list_virtual_nics_by_host_id_api_response_data_spec.rb +1 -1
- data/spec/models/clustermgmt_v40_config_list_virtual_nics_by_host_id_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_managed_cluster_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_management_server_ref_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_management_server_type_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_mount_storage_container_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_multi_domain_fault_tolerance_status_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_name_mac_ref_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_name_network_ref_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_network_info_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_network_switch_interface_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_node_details_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_node_discovery_params_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_node_info_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_node_item_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_node_list_item_reference_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_node_list_networking_details_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_node_network_config_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_node_networking_details_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_node_param_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_node_reference_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_node_removal_extra_param_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_node_removal_params_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_node_resource_config_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_node_status_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_non_compatible_cluster_reference_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_non_migratable_vm_info_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_non_migratable_vms_result_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_on_disk_dedup_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_operation_mode_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_partition_type_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_physical_gpu_config_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_physical_gpu_profile_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_pii_scrubbing_level_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_public_key_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_pulse_status_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_rack_reference_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_rackable_unit_model_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_rackable_unit_node_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_rackable_unit_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_redundancy_status_details_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_register_vcenter_extension_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_remove_node_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_remove_snmp_transports_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_rsyslog_module_item_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_rsyslog_module_log_severity_level_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_rsyslog_module_name_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_rsyslog_network_protocol_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_rsyslog_server_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_smtp_network_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_smtp_server_ref_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_smtp_type_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_snmp_auth_type_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_snmp_config_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_snmp_priv_type_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_snmp_protocol_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_snmp_status_param_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_snmp_transport_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_snmp_trap_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_snmp_trap_version_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_snmp_user_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_software_map_reference_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_software_type_ref_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_storage_container_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_storage_summary_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_storage_tier_reference_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_storage_tier_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_task_response_all_of_response_spec.rb +1 -1
- data/spec/models/clustermgmt_v40_config_task_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_task_response_type_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_tolerance_message_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_unconfigure_node_details_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_unconfigured_node_attribute_map_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_unconfigured_node_list_item_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_unmount_storage_container_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_unregister_vcenter_extension_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_update_bmc_info_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_update_cluster_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_update_cluster_profile_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_update_rsyslog_server_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_update_snmp_status_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_update_snmp_trap_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_update_snmp_user_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_update_storage_container_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_upgrade_status_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_uplink_info_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_uplink_network_item_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_uplink_node_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_uplinks_field_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_uplinks_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_upload_info_node_item_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_user_info_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_validate_bundle_info_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_validate_node_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_validate_node_param_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_validate_node_param_spec_spec.rb +1 -1
- data/spec/models/clustermgmt_v40_config_vcenter_credentials_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_vcenter_extension_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_vcenter_info_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_virtual_gpu_config_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_virtual_gpu_profile_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_config_virtual_nic_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_error_app_message_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_error_error_response_error_spec.rb +1 -1
- data/spec/models/clustermgmt_v40_error_error_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_error_message_severity_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_error_schema_validation_error_message_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_error_schema_validation_error_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_operations_enter_host_maintenance_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_operations_enter_host_maintenance_spec_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_operations_exit_host_maintenance_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_operations_host_maintenance_common_spec_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_stats_cluster_stats_api_response_data_spec.rb +1 -1
- data/spec/models/clustermgmt_v40_stats_cluster_stats_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_stats_cluster_stats_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_stats_disk_stats_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_stats_get_disk_stats_api_response_data_spec.rb +1 -1
- data/spec/models/clustermgmt_v40_stats_get_disk_stats_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_stats_get_storage_container_stats_api_response_data_spec.rb +1 -1
- data/spec/models/clustermgmt_v40_stats_get_storage_container_stats_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_stats_host_stats_api_response_data_spec.rb +1 -1
- data/spec/models/clustermgmt_v40_stats_host_stats_api_response_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_stats_host_stats_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_stats_storage_container_stats_spec.rb +2 -2
- data/spec/models/clustermgmt_v40_stats_time_value_pair_spec.rb +2 -2
- data/spec/models/common_v10_config_basic_auth_spec.rb +2 -2
- data/spec/models/common_v10_config_flag_spec.rb +2 -2
- data/spec/models/common_v10_config_fqdn_spec.rb +2 -2
- data/spec/models/common_v10_config_ip_address_or_fqdn_spec.rb +2 -2
- data/spec/models/common_v10_config_ip_address_spec.rb +2 -2
- data/spec/models/common_v10_config_ipv4_address_spec.rb +2 -2
- data/spec/models/common_v10_config_ipv6_address_spec.rb +2 -2
- data/spec/models/common_v10_config_kv_pair_spec.rb +2 -2
- data/spec/models/common_v10_config_kv_pair_value_spec.rb +1 -1
- data/spec/models/common_v10_config_map_of_string_wrapper_spec.rb +2 -2
- data/spec/models/common_v10_config_message_severity_spec.rb +2 -2
- data/spec/models/common_v10_config_message_spec.rb +2 -2
- data/spec/models/common_v10_config_tenant_aware_model_spec.rb +2 -2
- data/spec/models/common_v10_response_api_link_spec.rb +2 -2
- data/spec/models/common_v10_response_api_response_metadata_spec.rb +2 -2
- data/spec/models/common_v10_response_externalizable_abstract_model_spec.rb +2 -2
- data/spec/models/common_v10_stats_down_sampling_operator_spec.rb +2 -2
- data/spec/models/common_v10_stats_time_int_value_pair_spec.rb +2 -2
- data/spec/models/create_cluster202_response_spec.rb +2 -2
- data/spec/models/create_cluster4_xx_response_spec.rb +2 -2
- data/spec/models/create_cluster_profile202_response_spec.rb +2 -2
- data/spec/models/create_cluster_profile4_xx_response_spec.rb +2 -2
- data/spec/models/create_rsyslog_server202_response_spec.rb +2 -2
- data/spec/models/create_rsyslog_server4_xx_response_spec.rb +2 -2
- data/spec/models/create_snmp_trap202_response_spec.rb +2 -2
- data/spec/models/create_snmp_trap4_xx_response_spec.rb +2 -2
- data/spec/models/create_snmp_user202_response_spec.rb +2 -2
- data/spec/models/create_snmp_user4_xx_response_spec.rb +2 -2
- data/spec/models/create_storage_container202_response_spec.rb +2 -2
- data/spec/models/create_storage_container4_xx_response_spec.rb +2 -2
- data/spec/models/delete_cluster_by_id202_response_spec.rb +2 -2
- data/spec/models/delete_cluster_by_id4_xx_response_spec.rb +2 -2
- data/spec/models/delete_cluster_profile_by_id202_response_spec.rb +2 -2
- data/spec/models/delete_cluster_profile_by_id4_xx_response_spec.rb +2 -2
- data/spec/models/delete_disk_by_id202_response_spec.rb +2 -2
- data/spec/models/delete_disk_by_id4_xx_response_spec.rb +2 -2
- data/spec/models/delete_rsyslog_server_by_id202_response_spec.rb +2 -2
- data/spec/models/delete_rsyslog_server_by_id4_xx_response_spec.rb +2 -2
- data/spec/models/delete_snmp_trap_by_id202_response_spec.rb +2 -2
- data/spec/models/delete_snmp_trap_by_id4_xx_response_spec.rb +2 -2
- data/spec/models/delete_snmp_user_by_id202_response_spec.rb +2 -2
- data/spec/models/delete_snmp_user_by_id4_xx_response_spec.rb +2 -2
- data/spec/models/delete_storage_container_by_id202_response_spec.rb +2 -2
- data/spec/models/delete_storage_container_by_id4_xx_response_spec.rb +2 -2
- data/spec/models/disassociate_categories_from_cluster202_response_spec.rb +2 -2
- data/spec/models/disassociate_categories_from_cluster4_xx_response_spec.rb +2 -2
- data/spec/models/disassociate_cluster_from_cluster_profile202_response_spec.rb +2 -2
- data/spec/models/disassociate_cluster_from_cluster_profile4_xx_response_spec.rb +2 -2
- data/spec/models/discover_unconfigured_nodes202_response_spec.rb +2 -2
- data/spec/models/discover_unconfigured_nodes4_xx_response_spec.rb +2 -2
- data/spec/models/enter_host_maintenance202_response_spec.rb +2 -2
- data/spec/models/enter_host_maintenance4_xx_response_spec.rb +2 -2
- data/spec/models/exit_host_maintenance202_response_spec.rb +2 -2
- data/spec/models/exit_host_maintenance4_xx_response_spec.rb +2 -2
- data/spec/models/expand_cluster202_response_spec.rb +2 -2
- data/spec/models/expand_cluster4_xx_response_spec.rb +2 -2
- data/spec/models/fetch_node_networking_details202_response_spec.rb +2 -2
- data/spec/models/fetch_node_networking_details4_xx_response_spec.rb +2 -2
- data/spec/models/fetch_task_response200_response_spec.rb +2 -2
- data/spec/models/fetch_task_response4_xx_response_spec.rb +2 -2
- data/spec/models/get_bmc_info200_response_spec.rb +2 -2
- data/spec/models/get_bmc_info4_xx_response_spec.rb +2 -2
- data/spec/models/get_cluster_by_id200_response_spec.rb +2 -2
- data/spec/models/get_cluster_by_id4_xx_response_spec.rb +2 -2
- data/spec/models/get_cluster_profile_by_id200_response_spec.rb +2 -2
- data/spec/models/get_cluster_profile_by_id4_xx_response_spec.rb +2 -2
- data/spec/models/get_cluster_stats200_response_spec.rb +2 -2
- data/spec/models/get_cluster_stats4_xx_response_spec.rb +2 -2
- data/spec/models/get_disk_by_id200_response_spec.rb +2 -2
- data/spec/models/get_disk_by_id4_xx_response_spec.rb +2 -2
- data/spec/models/get_disk_stats200_response_spec.rb +2 -2
- data/spec/models/get_disk_stats4_xx_response_spec.rb +2 -2
- data/spec/models/get_host_by_id200_response_spec.rb +2 -2
- data/spec/models/get_host_by_id4_xx_response_spec.rb +2 -2
- data/spec/models/get_host_nic_by_id200_response_spec.rb +2 -2
- data/spec/models/get_host_nic_by_id4_xx_response_spec.rb +2 -2
- data/spec/models/get_host_stats200_response_spec.rb +2 -2
- data/spec/models/get_host_stats4_xx_response_spec.rb +2 -2
- data/spec/models/get_rackable_unit_by_id200_response_spec.rb +2 -2
- data/spec/models/get_rackable_unit_by_id4_xx_response_spec.rb +2 -2
- data/spec/models/get_rsyslog_server_by_id200_response_spec.rb +2 -2
- data/spec/models/get_rsyslog_server_by_id4_xx_response_spec.rb +2 -2
- data/spec/models/get_snmp_config_by_cluster_id200_response_spec.rb +2 -2
- data/spec/models/get_snmp_config_by_cluster_id4_xx_response_spec.rb +2 -2
- data/spec/models/get_snmp_trap_by_id200_response_spec.rb +2 -2
- data/spec/models/get_snmp_trap_by_id4_xx_response_spec.rb +2 -2
- data/spec/models/get_snmp_user_by_id200_response_spec.rb +2 -2
- data/spec/models/get_snmp_user_by_id4_xx_response_spec.rb +2 -2
- data/spec/models/get_storage_container_by_id200_response_spec.rb +2 -2
- data/spec/models/get_storage_container_by_id4_xx_response_spec.rb +2 -2
- data/spec/models/get_storage_container_stats200_response_spec.rb +2 -2
- data/spec/models/get_storage_container_stats4_xx_response_spec.rb +2 -2
- data/spec/models/get_vcenter_extension_by_id200_response_spec.rb +2 -2
- data/spec/models/get_vcenter_extension_by_id4_xx_response_spec.rb +2 -2
- data/spec/models/get_virtual_nic_by_id200_response_spec.rb +2 -2
- data/spec/models/get_virtual_nic_by_id4_xx_response_spec.rb +2 -2
- data/spec/models/list_cluster_profiles200_response_spec.rb +2 -2
- data/spec/models/list_cluster_profiles4_xx_response_spec.rb +2 -2
- data/spec/models/list_clusters200_response_spec.rb +2 -2
- data/spec/models/list_clusters4_xx_response_spec.rb +2 -2
- data/spec/models/list_data_stores_by_cluster_id200_response_spec.rb +2 -2
- data/spec/models/list_data_stores_by_cluster_id4_xx_response_spec.rb +2 -2
- data/spec/models/list_disks200_response_spec.rb +2 -2
- data/spec/models/list_disks4_xx_response_spec.rb +2 -2
- data/spec/models/list_host_nics_by_host_id200_response_spec.rb +2 -2
- data/spec/models/list_host_nics_by_host_id4_xx_response_spec.rb +2 -2
- data/spec/models/list_hosts200_response_spec.rb +2 -2
- data/spec/models/list_hosts4_xx_response_spec.rb +2 -2
- data/spec/models/list_hosts_by_cluster_id200_response_spec.rb +2 -2
- data/spec/models/list_hosts_by_cluster_id4_xx_response_spec.rb +2 -2
- data/spec/models/list_pcie_devices200_response_spec.rb +2 -2
- data/spec/models/list_pcie_devices4_xx_response_spec.rb +2 -2
- data/spec/models/list_physical_gpu_profiles200_response_spec.rb +2 -2
- data/spec/models/list_physical_gpu_profiles4_xx_response_spec.rb +2 -2
- data/spec/models/list_rackable_units_by_cluster_id200_response_spec.rb +2 -2
- data/spec/models/list_rackable_units_by_cluster_id4_xx_response_spec.rb +2 -2
- data/spec/models/list_rsyslog_servers_by_cluster_id200_response_spec.rb +2 -2
- data/spec/models/list_rsyslog_servers_by_cluster_id4_xx_response_spec.rb +2 -2
- data/spec/models/list_storage_containers200_response_spec.rb +2 -2
- data/spec/models/list_storage_containers4_xx_response_spec.rb +2 -2
- data/spec/models/list_vcenter_extensions200_response_spec.rb +2 -2
- data/spec/models/list_vcenter_extensions4_xx_response_spec.rb +2 -2
- data/spec/models/list_virtual_gpu_profiles200_response_spec.rb +2 -2
- data/spec/models/list_virtual_gpu_profiles4_xx_response_spec.rb +2 -2
- data/spec/models/list_virtual_nics_by_host_id200_response_spec.rb +2 -2
- data/spec/models/list_virtual_nics_by_host_id4_xx_response_spec.rb +2 -2
- data/spec/models/mount_storage_container202_response_spec.rb +2 -2
- data/spec/models/mount_storage_container4_xx_response_spec.rb +2 -2
- data/spec/models/prism_v40_config_task_reference_spec.rb +2 -2
- data/spec/models/register_vcenter_extension202_response_spec.rb +2 -2
- data/spec/models/register_vcenter_extension4_xx_response_spec.rb +2 -2
- data/spec/models/remove_node202_response_spec.rb +2 -2
- data/spec/models/remove_node4_xx_response_spec.rb +2 -2
- data/spec/models/remove_snmp_transport202_response_spec.rb +2 -2
- data/spec/models/remove_snmp_transport4_xx_response_spec.rb +2 -2
- data/spec/models/unmount_storage_container202_response_spec.rb +2 -2
- data/spec/models/unmount_storage_container4_xx_response_spec.rb +2 -2
- data/spec/models/unregister_vcenter_extension202_response_spec.rb +2 -2
- data/spec/models/unregister_vcenter_extension4_xx_response_spec.rb +2 -2
- data/spec/models/update_bmc_info202_response_spec.rb +2 -2
- data/spec/models/update_bmc_info4_xx_response_spec.rb +2 -2
- data/spec/models/update_cluster_by_id202_response_spec.rb +2 -2
- data/spec/models/update_cluster_by_id4_xx_response_spec.rb +2 -2
- data/spec/models/update_cluster_profile_by_id202_response_spec.rb +2 -2
- data/spec/models/update_cluster_profile_by_id4_xx_response_spec.rb +2 -2
- data/spec/models/update_rsyslog_server_by_id202_response_spec.rb +2 -2
- data/spec/models/update_rsyslog_server_by_id4_xx_response_spec.rb +2 -2
- data/spec/models/update_snmp_status202_response_spec.rb +2 -2
- data/spec/models/update_snmp_status4_xx_response_spec.rb +2 -2
- data/spec/models/update_snmp_trap_by_id202_response_spec.rb +2 -2
- data/spec/models/update_snmp_trap_by_id4_xx_response_spec.rb +2 -2
- data/spec/models/update_snmp_user_by_id202_response_spec.rb +2 -2
- data/spec/models/update_snmp_user_by_id4_xx_response_spec.rb +2 -2
- data/spec/models/update_storage_container_by_id202_response_spec.rb +2 -2
- data/spec/models/update_storage_container_by_id4_xx_response_spec.rb +2 -2
- data/spec/models/validate_node202_response_spec.rb +2 -2
- data/spec/models/validate_node4_xx_response_spec.rb +2 -2
- data/spec/spec_helper.rb +1 -1
- metadata +8 -2
- 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
|
+
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
|
# Cluster software version details.
|
|
18
|
-
class ClustermgmtV40ConfigSoftwareMapReference
|
|
18
|
+
class ClustermgmtV40ConfigSoftwareMapReference < ApiModelBase
|
|
19
19
|
attr_accessor :software_type
|
|
20
20
|
|
|
21
21
|
# Software version.
|
|
@@ -51,9 +51,14 @@ module NutanixClustermgmt
|
|
|
51
51
|
}
|
|
52
52
|
end
|
|
53
53
|
|
|
54
|
+
# Returns attribute mapping this model knows about
|
|
55
|
+
def self.acceptable_attribute_map
|
|
56
|
+
attribute_map
|
|
57
|
+
end
|
|
58
|
+
|
|
54
59
|
# Returns all the JSON keys this model knows about
|
|
55
60
|
def self.acceptable_attributes
|
|
56
|
-
|
|
61
|
+
acceptable_attribute_map.values
|
|
57
62
|
end
|
|
58
63
|
|
|
59
64
|
# Attribute type mapping.
|
|
@@ -78,9 +83,10 @@ module NutanixClustermgmt
|
|
|
78
83
|
end
|
|
79
84
|
|
|
80
85
|
# check to see if the attribute exists and convert string to symbol for hash key
|
|
86
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
|
81
87
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
82
|
-
if (!
|
|
83
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixClustermgmt::ClustermgmtV40ConfigSoftwareMapReference`. Please check the name to make sure it's valid. List of attributes: " +
|
|
88
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
|
89
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixClustermgmt::ClustermgmtV40ConfigSoftwareMapReference`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
|
84
90
|
end
|
|
85
91
|
h[k.to_sym] = v
|
|
86
92
|
}
|
|
@@ -153,61 +159,6 @@ module NutanixClustermgmt
|
|
|
153
159
|
new(transformed_hash)
|
|
154
160
|
end
|
|
155
161
|
|
|
156
|
-
# Deserializes the data based on type
|
|
157
|
-
# @param string type Data type
|
|
158
|
-
# @param string value Value to be deserialized
|
|
159
|
-
# @return [Object] Deserialized data
|
|
160
|
-
def self._deserialize(type, value)
|
|
161
|
-
case type.to_sym
|
|
162
|
-
when :Time
|
|
163
|
-
Time.parse(value)
|
|
164
|
-
when :Date
|
|
165
|
-
Date.parse(value)
|
|
166
|
-
when :String
|
|
167
|
-
value.to_s
|
|
168
|
-
when :Integer
|
|
169
|
-
value.to_i
|
|
170
|
-
when :Float
|
|
171
|
-
value.to_f
|
|
172
|
-
when :Boolean
|
|
173
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
174
|
-
true
|
|
175
|
-
else
|
|
176
|
-
false
|
|
177
|
-
end
|
|
178
|
-
when :Object
|
|
179
|
-
# generic object (usually a Hash), return directly
|
|
180
|
-
value
|
|
181
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
|
182
|
-
inner_type = Regexp.last_match[:inner_type]
|
|
183
|
-
value.map { |v| _deserialize(inner_type, v) }
|
|
184
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
185
|
-
k_type = Regexp.last_match[:k_type]
|
|
186
|
-
v_type = Regexp.last_match[:v_type]
|
|
187
|
-
{}.tap do |hash|
|
|
188
|
-
value.each do |k, v|
|
|
189
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
190
|
-
end
|
|
191
|
-
end
|
|
192
|
-
else # model
|
|
193
|
-
# models (e.g. Pet) or oneOf
|
|
194
|
-
klass = NutanixClustermgmt.const_get(type)
|
|
195
|
-
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
196
|
-
end
|
|
197
|
-
end
|
|
198
|
-
|
|
199
|
-
# Returns the string representation of the object
|
|
200
|
-
# @return [String] String presentation of the object
|
|
201
|
-
def to_s
|
|
202
|
-
to_hash.to_s
|
|
203
|
-
end
|
|
204
|
-
|
|
205
|
-
# to_body is an alias to to_hash (backward compatibility)
|
|
206
|
-
# @return [Hash] Returns the object in the form of hash
|
|
207
|
-
def to_body
|
|
208
|
-
to_hash
|
|
209
|
-
end
|
|
210
|
-
|
|
211
162
|
# Returns the object in the form of hash
|
|
212
163
|
# @return [Hash] Returns the object in the form of hash
|
|
213
164
|
def to_hash
|
|
@@ -224,24 +175,6 @@ module NutanixClustermgmt
|
|
|
224
175
|
hash
|
|
225
176
|
end
|
|
226
177
|
|
|
227
|
-
# Outputs non-array value in the form of hash
|
|
228
|
-
# For object, use to_hash. Otherwise, just return the value
|
|
229
|
-
# @param [Object] value Any valid value
|
|
230
|
-
# @return [Hash] Returns the value in the form of hash
|
|
231
|
-
def _to_hash(value)
|
|
232
|
-
if value.is_a?(Array)
|
|
233
|
-
value.compact.map { |v| _to_hash(v) }
|
|
234
|
-
elsif value.is_a?(Hash)
|
|
235
|
-
{}.tap do |hash|
|
|
236
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
237
|
-
end
|
|
238
|
-
elsif value.respond_to? :to_hash
|
|
239
|
-
value.to_hash
|
|
240
|
-
else
|
|
241
|
-
value
|
|
242
|
-
end
|
|
243
|
-
end
|
|
244
|
-
|
|
245
178
|
end
|
|
246
179
|
|
|
247
180
|
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
|
+
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 ClustermgmtV40ConfigStorageContainer
|
|
17
|
+
class ClustermgmtV40ConfigStorageContainer < ApiModelBase
|
|
18
18
|
# A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
|
|
19
19
|
attr_accessor :tenant_id
|
|
20
20
|
|
|
@@ -160,9 +160,14 @@ module NutanixClustermgmt
|
|
|
160
160
|
}
|
|
161
161
|
end
|
|
162
162
|
|
|
163
|
+
# Returns attribute mapping this model knows about
|
|
164
|
+
def self.acceptable_attribute_map
|
|
165
|
+
attribute_map
|
|
166
|
+
end
|
|
167
|
+
|
|
163
168
|
# Returns all the JSON keys this model knows about
|
|
164
169
|
def self.acceptable_attributes
|
|
165
|
-
|
|
170
|
+
acceptable_attribute_map.values
|
|
166
171
|
end
|
|
167
172
|
|
|
168
173
|
# Attribute type mapping.
|
|
@@ -224,9 +229,10 @@ module NutanixClustermgmt
|
|
|
224
229
|
end
|
|
225
230
|
|
|
226
231
|
# check to see if the attribute exists and convert string to symbol for hash key
|
|
232
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
|
227
233
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
228
|
-
if (!
|
|
229
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixClustermgmt::ClustermgmtV40ConfigStorageContainer`. Please check the name to make sure it's valid. List of attributes: " +
|
|
234
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
|
235
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixClustermgmt::ClustermgmtV40ConfigStorageContainer`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
|
230
236
|
end
|
|
231
237
|
h[k.to_sym] = v
|
|
232
238
|
}
|
|
@@ -687,61 +693,6 @@ module NutanixClustermgmt
|
|
|
687
693
|
new(transformed_hash)
|
|
688
694
|
end
|
|
689
695
|
|
|
690
|
-
# Deserializes the data based on type
|
|
691
|
-
# @param string type Data type
|
|
692
|
-
# @param string value Value to be deserialized
|
|
693
|
-
# @return [Object] Deserialized data
|
|
694
|
-
def self._deserialize(type, value)
|
|
695
|
-
case type.to_sym
|
|
696
|
-
when :Time
|
|
697
|
-
Time.parse(value)
|
|
698
|
-
when :Date
|
|
699
|
-
Date.parse(value)
|
|
700
|
-
when :String
|
|
701
|
-
value.to_s
|
|
702
|
-
when :Integer
|
|
703
|
-
value.to_i
|
|
704
|
-
when :Float
|
|
705
|
-
value.to_f
|
|
706
|
-
when :Boolean
|
|
707
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
708
|
-
true
|
|
709
|
-
else
|
|
710
|
-
false
|
|
711
|
-
end
|
|
712
|
-
when :Object
|
|
713
|
-
# generic object (usually a Hash), return directly
|
|
714
|
-
value
|
|
715
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
|
716
|
-
inner_type = Regexp.last_match[:inner_type]
|
|
717
|
-
value.map { |v| _deserialize(inner_type, v) }
|
|
718
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
719
|
-
k_type = Regexp.last_match[:k_type]
|
|
720
|
-
v_type = Regexp.last_match[:v_type]
|
|
721
|
-
{}.tap do |hash|
|
|
722
|
-
value.each do |k, v|
|
|
723
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
724
|
-
end
|
|
725
|
-
end
|
|
726
|
-
else # model
|
|
727
|
-
# models (e.g. Pet) or oneOf
|
|
728
|
-
klass = NutanixClustermgmt.const_get(type)
|
|
729
|
-
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
730
|
-
end
|
|
731
|
-
end
|
|
732
|
-
|
|
733
|
-
# Returns the string representation of the object
|
|
734
|
-
# @return [String] String presentation of the object
|
|
735
|
-
def to_s
|
|
736
|
-
to_hash.to_s
|
|
737
|
-
end
|
|
738
|
-
|
|
739
|
-
# to_body is an alias to to_hash (backward compatibility)
|
|
740
|
-
# @return [Hash] Returns the object in the form of hash
|
|
741
|
-
def to_body
|
|
742
|
-
to_hash
|
|
743
|
-
end
|
|
744
|
-
|
|
745
696
|
# Returns the object in the form of hash
|
|
746
697
|
# @return [Hash] Returns the object in the form of hash
|
|
747
698
|
def to_hash
|
|
@@ -758,24 +709,6 @@ module NutanixClustermgmt
|
|
|
758
709
|
hash
|
|
759
710
|
end
|
|
760
711
|
|
|
761
|
-
# Outputs non-array value in the form of hash
|
|
762
|
-
# For object, use to_hash. Otherwise, just return the value
|
|
763
|
-
# @param [Object] value Any valid value
|
|
764
|
-
# @return [Hash] Returns the value in the form of hash
|
|
765
|
-
def _to_hash(value)
|
|
766
|
-
if value.is_a?(Array)
|
|
767
|
-
value.compact.map { |v| _to_hash(v) }
|
|
768
|
-
elsif value.is_a?(Hash)
|
|
769
|
-
{}.tap do |hash|
|
|
770
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
771
|
-
end
|
|
772
|
-
elsif value.respond_to? :to_hash
|
|
773
|
-
value.to_hash
|
|
774
|
-
else
|
|
775
|
-
value
|
|
776
|
-
end
|
|
777
|
-
end
|
|
778
|
-
|
|
779
712
|
end
|
|
780
713
|
|
|
781
714
|
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
|
+
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
|
# Storage summary entity and its attribute related to cluster fault tolerance.
|
|
18
|
-
class ClustermgmtV40ConfigStorageSummary
|
|
18
|
+
class ClustermgmtV40ConfigStorageSummary < ApiModelBase
|
|
19
19
|
# Cluster fault tolerance defines how many simultaneous failures within a fault domain the cluster can sustain.
|
|
20
20
|
attr_accessor :cluster_fault_tolerant_capacity_in_bytes
|
|
21
21
|
|
|
@@ -26,9 +26,14 @@ module NutanixClustermgmt
|
|
|
26
26
|
}
|
|
27
27
|
end
|
|
28
28
|
|
|
29
|
+
# Returns attribute mapping this model knows about
|
|
30
|
+
def self.acceptable_attribute_map
|
|
31
|
+
attribute_map
|
|
32
|
+
end
|
|
33
|
+
|
|
29
34
|
# Returns all the JSON keys this model knows about
|
|
30
35
|
def self.acceptable_attributes
|
|
31
|
-
|
|
36
|
+
acceptable_attribute_map.values
|
|
32
37
|
end
|
|
33
38
|
|
|
34
39
|
# Attribute type mapping.
|
|
@@ -52,9 +57,10 @@ module NutanixClustermgmt
|
|
|
52
57
|
end
|
|
53
58
|
|
|
54
59
|
# check to see if the attribute exists and convert string to symbol for hash key
|
|
60
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
|
55
61
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
56
|
-
if (!
|
|
57
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixClustermgmt::ClustermgmtV40ConfigStorageSummary`. Please check the name to make sure it's valid. List of attributes: " +
|
|
62
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
|
63
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixClustermgmt::ClustermgmtV40ConfigStorageSummary`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
|
58
64
|
end
|
|
59
65
|
h[k.to_sym] = v
|
|
60
66
|
}
|
|
@@ -122,61 +128,6 @@ module NutanixClustermgmt
|
|
|
122
128
|
new(transformed_hash)
|
|
123
129
|
end
|
|
124
130
|
|
|
125
|
-
# Deserializes the data based on type
|
|
126
|
-
# @param string type Data type
|
|
127
|
-
# @param string value Value to be deserialized
|
|
128
|
-
# @return [Object] Deserialized data
|
|
129
|
-
def self._deserialize(type, value)
|
|
130
|
-
case type.to_sym
|
|
131
|
-
when :Time
|
|
132
|
-
Time.parse(value)
|
|
133
|
-
when :Date
|
|
134
|
-
Date.parse(value)
|
|
135
|
-
when :String
|
|
136
|
-
value.to_s
|
|
137
|
-
when :Integer
|
|
138
|
-
value.to_i
|
|
139
|
-
when :Float
|
|
140
|
-
value.to_f
|
|
141
|
-
when :Boolean
|
|
142
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
143
|
-
true
|
|
144
|
-
else
|
|
145
|
-
false
|
|
146
|
-
end
|
|
147
|
-
when :Object
|
|
148
|
-
# generic object (usually a Hash), return directly
|
|
149
|
-
value
|
|
150
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
|
151
|
-
inner_type = Regexp.last_match[:inner_type]
|
|
152
|
-
value.map { |v| _deserialize(inner_type, v) }
|
|
153
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
154
|
-
k_type = Regexp.last_match[:k_type]
|
|
155
|
-
v_type = Regexp.last_match[:v_type]
|
|
156
|
-
{}.tap do |hash|
|
|
157
|
-
value.each do |k, v|
|
|
158
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
159
|
-
end
|
|
160
|
-
end
|
|
161
|
-
else # model
|
|
162
|
-
# models (e.g. Pet) or oneOf
|
|
163
|
-
klass = NutanixClustermgmt.const_get(type)
|
|
164
|
-
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
165
|
-
end
|
|
166
|
-
end
|
|
167
|
-
|
|
168
|
-
# Returns the string representation of the object
|
|
169
|
-
# @return [String] String presentation of the object
|
|
170
|
-
def to_s
|
|
171
|
-
to_hash.to_s
|
|
172
|
-
end
|
|
173
|
-
|
|
174
|
-
# to_body is an alias to to_hash (backward compatibility)
|
|
175
|
-
# @return [Hash] Returns the object in the form of hash
|
|
176
|
-
def to_body
|
|
177
|
-
to_hash
|
|
178
|
-
end
|
|
179
|
-
|
|
180
131
|
# Returns the object in the form of hash
|
|
181
132
|
# @return [Hash] Returns the object in the form of hash
|
|
182
133
|
def to_hash
|
|
@@ -193,24 +144,6 @@ module NutanixClustermgmt
|
|
|
193
144
|
hash
|
|
194
145
|
end
|
|
195
146
|
|
|
196
|
-
# Outputs non-array value in the form of hash
|
|
197
|
-
# For object, use to_hash. Otherwise, just return the value
|
|
198
|
-
# @param [Object] value Any valid value
|
|
199
|
-
# @return [Hash] Returns the value in the form of hash
|
|
200
|
-
def _to_hash(value)
|
|
201
|
-
if value.is_a?(Array)
|
|
202
|
-
value.compact.map { |v| _to_hash(v) }
|
|
203
|
-
elsif value.is_a?(Hash)
|
|
204
|
-
{}.tap do |hash|
|
|
205
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
206
|
-
end
|
|
207
|
-
elsif value.respond_to? :to_hash
|
|
208
|
-
value.to_hash
|
|
209
|
-
else
|
|
210
|
-
value
|
|
211
|
-
end
|
|
212
|
-
end
|
|
213
|
-
|
|
214
147
|
end
|
|
215
148
|
|
|
216
149
|
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
|
+
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 ClustermgmtV40ConfigTaskResponse
|
|
17
|
+
class ClustermgmtV40ConfigTaskResponse < ApiModelBase
|
|
18
18
|
# A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
|
|
19
19
|
attr_accessor :tenant_id
|
|
20
20
|
|
|
@@ -61,9 +61,14 @@ module NutanixClustermgmt
|
|
|
61
61
|
}
|
|
62
62
|
end
|
|
63
63
|
|
|
64
|
+
# Returns attribute mapping this model knows about
|
|
65
|
+
def self.acceptable_attribute_map
|
|
66
|
+
attribute_map
|
|
67
|
+
end
|
|
68
|
+
|
|
64
69
|
# Returns all the JSON keys this model knows about
|
|
65
70
|
def self.acceptable_attributes
|
|
66
|
-
|
|
71
|
+
acceptable_attribute_map.values
|
|
67
72
|
end
|
|
68
73
|
|
|
69
74
|
# Attribute type mapping.
|
|
@@ -99,9 +104,10 @@ module NutanixClustermgmt
|
|
|
99
104
|
end
|
|
100
105
|
|
|
101
106
|
# check to see if the attribute exists and convert string to symbol for hash key
|
|
107
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
|
102
108
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
103
|
-
if (!
|
|
104
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixClustermgmt::ClustermgmtV40ConfigTaskResponse`. Please check the name to make sure it's valid. List of attributes: " +
|
|
109
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
|
110
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixClustermgmt::ClustermgmtV40ConfigTaskResponse`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
|
105
111
|
end
|
|
106
112
|
h[k.to_sym] = v
|
|
107
113
|
}
|
|
@@ -257,61 +263,6 @@ module NutanixClustermgmt
|
|
|
257
263
|
new(transformed_hash)
|
|
258
264
|
end
|
|
259
265
|
|
|
260
|
-
# Deserializes the data based on type
|
|
261
|
-
# @param string type Data type
|
|
262
|
-
# @param string value Value to be deserialized
|
|
263
|
-
# @return [Object] Deserialized data
|
|
264
|
-
def self._deserialize(type, value)
|
|
265
|
-
case type.to_sym
|
|
266
|
-
when :Time
|
|
267
|
-
Time.parse(value)
|
|
268
|
-
when :Date
|
|
269
|
-
Date.parse(value)
|
|
270
|
-
when :String
|
|
271
|
-
value.to_s
|
|
272
|
-
when :Integer
|
|
273
|
-
value.to_i
|
|
274
|
-
when :Float
|
|
275
|
-
value.to_f
|
|
276
|
-
when :Boolean
|
|
277
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
278
|
-
true
|
|
279
|
-
else
|
|
280
|
-
false
|
|
281
|
-
end
|
|
282
|
-
when :Object
|
|
283
|
-
# generic object (usually a Hash), return directly
|
|
284
|
-
value
|
|
285
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
|
286
|
-
inner_type = Regexp.last_match[:inner_type]
|
|
287
|
-
value.map { |v| _deserialize(inner_type, v) }
|
|
288
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
289
|
-
k_type = Regexp.last_match[:k_type]
|
|
290
|
-
v_type = Regexp.last_match[:v_type]
|
|
291
|
-
{}.tap do |hash|
|
|
292
|
-
value.each do |k, v|
|
|
293
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
294
|
-
end
|
|
295
|
-
end
|
|
296
|
-
else # model
|
|
297
|
-
# models (e.g. Pet) or oneOf
|
|
298
|
-
klass = NutanixClustermgmt.const_get(type)
|
|
299
|
-
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
300
|
-
end
|
|
301
|
-
end
|
|
302
|
-
|
|
303
|
-
# Returns the string representation of the object
|
|
304
|
-
# @return [String] String presentation of the object
|
|
305
|
-
def to_s
|
|
306
|
-
to_hash.to_s
|
|
307
|
-
end
|
|
308
|
-
|
|
309
|
-
# to_body is an alias to to_hash (backward compatibility)
|
|
310
|
-
# @return [Hash] Returns the object in the form of hash
|
|
311
|
-
def to_body
|
|
312
|
-
to_hash
|
|
313
|
-
end
|
|
314
|
-
|
|
315
266
|
# Returns the object in the form of hash
|
|
316
267
|
# @return [Hash] Returns the object in the form of hash
|
|
317
268
|
def to_hash
|
|
@@ -328,24 +279,6 @@ module NutanixClustermgmt
|
|
|
328
279
|
hash
|
|
329
280
|
end
|
|
330
281
|
|
|
331
|
-
# Outputs non-array value in the form of hash
|
|
332
|
-
# For object, use to_hash. Otherwise, just return the value
|
|
333
|
-
# @param [Object] value Any valid value
|
|
334
|
-
# @return [Hash] Returns the value in the form of hash
|
|
335
|
-
def _to_hash(value)
|
|
336
|
-
if value.is_a?(Array)
|
|
337
|
-
value.compact.map { |v| _to_hash(v) }
|
|
338
|
-
elsif value.is_a?(Hash)
|
|
339
|
-
{}.tap do |hash|
|
|
340
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
341
|
-
end
|
|
342
|
-
elsif value.respond_to? :to_hash
|
|
343
|
-
value.to_hash
|
|
344
|
-
else
|
|
345
|
-
value
|
|
346
|
-
end
|
|
347
|
-
end
|
|
348
|
-
|
|
349
282
|
end
|
|
350
283
|
|
|
351
284
|
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
|
+
Generator version: 7.17.0
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -42,8 +42,7 @@ module NutanixClustermgmt
|
|
|
42
42
|
openapi_one_of.each do |klass|
|
|
43
43
|
begin
|
|
44
44
|
next if klass == :AnyType # "nullable: true"
|
|
45
|
-
|
|
46
|
-
return typed_data if typed_data
|
|
45
|
+
return find_and_cast_into_type(klass, data)
|
|
47
46
|
rescue # rescue all errors so we keep iterating even if the current item lookup raises
|
|
48
47
|
end
|
|
49
48
|
end
|
|
@@ -69,7 +68,7 @@ module NutanixClustermgmt
|
|
|
69
68
|
when 'Time'
|
|
70
69
|
return Time.parse(data)
|
|
71
70
|
when 'Date'
|
|
72
|
-
return Date.
|
|
71
|
+
return Date.iso8601(data)
|
|
73
72
|
when 'String'
|
|
74
73
|
return data if data.instance_of?(String)
|
|
75
74
|
when 'Object' # "type: object"
|