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
|
# Hypervisor upload required information.
|
|
18
|
-
class ClustermgmtV40ConfigHypervisorUploadInfo
|
|
18
|
+
class ClustermgmtV40ConfigHypervisorUploadInfo < ApiModelBase
|
|
19
19
|
# Error message.
|
|
20
20
|
attr_accessor :error_message
|
|
21
21
|
|
|
@@ -30,9 +30,14 @@ module NutanixClustermgmt
|
|
|
30
30
|
}
|
|
31
31
|
end
|
|
32
32
|
|
|
33
|
+
# Returns attribute mapping this model knows about
|
|
34
|
+
def self.acceptable_attribute_map
|
|
35
|
+
attribute_map
|
|
36
|
+
end
|
|
37
|
+
|
|
33
38
|
# Returns all the JSON keys this model knows about
|
|
34
39
|
def self.acceptable_attributes
|
|
35
|
-
|
|
40
|
+
acceptable_attribute_map.values
|
|
36
41
|
end
|
|
37
42
|
|
|
38
43
|
# Attribute type mapping.
|
|
@@ -57,9 +62,10 @@ module NutanixClustermgmt
|
|
|
57
62
|
end
|
|
58
63
|
|
|
59
64
|
# check to see if the attribute exists and convert string to symbol for hash key
|
|
65
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
|
60
66
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
61
|
-
if (!
|
|
62
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixClustermgmt::ClustermgmtV40ConfigHypervisorUploadInfo`. Please check the name to make sure it's valid. List of attributes: " +
|
|
67
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
|
68
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixClustermgmt::ClustermgmtV40ConfigHypervisorUploadInfo`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
|
63
69
|
end
|
|
64
70
|
h[k.to_sym] = v
|
|
65
71
|
}
|
|
@@ -162,61 +168,6 @@ module NutanixClustermgmt
|
|
|
162
168
|
new(transformed_hash)
|
|
163
169
|
end
|
|
164
170
|
|
|
165
|
-
# Deserializes the data based on type
|
|
166
|
-
# @param string type Data type
|
|
167
|
-
# @param string value Value to be deserialized
|
|
168
|
-
# @return [Object] Deserialized data
|
|
169
|
-
def self._deserialize(type, value)
|
|
170
|
-
case type.to_sym
|
|
171
|
-
when :Time
|
|
172
|
-
Time.parse(value)
|
|
173
|
-
when :Date
|
|
174
|
-
Date.parse(value)
|
|
175
|
-
when :String
|
|
176
|
-
value.to_s
|
|
177
|
-
when :Integer
|
|
178
|
-
value.to_i
|
|
179
|
-
when :Float
|
|
180
|
-
value.to_f
|
|
181
|
-
when :Boolean
|
|
182
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
183
|
-
true
|
|
184
|
-
else
|
|
185
|
-
false
|
|
186
|
-
end
|
|
187
|
-
when :Object
|
|
188
|
-
# generic object (usually a Hash), return directly
|
|
189
|
-
value
|
|
190
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
|
191
|
-
inner_type = Regexp.last_match[:inner_type]
|
|
192
|
-
value.map { |v| _deserialize(inner_type, v) }
|
|
193
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
194
|
-
k_type = Regexp.last_match[:k_type]
|
|
195
|
-
v_type = Regexp.last_match[:v_type]
|
|
196
|
-
{}.tap do |hash|
|
|
197
|
-
value.each do |k, v|
|
|
198
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
199
|
-
end
|
|
200
|
-
end
|
|
201
|
-
else # model
|
|
202
|
-
# models (e.g. Pet) or oneOf
|
|
203
|
-
klass = NutanixClustermgmt.const_get(type)
|
|
204
|
-
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
205
|
-
end
|
|
206
|
-
end
|
|
207
|
-
|
|
208
|
-
# Returns the string representation of the object
|
|
209
|
-
# @return [String] String presentation of the object
|
|
210
|
-
def to_s
|
|
211
|
-
to_hash.to_s
|
|
212
|
-
end
|
|
213
|
-
|
|
214
|
-
# to_body is an alias to to_hash (backward compatibility)
|
|
215
|
-
# @return [Hash] Returns the object in the form of hash
|
|
216
|
-
def to_body
|
|
217
|
-
to_hash
|
|
218
|
-
end
|
|
219
|
-
|
|
220
171
|
# Returns the object in the form of hash
|
|
221
172
|
# @return [Hash] Returns the object in the form of hash
|
|
222
173
|
def to_hash
|
|
@@ -233,24 +184,6 @@ module NutanixClustermgmt
|
|
|
233
184
|
hash
|
|
234
185
|
end
|
|
235
186
|
|
|
236
|
-
# Outputs non-array value in the form of hash
|
|
237
|
-
# For object, use to_hash. Otherwise, just return the value
|
|
238
|
-
# @param [Object] value Any valid value
|
|
239
|
-
# @return [Hash] Returns the value in the form of hash
|
|
240
|
-
def _to_hash(value)
|
|
241
|
-
if value.is_a?(Array)
|
|
242
|
-
value.compact.map { |v| _to_hash(v) }
|
|
243
|
-
elsif value.is_a?(Hash)
|
|
244
|
-
{}.tap do |hash|
|
|
245
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
246
|
-
end
|
|
247
|
-
elsif value.respond_to? :to_hash
|
|
248
|
-
value.to_hash
|
|
249
|
-
else
|
|
250
|
-
value
|
|
251
|
-
end
|
|
252
|
-
end
|
|
253
|
-
|
|
254
187
|
end
|
|
255
188
|
|
|
256
189
|
end
|
data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_hypervisor_upload_node_list_item.rb
CHANGED
|
@@ -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
|
# Individual node item details for checking whether hypervisor ISO upload is required or not.
|
|
18
|
-
class ClustermgmtV40ConfigHypervisorUploadNodeListItem
|
|
18
|
+
class ClustermgmtV40ConfigHypervisorUploadNodeListItem < ApiModelBase
|
|
19
19
|
# UUID of the host.
|
|
20
20
|
attr_accessor :node_uuid
|
|
21
21
|
|
|
@@ -79,9 +79,14 @@ module NutanixClustermgmt
|
|
|
79
79
|
}
|
|
80
80
|
end
|
|
81
81
|
|
|
82
|
+
# Returns attribute mapping this model knows about
|
|
83
|
+
def self.acceptable_attribute_map
|
|
84
|
+
attribute_map
|
|
85
|
+
end
|
|
86
|
+
|
|
82
87
|
# Returns all the JSON keys this model knows about
|
|
83
88
|
def self.acceptable_attributes
|
|
84
|
-
|
|
89
|
+
acceptable_attribute_map.values
|
|
85
90
|
end
|
|
86
91
|
|
|
87
92
|
# Attribute type mapping.
|
|
@@ -113,9 +118,10 @@ module NutanixClustermgmt
|
|
|
113
118
|
end
|
|
114
119
|
|
|
115
120
|
# check to see if the attribute exists and convert string to symbol for hash key
|
|
121
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
|
116
122
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
117
|
-
if (!
|
|
118
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixClustermgmt::ClustermgmtV40ConfigHypervisorUploadNodeListItem`. Please check the name to make sure it's valid. List of attributes: " +
|
|
123
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
|
124
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixClustermgmt::ClustermgmtV40ConfigHypervisorUploadNodeListItem`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
|
119
125
|
end
|
|
120
126
|
h[k.to_sym] = v
|
|
121
127
|
}
|
|
@@ -244,61 +250,6 @@ module NutanixClustermgmt
|
|
|
244
250
|
new(transformed_hash)
|
|
245
251
|
end
|
|
246
252
|
|
|
247
|
-
# Deserializes the data based on type
|
|
248
|
-
# @param string type Data type
|
|
249
|
-
# @param string value Value to be deserialized
|
|
250
|
-
# @return [Object] Deserialized data
|
|
251
|
-
def self._deserialize(type, value)
|
|
252
|
-
case type.to_sym
|
|
253
|
-
when :Time
|
|
254
|
-
Time.parse(value)
|
|
255
|
-
when :Date
|
|
256
|
-
Date.parse(value)
|
|
257
|
-
when :String
|
|
258
|
-
value.to_s
|
|
259
|
-
when :Integer
|
|
260
|
-
value.to_i
|
|
261
|
-
when :Float
|
|
262
|
-
value.to_f
|
|
263
|
-
when :Boolean
|
|
264
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
265
|
-
true
|
|
266
|
-
else
|
|
267
|
-
false
|
|
268
|
-
end
|
|
269
|
-
when :Object
|
|
270
|
-
# generic object (usually a Hash), return directly
|
|
271
|
-
value
|
|
272
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
|
273
|
-
inner_type = Regexp.last_match[:inner_type]
|
|
274
|
-
value.map { |v| _deserialize(inner_type, v) }
|
|
275
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
276
|
-
k_type = Regexp.last_match[:k_type]
|
|
277
|
-
v_type = Regexp.last_match[:v_type]
|
|
278
|
-
{}.tap do |hash|
|
|
279
|
-
value.each do |k, v|
|
|
280
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
281
|
-
end
|
|
282
|
-
end
|
|
283
|
-
else # model
|
|
284
|
-
# models (e.g. Pet) or oneOf
|
|
285
|
-
klass = NutanixClustermgmt.const_get(type)
|
|
286
|
-
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
287
|
-
end
|
|
288
|
-
end
|
|
289
|
-
|
|
290
|
-
# Returns the string representation of the object
|
|
291
|
-
# @return [String] String presentation of the object
|
|
292
|
-
def to_s
|
|
293
|
-
to_hash.to_s
|
|
294
|
-
end
|
|
295
|
-
|
|
296
|
-
# to_body is an alias to to_hash (backward compatibility)
|
|
297
|
-
# @return [Hash] Returns the object in the form of hash
|
|
298
|
-
def to_body
|
|
299
|
-
to_hash
|
|
300
|
-
end
|
|
301
|
-
|
|
302
253
|
# Returns the object in the form of hash
|
|
303
254
|
# @return [Hash] Returns the object in the form of hash
|
|
304
255
|
def to_hash
|
|
@@ -315,24 +266,6 @@ module NutanixClustermgmt
|
|
|
315
266
|
hash
|
|
316
267
|
end
|
|
317
268
|
|
|
318
|
-
# Outputs non-array value in the form of hash
|
|
319
|
-
# For object, use to_hash. Otherwise, just return the value
|
|
320
|
-
# @param [Object] value Any valid value
|
|
321
|
-
# @return [Hash] Returns the value in the form of hash
|
|
322
|
-
def _to_hash(value)
|
|
323
|
-
if value.is_a?(Array)
|
|
324
|
-
value.compact.map { |v| _to_hash(v) }
|
|
325
|
-
elsif value.is_a?(Hash)
|
|
326
|
-
{}.tap do |hash|
|
|
327
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
328
|
-
end
|
|
329
|
-
elsif value.respond_to? :to_hash
|
|
330
|
-
value.to_hash
|
|
331
|
-
else
|
|
332
|
-
value
|
|
333
|
-
end
|
|
334
|
-
end
|
|
335
|
-
|
|
336
269
|
end
|
|
337
270
|
|
|
338
271
|
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
|
# Parameters to get information on whether hypervisor ISO upload is required or not.
|
|
18
|
-
class ClustermgmtV40ConfigHypervisorUploadParam
|
|
18
|
+
class ClustermgmtV40ConfigHypervisorUploadParam < ApiModelBase
|
|
19
19
|
# List of node details for checking whether hypervisor ISO upload is required or not.
|
|
20
20
|
attr_accessor :node_list
|
|
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::ClustermgmtV40ConfigHypervisorUploadParam`. 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::ClustermgmtV40ConfigHypervisorUploadParam`. 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
|
}
|
|
@@ -159,61 +165,6 @@ module NutanixClustermgmt
|
|
|
159
165
|
new(transformed_hash)
|
|
160
166
|
end
|
|
161
167
|
|
|
162
|
-
# Deserializes the data based on type
|
|
163
|
-
# @param string type Data type
|
|
164
|
-
# @param string value Value to be deserialized
|
|
165
|
-
# @return [Object] Deserialized data
|
|
166
|
-
def self._deserialize(type, value)
|
|
167
|
-
case type.to_sym
|
|
168
|
-
when :Time
|
|
169
|
-
Time.parse(value)
|
|
170
|
-
when :Date
|
|
171
|
-
Date.parse(value)
|
|
172
|
-
when :String
|
|
173
|
-
value.to_s
|
|
174
|
-
when :Integer
|
|
175
|
-
value.to_i
|
|
176
|
-
when :Float
|
|
177
|
-
value.to_f
|
|
178
|
-
when :Boolean
|
|
179
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
180
|
-
true
|
|
181
|
-
else
|
|
182
|
-
false
|
|
183
|
-
end
|
|
184
|
-
when :Object
|
|
185
|
-
# generic object (usually a Hash), return directly
|
|
186
|
-
value
|
|
187
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
|
188
|
-
inner_type = Regexp.last_match[:inner_type]
|
|
189
|
-
value.map { |v| _deserialize(inner_type, v) }
|
|
190
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
191
|
-
k_type = Regexp.last_match[:k_type]
|
|
192
|
-
v_type = Regexp.last_match[:v_type]
|
|
193
|
-
{}.tap do |hash|
|
|
194
|
-
value.each do |k, v|
|
|
195
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
196
|
-
end
|
|
197
|
-
end
|
|
198
|
-
else # model
|
|
199
|
-
# models (e.g. Pet) or oneOf
|
|
200
|
-
klass = NutanixClustermgmt.const_get(type)
|
|
201
|
-
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
202
|
-
end
|
|
203
|
-
end
|
|
204
|
-
|
|
205
|
-
# Returns the string representation of the object
|
|
206
|
-
# @return [String] String presentation of the object
|
|
207
|
-
def to_s
|
|
208
|
-
to_hash.to_s
|
|
209
|
-
end
|
|
210
|
-
|
|
211
|
-
# to_body is an alias to to_hash (backward compatibility)
|
|
212
|
-
# @return [Hash] Returns the object in the form of hash
|
|
213
|
-
def to_body
|
|
214
|
-
to_hash
|
|
215
|
-
end
|
|
216
|
-
|
|
217
168
|
# Returns the object in the form of hash
|
|
218
169
|
# @return [Hash] Returns the object in the form of hash
|
|
219
170
|
def to_hash
|
|
@@ -230,24 +181,6 @@ module NutanixClustermgmt
|
|
|
230
181
|
hash
|
|
231
182
|
end
|
|
232
183
|
|
|
233
|
-
# Outputs non-array value in the form of hash
|
|
234
|
-
# For object, use to_hash. Otherwise, just return the value
|
|
235
|
-
# @param [Object] value Any valid value
|
|
236
|
-
# @return [Hash] Returns the value in the form of hash
|
|
237
|
-
def _to_hash(value)
|
|
238
|
-
if value.is_a?(Array)
|
|
239
|
-
value.compact.map { |v| _to_hash(v) }
|
|
240
|
-
elsif value.is_a?(Hash)
|
|
241
|
-
{}.tap do |hash|
|
|
242
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
243
|
-
end
|
|
244
|
-
elsif value.respond_to? :to_hash
|
|
245
|
-
value.to_hash
|
|
246
|
-
else
|
|
247
|
-
value
|
|
248
|
-
end
|
|
249
|
-
end
|
|
250
|
-
|
|
251
184
|
end
|
|
252
185
|
|
|
253
186
|
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
|
# IPMI reference.
|
|
18
|
-
class ClustermgmtV40ConfigIpmiReference
|
|
18
|
+
class ClustermgmtV40ConfigIpmiReference < ApiModelBase
|
|
19
19
|
attr_accessor :ip
|
|
20
20
|
|
|
21
21
|
# IPMI username.
|
|
@@ -29,9 +29,14 @@ module NutanixClustermgmt
|
|
|
29
29
|
}
|
|
30
30
|
end
|
|
31
31
|
|
|
32
|
+
# Returns attribute mapping this model knows about
|
|
33
|
+
def self.acceptable_attribute_map
|
|
34
|
+
attribute_map
|
|
35
|
+
end
|
|
36
|
+
|
|
32
37
|
# Returns all the JSON keys this model knows about
|
|
33
38
|
def self.acceptable_attributes
|
|
34
|
-
|
|
39
|
+
acceptable_attribute_map.values
|
|
35
40
|
end
|
|
36
41
|
|
|
37
42
|
# Attribute type mapping.
|
|
@@ -56,9 +61,10 @@ module NutanixClustermgmt
|
|
|
56
61
|
end
|
|
57
62
|
|
|
58
63
|
# check to see if the attribute exists and convert string to symbol for hash key
|
|
64
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
|
59
65
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
60
|
-
if (!
|
|
61
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixClustermgmt::ClustermgmtV40ConfigIpmiReference`. Please check the name to make sure it's valid. List of attributes: " +
|
|
66
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
|
67
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixClustermgmt::ClustermgmtV40ConfigIpmiReference`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
|
62
68
|
end
|
|
63
69
|
h[k.to_sym] = v
|
|
64
70
|
}
|
|
@@ -150,61 +156,6 @@ module NutanixClustermgmt
|
|
|
150
156
|
new(transformed_hash)
|
|
151
157
|
end
|
|
152
158
|
|
|
153
|
-
# Deserializes the data based on type
|
|
154
|
-
# @param string type Data type
|
|
155
|
-
# @param string value Value to be deserialized
|
|
156
|
-
# @return [Object] Deserialized data
|
|
157
|
-
def self._deserialize(type, value)
|
|
158
|
-
case type.to_sym
|
|
159
|
-
when :Time
|
|
160
|
-
Time.parse(value)
|
|
161
|
-
when :Date
|
|
162
|
-
Date.parse(value)
|
|
163
|
-
when :String
|
|
164
|
-
value.to_s
|
|
165
|
-
when :Integer
|
|
166
|
-
value.to_i
|
|
167
|
-
when :Float
|
|
168
|
-
value.to_f
|
|
169
|
-
when :Boolean
|
|
170
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
171
|
-
true
|
|
172
|
-
else
|
|
173
|
-
false
|
|
174
|
-
end
|
|
175
|
-
when :Object
|
|
176
|
-
# generic object (usually a Hash), return directly
|
|
177
|
-
value
|
|
178
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
|
179
|
-
inner_type = Regexp.last_match[:inner_type]
|
|
180
|
-
value.map { |v| _deserialize(inner_type, v) }
|
|
181
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
182
|
-
k_type = Regexp.last_match[:k_type]
|
|
183
|
-
v_type = Regexp.last_match[:v_type]
|
|
184
|
-
{}.tap do |hash|
|
|
185
|
-
value.each do |k, v|
|
|
186
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
187
|
-
end
|
|
188
|
-
end
|
|
189
|
-
else # model
|
|
190
|
-
# models (e.g. Pet) or oneOf
|
|
191
|
-
klass = NutanixClustermgmt.const_get(type)
|
|
192
|
-
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
193
|
-
end
|
|
194
|
-
end
|
|
195
|
-
|
|
196
|
-
# Returns the string representation of the object
|
|
197
|
-
# @return [String] String presentation of the object
|
|
198
|
-
def to_s
|
|
199
|
-
to_hash.to_s
|
|
200
|
-
end
|
|
201
|
-
|
|
202
|
-
# to_body is an alias to to_hash (backward compatibility)
|
|
203
|
-
# @return [Hash] Returns the object in the form of hash
|
|
204
|
-
def to_body
|
|
205
|
-
to_hash
|
|
206
|
-
end
|
|
207
|
-
|
|
208
159
|
# Returns the object in the form of hash
|
|
209
160
|
# @return [Hash] Returns the object in the form of hash
|
|
210
161
|
def to_hash
|
|
@@ -221,24 +172,6 @@ module NutanixClustermgmt
|
|
|
221
172
|
hash
|
|
222
173
|
end
|
|
223
174
|
|
|
224
|
-
# Outputs non-array value in the form of hash
|
|
225
|
-
# For object, use to_hash. Otherwise, just return the value
|
|
226
|
-
# @param [Object] value Any valid value
|
|
227
|
-
# @return [Hash] Returns the value in the form of hash
|
|
228
|
-
def _to_hash(value)
|
|
229
|
-
if value.is_a?(Array)
|
|
230
|
-
value.compact.map { |v| _to_hash(v) }
|
|
231
|
-
elsif value.is_a?(Hash)
|
|
232
|
-
{}.tap do |hash|
|
|
233
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
234
|
-
end
|
|
235
|
-
elsif value.respond_to? :to_hash
|
|
236
|
-
value.to_hash
|
|
237
|
-
else
|
|
238
|
-
value
|
|
239
|
-
end
|
|
240
|
-
end
|
|
241
|
-
|
|
242
175
|
end
|
|
243
176
|
|
|
244
177
|
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
|
# Mapping of key management device to certificate status list.
|
|
18
|
-
class ClustermgmtV40ConfigKeyManagementDeviceToCertStatusInfo
|
|
18
|
+
class ClustermgmtV40ConfigKeyManagementDeviceToCertStatusInfo < ApiModelBase
|
|
19
19
|
# Key management server name.
|
|
20
20
|
attr_accessor :key_management_server_name
|
|
21
21
|
|
|
@@ -30,9 +30,14 @@ module NutanixClustermgmt
|
|
|
30
30
|
}
|
|
31
31
|
end
|
|
32
32
|
|
|
33
|
+
# Returns attribute mapping this model knows about
|
|
34
|
+
def self.acceptable_attribute_map
|
|
35
|
+
attribute_map
|
|
36
|
+
end
|
|
37
|
+
|
|
33
38
|
# Returns all the JSON keys this model knows about
|
|
34
39
|
def self.acceptable_attributes
|
|
35
|
-
|
|
40
|
+
acceptable_attribute_map.values
|
|
36
41
|
end
|
|
37
42
|
|
|
38
43
|
# Attribute type mapping.
|
|
@@ -57,9 +62,10 @@ module NutanixClustermgmt
|
|
|
57
62
|
end
|
|
58
63
|
|
|
59
64
|
# check to see if the attribute exists and convert string to symbol for hash key
|
|
65
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
|
60
66
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
61
|
-
if (!
|
|
62
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixClustermgmt::ClustermgmtV40ConfigKeyManagementDeviceToCertStatusInfo`. Please check the name to make sure it's valid. List of attributes: " +
|
|
67
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
|
68
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixClustermgmt::ClustermgmtV40ConfigKeyManagementDeviceToCertStatusInfo`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
|
63
69
|
end
|
|
64
70
|
h[k.to_sym] = v
|
|
65
71
|
}
|
|
@@ -151,61 +157,6 @@ module NutanixClustermgmt
|
|
|
151
157
|
new(transformed_hash)
|
|
152
158
|
end
|
|
153
159
|
|
|
154
|
-
# Deserializes the data based on type
|
|
155
|
-
# @param string type Data type
|
|
156
|
-
# @param string value Value to be deserialized
|
|
157
|
-
# @return [Object] Deserialized data
|
|
158
|
-
def self._deserialize(type, value)
|
|
159
|
-
case type.to_sym
|
|
160
|
-
when :Time
|
|
161
|
-
Time.parse(value)
|
|
162
|
-
when :Date
|
|
163
|
-
Date.parse(value)
|
|
164
|
-
when :String
|
|
165
|
-
value.to_s
|
|
166
|
-
when :Integer
|
|
167
|
-
value.to_i
|
|
168
|
-
when :Float
|
|
169
|
-
value.to_f
|
|
170
|
-
when :Boolean
|
|
171
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
172
|
-
true
|
|
173
|
-
else
|
|
174
|
-
false
|
|
175
|
-
end
|
|
176
|
-
when :Object
|
|
177
|
-
# generic object (usually a Hash), return directly
|
|
178
|
-
value
|
|
179
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
|
180
|
-
inner_type = Regexp.last_match[:inner_type]
|
|
181
|
-
value.map { |v| _deserialize(inner_type, v) }
|
|
182
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
183
|
-
k_type = Regexp.last_match[:k_type]
|
|
184
|
-
v_type = Regexp.last_match[:v_type]
|
|
185
|
-
{}.tap do |hash|
|
|
186
|
-
value.each do |k, v|
|
|
187
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
188
|
-
end
|
|
189
|
-
end
|
|
190
|
-
else # model
|
|
191
|
-
# models (e.g. Pet) or oneOf
|
|
192
|
-
klass = NutanixClustermgmt.const_get(type)
|
|
193
|
-
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
194
|
-
end
|
|
195
|
-
end
|
|
196
|
-
|
|
197
|
-
# Returns the string representation of the object
|
|
198
|
-
# @return [String] String presentation of the object
|
|
199
|
-
def to_s
|
|
200
|
-
to_hash.to_s
|
|
201
|
-
end
|
|
202
|
-
|
|
203
|
-
# to_body is an alias to to_hash (backward compatibility)
|
|
204
|
-
# @return [Hash] Returns the object in the form of hash
|
|
205
|
-
def to_body
|
|
206
|
-
to_hash
|
|
207
|
-
end
|
|
208
|
-
|
|
209
160
|
# Returns the object in the form of hash
|
|
210
161
|
# @return [Hash] Returns the object in the form of hash
|
|
211
162
|
def to_hash
|
|
@@ -222,24 +173,6 @@ module NutanixClustermgmt
|
|
|
222
173
|
hash
|
|
223
174
|
end
|
|
224
175
|
|
|
225
|
-
# Outputs non-array value in the form of hash
|
|
226
|
-
# For object, use to_hash. Otherwise, just return the value
|
|
227
|
-
# @param [Object] value Any valid value
|
|
228
|
-
# @return [Hash] Returns the value in the form of hash
|
|
229
|
-
def _to_hash(value)
|
|
230
|
-
if value.is_a?(Array)
|
|
231
|
-
value.compact.map { |v| _to_hash(v) }
|
|
232
|
-
elsif value.is_a?(Hash)
|
|
233
|
-
{}.tap do |hash|
|
|
234
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
235
|
-
end
|
|
236
|
-
elsif value.respond_to? :to_hash
|
|
237
|
-
value.to_hash
|
|
238
|
-
else
|
|
239
|
-
value
|
|
240
|
-
end
|
|
241
|
-
end
|
|
242
|
-
|
|
243
176
|
end
|
|
244
177
|
|
|
245
178
|
end
|