assisted-service-client 2.43.0.post19__tar.gz → 2.43.0.post21__tar.gz
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.
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/PKG-INFO +6 -1
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/README.md +5 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/__init__.py +4 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/api/installer_api.py +114 -3
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/__init__.py +4 -0
- assisted_service_client-2.43.0.post21/assisted_service_client/models/feature.py +196 -0
- assisted_service_client-2.43.0.post21/assisted_service_client/models/incompatibility_reason.py +95 -0
- assisted_service_client-2.43.0.post21/assisted_service_client/models/inline_response2001.py +141 -0
- assisted_service_client-2.43.0.post19/assisted_service_client/models/inline_response2001.py → assisted_service_client-2.43.0.post21/assisted_service_client/models/inline_response2002.py +8 -8
- assisted_service_client-2.43.0.post21/assisted_service_client/models/operator.py +252 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client.egg-info/PKG-INFO +6 -1
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client.egg-info/SOURCES.txt +8 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/setup.py +6 -1
- assisted_service_client-2.43.0.post21/test/test_feature.py +40 -0
- assisted_service_client-2.43.0.post21/test/test_incompatibility_reason.py +40 -0
- assisted_service_client-2.43.0.post21/test/test_inline_response2002.py +40 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_installer_api.py +6 -0
- assisted_service_client-2.43.0.post21/test/test_operator.py +40 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/MANIFEST.in +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/api/__init__.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/api/events_api.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/api/managed_domains_api.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/api/manifests_api.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/api/operators_api.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/api/versions_api.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/api_client.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/configuration.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/api_vip.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/api_vip_connectivity_additional_request_header.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/api_vip_connectivity_request.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/api_vip_connectivity_response.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/architecture_support_level_id.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/bind_host_params.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/boot.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/bundle.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/cluster.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/cluster_create_params.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/cluster_default_config.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/cluster_finalizing_progress.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/cluster_host_requirements.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/cluster_host_requirements_details.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/cluster_host_requirements_list.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/cluster_list.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/cluster_network.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/cluster_progress_info.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/cluster_validation_id.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/completion_params.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/connectivity_check_host.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/connectivity_check_nic.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/connectivity_check_params.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/connectivity_remote_host.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/connectivity_report.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/container_image_availability.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/container_image_availability_request.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/container_image_availability_response.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/container_image_availability_result.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/cpu.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/create_manifest_params.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/credentials.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/dhcp_allocation_request.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/dhcp_allocation_response.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/disk.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/disk_config_params.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/disk_encryption.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/disk_info.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/disk_installation_eligibility.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/disk_role.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/disk_skip_formatting_params.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/disk_speed.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/disk_speed_check_request.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/disk_speed_check_response.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/domain_resolution_request.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/domain_resolution_response.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/domain_resolution_response_resolutions.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/download_boot_artifacts_request.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/drive_type.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/error.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/event.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/event_list.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/feature_support_level_id.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/finalizing_stage.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/free_addresses_list.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/free_addresses_request.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/free_network_addresses.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/free_networks_addresses.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/gpu.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/host.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/host_create_params.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/host_ignition_params.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/host_list.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/host_network.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/host_progress.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/host_progress_info.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/host_registration_response.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/host_registration_response_next_step_runner_command.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/host_role.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/host_role_update_params.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/host_stage.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/host_static_network_config.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/host_type_hardware_requirements.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/host_type_hardware_requirements_wrapper.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/host_update_params.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/host_validation_id.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/ignition_endpoint.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/ignition_endpoint_http_headers_params.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/ignored_validations.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/image_create_params.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/image_info.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/image_type.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/import_cluster_params.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/infra_env.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/infra_env_create_params.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/infra_env_list.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/infra_env_update_params.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/infra_error.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/ingress_cert_params.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/ingress_vip.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/inline_response200.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/install_cmd_request.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/installer_args_params.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/interface.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/inventory.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/io_perf.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/ip.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/iscsi.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/kernel_argument.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/kernel_arguments.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/l2_connectivity.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/l3_connectivity.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/last_installation_preparation.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/list_managed_domains.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/list_manifests.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/list_versions.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/load_balancer.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/logs_gather_cmd_request.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/logs_progress_params.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/logs_state.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/logs_type.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/mac_interface_map.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/mac_interface_map_inner.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/machine_network.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/managed_domain.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/manifest.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/memory.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/memory_method.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/monitored_operator.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/monitored_operators_list.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/mtu_report.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/next_step_cmd_request.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/node_label_params.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/ntp_source.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/ntp_synchronization_request.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/ntp_synchronization_response.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/openshift_version.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/openshift_versions.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/operator_create_params.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/operator_hardware_requirements.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/operator_host_requirements.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/operator_monitor_report.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/operator_properties.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/operator_property.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/operator_status.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/operator_type.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/os_image.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/os_images.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/platform.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/platform_external.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/platform_type.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/preflight_hardware_requirements.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/presigned_url.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/proxy.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/reboot_for_reclaim_request.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/release_channel.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/release_image.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/release_images.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/release_source.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/release_sources.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/route.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/secure_boot_state.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/service_network.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/source_state.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/step.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/step_reply.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/step_type.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/steps.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/steps_reply.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/subnet.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/support_level.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/support_levels.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/system_vendor.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/tang_connectivity_request.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/tang_connectivity_response.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/tang_connectivity_response_signatures.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/tang_connectivity_response_tang_server_response.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/update_manifest_params.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/upgrade_agent_request.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/upgrade_agent_response.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/upgrade_agent_result.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/upgrade_channel.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/usage.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/v2_cluster_update_params.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/verified_vip.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/verify_vip.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/verify_vips_request.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/verify_vips_response.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/versioned_host_requirements.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/versions.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/vip_type.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/models/vip_verification.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client/rest.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client.egg-info/dependency_links.txt +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client.egg-info/requires.txt +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/assisted_service_client.egg-info/top_level.txt +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/setup.cfg +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/__init__.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_api_vip.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_api_vip_connectivity_additional_request_header.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_api_vip_connectivity_request.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_api_vip_connectivity_response.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_architecture_support_level_id.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_bind_host_params.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_boot.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_bundle.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_cluster.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_cluster_create_params.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_cluster_default_config.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_cluster_finalizing_progress.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_cluster_host_requirements.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_cluster_host_requirements_details.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_cluster_host_requirements_list.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_cluster_list.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_cluster_network.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_cluster_progress_info.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_cluster_validation_id.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_completion_params.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_connectivity_check_host.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_connectivity_check_nic.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_connectivity_check_params.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_connectivity_remote_host.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_connectivity_report.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_container_image_availability.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_container_image_availability_request.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_container_image_availability_response.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_container_image_availability_result.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_cpu.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_create_manifest_params.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_credentials.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_dhcp_allocation_request.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_dhcp_allocation_response.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_disk.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_disk_config_params.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_disk_encryption.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_disk_info.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_disk_installation_eligibility.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_disk_role.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_disk_skip_formatting_params.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_disk_speed.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_disk_speed_check_request.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_disk_speed_check_response.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_domain_resolution_request.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_domain_resolution_response.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_domain_resolution_response_resolutions.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_download_boot_artifacts_request.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_drive_type.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_error.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_event.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_event_list.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_events_api.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_feature_support_level_id.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_finalizing_stage.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_free_addresses_list.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_free_addresses_request.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_free_network_addresses.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_free_networks_addresses.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_gpu.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_host.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_host_create_params.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_host_ignition_params.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_host_list.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_host_network.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_host_progress.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_host_progress_info.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_host_registration_response.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_host_registration_response_next_step_runner_command.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_host_role.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_host_role_update_params.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_host_stage.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_host_static_network_config.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_host_type_hardware_requirements.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_host_type_hardware_requirements_wrapper.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_host_update_params.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_host_validation_id.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_ignition_endpoint.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_ignition_endpoint_http_headers_params.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_ignored_validations.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_image_create_params.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_image_info.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_image_type.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_import_cluster_params.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_infra_env.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_infra_env_create_params.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_infra_env_list.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_infra_env_update_params.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_infra_error.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_ingress_cert_params.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_ingress_vip.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_inline_response200.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_inline_response2001.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_install_cmd_request.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_installer_args_params.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_interface.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_inventory.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_io_perf.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_ip.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_iscsi.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_kernel_argument.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_kernel_arguments.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_l2_connectivity.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_l3_connectivity.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_last_installation_preparation.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_list_managed_domains.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_list_manifests.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_list_versions.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_load_balancer.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_logs_gather_cmd_request.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_logs_progress_params.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_logs_state.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_logs_type.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_mac_interface_map.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_mac_interface_map_inner.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_machine_network.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_managed_domain.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_managed_domains_api.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_manifest.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_manifests_api.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_memory.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_memory_method.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_monitored_operator.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_monitored_operators_list.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_mtu_report.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_next_step_cmd_request.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_node_label_params.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_ntp_source.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_ntp_synchronization_request.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_ntp_synchronization_response.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_openshift_version.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_openshift_versions.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_operator_create_params.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_operator_hardware_requirements.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_operator_host_requirements.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_operator_monitor_report.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_operator_properties.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_operator_property.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_operator_status.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_operator_type.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_operators_api.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_os_image.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_os_images.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_platform.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_platform_external.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_platform_type.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_preflight_hardware_requirements.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_presigned_url.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_proxy.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_reboot_for_reclaim_request.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_release_channel.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_release_image.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_release_images.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_release_source.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_release_sources.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_route.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_secure_boot_state.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_service_network.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_source_state.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_step.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_step_reply.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_step_type.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_steps.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_steps_reply.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_subnet.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_support_level.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_support_levels.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_system_vendor.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_tang_connectivity_request.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_tang_connectivity_response.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_tang_connectivity_response_signatures.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_tang_connectivity_response_tang_server_response.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_update_manifest_params.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_upgrade_agent_request.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_upgrade_agent_response.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_upgrade_agent_result.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_upgrade_channel.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_usage.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_v2_cluster_update_params.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_verified_vip.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_verify_vip.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_verify_vips_request.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_verify_vips_response.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_versioned_host_requirements.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_versions.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_versions_api.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_vip_type.py +0 -0
- {assisted_service_client-2.43.0.post19 → assisted_service_client-2.43.0.post21}/test/test_vip_verification.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: assisted-service-client
|
3
|
-
Version: 2.43.0.
|
3
|
+
Version: 2.43.0.post21
|
4
4
|
Summary: AssistedInstall
|
5
5
|
Home-page: https://github.com/openshift/assisted-service
|
6
6
|
Author: RedHat
|
@@ -128,6 +128,7 @@ Class | Method | HTTP request | Description
|
|
128
128
|
*InstallerApi* | [**deregister_infra_env**](docs/InstallerApi.md#deregister_infra_env) | **DELETE** /v2/infra-envs/{infra_env_id} |
|
129
129
|
*InstallerApi* | [**download_minimal_initrd**](docs/InstallerApi.md#download_minimal_initrd) | **GET** /v2/infra-envs/{infra_env_id}/downloads/minimal-initrd |
|
130
130
|
*InstallerApi* | [**get_cluster_supported_platforms**](docs/InstallerApi.md#get_cluster_supported_platforms) | **GET** /v2/clusters/{cluster_id}/supported-platforms |
|
131
|
+
*InstallerApi* | [**get_detailed_supported_features**](docs/InstallerApi.md#get_detailed_supported_features) | **GET** /v2/support-levels/features/detailed |
|
131
132
|
*InstallerApi* | [**get_infra_env**](docs/InstallerApi.md#get_infra_env) | **GET** /v2/infra-envs/{infra_env_id} |
|
132
133
|
*InstallerApi* | [**get_infra_env_download_url**](docs/InstallerApi.md#get_infra_env_download_url) | **GET** /v2/infra-envs/{infra_env_id}/downloads/image-url |
|
133
134
|
*InstallerApi* | [**get_infra_env_presigned_file_url**](docs/InstallerApi.md#get_infra_env_presigned_file_url) | **GET** /v2/infra-envs/{infra_env_id}/downloads/files-presigned |
|
@@ -259,6 +260,7 @@ Class | Method | HTTP request | Description
|
|
259
260
|
- [Error](docs/Error.md)
|
260
261
|
- [Event](docs/Event.md)
|
261
262
|
- [EventList](docs/EventList.md)
|
263
|
+
- [Feature](docs/Feature.md)
|
262
264
|
- [FeatureSupportLevelId](docs/FeatureSupportLevelId.md)
|
263
265
|
- [FinalizingStage](docs/FinalizingStage.md)
|
264
266
|
- [FreeAddressesList](docs/FreeAddressesList.md)
|
@@ -290,6 +292,7 @@ Class | Method | HTTP request | Description
|
|
290
292
|
- [ImageInfo](docs/ImageInfo.md)
|
291
293
|
- [ImageType](docs/ImageType.md)
|
292
294
|
- [ImportClusterParams](docs/ImportClusterParams.md)
|
295
|
+
- [IncompatibilityReason](docs/IncompatibilityReason.md)
|
293
296
|
- [InfraEnv](docs/InfraEnv.md)
|
294
297
|
- [InfraEnvCreateParams](docs/InfraEnvCreateParams.md)
|
295
298
|
- [InfraEnvList](docs/InfraEnvList.md)
|
@@ -299,6 +302,7 @@ Class | Method | HTTP request | Description
|
|
299
302
|
- [IngressVip](docs/IngressVip.md)
|
300
303
|
- [InlineResponse200](docs/InlineResponse200.md)
|
301
304
|
- [InlineResponse2001](docs/InlineResponse2001.md)
|
305
|
+
- [InlineResponse2002](docs/InlineResponse2002.md)
|
302
306
|
- [InstallCmdRequest](docs/InstallCmdRequest.md)
|
303
307
|
- [InstallerArgsParams](docs/InstallerArgsParams.md)
|
304
308
|
- [Interface](docs/Interface.md)
|
@@ -336,6 +340,7 @@ Class | Method | HTTP request | Description
|
|
336
340
|
- [NtpSynchronizationResponse](docs/NtpSynchronizationResponse.md)
|
337
341
|
- [OpenshiftVersion](docs/OpenshiftVersion.md)
|
338
342
|
- [OpenshiftVersions](docs/OpenshiftVersions.md)
|
343
|
+
- [Operator](docs/Operator.md)
|
339
344
|
- [OperatorCreateParams](docs/OperatorCreateParams.md)
|
340
345
|
- [OperatorHardwareRequirements](docs/OperatorHardwareRequirements.md)
|
341
346
|
- [OperatorHostRequirements](docs/OperatorHostRequirements.md)
|
@@ -102,6 +102,7 @@ Class | Method | HTTP request | Description
|
|
102
102
|
*InstallerApi* | [**deregister_infra_env**](docs/InstallerApi.md#deregister_infra_env) | **DELETE** /v2/infra-envs/{infra_env_id} |
|
103
103
|
*InstallerApi* | [**download_minimal_initrd**](docs/InstallerApi.md#download_minimal_initrd) | **GET** /v2/infra-envs/{infra_env_id}/downloads/minimal-initrd |
|
104
104
|
*InstallerApi* | [**get_cluster_supported_platforms**](docs/InstallerApi.md#get_cluster_supported_platforms) | **GET** /v2/clusters/{cluster_id}/supported-platforms |
|
105
|
+
*InstallerApi* | [**get_detailed_supported_features**](docs/InstallerApi.md#get_detailed_supported_features) | **GET** /v2/support-levels/features/detailed |
|
105
106
|
*InstallerApi* | [**get_infra_env**](docs/InstallerApi.md#get_infra_env) | **GET** /v2/infra-envs/{infra_env_id} |
|
106
107
|
*InstallerApi* | [**get_infra_env_download_url**](docs/InstallerApi.md#get_infra_env_download_url) | **GET** /v2/infra-envs/{infra_env_id}/downloads/image-url |
|
107
108
|
*InstallerApi* | [**get_infra_env_presigned_file_url**](docs/InstallerApi.md#get_infra_env_presigned_file_url) | **GET** /v2/infra-envs/{infra_env_id}/downloads/files-presigned |
|
@@ -233,6 +234,7 @@ Class | Method | HTTP request | Description
|
|
233
234
|
- [Error](docs/Error.md)
|
234
235
|
- [Event](docs/Event.md)
|
235
236
|
- [EventList](docs/EventList.md)
|
237
|
+
- [Feature](docs/Feature.md)
|
236
238
|
- [FeatureSupportLevelId](docs/FeatureSupportLevelId.md)
|
237
239
|
- [FinalizingStage](docs/FinalizingStage.md)
|
238
240
|
- [FreeAddressesList](docs/FreeAddressesList.md)
|
@@ -264,6 +266,7 @@ Class | Method | HTTP request | Description
|
|
264
266
|
- [ImageInfo](docs/ImageInfo.md)
|
265
267
|
- [ImageType](docs/ImageType.md)
|
266
268
|
- [ImportClusterParams](docs/ImportClusterParams.md)
|
269
|
+
- [IncompatibilityReason](docs/IncompatibilityReason.md)
|
267
270
|
- [InfraEnv](docs/InfraEnv.md)
|
268
271
|
- [InfraEnvCreateParams](docs/InfraEnvCreateParams.md)
|
269
272
|
- [InfraEnvList](docs/InfraEnvList.md)
|
@@ -273,6 +276,7 @@ Class | Method | HTTP request | Description
|
|
273
276
|
- [IngressVip](docs/IngressVip.md)
|
274
277
|
- [InlineResponse200](docs/InlineResponse200.md)
|
275
278
|
- [InlineResponse2001](docs/InlineResponse2001.md)
|
279
|
+
- [InlineResponse2002](docs/InlineResponse2002.md)
|
276
280
|
- [InstallCmdRequest](docs/InstallCmdRequest.md)
|
277
281
|
- [InstallerArgsParams](docs/InstallerArgsParams.md)
|
278
282
|
- [Interface](docs/Interface.md)
|
@@ -310,6 +314,7 @@ Class | Method | HTTP request | Description
|
|
310
314
|
- [NtpSynchronizationResponse](docs/NtpSynchronizationResponse.md)
|
311
315
|
- [OpenshiftVersion](docs/OpenshiftVersion.md)
|
312
316
|
- [OpenshiftVersions](docs/OpenshiftVersions.md)
|
317
|
+
- [Operator](docs/Operator.md)
|
313
318
|
- [OperatorCreateParams](docs/OperatorCreateParams.md)
|
314
319
|
- [OperatorHardwareRequirements](docs/OperatorHardwareRequirements.md)
|
315
320
|
- [OperatorHostRequirements](docs/OperatorHostRequirements.md)
|
@@ -79,6 +79,7 @@ from assisted_service_client.models.drive_type import DriveType
|
|
79
79
|
from assisted_service_client.models.error import Error
|
80
80
|
from assisted_service_client.models.event import Event
|
81
81
|
from assisted_service_client.models.event_list import EventList
|
82
|
+
from assisted_service_client.models.feature import Feature
|
82
83
|
from assisted_service_client.models.feature_support_level_id import FeatureSupportLevelId
|
83
84
|
from assisted_service_client.models.finalizing_stage import FinalizingStage
|
84
85
|
from assisted_service_client.models.free_addresses_list import FreeAddressesList
|
@@ -110,6 +111,7 @@ from assisted_service_client.models.image_create_params import ImageCreateParams
|
|
110
111
|
from assisted_service_client.models.image_info import ImageInfo
|
111
112
|
from assisted_service_client.models.image_type import ImageType
|
112
113
|
from assisted_service_client.models.import_cluster_params import ImportClusterParams
|
114
|
+
from assisted_service_client.models.incompatibility_reason import IncompatibilityReason
|
113
115
|
from assisted_service_client.models.infra_env import InfraEnv
|
114
116
|
from assisted_service_client.models.infra_env_create_params import InfraEnvCreateParams
|
115
117
|
from assisted_service_client.models.infra_env_list import InfraEnvList
|
@@ -119,6 +121,7 @@ from assisted_service_client.models.ingress_cert_params import IngressCertParams
|
|
119
121
|
from assisted_service_client.models.ingress_vip import IngressVip
|
120
122
|
from assisted_service_client.models.inline_response200 import InlineResponse200
|
121
123
|
from assisted_service_client.models.inline_response2001 import InlineResponse2001
|
124
|
+
from assisted_service_client.models.inline_response2002 import InlineResponse2002
|
122
125
|
from assisted_service_client.models.install_cmd_request import InstallCmdRequest
|
123
126
|
from assisted_service_client.models.installer_args_params import InstallerArgsParams
|
124
127
|
from assisted_service_client.models.interface import Interface
|
@@ -156,6 +159,7 @@ from assisted_service_client.models.ntp_synchronization_request import NtpSynchr
|
|
156
159
|
from assisted_service_client.models.ntp_synchronization_response import NtpSynchronizationResponse
|
157
160
|
from assisted_service_client.models.openshift_version import OpenshiftVersion
|
158
161
|
from assisted_service_client.models.openshift_versions import OpenshiftVersions
|
162
|
+
from assisted_service_client.models.operator import Operator
|
159
163
|
from assisted_service_client.models.operator_create_params import OperatorCreateParams
|
160
164
|
from assisted_service_client.models.operator_hardware_requirements import OperatorHardwareRequirements
|
161
165
|
from assisted_service_client.models.operator_host_requirements import OperatorHostRequirements
|
@@ -445,6 +445,117 @@ class InstallerApi(object):
|
|
445
445
|
_request_timeout=params.get('_request_timeout'),
|
446
446
|
collection_formats=collection_formats)
|
447
447
|
|
448
|
+
def get_detailed_supported_features(self, openshift_version, **kwargs): # noqa: E501
|
449
|
+
"""get_detailed_supported_features # noqa: E501
|
450
|
+
|
451
|
+
Retrieves detailed features information including support level, incompatibilities, and operator dependencies. # noqa: E501
|
452
|
+
This method makes a synchronous HTTP request by default. To make an
|
453
|
+
asynchronous HTTP request, please pass async_req=True
|
454
|
+
>>> thread = api.get_detailed_supported_features(openshift_version, async_req=True)
|
455
|
+
>>> result = thread.get()
|
456
|
+
|
457
|
+
:param async_req bool
|
458
|
+
:param str openshift_version: Version of the OpenShift cluster. (required)
|
459
|
+
:param str cpu_architecture: The CPU architecture of the image (x86_64/arm64/etc).
|
460
|
+
:param str platform_type: The provider platform type.
|
461
|
+
:param str external_platform_name: External platform name when platform type is set to external. The value of this parameter will be ignored if platform_type is not external.
|
462
|
+
:return: InlineResponse2001
|
463
|
+
If the method is called asynchronously,
|
464
|
+
returns the request thread.
|
465
|
+
"""
|
466
|
+
kwargs['_return_http_data_only'] = True
|
467
|
+
if kwargs.get('async_req'):
|
468
|
+
return self.get_detailed_supported_features_with_http_info(openshift_version, **kwargs) # noqa: E501
|
469
|
+
else:
|
470
|
+
(data) = self.get_detailed_supported_features_with_http_info(openshift_version, **kwargs) # noqa: E501
|
471
|
+
return data
|
472
|
+
|
473
|
+
def get_detailed_supported_features_with_http_info(self, openshift_version, **kwargs): # noqa: E501
|
474
|
+
"""get_detailed_supported_features # noqa: E501
|
475
|
+
|
476
|
+
Retrieves detailed features information including support level, incompatibilities, and operator dependencies. # noqa: E501
|
477
|
+
This method makes a synchronous HTTP request by default. To make an
|
478
|
+
asynchronous HTTP request, please pass async_req=True
|
479
|
+
>>> thread = api.get_detailed_supported_features_with_http_info(openshift_version, async_req=True)
|
480
|
+
>>> result = thread.get()
|
481
|
+
|
482
|
+
:param async_req bool
|
483
|
+
:param str openshift_version: Version of the OpenShift cluster. (required)
|
484
|
+
:param str cpu_architecture: The CPU architecture of the image (x86_64/arm64/etc).
|
485
|
+
:param str platform_type: The provider platform type.
|
486
|
+
:param str external_platform_name: External platform name when platform type is set to external. The value of this parameter will be ignored if platform_type is not external.
|
487
|
+
:return: InlineResponse2001
|
488
|
+
If the method is called asynchronously,
|
489
|
+
returns the request thread.
|
490
|
+
"""
|
491
|
+
|
492
|
+
all_params = ['openshift_version', 'cpu_architecture', 'platform_type', 'external_platform_name'] # noqa: E501
|
493
|
+
all_params.append('async_req')
|
494
|
+
all_params.append('_return_http_data_only')
|
495
|
+
all_params.append('_preload_content')
|
496
|
+
all_params.append('_request_timeout')
|
497
|
+
|
498
|
+
params = locals()
|
499
|
+
for key, val in six.iteritems(params['kwargs']):
|
500
|
+
if key not in all_params:
|
501
|
+
raise TypeError(
|
502
|
+
"Got an unexpected keyword argument '%s'"
|
503
|
+
" to method get_detailed_supported_features" % key
|
504
|
+
)
|
505
|
+
params[key] = val
|
506
|
+
del params['kwargs']
|
507
|
+
# verify the required parameter 'openshift_version' is set
|
508
|
+
if ('openshift_version' not in params or
|
509
|
+
params['openshift_version'] is None):
|
510
|
+
raise ValueError("Missing the required parameter `openshift_version` when calling `get_detailed_supported_features`") # noqa: E501
|
511
|
+
|
512
|
+
collection_formats = {}
|
513
|
+
|
514
|
+
path_params = {}
|
515
|
+
|
516
|
+
query_params = []
|
517
|
+
if 'openshift_version' in params:
|
518
|
+
query_params.append(('openshift_version', params['openshift_version'])) # noqa: E501
|
519
|
+
if 'cpu_architecture' in params:
|
520
|
+
query_params.append(('cpu_architecture', params['cpu_architecture'])) # noqa: E501
|
521
|
+
if 'platform_type' in params:
|
522
|
+
query_params.append(('platform_type', params['platform_type'])) # noqa: E501
|
523
|
+
if 'external_platform_name' in params:
|
524
|
+
query_params.append(('external_platform_name', params['external_platform_name'])) # noqa: E501
|
525
|
+
|
526
|
+
header_params = {}
|
527
|
+
|
528
|
+
form_params = []
|
529
|
+
local_var_files = {}
|
530
|
+
|
531
|
+
body_params = None
|
532
|
+
# HTTP header `Accept`
|
533
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
534
|
+
['application/json']) # noqa: E501
|
535
|
+
|
536
|
+
# HTTP header `Content-Type`
|
537
|
+
header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
|
538
|
+
['application/json']) # noqa: E501
|
539
|
+
|
540
|
+
# Authentication setting
|
541
|
+
auth_settings = ['userAuth'] # noqa: E501
|
542
|
+
|
543
|
+
return self.api_client.call_api(
|
544
|
+
'/v2/support-levels/features/detailed', 'GET',
|
545
|
+
path_params,
|
546
|
+
query_params,
|
547
|
+
header_params,
|
548
|
+
body=body_params,
|
549
|
+
post_params=form_params,
|
550
|
+
files=local_var_files,
|
551
|
+
response_type='InlineResponse2001', # noqa: E501
|
552
|
+
auth_settings=auth_settings,
|
553
|
+
async_req=params.get('async_req'),
|
554
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
555
|
+
_preload_content=params.get('_preload_content', True),
|
556
|
+
_request_timeout=params.get('_request_timeout'),
|
557
|
+
collection_formats=collection_formats)
|
558
|
+
|
448
559
|
def get_infra_env(self, infra_env_id, **kwargs): # noqa: E501
|
449
560
|
"""get_infra_env # noqa: E501
|
450
561
|
|
@@ -765,7 +876,7 @@ class InstallerApi(object):
|
|
765
876
|
|
766
877
|
:param async_req bool
|
767
878
|
:param str openshift_version: Version of the OpenShift cluster. (required)
|
768
|
-
:return:
|
879
|
+
:return: InlineResponse2002
|
769
880
|
If the method is called asynchronously,
|
770
881
|
returns the request thread.
|
771
882
|
"""
|
@@ -787,7 +898,7 @@ class InstallerApi(object):
|
|
787
898
|
|
788
899
|
:param async_req bool
|
789
900
|
:param str openshift_version: Version of the OpenShift cluster. (required)
|
790
|
-
:return:
|
901
|
+
:return: InlineResponse2002
|
791
902
|
If the method is called asynchronously,
|
792
903
|
returns the request thread.
|
793
904
|
"""
|
@@ -845,7 +956,7 @@ class InstallerApi(object):
|
|
845
956
|
body=body_params,
|
846
957
|
post_params=form_params,
|
847
958
|
files=local_var_files,
|
848
|
-
response_type='
|
959
|
+
response_type='InlineResponse2002', # noqa: E501
|
849
960
|
auth_settings=auth_settings,
|
850
961
|
async_req=params.get('async_req'),
|
851
962
|
_return_http_data_only=params.get('_return_http_data_only'),
|
@@ -67,6 +67,7 @@ from assisted_service_client.models.drive_type import DriveType
|
|
67
67
|
from assisted_service_client.models.error import Error
|
68
68
|
from assisted_service_client.models.event import Event
|
69
69
|
from assisted_service_client.models.event_list import EventList
|
70
|
+
from assisted_service_client.models.feature import Feature
|
70
71
|
from assisted_service_client.models.feature_support_level_id import FeatureSupportLevelId
|
71
72
|
from assisted_service_client.models.finalizing_stage import FinalizingStage
|
72
73
|
from assisted_service_client.models.free_addresses_list import FreeAddressesList
|
@@ -98,6 +99,7 @@ from assisted_service_client.models.image_create_params import ImageCreateParams
|
|
98
99
|
from assisted_service_client.models.image_info import ImageInfo
|
99
100
|
from assisted_service_client.models.image_type import ImageType
|
100
101
|
from assisted_service_client.models.import_cluster_params import ImportClusterParams
|
102
|
+
from assisted_service_client.models.incompatibility_reason import IncompatibilityReason
|
101
103
|
from assisted_service_client.models.infra_env import InfraEnv
|
102
104
|
from assisted_service_client.models.infra_env_create_params import InfraEnvCreateParams
|
103
105
|
from assisted_service_client.models.infra_env_list import InfraEnvList
|
@@ -107,6 +109,7 @@ from assisted_service_client.models.ingress_cert_params import IngressCertParams
|
|
107
109
|
from assisted_service_client.models.ingress_vip import IngressVip
|
108
110
|
from assisted_service_client.models.inline_response200 import InlineResponse200
|
109
111
|
from assisted_service_client.models.inline_response2001 import InlineResponse2001
|
112
|
+
from assisted_service_client.models.inline_response2002 import InlineResponse2002
|
110
113
|
from assisted_service_client.models.install_cmd_request import InstallCmdRequest
|
111
114
|
from assisted_service_client.models.installer_args_params import InstallerArgsParams
|
112
115
|
from assisted_service_client.models.interface import Interface
|
@@ -144,6 +147,7 @@ from assisted_service_client.models.ntp_synchronization_request import NtpSynchr
|
|
144
147
|
from assisted_service_client.models.ntp_synchronization_response import NtpSynchronizationResponse
|
145
148
|
from assisted_service_client.models.openshift_version import OpenshiftVersion
|
146
149
|
from assisted_service_client.models.openshift_versions import OpenshiftVersions
|
150
|
+
from assisted_service_client.models.operator import Operator
|
147
151
|
from assisted_service_client.models.operator_create_params import OperatorCreateParams
|
148
152
|
from assisted_service_client.models.operator_hardware_requirements import OperatorHardwareRequirements
|
149
153
|
from assisted_service_client.models.operator_host_requirements import OperatorHostRequirements
|
@@ -0,0 +1,196 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
3
|
+
"""
|
4
|
+
AssistedInstall
|
5
|
+
|
6
|
+
Assisted installation # noqa: E501
|
7
|
+
|
8
|
+
OpenAPI spec version: 1.0.0
|
9
|
+
|
10
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
11
|
+
"""
|
12
|
+
|
13
|
+
|
14
|
+
import pprint
|
15
|
+
import re # noqa: F401
|
16
|
+
|
17
|
+
import six
|
18
|
+
|
19
|
+
|
20
|
+
class Feature(object):
|
21
|
+
"""NOTE: This class is auto generated by the swagger code generator program.
|
22
|
+
|
23
|
+
Do not edit the class manually.
|
24
|
+
"""
|
25
|
+
|
26
|
+
"""
|
27
|
+
Attributes:
|
28
|
+
swagger_types (dict): The key is attribute name
|
29
|
+
and the value is attribute type.
|
30
|
+
attribute_map (dict): The key is attribute name
|
31
|
+
and the value is json key in definition.
|
32
|
+
"""
|
33
|
+
swagger_types = {
|
34
|
+
'feature_support_level_id': 'FeatureSupportLevelId',
|
35
|
+
'support_level': 'SupportLevel',
|
36
|
+
'reason': 'IncompatibilityReason',
|
37
|
+
'incompatibilities': 'list[FeatureSupportLevelId]'
|
38
|
+
}
|
39
|
+
|
40
|
+
attribute_map = {
|
41
|
+
'feature_support_level_id': 'feature-support-level-id',
|
42
|
+
'support_level': 'support_level',
|
43
|
+
'reason': 'reason',
|
44
|
+
'incompatibilities': 'incompatibilities'
|
45
|
+
}
|
46
|
+
|
47
|
+
def __init__(self, feature_support_level_id=None, support_level=None, reason=None, incompatibilities=None): # noqa: E501
|
48
|
+
"""Feature - a model defined in Swagger""" # noqa: E501
|
49
|
+
|
50
|
+
self._feature_support_level_id = None
|
51
|
+
self._support_level = None
|
52
|
+
self._reason = None
|
53
|
+
self._incompatibilities = None
|
54
|
+
self.discriminator = None
|
55
|
+
|
56
|
+
self.feature_support_level_id = feature_support_level_id
|
57
|
+
self.support_level = support_level
|
58
|
+
if reason is not None:
|
59
|
+
self.reason = reason
|
60
|
+
self.incompatibilities = incompatibilities
|
61
|
+
|
62
|
+
@property
|
63
|
+
def feature_support_level_id(self):
|
64
|
+
"""Gets the feature_support_level_id of this Feature. # noqa: E501
|
65
|
+
|
66
|
+
|
67
|
+
:return: The feature_support_level_id of this Feature. # noqa: E501
|
68
|
+
:rtype: FeatureSupportLevelId
|
69
|
+
"""
|
70
|
+
return self._feature_support_level_id
|
71
|
+
|
72
|
+
@feature_support_level_id.setter
|
73
|
+
def feature_support_level_id(self, feature_support_level_id):
|
74
|
+
"""Sets the feature_support_level_id of this Feature.
|
75
|
+
|
76
|
+
|
77
|
+
:param feature_support_level_id: The feature_support_level_id of this Feature. # noqa: E501
|
78
|
+
:type: FeatureSupportLevelId
|
79
|
+
"""
|
80
|
+
if feature_support_level_id is None:
|
81
|
+
raise ValueError("Invalid value for `feature_support_level_id`, must not be `None`") # noqa: E501
|
82
|
+
|
83
|
+
self._feature_support_level_id = feature_support_level_id
|
84
|
+
|
85
|
+
@property
|
86
|
+
def support_level(self):
|
87
|
+
"""Gets the support_level of this Feature. # noqa: E501
|
88
|
+
|
89
|
+
|
90
|
+
:return: The support_level of this Feature. # noqa: E501
|
91
|
+
:rtype: SupportLevel
|
92
|
+
"""
|
93
|
+
return self._support_level
|
94
|
+
|
95
|
+
@support_level.setter
|
96
|
+
def support_level(self, support_level):
|
97
|
+
"""Sets the support_level of this Feature.
|
98
|
+
|
99
|
+
|
100
|
+
:param support_level: The support_level of this Feature. # noqa: E501
|
101
|
+
:type: SupportLevel
|
102
|
+
"""
|
103
|
+
if support_level is None:
|
104
|
+
raise ValueError("Invalid value for `support_level`, must not be `None`") # noqa: E501
|
105
|
+
|
106
|
+
self._support_level = support_level
|
107
|
+
|
108
|
+
@property
|
109
|
+
def reason(self):
|
110
|
+
"""Gets the reason of this Feature. # noqa: E501
|
111
|
+
|
112
|
+
|
113
|
+
:return: The reason of this Feature. # noqa: E501
|
114
|
+
:rtype: IncompatibilityReason
|
115
|
+
"""
|
116
|
+
return self._reason
|
117
|
+
|
118
|
+
@reason.setter
|
119
|
+
def reason(self, reason):
|
120
|
+
"""Sets the reason of this Feature.
|
121
|
+
|
122
|
+
|
123
|
+
:param reason: The reason of this Feature. # noqa: E501
|
124
|
+
:type: IncompatibilityReason
|
125
|
+
"""
|
126
|
+
|
127
|
+
self._reason = reason
|
128
|
+
|
129
|
+
@property
|
130
|
+
def incompatibilities(self):
|
131
|
+
"""Gets the incompatibilities of this Feature. # noqa: E501
|
132
|
+
|
133
|
+
|
134
|
+
:return: The incompatibilities of this Feature. # noqa: E501
|
135
|
+
:rtype: list[FeatureSupportLevelId]
|
136
|
+
"""
|
137
|
+
return self._incompatibilities
|
138
|
+
|
139
|
+
@incompatibilities.setter
|
140
|
+
def incompatibilities(self, incompatibilities):
|
141
|
+
"""Sets the incompatibilities of this Feature.
|
142
|
+
|
143
|
+
|
144
|
+
:param incompatibilities: The incompatibilities of this Feature. # noqa: E501
|
145
|
+
:type: list[FeatureSupportLevelId]
|
146
|
+
"""
|
147
|
+
if incompatibilities is None:
|
148
|
+
raise ValueError("Invalid value for `incompatibilities`, must not be `None`") # noqa: E501
|
149
|
+
|
150
|
+
self._incompatibilities = incompatibilities
|
151
|
+
|
152
|
+
def to_dict(self):
|
153
|
+
"""Returns the model properties as a dict"""
|
154
|
+
result = {}
|
155
|
+
|
156
|
+
for attr, _ in six.iteritems(self.swagger_types):
|
157
|
+
value = getattr(self, attr)
|
158
|
+
if isinstance(value, list):
|
159
|
+
result[attr] = list(map(
|
160
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
161
|
+
value
|
162
|
+
))
|
163
|
+
elif hasattr(value, "to_dict"):
|
164
|
+
result[attr] = value.to_dict()
|
165
|
+
elif isinstance(value, dict):
|
166
|
+
result[attr] = dict(map(
|
167
|
+
lambda item: (item[0], item[1].to_dict())
|
168
|
+
if hasattr(item[1], "to_dict") else item,
|
169
|
+
value.items()
|
170
|
+
))
|
171
|
+
else:
|
172
|
+
result[attr] = value
|
173
|
+
if issubclass(Feature, dict):
|
174
|
+
for key, value in self.items():
|
175
|
+
result[key] = value
|
176
|
+
|
177
|
+
return result
|
178
|
+
|
179
|
+
def to_str(self):
|
180
|
+
"""Returns the string representation of the model"""
|
181
|
+
return pprint.pformat(self.to_dict())
|
182
|
+
|
183
|
+
def __repr__(self):
|
184
|
+
"""For `print` and `pprint`"""
|
185
|
+
return self.to_str()
|
186
|
+
|
187
|
+
def __eq__(self, other):
|
188
|
+
"""Returns true if both objects are equal"""
|
189
|
+
if not isinstance(other, Feature):
|
190
|
+
return False
|
191
|
+
|
192
|
+
return self.__dict__ == other.__dict__
|
193
|
+
|
194
|
+
def __ne__(self, other):
|
195
|
+
"""Returns true if both objects are not equal"""
|
196
|
+
return not self == other
|
assisted_service_client-2.43.0.post21/assisted_service_client/models/incompatibility_reason.py
ADDED
@@ -0,0 +1,95 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
3
|
+
"""
|
4
|
+
AssistedInstall
|
5
|
+
|
6
|
+
Assisted installation # noqa: E501
|
7
|
+
|
8
|
+
OpenAPI spec version: 1.0.0
|
9
|
+
|
10
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
11
|
+
"""
|
12
|
+
|
13
|
+
|
14
|
+
import pprint
|
15
|
+
import re # noqa: F401
|
16
|
+
|
17
|
+
import six
|
18
|
+
|
19
|
+
|
20
|
+
class IncompatibilityReason(object):
|
21
|
+
"""NOTE: This class is auto generated by the swagger code generator program.
|
22
|
+
|
23
|
+
Do not edit the class manually.
|
24
|
+
"""
|
25
|
+
|
26
|
+
"""
|
27
|
+
allowed enum values
|
28
|
+
"""
|
29
|
+
CPUARCHITECTURE = "cpuArchitecture"
|
30
|
+
PLATFORM = "platform"
|
31
|
+
OPENSHIFTVERSION = "openshiftVersion"
|
32
|
+
OCIEXTERNALINTEGRATIONDISABLED = "ociExternalIntegrationDisabled"
|
33
|
+
|
34
|
+
"""
|
35
|
+
Attributes:
|
36
|
+
swagger_types (dict): The key is attribute name
|
37
|
+
and the value is attribute type.
|
38
|
+
attribute_map (dict): The key is attribute name
|
39
|
+
and the value is json key in definition.
|
40
|
+
"""
|
41
|
+
swagger_types = {
|
42
|
+
}
|
43
|
+
|
44
|
+
attribute_map = {
|
45
|
+
}
|
46
|
+
|
47
|
+
def __init__(self): # noqa: E501
|
48
|
+
"""IncompatibilityReason - a model defined in Swagger""" # noqa: E501
|
49
|
+
self.discriminator = None
|
50
|
+
|
51
|
+
def to_dict(self):
|
52
|
+
"""Returns the model properties as a dict"""
|
53
|
+
result = {}
|
54
|
+
|
55
|
+
for attr, _ in six.iteritems(self.swagger_types):
|
56
|
+
value = getattr(self, attr)
|
57
|
+
if isinstance(value, list):
|
58
|
+
result[attr] = list(map(
|
59
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
60
|
+
value
|
61
|
+
))
|
62
|
+
elif hasattr(value, "to_dict"):
|
63
|
+
result[attr] = value.to_dict()
|
64
|
+
elif isinstance(value, dict):
|
65
|
+
result[attr] = dict(map(
|
66
|
+
lambda item: (item[0], item[1].to_dict())
|
67
|
+
if hasattr(item[1], "to_dict") else item,
|
68
|
+
value.items()
|
69
|
+
))
|
70
|
+
else:
|
71
|
+
result[attr] = value
|
72
|
+
if issubclass(IncompatibilityReason, dict):
|
73
|
+
for key, value in self.items():
|
74
|
+
result[key] = value
|
75
|
+
|
76
|
+
return result
|
77
|
+
|
78
|
+
def to_str(self):
|
79
|
+
"""Returns the string representation of the model"""
|
80
|
+
return pprint.pformat(self.to_dict())
|
81
|
+
|
82
|
+
def __repr__(self):
|
83
|
+
"""For `print` and `pprint`"""
|
84
|
+
return self.to_str()
|
85
|
+
|
86
|
+
def __eq__(self, other):
|
87
|
+
"""Returns true if both objects are equal"""
|
88
|
+
if not isinstance(other, IncompatibilityReason):
|
89
|
+
return False
|
90
|
+
|
91
|
+
return self.__dict__ == other.__dict__
|
92
|
+
|
93
|
+
def __ne__(self, other):
|
94
|
+
"""Returns true if both objects are not equal"""
|
95
|
+
return not self == other
|