assisted-service-client 2.45.0.post16__tar.gz → 2.45.0.post18__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.45.0.post16 → assisted_service_client-2.45.0.post18}/PKG-INFO +3 -1
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/README.md +2 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/__init__.py +1 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/api/installer_api.py +99 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/__init__.py +1 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/cluster.py +4 -4
- assisted_service_client-2.45.0.post18/assisted_service_client/models/disconnected_cluster_create_params.py +151 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/image_type.py +1 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client.egg-info/PKG-INFO +3 -1
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client.egg-info/SOURCES.txt +2 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/setup.py +3 -1
- assisted_service_client-2.45.0.post18/test/test_disconnected_cluster_create_params.py +40 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_installer_api.py +6 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/MANIFEST.in +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/api/__init__.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/api/events_api.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/api/managed_domains_api.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/api/manifests_api.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/api/operators_api.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/api/versions_api.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/api_client.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/configuration.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/api_vip.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/api_vip_connectivity_additional_request_header.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/api_vip_connectivity_request.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/api_vip_connectivity_response.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/architecture_support_level_id.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/bind_host_params.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/boot.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/bundle.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/cluster_create_params.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/cluster_default_config.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/cluster_finalizing_progress.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/cluster_host_requirements.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/cluster_host_requirements_details.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/cluster_host_requirements_list.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/cluster_list.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/cluster_network.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/cluster_progress_info.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/cluster_validation_id.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/completion_params.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/connectivity_check_host.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/connectivity_check_nic.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/connectivity_check_params.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/connectivity_remote_host.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/connectivity_report.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/container_image_availability.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/container_image_availability_request.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/container_image_availability_response.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/container_image_availability_result.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/cpu.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/create_manifest_params.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/credentials.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/dhcp_allocation_request.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/dhcp_allocation_response.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/disk.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/disk_config_params.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/disk_encryption.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/disk_info.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/disk_installation_eligibility.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/disk_role.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/disk_skip_formatting_params.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/disk_speed.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/disk_speed_check_request.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/disk_speed_check_response.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/domain_resolution_request.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/domain_resolution_response.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/domain_resolution_response_resolutions.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/download_boot_artifacts_request.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/drive_type.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/error.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/event.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/event_list.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/feature.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/feature_support_level_id.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/finalizing_stage.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/free_addresses_list.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/free_addresses_request.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/free_network_addresses.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/free_networks_addresses.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/gpu.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/host.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/host_create_params.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/host_ignition_params.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/host_list.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/host_network.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/host_progress.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/host_progress_info.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/host_registration_response.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/host_registration_response_next_step_runner_command.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/host_role.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/host_role_update_params.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/host_stage.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/host_static_network_config.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/host_type_hardware_requirements.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/host_type_hardware_requirements_wrapper.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/host_update_params.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/host_validation_id.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/ignition_endpoint.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/ignition_endpoint_http_headers_params.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/ignored_validations.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/image_create_params.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/image_info.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/import_cluster_params.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/incompatibility_reason.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/infra_env.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/infra_env_create_params.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/infra_env_list.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/infra_env_update_params.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/infra_error.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/ingress_cert_params.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/ingress_vip.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/inline_response200.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/inline_response2001.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/inline_response2002.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/install_cmd_request.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/installer_args_params.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/interface.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/inventory.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/io_perf.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/ip.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/iscsi.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/kernel_argument.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/kernel_arguments.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/l2_connectivity.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/l3_connectivity.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/last_installation_preparation.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/list_managed_domains.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/list_manifests.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/list_versions.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/load_balancer.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/logs_gather_cmd_request.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/logs_progress_params.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/logs_state.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/logs_type.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/mac_interface_map.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/mac_interface_map_inner.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/machine_network.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/managed_domain.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/manifest.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/memory.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/memory_method.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/monitored_operator.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/monitored_operators_list.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/mtu_report.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/next_step_cmd_request.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/node_label_params.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/ntp_source.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/ntp_synchronization_request.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/ntp_synchronization_response.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/openshift_version.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/openshift_versions.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/operator.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/operator_create_params.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/operator_hardware_requirements.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/operator_host_requirements.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/operator_monitor_report.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/operator_properties.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/operator_property.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/operator_status.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/operator_type.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/os_image.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/os_images.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/platform.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/platform_external.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/platform_type.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/preflight_hardware_requirements.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/presigned_url.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/proxy.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/reboot_for_reclaim_request.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/release_channel.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/release_image.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/release_images.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/release_source.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/release_sources.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/route.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/secure_boot_state.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/service_network.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/source_state.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/step.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/step_reply.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/step_type.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/steps.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/steps_reply.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/subnet.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/support_level.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/support_levels.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/system_vendor.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/tang_connectivity_request.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/tang_connectivity_response.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/tang_connectivity_response_signatures.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/tang_connectivity_response_tang_server_response.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/update_manifest_params.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/upgrade_agent_request.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/upgrade_agent_response.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/upgrade_agent_result.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/upgrade_channel.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/usage.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/v2_cluster_update_params.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/verified_vip.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/verify_vip.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/verify_vips_request.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/verify_vips_response.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/versioned_host_requirements.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/versions.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/vip_type.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/models/vip_verification.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client/rest.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client.egg-info/dependency_links.txt +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client.egg-info/requires.txt +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/assisted_service_client.egg-info/top_level.txt +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/setup.cfg +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/__init__.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_api_vip.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_api_vip_connectivity_additional_request_header.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_api_vip_connectivity_request.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_api_vip_connectivity_response.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_architecture_support_level_id.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_bind_host_params.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_boot.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_bundle.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_cluster.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_cluster_create_params.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_cluster_default_config.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_cluster_finalizing_progress.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_cluster_host_requirements.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_cluster_host_requirements_details.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_cluster_host_requirements_list.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_cluster_list.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_cluster_network.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_cluster_progress_info.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_cluster_validation_id.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_completion_params.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_connectivity_check_host.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_connectivity_check_nic.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_connectivity_check_params.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_connectivity_remote_host.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_connectivity_report.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_container_image_availability.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_container_image_availability_request.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_container_image_availability_response.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_container_image_availability_result.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_cpu.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_create_manifest_params.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_credentials.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_dhcp_allocation_request.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_dhcp_allocation_response.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_disk.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_disk_config_params.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_disk_encryption.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_disk_info.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_disk_installation_eligibility.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_disk_role.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_disk_skip_formatting_params.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_disk_speed.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_disk_speed_check_request.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_disk_speed_check_response.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_domain_resolution_request.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_domain_resolution_response.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_domain_resolution_response_resolutions.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_download_boot_artifacts_request.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_drive_type.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_error.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_event.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_event_list.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_events_api.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_feature.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_feature_support_level_id.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_finalizing_stage.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_free_addresses_list.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_free_addresses_request.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_free_network_addresses.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_free_networks_addresses.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_gpu.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_host.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_host_create_params.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_host_ignition_params.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_host_list.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_host_network.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_host_progress.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_host_progress_info.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_host_registration_response.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_host_registration_response_next_step_runner_command.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_host_role.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_host_role_update_params.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_host_stage.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_host_static_network_config.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_host_type_hardware_requirements.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_host_type_hardware_requirements_wrapper.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_host_update_params.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_host_validation_id.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_ignition_endpoint.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_ignition_endpoint_http_headers_params.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_ignored_validations.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_image_create_params.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_image_info.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_image_type.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_import_cluster_params.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_incompatibility_reason.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_infra_env.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_infra_env_create_params.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_infra_env_list.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_infra_env_update_params.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_infra_error.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_ingress_cert_params.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_ingress_vip.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_inline_response200.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_inline_response2001.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_inline_response2002.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_install_cmd_request.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_installer_args_params.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_interface.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_inventory.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_io_perf.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_ip.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_iscsi.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_kernel_argument.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_kernel_arguments.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_l2_connectivity.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_l3_connectivity.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_last_installation_preparation.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_list_managed_domains.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_list_manifests.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_list_versions.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_load_balancer.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_logs_gather_cmd_request.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_logs_progress_params.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_logs_state.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_logs_type.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_mac_interface_map.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_mac_interface_map_inner.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_machine_network.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_managed_domain.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_managed_domains_api.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_manifest.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_manifests_api.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_memory.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_memory_method.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_monitored_operator.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_monitored_operators_list.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_mtu_report.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_next_step_cmd_request.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_node_label_params.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_ntp_source.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_ntp_synchronization_request.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_ntp_synchronization_response.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_openshift_version.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_openshift_versions.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_operator.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_operator_create_params.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_operator_hardware_requirements.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_operator_host_requirements.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_operator_monitor_report.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_operator_properties.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_operator_property.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_operator_status.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_operator_type.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_operators_api.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_os_image.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_os_images.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_platform.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_platform_external.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_platform_type.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_preflight_hardware_requirements.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_presigned_url.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_proxy.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_reboot_for_reclaim_request.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_release_channel.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_release_image.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_release_images.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_release_source.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_release_sources.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_route.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_secure_boot_state.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_service_network.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_source_state.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_step.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_step_reply.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_step_type.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_steps.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_steps_reply.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_subnet.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_support_level.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_support_levels.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_system_vendor.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_tang_connectivity_request.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_tang_connectivity_response.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_tang_connectivity_response_signatures.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_tang_connectivity_response_tang_server_response.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_update_manifest_params.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_upgrade_agent_request.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_upgrade_agent_response.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_upgrade_agent_result.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_upgrade_channel.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_usage.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_v2_cluster_update_params.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_verified_vip.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_verify_vip.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_verify_vips_request.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_verify_vips_response.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_versioned_host_requirements.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_versions.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_versions_api.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/test/test_vip_type.py +0 -0
- {assisted_service_client-2.45.0.post16 → assisted_service_client-2.45.0.post18}/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.45.0.
|
3
|
+
Version: 2.45.0.post18
|
4
4
|
Summary: AssistedInstall
|
5
5
|
Home-page: https://github.com/openshift/assisted-service
|
6
6
|
Author: RedHat
|
@@ -171,6 +171,7 @@ Class | Method | HTTP request | Description
|
|
171
171
|
*InstallerApi* | [**v2_list_of_cluster_operators**](docs/InstallerApi.md#v2_list_of_cluster_operators) | **GET** /v2/clusters/{cluster_id}/monitored-operators |
|
172
172
|
*InstallerApi* | [**v2_post_step_reply**](docs/InstallerApi.md#v2_post_step_reply) | **POST** /v2/infra-envs/{infra_env_id}/hosts/{host_id}/instructions |
|
173
173
|
*InstallerApi* | [**v2_register_cluster**](docs/InstallerApi.md#v2_register_cluster) | **POST** /v2/clusters |
|
174
|
+
*InstallerApi* | [**v2_register_disconnected_cluster**](docs/InstallerApi.md#v2_register_disconnected_cluster) | **POST** /v2/clusters/disconnected |
|
174
175
|
*InstallerApi* | [**v2_register_host**](docs/InstallerApi.md#v2_register_host) | **POST** /v2/infra-envs/{infra_env_id}/hosts |
|
175
176
|
*InstallerApi* | [**v2_report_monitored_operator_status**](docs/InstallerApi.md#v2_report_monitored_operator_status) | **PUT** /v2/clusters/{cluster_id}/monitored-operators |
|
176
177
|
*InstallerApi* | [**v2_reset_cluster**](docs/InstallerApi.md#v2_reset_cluster) | **POST** /v2/clusters/{cluster_id}/actions/reset |
|
@@ -242,6 +243,7 @@ Class | Method | HTTP request | Description
|
|
242
243
|
- [Credentials](docs/Credentials.md)
|
243
244
|
- [DhcpAllocationRequest](docs/DhcpAllocationRequest.md)
|
244
245
|
- [DhcpAllocationResponse](docs/DhcpAllocationResponse.md)
|
246
|
+
- [DisconnectedClusterCreateParams](docs/DisconnectedClusterCreateParams.md)
|
245
247
|
- [Disk](docs/Disk.md)
|
246
248
|
- [DiskConfigParams](docs/DiskConfigParams.md)
|
247
249
|
- [DiskEncryption](docs/DiskEncryption.md)
|
@@ -145,6 +145,7 @@ Class | Method | HTTP request | Description
|
|
145
145
|
*InstallerApi* | [**v2_list_of_cluster_operators**](docs/InstallerApi.md#v2_list_of_cluster_operators) | **GET** /v2/clusters/{cluster_id}/monitored-operators |
|
146
146
|
*InstallerApi* | [**v2_post_step_reply**](docs/InstallerApi.md#v2_post_step_reply) | **POST** /v2/infra-envs/{infra_env_id}/hosts/{host_id}/instructions |
|
147
147
|
*InstallerApi* | [**v2_register_cluster**](docs/InstallerApi.md#v2_register_cluster) | **POST** /v2/clusters |
|
148
|
+
*InstallerApi* | [**v2_register_disconnected_cluster**](docs/InstallerApi.md#v2_register_disconnected_cluster) | **POST** /v2/clusters/disconnected |
|
148
149
|
*InstallerApi* | [**v2_register_host**](docs/InstallerApi.md#v2_register_host) | **POST** /v2/infra-envs/{infra_env_id}/hosts |
|
149
150
|
*InstallerApi* | [**v2_report_monitored_operator_status**](docs/InstallerApi.md#v2_report_monitored_operator_status) | **PUT** /v2/clusters/{cluster_id}/monitored-operators |
|
150
151
|
*InstallerApi* | [**v2_reset_cluster**](docs/InstallerApi.md#v2_reset_cluster) | **POST** /v2/clusters/{cluster_id}/actions/reset |
|
@@ -216,6 +217,7 @@ Class | Method | HTTP request | Description
|
|
216
217
|
- [Credentials](docs/Credentials.md)
|
217
218
|
- [DhcpAllocationRequest](docs/DhcpAllocationRequest.md)
|
218
219
|
- [DhcpAllocationResponse](docs/DhcpAllocationResponse.md)
|
220
|
+
- [DisconnectedClusterCreateParams](docs/DisconnectedClusterCreateParams.md)
|
219
221
|
- [Disk](docs/Disk.md)
|
220
222
|
- [DiskConfigParams](docs/DiskConfigParams.md)
|
221
223
|
- [DiskEncryption](docs/DiskEncryption.md)
|
@@ -61,6 +61,7 @@ from assisted_service_client.models.create_manifest_params import CreateManifest
|
|
61
61
|
from assisted_service_client.models.credentials import Credentials
|
62
62
|
from assisted_service_client.models.dhcp_allocation_request import DhcpAllocationRequest
|
63
63
|
from assisted_service_client.models.dhcp_allocation_response import DhcpAllocationResponse
|
64
|
+
from assisted_service_client.models.disconnected_cluster_create_params import DisconnectedClusterCreateParams
|
64
65
|
from assisted_service_client.models.disk import Disk
|
65
66
|
from assisted_service_client.models.disk_config_params import DiskConfigParams
|
66
67
|
from assisted_service_client.models.disk_encryption import DiskEncryption
|
@@ -4951,6 +4951,105 @@ class InstallerApi(object):
|
|
4951
4951
|
_request_timeout=params.get('_request_timeout'),
|
4952
4952
|
collection_formats=collection_formats)
|
4953
4953
|
|
4954
|
+
def v2_register_disconnected_cluster(self, new_cluster_params, **kwargs): # noqa: E501
|
4955
|
+
"""v2_register_disconnected_cluster # noqa: E501
|
4956
|
+
|
4957
|
+
Create a disconnected OpenShift cluster for offline installation with embedded ignition # noqa: E501
|
4958
|
+
This method makes a synchronous HTTP request by default. To make an
|
4959
|
+
asynchronous HTTP request, please pass async_req=True
|
4960
|
+
>>> thread = api.v2_register_disconnected_cluster(new_cluster_params, async_req=True)
|
4961
|
+
>>> result = thread.get()
|
4962
|
+
|
4963
|
+
:param async_req bool
|
4964
|
+
:param DisconnectedClusterCreateParams new_cluster_params: Parameters for creating a disconnected cluster. (required)
|
4965
|
+
:return: Cluster
|
4966
|
+
If the method is called asynchronously,
|
4967
|
+
returns the request thread.
|
4968
|
+
"""
|
4969
|
+
kwargs['_return_http_data_only'] = True
|
4970
|
+
if kwargs.get('async_req'):
|
4971
|
+
return self.v2_register_disconnected_cluster_with_http_info(new_cluster_params, **kwargs) # noqa: E501
|
4972
|
+
else:
|
4973
|
+
(data) = self.v2_register_disconnected_cluster_with_http_info(new_cluster_params, **kwargs) # noqa: E501
|
4974
|
+
return data
|
4975
|
+
|
4976
|
+
def v2_register_disconnected_cluster_with_http_info(self, new_cluster_params, **kwargs): # noqa: E501
|
4977
|
+
"""v2_register_disconnected_cluster # noqa: E501
|
4978
|
+
|
4979
|
+
Create a disconnected OpenShift cluster for offline installation with embedded ignition # noqa: E501
|
4980
|
+
This method makes a synchronous HTTP request by default. To make an
|
4981
|
+
asynchronous HTTP request, please pass async_req=True
|
4982
|
+
>>> thread = api.v2_register_disconnected_cluster_with_http_info(new_cluster_params, async_req=True)
|
4983
|
+
>>> result = thread.get()
|
4984
|
+
|
4985
|
+
:param async_req bool
|
4986
|
+
:param DisconnectedClusterCreateParams new_cluster_params: Parameters for creating a disconnected cluster. (required)
|
4987
|
+
:return: Cluster
|
4988
|
+
If the method is called asynchronously,
|
4989
|
+
returns the request thread.
|
4990
|
+
"""
|
4991
|
+
|
4992
|
+
all_params = ['new_cluster_params'] # noqa: E501
|
4993
|
+
all_params.append('async_req')
|
4994
|
+
all_params.append('_return_http_data_only')
|
4995
|
+
all_params.append('_preload_content')
|
4996
|
+
all_params.append('_request_timeout')
|
4997
|
+
|
4998
|
+
params = locals()
|
4999
|
+
for key, val in six.iteritems(params['kwargs']):
|
5000
|
+
if key not in all_params:
|
5001
|
+
raise TypeError(
|
5002
|
+
"Got an unexpected keyword argument '%s'"
|
5003
|
+
" to method v2_register_disconnected_cluster" % key
|
5004
|
+
)
|
5005
|
+
params[key] = val
|
5006
|
+
del params['kwargs']
|
5007
|
+
# verify the required parameter 'new_cluster_params' is set
|
5008
|
+
if ('new_cluster_params' not in params or
|
5009
|
+
params['new_cluster_params'] is None):
|
5010
|
+
raise ValueError("Missing the required parameter `new_cluster_params` when calling `v2_register_disconnected_cluster`") # noqa: E501
|
5011
|
+
|
5012
|
+
collection_formats = {}
|
5013
|
+
|
5014
|
+
path_params = {}
|
5015
|
+
|
5016
|
+
query_params = []
|
5017
|
+
|
5018
|
+
header_params = {}
|
5019
|
+
|
5020
|
+
form_params = []
|
5021
|
+
local_var_files = {}
|
5022
|
+
|
5023
|
+
body_params = None
|
5024
|
+
if 'new_cluster_params' in params:
|
5025
|
+
body_params = params['new_cluster_params']
|
5026
|
+
# HTTP header `Accept`
|
5027
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
5028
|
+
['application/json']) # noqa: E501
|
5029
|
+
|
5030
|
+
# HTTP header `Content-Type`
|
5031
|
+
header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
|
5032
|
+
['application/json']) # noqa: E501
|
5033
|
+
|
5034
|
+
# Authentication setting
|
5035
|
+
auth_settings = ['userAuth'] # noqa: E501
|
5036
|
+
|
5037
|
+
return self.api_client.call_api(
|
5038
|
+
'/v2/clusters/disconnected', 'POST',
|
5039
|
+
path_params,
|
5040
|
+
query_params,
|
5041
|
+
header_params,
|
5042
|
+
body=body_params,
|
5043
|
+
post_params=form_params,
|
5044
|
+
files=local_var_files,
|
5045
|
+
response_type='Cluster', # noqa: E501
|
5046
|
+
auth_settings=auth_settings,
|
5047
|
+
async_req=params.get('async_req'),
|
5048
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
5049
|
+
_preload_content=params.get('_preload_content', True),
|
5050
|
+
_request_timeout=params.get('_request_timeout'),
|
5051
|
+
collection_formats=collection_formats)
|
5052
|
+
|
4954
5053
|
def v2_register_host(self, infra_env_id, new_host_params, **kwargs): # noqa: E501
|
4955
5054
|
"""v2_register_host # noqa: E501
|
4956
5055
|
|
@@ -49,6 +49,7 @@ from assisted_service_client.models.create_manifest_params import CreateManifest
|
|
49
49
|
from assisted_service_client.models.credentials import Credentials
|
50
50
|
from assisted_service_client.models.dhcp_allocation_request import DhcpAllocationRequest
|
51
51
|
from assisted_service_client.models.dhcp_allocation_response import DhcpAllocationResponse
|
52
|
+
from assisted_service_client.models.disconnected_cluster_create_params import DisconnectedClusterCreateParams
|
52
53
|
from assisted_service_client.models.disk import Disk
|
53
54
|
from assisted_service_client.models.disk_config_params import DiskConfigParams
|
54
55
|
from assisted_service_client.models.disk_encryption import DiskEncryption
|
@@ -395,7 +395,7 @@ class Cluster(object):
|
|
395
395
|
def kind(self):
|
396
396
|
"""Gets the kind of this Cluster. # noqa: E501
|
397
397
|
|
398
|
-
Indicates the type of this object. Will be 'Cluster' if this is a complete object, 'AddHostsCluster' for cluster that add hosts to existing OCP cluster, # noqa: E501
|
398
|
+
Indicates the type of this object. Will be 'Cluster' if this is a complete object, 'AddHostsCluster' for cluster that add hosts to existing OCP cluster, 'DisconnectedCluster' for clusters with embedded ignition for offline installation, # noqa: E501
|
399
399
|
|
400
400
|
:return: The kind of this Cluster. # noqa: E501
|
401
401
|
:rtype: str
|
@@ -406,14 +406,14 @@ class Cluster(object):
|
|
406
406
|
def kind(self, kind):
|
407
407
|
"""Sets the kind of this Cluster.
|
408
408
|
|
409
|
-
Indicates the type of this object. Will be 'Cluster' if this is a complete object, 'AddHostsCluster' for cluster that add hosts to existing OCP cluster, # noqa: E501
|
409
|
+
Indicates the type of this object. Will be 'Cluster' if this is a complete object, 'AddHostsCluster' for cluster that add hosts to existing OCP cluster, 'DisconnectedCluster' for clusters with embedded ignition for offline installation, # noqa: E501
|
410
410
|
|
411
411
|
:param kind: The kind of this Cluster. # noqa: E501
|
412
412
|
:type: str
|
413
413
|
"""
|
414
414
|
if kind is None:
|
415
415
|
raise ValueError("Invalid value for `kind`, must not be `None`") # noqa: E501
|
416
|
-
allowed_values = ["Cluster", "AddHostsCluster"] # noqa: E501
|
416
|
+
allowed_values = ["Cluster", "AddHostsCluster", "DisconnectedCluster"] # noqa: E501
|
417
417
|
if kind not in allowed_values:
|
418
418
|
raise ValueError(
|
419
419
|
"Invalid value for `kind` ({0}), must be one of {1}" # noqa: E501
|
@@ -1002,7 +1002,7 @@ class Cluster(object):
|
|
1002
1002
|
"""
|
1003
1003
|
if status is None:
|
1004
1004
|
raise ValueError("Invalid value for `status`, must not be `None`") # noqa: E501
|
1005
|
-
allowed_values = ["insufficient", "ready", "error", "preparing-for-installation", "pending-for-input", "installing", "finalizing", "installed", "adding-hosts", "cancelled", "installing-pending-user-action"] # noqa: E501
|
1005
|
+
allowed_values = ["insufficient", "ready", "error", "preparing-for-installation", "pending-for-input", "installing", "finalizing", "installed", "adding-hosts", "cancelled", "installing-pending-user-action", "unmonitored"] # noqa: E501
|
1006
1006
|
if status not in allowed_values:
|
1007
1007
|
raise ValueError(
|
1008
1008
|
"Invalid value for `status` ({0}), must be one of {1}" # noqa: E501
|
@@ -0,0 +1,151 @@
|
|
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 DisconnectedClusterCreateParams(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
|
+
'name': 'str',
|
35
|
+
'openshift_version': 'str'
|
36
|
+
}
|
37
|
+
|
38
|
+
attribute_map = {
|
39
|
+
'name': 'name',
|
40
|
+
'openshift_version': 'openshift_version'
|
41
|
+
}
|
42
|
+
|
43
|
+
def __init__(self, name=None, openshift_version=None): # noqa: E501
|
44
|
+
"""DisconnectedClusterCreateParams - a model defined in Swagger""" # noqa: E501
|
45
|
+
|
46
|
+
self._name = None
|
47
|
+
self._openshift_version = None
|
48
|
+
self.discriminator = None
|
49
|
+
|
50
|
+
self.name = name
|
51
|
+
self.openshift_version = openshift_version
|
52
|
+
|
53
|
+
@property
|
54
|
+
def name(self):
|
55
|
+
"""Gets the name of this DisconnectedClusterCreateParams. # noqa: E501
|
56
|
+
|
57
|
+
Name of the OpenShift cluster. # noqa: E501
|
58
|
+
|
59
|
+
:return: The name of this DisconnectedClusterCreateParams. # noqa: E501
|
60
|
+
:rtype: str
|
61
|
+
"""
|
62
|
+
return self._name
|
63
|
+
|
64
|
+
@name.setter
|
65
|
+
def name(self, name):
|
66
|
+
"""Sets the name of this DisconnectedClusterCreateParams.
|
67
|
+
|
68
|
+
Name of the OpenShift cluster. # noqa: E501
|
69
|
+
|
70
|
+
:param name: The name of this DisconnectedClusterCreateParams. # noqa: E501
|
71
|
+
:type: str
|
72
|
+
"""
|
73
|
+
if name is None:
|
74
|
+
raise ValueError("Invalid value for `name`, must not be `None`") # noqa: E501
|
75
|
+
if name is not None and len(name) > 54:
|
76
|
+
raise ValueError("Invalid value for `name`, length must be less than or equal to `54`") # noqa: E501
|
77
|
+
if name is not None and len(name) < 1:
|
78
|
+
raise ValueError("Invalid value for `name`, length must be greater than or equal to `1`") # noqa: E501
|
79
|
+
|
80
|
+
self._name = name
|
81
|
+
|
82
|
+
@property
|
83
|
+
def openshift_version(self):
|
84
|
+
"""Gets the openshift_version of this DisconnectedClusterCreateParams. # noqa: E501
|
85
|
+
|
86
|
+
Version of the OpenShift cluster. # noqa: E501
|
87
|
+
|
88
|
+
:return: The openshift_version of this DisconnectedClusterCreateParams. # noqa: E501
|
89
|
+
:rtype: str
|
90
|
+
"""
|
91
|
+
return self._openshift_version
|
92
|
+
|
93
|
+
@openshift_version.setter
|
94
|
+
def openshift_version(self, openshift_version):
|
95
|
+
"""Sets the openshift_version of this DisconnectedClusterCreateParams.
|
96
|
+
|
97
|
+
Version of the OpenShift cluster. # noqa: E501
|
98
|
+
|
99
|
+
:param openshift_version: The openshift_version of this DisconnectedClusterCreateParams. # noqa: E501
|
100
|
+
:type: str
|
101
|
+
"""
|
102
|
+
if openshift_version is None:
|
103
|
+
raise ValueError("Invalid value for `openshift_version`, must not be `None`") # noqa: E501
|
104
|
+
|
105
|
+
self._openshift_version = openshift_version
|
106
|
+
|
107
|
+
def to_dict(self):
|
108
|
+
"""Returns the model properties as a dict"""
|
109
|
+
result = {}
|
110
|
+
|
111
|
+
for attr, _ in six.iteritems(self.swagger_types):
|
112
|
+
value = getattr(self, attr)
|
113
|
+
if isinstance(value, list):
|
114
|
+
result[attr] = list(map(
|
115
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
116
|
+
value
|
117
|
+
))
|
118
|
+
elif hasattr(value, "to_dict"):
|
119
|
+
result[attr] = value.to_dict()
|
120
|
+
elif isinstance(value, dict):
|
121
|
+
result[attr] = dict(map(
|
122
|
+
lambda item: (item[0], item[1].to_dict())
|
123
|
+
if hasattr(item[1], "to_dict") else item,
|
124
|
+
value.items()
|
125
|
+
))
|
126
|
+
else:
|
127
|
+
result[attr] = value
|
128
|
+
if issubclass(DisconnectedClusterCreateParams, dict):
|
129
|
+
for key, value in self.items():
|
130
|
+
result[key] = value
|
131
|
+
|
132
|
+
return result
|
133
|
+
|
134
|
+
def to_str(self):
|
135
|
+
"""Returns the string representation of the model"""
|
136
|
+
return pprint.pformat(self.to_dict())
|
137
|
+
|
138
|
+
def __repr__(self):
|
139
|
+
"""For `print` and `pprint`"""
|
140
|
+
return self.to_str()
|
141
|
+
|
142
|
+
def __eq__(self, other):
|
143
|
+
"""Returns true if both objects are equal"""
|
144
|
+
if not isinstance(other, DisconnectedClusterCreateParams):
|
145
|
+
return False
|
146
|
+
|
147
|
+
return self.__dict__ == other.__dict__
|
148
|
+
|
149
|
+
def __ne__(self, other):
|
150
|
+
"""Returns true if both objects are not equal"""
|
151
|
+
return not self == other
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: assisted-service-client
|
3
|
-
Version: 2.45.0.
|
3
|
+
Version: 2.45.0.post18
|
4
4
|
Summary: AssistedInstall
|
5
5
|
Home-page: https://github.com/openshift/assisted-service
|
6
6
|
Author: RedHat
|
@@ -171,6 +171,7 @@ Class | Method | HTTP request | Description
|
|
171
171
|
*InstallerApi* | [**v2_list_of_cluster_operators**](docs/InstallerApi.md#v2_list_of_cluster_operators) | **GET** /v2/clusters/{cluster_id}/monitored-operators |
|
172
172
|
*InstallerApi* | [**v2_post_step_reply**](docs/InstallerApi.md#v2_post_step_reply) | **POST** /v2/infra-envs/{infra_env_id}/hosts/{host_id}/instructions |
|
173
173
|
*InstallerApi* | [**v2_register_cluster**](docs/InstallerApi.md#v2_register_cluster) | **POST** /v2/clusters |
|
174
|
+
*InstallerApi* | [**v2_register_disconnected_cluster**](docs/InstallerApi.md#v2_register_disconnected_cluster) | **POST** /v2/clusters/disconnected |
|
174
175
|
*InstallerApi* | [**v2_register_host**](docs/InstallerApi.md#v2_register_host) | **POST** /v2/infra-envs/{infra_env_id}/hosts |
|
175
176
|
*InstallerApi* | [**v2_report_monitored_operator_status**](docs/InstallerApi.md#v2_report_monitored_operator_status) | **PUT** /v2/clusters/{cluster_id}/monitored-operators |
|
176
177
|
*InstallerApi* | [**v2_reset_cluster**](docs/InstallerApi.md#v2_reset_cluster) | **POST** /v2/clusters/{cluster_id}/actions/reset |
|
@@ -242,6 +243,7 @@ Class | Method | HTTP request | Description
|
|
242
243
|
- [Credentials](docs/Credentials.md)
|
243
244
|
- [DhcpAllocationRequest](docs/DhcpAllocationRequest.md)
|
244
245
|
- [DhcpAllocationResponse](docs/DhcpAllocationResponse.md)
|
246
|
+
- [DisconnectedClusterCreateParams](docs/DisconnectedClusterCreateParams.md)
|
245
247
|
- [Disk](docs/Disk.md)
|
246
248
|
- [DiskConfigParams](docs/DiskConfigParams.md)
|
247
249
|
- [DiskEncryption](docs/DiskEncryption.md)
|
@@ -52,6 +52,7 @@ assisted_service_client/models/create_manifest_params.py
|
|
52
52
|
assisted_service_client/models/credentials.py
|
53
53
|
assisted_service_client/models/dhcp_allocation_request.py
|
54
54
|
assisted_service_client/models/dhcp_allocation_response.py
|
55
|
+
assisted_service_client/models/disconnected_cluster_create_params.py
|
55
56
|
assisted_service_client/models/disk.py
|
56
57
|
assisted_service_client/models/disk_config_params.py
|
57
58
|
assisted_service_client/models/disk_encryption.py
|
@@ -240,6 +241,7 @@ test/test_create_manifest_params.py
|
|
240
241
|
test/test_credentials.py
|
241
242
|
test/test_dhcp_allocation_request.py
|
242
243
|
test/test_dhcp_allocation_response.py
|
244
|
+
test/test_disconnected_cluster_create_params.py
|
243
245
|
test/test_disk.py
|
244
246
|
test/test_disk_config_params.py
|
245
247
|
test/test_disk_encryption.py
|
@@ -5,7 +5,7 @@ setuptools.setup(
|
|
5
5
|
name="assisted-service-client",
|
6
6
|
description="AssistedInstall",
|
7
7
|
setup_requires=[],
|
8
|
-
version="2.45.0.
|
8
|
+
version="2.45.0.post18",
|
9
9
|
author="RedHat",
|
10
10
|
author_email="UNKNOWN",
|
11
11
|
url="https://github.com/openshift/assisted-service",
|
@@ -162,6 +162,7 @@ Class | Method | HTTP request | Description
|
|
162
162
|
*InstallerApi* | [**v2_list_of_cluster_operators**](docs/InstallerApi.md#v2_list_of_cluster_operators) | **GET** /v2/clusters/{cluster_id}/monitored-operators |
|
163
163
|
*InstallerApi* | [**v2_post_step_reply**](docs/InstallerApi.md#v2_post_step_reply) | **POST** /v2/infra-envs/{infra_env_id}/hosts/{host_id}/instructions |
|
164
164
|
*InstallerApi* | [**v2_register_cluster**](docs/InstallerApi.md#v2_register_cluster) | **POST** /v2/clusters |
|
165
|
+
*InstallerApi* | [**v2_register_disconnected_cluster**](docs/InstallerApi.md#v2_register_disconnected_cluster) | **POST** /v2/clusters/disconnected |
|
165
166
|
*InstallerApi* | [**v2_register_host**](docs/InstallerApi.md#v2_register_host) | **POST** /v2/infra-envs/{infra_env_id}/hosts |
|
166
167
|
*InstallerApi* | [**v2_report_monitored_operator_status**](docs/InstallerApi.md#v2_report_monitored_operator_status) | **PUT** /v2/clusters/{cluster_id}/monitored-operators |
|
167
168
|
*InstallerApi* | [**v2_reset_cluster**](docs/InstallerApi.md#v2_reset_cluster) | **POST** /v2/clusters/{cluster_id}/actions/reset |
|
@@ -233,6 +234,7 @@ Class | Method | HTTP request | Description
|
|
233
234
|
- [Credentials](docs/Credentials.md)
|
234
235
|
- [DhcpAllocationRequest](docs/DhcpAllocationRequest.md)
|
235
236
|
- [DhcpAllocationResponse](docs/DhcpAllocationResponse.md)
|
237
|
+
- [DisconnectedClusterCreateParams](docs/DisconnectedClusterCreateParams.md)
|
236
238
|
- [Disk](docs/Disk.md)
|
237
239
|
- [DiskConfigParams](docs/DiskConfigParams.md)
|
238
240
|
- [DiskEncryption](docs/DiskEncryption.md)
|
@@ -0,0 +1,40 @@
|
|
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
|
+
from __future__ import absolute_import
|
15
|
+
|
16
|
+
import unittest
|
17
|
+
|
18
|
+
import assisted_service_client
|
19
|
+
from assisted_service_client.models.disconnected_cluster_create_params import DisconnectedClusterCreateParams # noqa: E501
|
20
|
+
from assisted_service_client.rest import ApiException
|
21
|
+
|
22
|
+
|
23
|
+
class TestDisconnectedClusterCreateParams(unittest.TestCase):
|
24
|
+
"""DisconnectedClusterCreateParams unit test stubs"""
|
25
|
+
|
26
|
+
def setUp(self):
|
27
|
+
pass
|
28
|
+
|
29
|
+
def tearDown(self):
|
30
|
+
pass
|
31
|
+
|
32
|
+
def testDisconnectedClusterCreateParams(self):
|
33
|
+
"""Test DisconnectedClusterCreateParams"""
|
34
|
+
# FIXME: construct object with mandatory attributes with example values
|
35
|
+
# model = assisted_service_client.models.disconnected_cluster_create_params.DisconnectedClusterCreateParams() # noqa: E501
|
36
|
+
pass
|
37
|
+
|
38
|
+
|
39
|
+
if __name__ == '__main__':
|
40
|
+
unittest.main()
|
@@ -311,6 +311,12 @@ class TestInstallerApi(unittest.TestCase):
|
|
311
311
|
"""
|
312
312
|
pass
|
313
313
|
|
314
|
+
def test_v2_register_disconnected_cluster(self):
|
315
|
+
"""Test case for v2_register_disconnected_cluster
|
316
|
+
|
317
|
+
"""
|
318
|
+
pass
|
319
|
+
|
314
320
|
def test_v2_register_host(self):
|
315
321
|
"""Test case for v2_register_host
|
316
322
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|