nutanix_clustermgmt 0.1.1 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +12 -0
- data/README.md +1 -1
- data/bin/console +15 -0
- data/bin/openapi-generate +26 -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 +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_acropolis_connection_state.rb +4 -4
- 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 +4 -4
- 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 +4 -4
- 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 +4 -4
- 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 +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_cluster_function_ref.rb +4 -4
- 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 +4 -4
- 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 +4 -4
- 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 +4 -4
- 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 +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_domain_awareness_level.rb +4 -4
- 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 +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_drive_replacement_option.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_encryption_option_info.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_encryption_scope_info.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_encryption_status.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_erasure_code_status.rb +4 -4
- 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 +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_gpu_type.rb +4 -4
- 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 +4 -4
- 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 +4 -4
- 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 +4 -4
- 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 +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_hypervisor_type.rb +4 -4
- 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 +4 -4
- 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 +4 -4
- 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 +4 -4
- 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 +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_operation_mode.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_partition_type.rb +4 -4
- 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 +4 -4
- 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 +4 -4
- 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 +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_rsyslog_module_name.rb +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_rsyslog_network_protocol.rb +4 -4
- 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 +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_snmp_auth_type.rb +4 -4
- 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 +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_snmp_protocol.rb +4 -4
- 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 +4 -4
- 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 +4 -4
- 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 +4 -4
- data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_storage_tier_reference.rb +4 -4
- 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 +4 -4
- 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 +4 -4
- 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 +4 -4
- 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 +4 -4
- 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 +4 -4
- 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/pkg/nutanix_clustermgmt-0.1.1.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 +5 -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
|
# Host NIC details.
|
|
18
|
-
class ClustermgmtV40ConfigHostNic
|
|
18
|
+
class ClustermgmtV40ConfigHostNic < ApiModelBase
|
|
19
19
|
# A globally unique identifier that represents the tenant that owns this entity. The system automatically assigns it, and it and is immutable from an API consumer perspective (some use cases may cause this Id to change - For instance, a use case may require the transfer of ownership of the entity, but these cases are handled automatically on the server).
|
|
20
20
|
attr_accessor :tenant_id
|
|
21
21
|
|
|
@@ -113,9 +113,14 @@ module NutanixClustermgmt
|
|
|
113
113
|
}
|
|
114
114
|
end
|
|
115
115
|
|
|
116
|
+
# Returns attribute mapping this model knows about
|
|
117
|
+
def self.acceptable_attribute_map
|
|
118
|
+
attribute_map
|
|
119
|
+
end
|
|
120
|
+
|
|
116
121
|
# Returns all the JSON keys this model knows about
|
|
117
122
|
def self.acceptable_attributes
|
|
118
|
-
|
|
123
|
+
acceptable_attribute_map.values
|
|
119
124
|
end
|
|
120
125
|
|
|
121
126
|
# Attribute type mapping.
|
|
@@ -169,9 +174,10 @@ module NutanixClustermgmt
|
|
|
169
174
|
end
|
|
170
175
|
|
|
171
176
|
# check to see if the attribute exists and convert string to symbol for hash key
|
|
177
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
|
172
178
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
173
|
-
if (!
|
|
174
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixClustermgmt::ClustermgmtV40ConfigHostNic`. Please check the name to make sure it's valid. List of attributes: " +
|
|
179
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
|
180
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixClustermgmt::ClustermgmtV40ConfigHostNic`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
|
175
181
|
end
|
|
176
182
|
h[k.to_sym] = v
|
|
177
183
|
}
|
|
@@ -589,61 +595,6 @@ module NutanixClustermgmt
|
|
|
589
595
|
new(transformed_hash)
|
|
590
596
|
end
|
|
591
597
|
|
|
592
|
-
# Deserializes the data based on type
|
|
593
|
-
# @param string type Data type
|
|
594
|
-
# @param string value Value to be deserialized
|
|
595
|
-
# @return [Object] Deserialized data
|
|
596
|
-
def self._deserialize(type, value)
|
|
597
|
-
case type.to_sym
|
|
598
|
-
when :Time
|
|
599
|
-
Time.parse(value)
|
|
600
|
-
when :Date
|
|
601
|
-
Date.parse(value)
|
|
602
|
-
when :String
|
|
603
|
-
value.to_s
|
|
604
|
-
when :Integer
|
|
605
|
-
value.to_i
|
|
606
|
-
when :Float
|
|
607
|
-
value.to_f
|
|
608
|
-
when :Boolean
|
|
609
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
610
|
-
true
|
|
611
|
-
else
|
|
612
|
-
false
|
|
613
|
-
end
|
|
614
|
-
when :Object
|
|
615
|
-
# generic object (usually a Hash), return directly
|
|
616
|
-
value
|
|
617
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
|
618
|
-
inner_type = Regexp.last_match[:inner_type]
|
|
619
|
-
value.map { |v| _deserialize(inner_type, v) }
|
|
620
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
621
|
-
k_type = Regexp.last_match[:k_type]
|
|
622
|
-
v_type = Regexp.last_match[:v_type]
|
|
623
|
-
{}.tap do |hash|
|
|
624
|
-
value.each do |k, v|
|
|
625
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
626
|
-
end
|
|
627
|
-
end
|
|
628
|
-
else # model
|
|
629
|
-
# models (e.g. Pet) or oneOf
|
|
630
|
-
klass = NutanixClustermgmt.const_get(type)
|
|
631
|
-
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
632
|
-
end
|
|
633
|
-
end
|
|
634
|
-
|
|
635
|
-
# Returns the string representation of the object
|
|
636
|
-
# @return [String] String presentation of the object
|
|
637
|
-
def to_s
|
|
638
|
-
to_hash.to_s
|
|
639
|
-
end
|
|
640
|
-
|
|
641
|
-
# to_body is an alias to to_hash (backward compatibility)
|
|
642
|
-
# @return [Hash] Returns the object in the form of hash
|
|
643
|
-
def to_body
|
|
644
|
-
to_hash
|
|
645
|
-
end
|
|
646
|
-
|
|
647
598
|
# Returns the object in the form of hash
|
|
648
599
|
# @return [Hash] Returns the object in the form of hash
|
|
649
600
|
def to_hash
|
|
@@ -660,24 +611,6 @@ module NutanixClustermgmt
|
|
|
660
611
|
hash
|
|
661
612
|
end
|
|
662
613
|
|
|
663
|
-
# Outputs non-array value in the form of hash
|
|
664
|
-
# For object, use to_hash. Otherwise, just return the value
|
|
665
|
-
# @param [Object] value Any valid value
|
|
666
|
-
# @return [Hash] Returns the value in the form of hash
|
|
667
|
-
def _to_hash(value)
|
|
668
|
-
if value.is_a?(Array)
|
|
669
|
-
value.compact.map { |v| _to_hash(v) }
|
|
670
|
-
elsif value.is_a?(Hash)
|
|
671
|
-
{}.tap do |hash|
|
|
672
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
673
|
-
end
|
|
674
|
-
elsif value.respond_to? :to_hash
|
|
675
|
-
value.to_hash
|
|
676
|
-
else
|
|
677
|
-
value
|
|
678
|
-
end
|
|
679
|
-
end
|
|
680
|
-
|
|
681
614
|
end
|
|
682
615
|
|
|
683
616
|
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
|
|
|
@@ -18,11 +18,11 @@ module NutanixClustermgmt
|
|
|
18
18
|
HYPER_CONVERGED = "HYPER_CONVERGED".freeze
|
|
19
19
|
COMPUTE_ONLY = "COMPUTE_ONLY".freeze
|
|
20
20
|
STORAGE_ONLY = "STORAGE_ONLY".freeze
|
|
21
|
-
|
|
22
|
-
|
|
21
|
+
_UNKNOWN = "$UNKNOWN".freeze
|
|
22
|
+
_REDACTED = "$REDACTED".freeze
|
|
23
23
|
|
|
24
24
|
def self.all_vars
|
|
25
|
-
@all_vars ||= [HYPER_CONVERGED, COMPUTE_ONLY, STORAGE_ONLY,
|
|
25
|
+
@all_vars ||= [HYPER_CONVERGED, COMPUTE_ONLY, STORAGE_ONLY, _UNKNOWN, _REDACTED].freeze
|
|
26
26
|
end
|
|
27
27
|
|
|
28
28
|
# Builds the enum from string
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 4.0.2
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.
|
|
9
|
+
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
|
# HTTP Proxy server configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.
|
|
18
|
-
class ClustermgmtV40ConfigHttpProxyConfig
|
|
18
|
+
class ClustermgmtV40ConfigHttpProxyConfig < ApiModelBase
|
|
19
19
|
attr_accessor :ip_address
|
|
20
20
|
|
|
21
21
|
# HTTP Proxy server port configuration needed to access a cluster which is hosted behind a HTTP Proxy to not reveal its identity.
|
|
@@ -45,9 +45,14 @@ module NutanixClustermgmt
|
|
|
45
45
|
}
|
|
46
46
|
end
|
|
47
47
|
|
|
48
|
+
# Returns attribute mapping this model knows about
|
|
49
|
+
def self.acceptable_attribute_map
|
|
50
|
+
attribute_map
|
|
51
|
+
end
|
|
52
|
+
|
|
48
53
|
# Returns all the JSON keys this model knows about
|
|
49
54
|
def self.acceptable_attributes
|
|
50
|
-
|
|
55
|
+
acceptable_attribute_map.values
|
|
51
56
|
end
|
|
52
57
|
|
|
53
58
|
# Attribute type mapping.
|
|
@@ -76,9 +81,10 @@ module NutanixClustermgmt
|
|
|
76
81
|
end
|
|
77
82
|
|
|
78
83
|
# check to see if the attribute exists and convert string to symbol for hash key
|
|
84
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
|
79
85
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
80
|
-
if (!
|
|
81
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixClustermgmt::ClustermgmtV40ConfigHttpProxyConfig`. Please check the name to make sure it's valid. List of attributes: " +
|
|
86
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
|
87
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixClustermgmt::ClustermgmtV40ConfigHttpProxyConfig`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
|
82
88
|
end
|
|
83
89
|
h[k.to_sym] = v
|
|
84
90
|
}
|
|
@@ -246,61 +252,6 @@ module NutanixClustermgmt
|
|
|
246
252
|
new(transformed_hash)
|
|
247
253
|
end
|
|
248
254
|
|
|
249
|
-
# Deserializes the data based on type
|
|
250
|
-
# @param string type Data type
|
|
251
|
-
# @param string value Value to be deserialized
|
|
252
|
-
# @return [Object] Deserialized data
|
|
253
|
-
def self._deserialize(type, value)
|
|
254
|
-
case type.to_sym
|
|
255
|
-
when :Time
|
|
256
|
-
Time.parse(value)
|
|
257
|
-
when :Date
|
|
258
|
-
Date.parse(value)
|
|
259
|
-
when :String
|
|
260
|
-
value.to_s
|
|
261
|
-
when :Integer
|
|
262
|
-
value.to_i
|
|
263
|
-
when :Float
|
|
264
|
-
value.to_f
|
|
265
|
-
when :Boolean
|
|
266
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
267
|
-
true
|
|
268
|
-
else
|
|
269
|
-
false
|
|
270
|
-
end
|
|
271
|
-
when :Object
|
|
272
|
-
# generic object (usually a Hash), return directly
|
|
273
|
-
value
|
|
274
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
|
275
|
-
inner_type = Regexp.last_match[:inner_type]
|
|
276
|
-
value.map { |v| _deserialize(inner_type, v) }
|
|
277
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
278
|
-
k_type = Regexp.last_match[:k_type]
|
|
279
|
-
v_type = Regexp.last_match[:v_type]
|
|
280
|
-
{}.tap do |hash|
|
|
281
|
-
value.each do |k, v|
|
|
282
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
283
|
-
end
|
|
284
|
-
end
|
|
285
|
-
else # model
|
|
286
|
-
# models (e.g. Pet) or oneOf
|
|
287
|
-
klass = NutanixClustermgmt.const_get(type)
|
|
288
|
-
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
289
|
-
end
|
|
290
|
-
end
|
|
291
|
-
|
|
292
|
-
# Returns the string representation of the object
|
|
293
|
-
# @return [String] String presentation of the object
|
|
294
|
-
def to_s
|
|
295
|
-
to_hash.to_s
|
|
296
|
-
end
|
|
297
|
-
|
|
298
|
-
# to_body is an alias to to_hash (backward compatibility)
|
|
299
|
-
# @return [Hash] Returns the object in the form of hash
|
|
300
|
-
def to_body
|
|
301
|
-
to_hash
|
|
302
|
-
end
|
|
303
|
-
|
|
304
255
|
# Returns the object in the form of hash
|
|
305
256
|
# @return [Hash] Returns the object in the form of hash
|
|
306
257
|
def to_hash
|
|
@@ -317,24 +268,6 @@ module NutanixClustermgmt
|
|
|
317
268
|
hash
|
|
318
269
|
end
|
|
319
270
|
|
|
320
|
-
# Outputs non-array value in the form of hash
|
|
321
|
-
# For object, use to_hash. Otherwise, just return the value
|
|
322
|
-
# @param [Object] value Any valid value
|
|
323
|
-
# @return [Hash] Returns the value in the form of hash
|
|
324
|
-
def _to_hash(value)
|
|
325
|
-
if value.is_a?(Array)
|
|
326
|
-
value.compact.map { |v| _to_hash(v) }
|
|
327
|
-
elsif value.is_a?(Hash)
|
|
328
|
-
{}.tap do |hash|
|
|
329
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
330
|
-
end
|
|
331
|
-
elsif value.respond_to? :to_hash
|
|
332
|
-
value.to_hash
|
|
333
|
-
else
|
|
334
|
-
value
|
|
335
|
-
end
|
|
336
|
-
end
|
|
337
|
-
|
|
338
271
|
end
|
|
339
272
|
|
|
340
273
|
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
|
|
|
@@ -18,11 +18,11 @@ module NutanixClustermgmt
|
|
|
18
18
|
HTTP = "HTTP".freeze
|
|
19
19
|
HTTPS = "HTTPS".freeze
|
|
20
20
|
SOCKS = "SOCKS".freeze
|
|
21
|
-
|
|
22
|
-
|
|
21
|
+
_UNKNOWN = "$UNKNOWN".freeze
|
|
22
|
+
_REDACTED = "$REDACTED".freeze
|
|
23
23
|
|
|
24
24
|
def self.all_vars
|
|
25
|
-
@all_vars ||= [HTTP, HTTPS, SOCKS,
|
|
25
|
+
@all_vars ||= [HTTP, HTTPS, SOCKS, _UNKNOWN, _REDACTED].freeze
|
|
26
26
|
end
|
|
27
27
|
|
|
28
28
|
# Builds the enum from string
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 4.0.2
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.
|
|
9
|
+
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
|
# Targets HTTP traffic to which is exempted from going through the configured HTTP Proxy.
|
|
18
|
-
class ClustermgmtV40ConfigHttpProxyWhiteListConfig
|
|
18
|
+
class ClustermgmtV40ConfigHttpProxyWhiteListConfig < ApiModelBase
|
|
19
19
|
attr_accessor :target_type
|
|
20
20
|
|
|
21
21
|
# Target's identifier which is exempted from going through the configured HTTP Proxy.
|
|
@@ -51,9 +51,14 @@ module NutanixClustermgmt
|
|
|
51
51
|
}
|
|
52
52
|
end
|
|
53
53
|
|
|
54
|
+
# Returns attribute mapping this model knows about
|
|
55
|
+
def self.acceptable_attribute_map
|
|
56
|
+
attribute_map
|
|
57
|
+
end
|
|
58
|
+
|
|
54
59
|
# Returns all the JSON keys this model knows about
|
|
55
60
|
def self.acceptable_attributes
|
|
56
|
-
|
|
61
|
+
acceptable_attribute_map.values
|
|
57
62
|
end
|
|
58
63
|
|
|
59
64
|
# Attribute type mapping.
|
|
@@ -78,9 +83,10 @@ module NutanixClustermgmt
|
|
|
78
83
|
end
|
|
79
84
|
|
|
80
85
|
# check to see if the attribute exists and convert string to symbol for hash key
|
|
86
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
|
81
87
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
82
|
-
if (!
|
|
83
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixClustermgmt::ClustermgmtV40ConfigHttpProxyWhiteListConfig`. Please check the name to make sure it's valid. List of attributes: " +
|
|
88
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
|
89
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixClustermgmt::ClustermgmtV40ConfigHttpProxyWhiteListConfig`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
|
84
90
|
end
|
|
85
91
|
h[k.to_sym] = v
|
|
86
92
|
}
|
|
@@ -123,6 +129,26 @@ module NutanixClustermgmt
|
|
|
123
129
|
true
|
|
124
130
|
end
|
|
125
131
|
|
|
132
|
+
# Custom attribute writer method with validation
|
|
133
|
+
# @param [Object] target_type Value to be assigned
|
|
134
|
+
def target_type=(target_type)
|
|
135
|
+
if target_type.nil?
|
|
136
|
+
fail ArgumentError, 'target_type cannot be nil'
|
|
137
|
+
end
|
|
138
|
+
|
|
139
|
+
@target_type = target_type
|
|
140
|
+
end
|
|
141
|
+
|
|
142
|
+
# Custom attribute writer method with validation
|
|
143
|
+
# @param [Object] target Value to be assigned
|
|
144
|
+
def target=(target)
|
|
145
|
+
if target.nil?
|
|
146
|
+
fail ArgumentError, 'target cannot be nil'
|
|
147
|
+
end
|
|
148
|
+
|
|
149
|
+
@target = target
|
|
150
|
+
end
|
|
151
|
+
|
|
126
152
|
# Checks equality by comparing each attribute.
|
|
127
153
|
# @param [Object] Object to be compared
|
|
128
154
|
def ==(o)
|
|
@@ -167,61 +193,6 @@ module NutanixClustermgmt
|
|
|
167
193
|
new(transformed_hash)
|
|
168
194
|
end
|
|
169
195
|
|
|
170
|
-
# Deserializes the data based on type
|
|
171
|
-
# @param string type Data type
|
|
172
|
-
# @param string value Value to be deserialized
|
|
173
|
-
# @return [Object] Deserialized data
|
|
174
|
-
def self._deserialize(type, value)
|
|
175
|
-
case type.to_sym
|
|
176
|
-
when :Time
|
|
177
|
-
Time.parse(value)
|
|
178
|
-
when :Date
|
|
179
|
-
Date.parse(value)
|
|
180
|
-
when :String
|
|
181
|
-
value.to_s
|
|
182
|
-
when :Integer
|
|
183
|
-
value.to_i
|
|
184
|
-
when :Float
|
|
185
|
-
value.to_f
|
|
186
|
-
when :Boolean
|
|
187
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
188
|
-
true
|
|
189
|
-
else
|
|
190
|
-
false
|
|
191
|
-
end
|
|
192
|
-
when :Object
|
|
193
|
-
# generic object (usually a Hash), return directly
|
|
194
|
-
value
|
|
195
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
|
196
|
-
inner_type = Regexp.last_match[:inner_type]
|
|
197
|
-
value.map { |v| _deserialize(inner_type, v) }
|
|
198
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
199
|
-
k_type = Regexp.last_match[:k_type]
|
|
200
|
-
v_type = Regexp.last_match[:v_type]
|
|
201
|
-
{}.tap do |hash|
|
|
202
|
-
value.each do |k, v|
|
|
203
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
204
|
-
end
|
|
205
|
-
end
|
|
206
|
-
else # model
|
|
207
|
-
# models (e.g. Pet) or oneOf
|
|
208
|
-
klass = NutanixClustermgmt.const_get(type)
|
|
209
|
-
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
210
|
-
end
|
|
211
|
-
end
|
|
212
|
-
|
|
213
|
-
# Returns the string representation of the object
|
|
214
|
-
# @return [String] String presentation of the object
|
|
215
|
-
def to_s
|
|
216
|
-
to_hash.to_s
|
|
217
|
-
end
|
|
218
|
-
|
|
219
|
-
# to_body is an alias to to_hash (backward compatibility)
|
|
220
|
-
# @return [Hash] Returns the object in the form of hash
|
|
221
|
-
def to_body
|
|
222
|
-
to_hash
|
|
223
|
-
end
|
|
224
|
-
|
|
225
196
|
# Returns the object in the form of hash
|
|
226
197
|
# @return [Hash] Returns the object in the form of hash
|
|
227
198
|
def to_hash
|
|
@@ -238,24 +209,6 @@ module NutanixClustermgmt
|
|
|
238
209
|
hash
|
|
239
210
|
end
|
|
240
211
|
|
|
241
|
-
# Outputs non-array value in the form of hash
|
|
242
|
-
# For object, use to_hash. Otherwise, just return the value
|
|
243
|
-
# @param [Object] value Any valid value
|
|
244
|
-
# @return [Hash] Returns the value in the form of hash
|
|
245
|
-
def _to_hash(value)
|
|
246
|
-
if value.is_a?(Array)
|
|
247
|
-
value.compact.map { |v| _to_hash(v) }
|
|
248
|
-
elsif value.is_a?(Hash)
|
|
249
|
-
{}.tap do |hash|
|
|
250
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
251
|
-
end
|
|
252
|
-
elsif value.respond_to? :to_hash
|
|
253
|
-
value.to_hash
|
|
254
|
-
else
|
|
255
|
-
value
|
|
256
|
-
end
|
|
257
|
-
end
|
|
258
|
-
|
|
259
212
|
end
|
|
260
213
|
|
|
261
214
|
end
|
data/lib/nutanix_clustermgmt/models/clustermgmt_v40_config_http_proxy_white_list_target_type.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
|
|
|
@@ -20,11 +20,11 @@ module NutanixClustermgmt
|
|
|
20
20
|
IPV4_NETWORK_MASK = "IPV4_NETWORK_MASK".freeze
|
|
21
21
|
DOMAIN_NAME_SUFFIX = "DOMAIN_NAME_SUFFIX".freeze
|
|
22
22
|
HOST_NAME = "HOST_NAME".freeze
|
|
23
|
-
|
|
24
|
-
|
|
23
|
+
_UNKNOWN = "$UNKNOWN".freeze
|
|
24
|
+
_REDACTED = "$REDACTED".freeze
|
|
25
25
|
|
|
26
26
|
def self.all_vars
|
|
27
|
-
@all_vars ||= [IPV4_ADDRESS, IPV6_ADDRESS, IPV4_NETWORK_MASK, DOMAIN_NAME_SUFFIX, HOST_NAME,
|
|
27
|
+
@all_vars ||= [IPV4_ADDRESS, IPV6_ADDRESS, IPV4_NETWORK_MASK, DOMAIN_NAME_SUFFIX, HOST_NAME, _UNKNOWN, _REDACTED].freeze
|
|
28
28
|
end
|
|
29
29
|
|
|
30
30
|
# Builds the enum from string
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 4.0.2
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.
|
|
9
|
+
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
|
# HyperV Credentials.
|
|
18
|
-
class ClustermgmtV40ConfigHypervCredentials
|
|
18
|
+
class ClustermgmtV40ConfigHypervCredentials < ApiModelBase
|
|
19
19
|
attr_accessor :domain_details
|
|
20
20
|
|
|
21
21
|
attr_accessor :failover_cluster_details
|
|
@@ -28,9 +28,14 @@ module NutanixClustermgmt
|
|
|
28
28
|
}
|
|
29
29
|
end
|
|
30
30
|
|
|
31
|
+
# Returns attribute mapping this model knows about
|
|
32
|
+
def self.acceptable_attribute_map
|
|
33
|
+
attribute_map
|
|
34
|
+
end
|
|
35
|
+
|
|
31
36
|
# Returns all the JSON keys this model knows about
|
|
32
37
|
def self.acceptable_attributes
|
|
33
|
-
|
|
38
|
+
acceptable_attribute_map.values
|
|
34
39
|
end
|
|
35
40
|
|
|
36
41
|
# Attribute type mapping.
|
|
@@ -55,9 +60,10 @@ module NutanixClustermgmt
|
|
|
55
60
|
end
|
|
56
61
|
|
|
57
62
|
# check to see if the attribute exists and convert string to symbol for hash key
|
|
63
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
|
58
64
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
59
|
-
if (!
|
|
60
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixClustermgmt::ClustermgmtV40ConfigHypervCredentials`. Please check the name to make sure it's valid. List of attributes: " +
|
|
65
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
|
66
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `NutanixClustermgmt::ClustermgmtV40ConfigHypervCredentials`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
|
61
67
|
end
|
|
62
68
|
h[k.to_sym] = v
|
|
63
69
|
}
|
|
@@ -130,61 +136,6 @@ module NutanixClustermgmt
|
|
|
130
136
|
new(transformed_hash)
|
|
131
137
|
end
|
|
132
138
|
|
|
133
|
-
# Deserializes the data based on type
|
|
134
|
-
# @param string type Data type
|
|
135
|
-
# @param string value Value to be deserialized
|
|
136
|
-
# @return [Object] Deserialized data
|
|
137
|
-
def self._deserialize(type, value)
|
|
138
|
-
case type.to_sym
|
|
139
|
-
when :Time
|
|
140
|
-
Time.parse(value)
|
|
141
|
-
when :Date
|
|
142
|
-
Date.parse(value)
|
|
143
|
-
when :String
|
|
144
|
-
value.to_s
|
|
145
|
-
when :Integer
|
|
146
|
-
value.to_i
|
|
147
|
-
when :Float
|
|
148
|
-
value.to_f
|
|
149
|
-
when :Boolean
|
|
150
|
-
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
|
151
|
-
true
|
|
152
|
-
else
|
|
153
|
-
false
|
|
154
|
-
end
|
|
155
|
-
when :Object
|
|
156
|
-
# generic object (usually a Hash), return directly
|
|
157
|
-
value
|
|
158
|
-
when /\AArray<(?<inner_type>.+)>\z/
|
|
159
|
-
inner_type = Regexp.last_match[:inner_type]
|
|
160
|
-
value.map { |v| _deserialize(inner_type, v) }
|
|
161
|
-
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
|
162
|
-
k_type = Regexp.last_match[:k_type]
|
|
163
|
-
v_type = Regexp.last_match[:v_type]
|
|
164
|
-
{}.tap do |hash|
|
|
165
|
-
value.each do |k, v|
|
|
166
|
-
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
|
167
|
-
end
|
|
168
|
-
end
|
|
169
|
-
else # model
|
|
170
|
-
# models (e.g. Pet) or oneOf
|
|
171
|
-
klass = NutanixClustermgmt.const_get(type)
|
|
172
|
-
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
173
|
-
end
|
|
174
|
-
end
|
|
175
|
-
|
|
176
|
-
# Returns the string representation of the object
|
|
177
|
-
# @return [String] String presentation of the object
|
|
178
|
-
def to_s
|
|
179
|
-
to_hash.to_s
|
|
180
|
-
end
|
|
181
|
-
|
|
182
|
-
# to_body is an alias to to_hash (backward compatibility)
|
|
183
|
-
# @return [Hash] Returns the object in the form of hash
|
|
184
|
-
def to_body
|
|
185
|
-
to_hash
|
|
186
|
-
end
|
|
187
|
-
|
|
188
139
|
# Returns the object in the form of hash
|
|
189
140
|
# @return [Hash] Returns the object in the form of hash
|
|
190
141
|
def to_hash
|
|
@@ -201,24 +152,6 @@ module NutanixClustermgmt
|
|
|
201
152
|
hash
|
|
202
153
|
end
|
|
203
154
|
|
|
204
|
-
# Outputs non-array value in the form of hash
|
|
205
|
-
# For object, use to_hash. Otherwise, just return the value
|
|
206
|
-
# @param [Object] value Any valid value
|
|
207
|
-
# @return [Hash] Returns the value in the form of hash
|
|
208
|
-
def _to_hash(value)
|
|
209
|
-
if value.is_a?(Array)
|
|
210
|
-
value.compact.map { |v| _to_hash(v) }
|
|
211
|
-
elsif value.is_a?(Hash)
|
|
212
|
-
{}.tap do |hash|
|
|
213
|
-
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
214
|
-
end
|
|
215
|
-
elsif value.respond_to? :to_hash
|
|
216
|
-
value.to_hash
|
|
217
|
-
else
|
|
218
|
-
value
|
|
219
|
-
end
|
|
220
|
-
end
|
|
221
|
-
|
|
222
155
|
end
|
|
223
156
|
|
|
224
157
|
end
|