hyperstack 1.41.0a0__tar.gz → 1.42.0a0__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.
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/PKG-INFO +1 -1
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/README.md +26 -23
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/__init__.py +3 -1
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api/__init__.py +1 -0
- hyperstack-1.42.0a0/hyperstack/api/admin_api.py +297 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api/clusters_api.py +271 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api/firewall_attachment_api.py +7 -7
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api/firewalls_api.py +330 -330
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api/snapshots_api.py +160 -160
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api/virtual_machine_api.py +734 -734
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api/vnc_url_api.py +46 -46
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api_client.py +1 -1
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/configuration.py +1 -1
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/__init__.py +1 -0
- hyperstack-1.42.0a0/hyperstack/models/manual_reconciliation_model.py +95 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack.egg-info/PKG-INFO +1 -1
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack.egg-info/SOURCES.txt +4 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/pyproject.toml +1 -1
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/setup.py +1 -1
- hyperstack-1.42.0a0/test/test_admin_api.py +38 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_clusters_api.py +7 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_firewall_attachment_api.py +2 -2
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_firewalls_api.py +18 -18
- hyperstack-1.42.0a0/test/test_manual_reconciliation_model.py +119 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_snapshots_api.py +11 -11
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_virtual_machine_api.py +44 -44
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_vnc_url_api.py +4 -4
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api/alive_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api/api_key_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api/assigning_member_role_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api/auth_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api/beta_access_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api/billing_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api/calculate_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api/callbacks_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api/cluster_events_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api/compliance_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api/credit_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api/customer_contract_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api/dashboard_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api/deployment_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api/environment_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api/flavor_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api/floating_ip_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api/gpu_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api/image_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api/invite_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api/keypair_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api/organization_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api/partner_config_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api/payment_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api/permission_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api/policy_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api/pricebook_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api/profile_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api/rbac_role_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api/region_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api/security_rules_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api/snapshot_events_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api/stock_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api/template_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api/user_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api/user_detail_choice_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api/user_permission_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api/virtual_machine_events_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api/volume_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api/volume_attachment_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/api_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/exceptions.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/access_token_field.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/add_user_info_success_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/allocated_gpu_count_graph.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/api_key_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/assign_rbac_role_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/attach_callback_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/attach_callback_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/attach_firewall_with_vm.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/attach_firewalls_to_vm_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/attach_volume_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/attach_volumes.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/attach_volumes_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/attachments_fields_for_volume.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/attributes.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/auth_get_token_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/auth_user_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/auth_user_info_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/beta_access_request_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/beta_access_request_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/beta_access_request_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/beta_access_status_item.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/beta_access_status_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/billing_history.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/billing_history_data_synthesis_details.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/billing_history_fine_tuning.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/billing_history_model_evalutation_details.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/billing_history_serverless_inference.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/billing_history_serverless_inference_details.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/billing_metrices_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/billing_metrices_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/cluster_events.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/cluster_events_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/cluster_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/cluster_flavor_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/cluster_list_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/cluster_node_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/cluster_node_group_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/cluster_node_groups_create_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/cluster_node_groups_get_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/cluster_node_groups_list_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/cluster_node_instance_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/cluster_nodes_list_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/cluster_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/cluster_version.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/cluster_versions.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/colors.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/common_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/compliance_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/compliance_model_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/compliance_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/compliance_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/container_overview_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/contract.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/contract_discount_plan_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/contract_gpu_allocation_graph_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/contract_instance_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/contract_instances_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/create_cluster_node_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/create_cluster_node_group_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/create_cluster_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/create_environment.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/create_firewall_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/create_firewall_rule_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/create_image.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/create_image_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/create_instances_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/create_instances_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/create_profile_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/create_profile_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/create_security_rule_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/create_snapshot_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/create_snapshot_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/create_update_compliance_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/create_update_rbac_role_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/create_volume_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/customer_contract_detail_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/customer_contract_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/dashboard_info_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/data_synthesis_billing_history_details_response_schema.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/deployment_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/deployment_fields_for_start_deployments.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/deployments.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/detach_volumes.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/detach_volumes_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/edit_label_of_an_existing_vm_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/environment.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/environment_features.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/environment_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/environment_fields_for_volume.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/environments.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/error_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/firewall_attachment_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/firewall_attachment_vm_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/firewall_detail_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/firewall_detail_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/firewall_environment_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/firewall_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/firewall_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/firewall_rule.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/firewalls_list_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/flavor_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/flavor_item_get_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/flavor_label_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/flavor_list_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/flavor_object_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/generate_update_api_key_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/generate_update_api_key_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/get_api_keys_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/get_credit_and_threshold_info.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/get_credit_and_threshold_info_in_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/get_customer_contracts_list_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/get_instance_logs_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/get_invites_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/get_organization_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/get_permissions_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/get_policies_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/get_rbac_roles_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/get_user_permissions_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/gpu_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/gpu_list.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/gpu_region_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/graph_datetime_value_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/image.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/image_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/image_get_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/images.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/import_keypair_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/import_keypair_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/infrahub_resource_object_response_for_customer.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/instance.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/instance_environment_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/instance_events.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/instance_events_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/instance_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/instance_flavor_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/instance_image_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/instance_keypair_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/instance_overview_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/instance_resize_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/instances.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/invite_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/invite_user_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/invite_user_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/keypair_environment_features.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/keypair_environment_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/keypair_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/keypairs.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/lable_resonse.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/last_day_cost_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/last_day_cost_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/logos.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/master_flavors_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/metric_item_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/metrics_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/mfa_status_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/mfa_status_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/model_evaluation_billing_history_details_response_schema.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/name_available_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/new_configurations_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/new_model_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/new_stock_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/new_stock_retrive_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/organization_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/organization_level_billing_history.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/organization_level_billing_history_resources.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/organization_level_billing_history_response_attributes.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/organization_level_billing_history_response_metrics.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/organization_level_billing_history_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/organization_threshold_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/organization_threshold_update_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/organization_thresholds_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/organization_user_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/overview_info.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/pagination.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/pagination_data.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/partner_config.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/payment_details_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/payment_details_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/payment_initiate_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/payment_initiate_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/payment_initiate_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/permission_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/policy_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/policy_permission_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/pricebook_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/pricebook_resource_object_response_for_customer.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/primary_color.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/profile_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/profile_list_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/profile_object_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/rbac_role_detail_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/rbac_role_detail_response_model_fixed.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/rbac_role_field.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/rbac_role_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/region_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/regions.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/remove_member_from_organization_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/remove_member_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/request_console.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/request_instance_logs_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/request_instance_logs_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/resource_billing_events_history_metrics.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/resource_billing_events_history_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/resource_billing_response_for_customer.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/resource_level_billing_bucket_details_resources.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/resource_level_billing_details_attributes.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/resource_level_billing_details_metrics.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/resource_level_billing_details_vm.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/resource_level_billing_details_volume.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/resource_level_billing_details_volume_attributes.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/resource_level_billing_details_volume_metrics.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/resource_level_billing_history.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/resource_level_billing_history_resources.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/resource_level_billing_history_resources_cluster.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/resource_level_billing_history_response_attributes.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/resource_level_billing_history_response_metrics.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/resource_level_billing_vm_details_resources.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/resource_level_billing_volume_details_resources.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/resource_level_bucket_billing_details_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/resource_level_bucket_billing_history_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/resource_level_cluster_billing_details_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/resource_level_cluster_billing_history_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/resource_level_cluster_graph_billing_details_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/resource_level_graph_billing_detail_volume.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/resource_level_graph_billing_details_attributes.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/resource_level_graph_billing_details_bucket.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/resource_level_graph_billing_details_metrics.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/resource_level_graph_billing_details_vm.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/resource_level_graph_billing_vm_details_resources.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/resource_level_graph_billing_volume_details_resources.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/resource_level_vm_billing_details_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/resource_level_vm_billing_history_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/resource_level_vm_graph_billing_details_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/resource_level_volume_billing_details_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/resource_level_volume_billing_history_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/resource_level_volume_graph_billing_details_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/resource_object_response_for_customer.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/role_permission_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/role_policy_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/secondary_color.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/security_group_rule.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/security_group_rule_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/security_rules_fields_for_instance.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/security_rules_protocol_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/serverless_inferenced_billing_history_details_response_schema.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/snapshot_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/snapshot_restore_request.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/snapshot_retrieve.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/snapshot_retrieve_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/snapshots.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/start_deployment.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/start_deployment_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/sub_resource_graph_billing_details_metrics.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/sub_resources_costs_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/sub_resources_graph_billing_history_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/sub_resources_graph_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/subscribe_or_unsubscribe_update_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/template.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/template_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/templates.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/token_based_billing_history_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/update_environment.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/update_keypair_name.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/update_keypair_name_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/update_organization_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/update_organization_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/update_template.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/update_volume_attachment_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/update_volume_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/update_volume_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/uris.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/user_default_choice_for_user_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/user_default_choices_for_user_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/user_info_post_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/user_organizations_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/user_permission_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/users_info_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/users_info_list_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/vncurl.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/vncurl_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/volume.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/volume_attachment_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/volume_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/volume_fields_for_instance.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/volume_overview_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/volume_types.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/volumes.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/volumes_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/models/workload_billing_history_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/py.typed +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack/rest.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack.egg-info/dependency_links.txt +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack.egg-info/requires.txt +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/hyperstack.egg-info/top_level.txt +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/setup.cfg +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_access_token_field.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_add_user_info_success_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_alive_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_allocated_gpu_count_graph.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_api_key_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_api_key_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_assign_rbac_role_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_assigning_member_role_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_attach_callback_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_attach_callback_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_attach_firewall_with_vm.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_attach_firewalls_to_vm_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_attach_volume_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_attach_volumes.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_attach_volumes_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_attachments_fields_for_volume.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_attributes.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_auth_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_auth_get_token_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_auth_user_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_auth_user_info_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_beta_access_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_beta_access_request_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_beta_access_request_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_beta_access_request_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_beta_access_status_item.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_beta_access_status_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_billing_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_billing_history.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_billing_history_data_synthesis_details.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_billing_history_fine_tuning.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_billing_history_model_evalutation_details.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_billing_history_serverless_inference.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_billing_history_serverless_inference_details.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_billing_metrices_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_billing_metrices_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_calculate_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_callbacks_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_cluster_events.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_cluster_events_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_cluster_events_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_cluster_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_cluster_flavor_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_cluster_list_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_cluster_node_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_cluster_node_group_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_cluster_node_groups_create_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_cluster_node_groups_get_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_cluster_node_groups_list_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_cluster_node_instance_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_cluster_nodes_list_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_cluster_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_cluster_version.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_cluster_versions.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_colors.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_common_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_compliance_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_compliance_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_compliance_model_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_compliance_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_compliance_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_container_overview_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_contract.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_contract_discount_plan_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_contract_gpu_allocation_graph_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_contract_instance_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_contract_instances_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_create_cluster_node_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_create_cluster_node_group_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_create_cluster_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_create_environment.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_create_firewall_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_create_firewall_rule_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_create_image.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_create_image_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_create_instances_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_create_instances_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_create_profile_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_create_profile_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_create_security_rule_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_create_snapshot_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_create_snapshot_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_create_update_compliance_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_create_update_rbac_role_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_create_volume_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_credit_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_customer_contract_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_customer_contract_detail_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_customer_contract_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_dashboard_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_dashboard_info_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_data_synthesis_billing_history_details_response_schema.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_deployment_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_deployment_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_deployment_fields_for_start_deployments.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_deployments.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_detach_volumes.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_detach_volumes_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_edit_label_of_an_existing_vm_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_environment.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_environment_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_environment_features.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_environment_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_environment_fields_for_volume.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_environments.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_error_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_firewall_attachment_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_firewall_attachment_vm_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_firewall_detail_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_firewall_detail_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_firewall_environment_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_firewall_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_firewall_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_firewall_rule.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_firewalls_list_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_flavor_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_flavor_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_flavor_item_get_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_flavor_label_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_flavor_list_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_flavor_object_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_floating_ip_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_generate_update_api_key_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_generate_update_api_key_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_get_api_keys_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_get_credit_and_threshold_info.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_get_credit_and_threshold_info_in_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_get_customer_contracts_list_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_get_instance_logs_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_get_invites_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_get_organization_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_get_permissions_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_get_policies_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_get_rbac_roles_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_get_user_permissions_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_gpu_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_gpu_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_gpu_list.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_gpu_region_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_graph_datetime_value_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_image.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_image_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_image_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_image_get_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_images.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_import_keypair_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_import_keypair_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_infrahub_resource_object_response_for_customer.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_instance.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_instance_environment_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_instance_events.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_instance_events_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_instance_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_instance_flavor_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_instance_image_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_instance_keypair_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_instance_overview_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_instance_resize_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_instances.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_invite_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_invite_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_invite_user_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_invite_user_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_keypair_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_keypair_environment_features.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_keypair_environment_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_keypair_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_keypairs.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_lable_resonse.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_last_day_cost_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_last_day_cost_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_logos.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_master_flavors_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_metric_item_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_metrics_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_mfa_status_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_mfa_status_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_model_evaluation_billing_history_details_response_schema.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_name_available_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_new_configurations_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_new_model_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_new_stock_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_new_stock_retrive_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_organization_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_organization_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_organization_level_billing_history.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_organization_level_billing_history_resources.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_organization_level_billing_history_response_attributes.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_organization_level_billing_history_response_metrics.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_organization_level_billing_history_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_organization_threshold_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_organization_threshold_update_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_organization_thresholds_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_organization_user_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_overview_info.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_pagination.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_pagination_data.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_partner_config.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_partner_config_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_payment_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_payment_details_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_payment_details_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_payment_initiate_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_payment_initiate_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_payment_initiate_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_permission_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_permission_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_policy_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_policy_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_policy_permission_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_pricebook_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_pricebook_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_pricebook_resource_object_response_for_customer.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_primary_color.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_profile_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_profile_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_profile_list_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_profile_object_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_rbac_role_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_rbac_role_detail_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_rbac_role_detail_response_model_fixed.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_rbac_role_field.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_rbac_role_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_region_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_region_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_regions.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_remove_member_from_organization_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_remove_member_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_request_console.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_request_instance_logs_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_request_instance_logs_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_resource_billing_events_history_metrics.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_resource_billing_events_history_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_resource_billing_response_for_customer.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_resource_level_billing_bucket_details_resources.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_resource_level_billing_details_attributes.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_resource_level_billing_details_metrics.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_resource_level_billing_details_vm.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_resource_level_billing_details_volume.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_resource_level_billing_details_volume_attributes.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_resource_level_billing_details_volume_metrics.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_resource_level_billing_history.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_resource_level_billing_history_resources.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_resource_level_billing_history_resources_cluster.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_resource_level_billing_history_response_attributes.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_resource_level_billing_history_response_metrics.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_resource_level_billing_vm_details_resources.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_resource_level_billing_volume_details_resources.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_resource_level_bucket_billing_details_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_resource_level_bucket_billing_history_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_resource_level_cluster_billing_details_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_resource_level_cluster_billing_history_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_resource_level_cluster_graph_billing_details_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_resource_level_graph_billing_detail_volume.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_resource_level_graph_billing_details_attributes.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_resource_level_graph_billing_details_bucket.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_resource_level_graph_billing_details_metrics.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_resource_level_graph_billing_details_vm.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_resource_level_graph_billing_vm_details_resources.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_resource_level_graph_billing_volume_details_resources.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_resource_level_vm_billing_details_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_resource_level_vm_billing_history_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_resource_level_vm_graph_billing_details_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_resource_level_volume_billing_details_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_resource_level_volume_billing_history_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_resource_level_volume_graph_billing_details_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_resource_object_response_for_customer.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_role_permission_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_role_policy_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_secondary_color.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_security_group_rule.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_security_group_rule_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_security_rules_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_security_rules_fields_for_instance.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_security_rules_protocol_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_serverless_inferenced_billing_history_details_response_schema.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_snapshot_events_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_snapshot_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_snapshot_restore_request.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_snapshot_retrieve.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_snapshot_retrieve_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_snapshots.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_start_deployment.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_start_deployment_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_stock_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_sub_resource_graph_billing_details_metrics.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_sub_resources_costs_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_sub_resources_graph_billing_history_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_sub_resources_graph_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_subscribe_or_unsubscribe_update_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_template.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_template_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_template_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_templates.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_token_based_billing_history_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_update_environment.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_update_keypair_name.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_update_keypair_name_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_update_organization_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_update_organization_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_update_template.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_update_volume_attachment_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_update_volume_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_update_volume_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_uris.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_user_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_user_default_choice_for_user_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_user_default_choices_for_user_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_user_detail_choice_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_user_info_post_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_user_organizations_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_user_permission_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_user_permission_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_users_info_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_users_info_list_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_virtual_machine_events_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_vncurl.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_vncurl_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_volume.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_volume_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_volume_attachment_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_volume_attachment_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_volume_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_volume_fields_for_instance.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_volume_overview_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_volume_types.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_volumes.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_volumes_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.42.0a0}/test/test_workload_billing_history_response.py +0 -0
|
@@ -8,7 +8,7 @@ To contribute, please raise an issue with a bug report, feature request, feedbac
|
|
|
8
8
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
9
9
|
|
|
10
10
|
- API version: 1.0
|
|
11
|
-
- Package version: v1.
|
|
11
|
+
- Package version: v1.42.0-alpha
|
|
12
12
|
- Generator version: 7.10.0
|
|
13
13
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
14
14
|
|
|
@@ -106,11 +106,12 @@ Class | Method | HTTP request | Description
|
|
|
106
106
|
*CustomerContractApi* | [**get_customer_contract_gpu_allocation_graph**](docs/CustomerContractApi.md#get_customer_contract_gpu_allocation_graph) | **GET** /pricebook/contracts/{contract_id}/gpu_allocation_graph | Retrieve GPU Allocation Graph for Contract
|
|
107
107
|
*PricebookApi* | [**get_pricebook**](docs/PricebookApi.md#get_pricebook) | **GET** /pricebook |
|
|
108
108
|
*SnapshotsApi* | [**create_a_new_custom_image**](docs/SnapshotsApi.md#create_a_new_custom_image) | **POST** /core/snapshots/{snapshot_id}/image | Create an image from a snapshot
|
|
109
|
-
*SnapshotsApi* | [**
|
|
109
|
+
*SnapshotsApi* | [**delete_an_existing_snapshot**](docs/SnapshotsApi.md#delete_an_existing_snapshot) | **DELETE** /core/snapshots/{id} | Delete snapshot
|
|
110
110
|
*SnapshotsApi* | [**fetch_snapshot_name_availability**](docs/SnapshotsApi.md#fetch_snapshot_name_availability) | **GET** /core/snapshots/name-availability/{name} | Fetch snapshot name availability
|
|
111
|
-
*SnapshotsApi* | [**
|
|
112
|
-
*SnapshotsApi* | [**
|
|
113
|
-
*SnapshotsApi* | [**
|
|
111
|
+
*SnapshotsApi* | [**restore_a_snapshot**](docs/SnapshotsApi.md#restore_a_snapshot) | **POST** /core/snapshots/{id}/restore | Restore a snapshot
|
|
112
|
+
*SnapshotsApi* | [**retrieve_an_existing_snapshot**](docs/SnapshotsApi.md#retrieve_an_existing_snapshot) | **GET** /core/snapshots/{id} | Retrieve a snapshot
|
|
113
|
+
*SnapshotsApi* | [**retrieves_a_list_of_snapshots**](docs/SnapshotsApi.md#retrieves_a_list_of_snapshots) | **GET** /core/snapshots | Retrieve list of snapshots with pagination
|
|
114
|
+
*AdminApi* | [**send_password_change_notification_email**](docs/AdminApi.md#send_password_change_notification_email) | **POST** /auth/admin/password-change-mail | Send Password Change Notification Email
|
|
114
115
|
*AliveApi* | [**get_alive**](docs/AliveApi.md#get_alive) | **GET** /billing/alive | GET: Alive
|
|
115
116
|
*AliveApi* | [**get_doc**](docs/AliveApi.md#get_doc) | **GET** /billing/alive/doc |
|
|
116
117
|
*ApiKeyApi* | [**delete_api_key**](docs/ApiKeyApi.md#delete_api_key) | **DELETE** /api-key/{api_key_id} | Delete API Key
|
|
@@ -171,6 +172,7 @@ Class | Method | HTTP request | Description
|
|
|
171
172
|
*CallbacksApi* | [**update_virtual_machine_callback**](docs/CallbacksApi.md#update_virtual_machine_callback) | **PUT** /core/virtual-machines/{vm_id}/update-callback | Update virtual machine callback
|
|
172
173
|
*CallbacksApi* | [**update_volume_callback**](docs/CallbacksApi.md#update_volume_callback) | **PUT** /core/volumes/{volume_id}/update-callback | Update volume callback
|
|
173
174
|
*ClusterEventsApi* | [**fetch_all_of_a_cluster_events**](docs/ClusterEventsApi.md#fetch_all_of_a_cluster_events) | **GET** /core/clusters/{cluster_id}/events | Fetch all of a cluster events
|
|
175
|
+
*ClustersApi* | [**attempt_to_manually_reconcile_a_cluster**](docs/ClustersApi.md#attempt_to_manually_reconcile_a_cluster) | **POST** /core/clusters/{cluster_id}/reconcile | Reconcile a cluster
|
|
174
176
|
*ClustersApi* | [**create_cluster**](docs/ClustersApi.md#create_cluster) | **POST** /core/clusters | Create Cluster
|
|
175
177
|
*ClustersApi* | [**create_node**](docs/ClustersApi.md#create_node) | **POST** /core/clusters/{cluster_id}/nodes | Create Node
|
|
176
178
|
*ClustersApi* | [**create_node_group**](docs/ClustersApi.md#create_node_group) | **POST** /core/clusters/{cluster_id}/node-groups | Create a node group in a cluster
|
|
@@ -201,13 +203,13 @@ Class | Method | HTTP request | Description
|
|
|
201
203
|
*EnvironmentApi* | [**list_environments**](docs/EnvironmentApi.md#list_environments) | **GET** /core/environments | List environments
|
|
202
204
|
*EnvironmentApi* | [**retrieve_environment**](docs/EnvironmentApi.md#retrieve_environment) | **GET** /core/environments/{id} | Retrieve environment
|
|
203
205
|
*EnvironmentApi* | [**update_environment**](docs/EnvironmentApi.md#update_environment) | **PUT** /core/environments/{id} | Update environment
|
|
204
|
-
*FirewallAttachmentApi* | [**
|
|
205
|
-
*FirewallsApi* | [**
|
|
206
|
-
*FirewallsApi* | [**
|
|
207
|
-
*FirewallsApi* | [**
|
|
208
|
-
*FirewallsApi* | [**
|
|
209
|
-
*FirewallsApi* | [**
|
|
210
|
-
*FirewallsApi* | [**
|
|
206
|
+
*FirewallAttachmentApi* | [**attach_firewall_to_virtual_machines**](docs/FirewallAttachmentApi.md#attach_firewall_to_virtual_machines) | **POST** /core/firewalls/{firewall_id}/update-attachments | Attach Firewalls to VMs
|
|
207
|
+
*FirewallsApi* | [**add_firewall_rule_to_an_existing_firewall**](docs/FirewallsApi.md#add_firewall_rule_to_an_existing_firewall) | **POST** /core/firewalls/{firewall_id}/firewall-rules | Add firewall rule to firewall
|
|
208
|
+
*FirewallsApi* | [**create_a_new_firewall**](docs/FirewallsApi.md#create_a_new_firewall) | **POST** /core/firewalls | Create firewall
|
|
209
|
+
*FirewallsApi* | [**delete_existing_firewall**](docs/FirewallsApi.md#delete_existing_firewall) | **DELETE** /core/firewalls/{id} | Delete firewall
|
|
210
|
+
*FirewallsApi* | [**delete_firewall_rules_from_firewall**](docs/FirewallsApi.md#delete_firewall_rules_from_firewall) | **DELETE** /core/firewalls/{firewall_id}/firewall-rules/{firewall_rule_id} | Delete firewall rules from firewall
|
|
211
|
+
*FirewallsApi* | [**list_existing_firewalls**](docs/FirewallsApi.md#list_existing_firewalls) | **GET** /core/firewalls | List firewalls
|
|
212
|
+
*FirewallsApi* | [**retrieve_the_details_of_an_existing_firewall**](docs/FirewallsApi.md#retrieve_the_details_of_an_existing_firewall) | **GET** /core/firewalls/{id} | Retrieve firewall details
|
|
211
213
|
*FlavorApi* | [**list_flavors**](docs/FlavorApi.md#list_flavors) | **GET** /core/flavors | List Flavors
|
|
212
214
|
*FloatingIpApi* | [**attach_public_ipto_virtual_machine**](docs/FloatingIpApi.md#attach_public_ipto_virtual_machine) | **POST** /core/virtual-machines/{vm_id}/attach-floatingip | Attach public IP to virtual machine
|
|
213
215
|
*FloatingIpApi* | [**detach_public_ip_from_virtual_machine**](docs/FloatingIpApi.md#detach_public_ip_from_virtual_machine) | **POST** /core/virtual-machines/{vm_id}/detach-floatingip | Detach public IP from virtual machine
|
|
@@ -258,29 +260,29 @@ Class | Method | HTTP request | Description
|
|
|
258
260
|
*UserDetailChoiceApi* | [**retrieve_default_flavors_and_images**](docs/UserDetailChoiceApi.md#retrieve_default_flavors_and_images) | **GET** /core/user/resources/defaults | Retrieve Default Flavors and Images
|
|
259
261
|
*UserPermissionApi* | [**list_my_user_permissions**](docs/UserPermissionApi.md#list_my_user_permissions) | **GET** /auth/users/me/permissions | List My User Permissions
|
|
260
262
|
*UserPermissionApi* | [**list_user_permissions**](docs/UserPermissionApi.md#list_user_permissions) | **GET** /auth/users/{id}/permissions | List User Permissions
|
|
261
|
-
*VirtualMachineApi* | [**
|
|
263
|
+
*VirtualMachineApi* | [**attach_firewalls_to_a_virtual_machine**](docs/VirtualMachineApi.md#attach_firewalls_to_a_virtual_machine) | **POST** /core/virtual-machines/{vm_id}/attach-firewalls | Attach firewalls to a virtual machine
|
|
264
|
+
*VirtualMachineApi* | [**create_one_or_more_virtual_machines**](docs/VirtualMachineApi.md#create_one_or_more_virtual_machines) | **POST** /core/virtual-machines | Create virtual machines
|
|
262
265
|
*VirtualMachineApi* | [**delete_security_rule**](docs/VirtualMachineApi.md#delete_security_rule) | **DELETE** /core/virtual-machines/{vm_id}/sg-rules/{sg_rule_id} | Delete firewall rule from virtual machine
|
|
266
|
+
*VirtualMachineApi* | [**delete_virtual_machine**](docs/VirtualMachineApi.md#delete_virtual_machine) | **DELETE** /core/virtual-machines/{vm_id} | Delete virtual machine
|
|
263
267
|
*VirtualMachineApi* | [**fetch_virtual_machine_name_availability**](docs/VirtualMachineApi.md#fetch_virtual_machine_name_availability) | **GET** /core/virtual-machines/name-availability/{name} | Fetch virtual machine name availability
|
|
264
|
-
*VirtualMachineApi* | [**
|
|
265
|
-
*VirtualMachineApi* | [**get_instance**](docs/VirtualMachineApi.md#get_instance) | **GET** /core/virtual-machines | List virtual machines
|
|
266
|
-
*VirtualMachineApi* | [**get_instance2**](docs/VirtualMachineApi.md#get_instance2) | **GET** /core/virtual-machines/{vm_id} | Retrieve virtual machine details
|
|
267
|
-
*VirtualMachineApi* | [**get_instance3**](docs/VirtualMachineApi.md#get_instance3) | **GET** /core/virtual-machines/{vm_id}/hard-reboot | Hard reboot virtual machine
|
|
268
|
-
*VirtualMachineApi* | [**get_instance4**](docs/VirtualMachineApi.md#get_instance4) | **GET** /core/virtual-machines/{vm_id}/start | Start virtual machine
|
|
269
|
-
*VirtualMachineApi* | [**get_instance5**](docs/VirtualMachineApi.md#get_instance5) | **GET** /core/virtual-machines/{vm_id}/stop | Stop virtual machine
|
|
268
|
+
*VirtualMachineApi* | [**get_instance_hard_reboot**](docs/VirtualMachineApi.md#get_instance_hard_reboot) | **GET** /core/virtual-machines/{vm_id}/hard-reboot | Hard reboot virtual machine
|
|
270
269
|
*VirtualMachineApi* | [**get_instance_hibernate**](docs/VirtualMachineApi.md#get_instance_hibernate) | **GET** /core/virtual-machines/{vm_id}/hibernate | Hibernate virtual machine
|
|
271
270
|
*VirtualMachineApi* | [**get_instance_hibernate_restore**](docs/VirtualMachineApi.md#get_instance_hibernate_restore) | **GET** /core/virtual-machines/{vm_id}/hibernate-restore | Restore virtual machine from hibernation
|
|
272
271
|
*VirtualMachineApi* | [**get_instance_logs**](docs/VirtualMachineApi.md#get_instance_logs) | **GET** /core/virtual-machines/{vm_id}/logs | Get virtual machine logs
|
|
273
272
|
*VirtualMachineApi* | [**get_instance_metrics**](docs/VirtualMachineApi.md#get_instance_metrics) | **GET** /core/virtual-machines/{vm_id}/metrics | Retrieve virtual machine performance metrics
|
|
274
|
-
*VirtualMachineApi* | [**
|
|
275
|
-
*VirtualMachineApi* | [**
|
|
273
|
+
*VirtualMachineApi* | [**get_instance_start**](docs/VirtualMachineApi.md#get_instance_start) | **GET** /core/virtual-machines/{vm_id}/start | Start virtual machine
|
|
274
|
+
*VirtualMachineApi* | [**get_instance_stop**](docs/VirtualMachineApi.md#get_instance_stop) | **GET** /core/virtual-machines/{vm_id}/stop | Stop virtual machine
|
|
275
|
+
*VirtualMachineApi* | [**list_virtual_machines**](docs/VirtualMachineApi.md#list_virtual_machines) | **GET** /core/virtual-machines | List virtual machines
|
|
276
276
|
*VirtualMachineApi* | [**post_instance_logs**](docs/VirtualMachineApi.md#post_instance_logs) | **POST** /core/virtual-machines/{vm_id}/logs | Request virtual machine logs
|
|
277
277
|
*VirtualMachineApi* | [**post_instance_resize**](docs/VirtualMachineApi.md#post_instance_resize) | **POST** /core/virtual-machines/{vm_id}/resize | Resize virtual machine
|
|
278
278
|
*VirtualMachineApi* | [**post_security_rule**](docs/VirtualMachineApi.md#post_security_rule) | **POST** /core/virtual-machines/{vm_id}/sg-rules | Add firewall rule to virtual machine
|
|
279
279
|
*VirtualMachineApi* | [**post_snapshots**](docs/VirtualMachineApi.md#post_snapshots) | **POST** /core/virtual-machines/{vm_id}/snapshots | Create snapshot from a virtual machine
|
|
280
280
|
*VirtualMachineApi* | [**put_labels**](docs/VirtualMachineApi.md#put_labels) | **PUT** /core/virtual-machines/{vm_id}/label | Edit virtual machine labels
|
|
281
|
+
*VirtualMachineApi* | [**retrieve_virtual_machine_details**](docs/VirtualMachineApi.md#retrieve_virtual_machine_details) | **GET** /core/virtual-machines/{vm_id} | Retrieve virtual machine details
|
|
282
|
+
*VirtualMachineApi* | [**retrieve_virtual_machines_associated_with_a_contract**](docs/VirtualMachineApi.md#retrieve_virtual_machines_associated_with_a_contract) | **GET** /core/virtual-machines/contract/{contract_id}/virtual-machines | Retrieve virtual machines associated with a contract
|
|
281
283
|
*VirtualMachineEventsApi* | [**list_virtual_machine_events**](docs/VirtualMachineEventsApi.md#list_virtual_machine_events) | **GET** /core/virtual-machines/{vm_id}/events | List virtual machine events
|
|
282
|
-
*VncUrlApi* | [**get_vnc_url**](docs/VncUrlApi.md#get_vnc_url) | **GET** /core/virtual-machines/{vm_id}/console
|
|
283
|
-
*VncUrlApi* | [**
|
|
284
|
+
*VncUrlApi* | [**get_vnc_url**](docs/VncUrlApi.md#get_vnc_url) | **GET** /core/virtual-machines/{vm_id}/request-console | Request Instance Console
|
|
285
|
+
*VncUrlApi* | [**get_vncurl**](docs/VncUrlApi.md#get_vncurl) | **GET** /core/virtual-machines/{vm_id}/console/{job_id} | Get VNC Console Link
|
|
284
286
|
*VolumeApi* | [**create_volume**](docs/VolumeApi.md#create_volume) | **POST** /core/volumes | Create volume
|
|
285
287
|
*VolumeApi* | [**delete_volume**](docs/VolumeApi.md#delete_volume) | **DELETE** /core/volumes/{volume_id} | Delete volume
|
|
286
288
|
*VolumeApi* | [**fetch_volume_details**](docs/VolumeApi.md#fetch_volume_details) | **GET** /core/volumes/{volume_id} | Fetch Volume Details
|
|
@@ -448,6 +450,7 @@ Class | Method | HTTP request | Description
|
|
|
448
450
|
- [Logos](docs/Logos.md)
|
|
449
451
|
- [MFAStatusFields](docs/MFAStatusFields.md)
|
|
450
452
|
- [MFAStatusResponse](docs/MFAStatusResponse.md)
|
|
453
|
+
- [ManualReconciliationModel](docs/ManualReconciliationModel.md)
|
|
451
454
|
- [MasterFlavorsResponse](docs/MasterFlavorsResponse.md)
|
|
452
455
|
- [MetricItemFields](docs/MetricItemFields.md)
|
|
453
456
|
- [MetricsFields](docs/MetricsFields.md)
|
|
@@ -14,13 +14,14 @@
|
|
|
14
14
|
""" # noqa: E501
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
__version__ = "v1.
|
|
17
|
+
__version__ = "v1.42.0-alpha"
|
|
18
18
|
|
|
19
19
|
# import apis into sdk package
|
|
20
20
|
from .api.calculate_api import CalculateApi
|
|
21
21
|
from .api.customer_contract_api import CustomerContractApi
|
|
22
22
|
from .api.pricebook_api import PricebookApi
|
|
23
23
|
from .api.snapshots_api import SnapshotsApi
|
|
24
|
+
from .api.admin_api import AdminApi
|
|
24
25
|
from .api.alive_api import AliveApi
|
|
25
26
|
from .api.api_key_api import ApiKeyApi
|
|
26
27
|
from .api.assigning_member_role_api import AssigningMemberRoleApi
|
|
@@ -229,6 +230,7 @@ from .models.last_day_cost_response import LastDayCostResponse
|
|
|
229
230
|
from .models.logos import Logos
|
|
230
231
|
from .models.mfa_status_fields import MFAStatusFields
|
|
231
232
|
from .models.mfa_status_response import MFAStatusResponse
|
|
233
|
+
from .models.manual_reconciliation_model import ManualReconciliationModel
|
|
232
234
|
from .models.master_flavors_response import MasterFlavorsResponse
|
|
233
235
|
from .models.metric_item_fields import MetricItemFields
|
|
234
236
|
from .models.metrics_fields import MetricsFields
|
|
@@ -5,6 +5,7 @@ from .calculate_api import CalculateApi
|
|
|
5
5
|
from .customer_contract_api import CustomerContractApi
|
|
6
6
|
from .pricebook_api import PricebookApi
|
|
7
7
|
from .snapshots_api import SnapshotsApi
|
|
8
|
+
from .admin_api import AdminApi
|
|
8
9
|
from .alive_api import AliveApi
|
|
9
10
|
from .api_key_api import ApiKeyApi
|
|
10
11
|
from .assigning_member_role_api import AssigningMemberRoleApi
|
|
@@ -0,0 +1,297 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
Infrahub-API
|
|
5
|
+
|
|
6
|
+
Leverage the Infrahub API and Hyperstack platform to easily create, manage, and scale powerful GPU virtual machines and their associated resources. Access this SDK to automate the deployment of your workloads and streamline your infrastructure management. To contribute, please raise an issue with a bug report, feature request, feedback, or general inquiry.
|
|
7
|
+
|
|
8
|
+
The version of the OpenAPI document: 1.0
|
|
9
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
|
+
|
|
11
|
+
Do not edit the class manually.
|
|
12
|
+
""" # noqa: E501
|
|
13
|
+
|
|
14
|
+
import warnings
|
|
15
|
+
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
|
|
16
|
+
from typing import Any, Dict, List, Optional, Tuple, Union
|
|
17
|
+
from typing_extensions import Annotated
|
|
18
|
+
|
|
19
|
+
from ..models.common_response_model import CommonResponseModel
|
|
20
|
+
|
|
21
|
+
from ..api_client import ApiClient, RequestSerialized
|
|
22
|
+
from ..api_response import ApiResponse
|
|
23
|
+
from ..rest import RESTResponseType
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
class AdminApi:
|
|
27
|
+
"""NOTE: This class is auto generated by OpenAPI Generator
|
|
28
|
+
Ref: https://openapi-generator.tech
|
|
29
|
+
|
|
30
|
+
Do not edit the class manually.
|
|
31
|
+
"""
|
|
32
|
+
|
|
33
|
+
def __init__(self, api_client=None) -> None:
|
|
34
|
+
if api_client is None:
|
|
35
|
+
api_client = ApiClient.get_default()
|
|
36
|
+
self.api_client = api_client
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
@validate_call
|
|
40
|
+
def send_password_change_notification_email(
|
|
41
|
+
self,
|
|
42
|
+
_request_timeout: Union[
|
|
43
|
+
None,
|
|
44
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
45
|
+
Tuple[
|
|
46
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
47
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
48
|
+
]
|
|
49
|
+
] = None,
|
|
50
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
51
|
+
_content_type: Optional[StrictStr] = None,
|
|
52
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
53
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
54
|
+
) -> CommonResponseModel:
|
|
55
|
+
"""Send Password Change Notification Email
|
|
56
|
+
|
|
57
|
+
Send a password change notification email to a user
|
|
58
|
+
|
|
59
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
60
|
+
number provided, it will be total request
|
|
61
|
+
timeout. It can also be a pair (tuple) of
|
|
62
|
+
(connection, read) timeouts.
|
|
63
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
64
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
65
|
+
request; this effectively ignores the
|
|
66
|
+
authentication in the spec for a single request.
|
|
67
|
+
:type _request_auth: dict, optional
|
|
68
|
+
:param _content_type: force content-type for the request.
|
|
69
|
+
:type _content_type: str, Optional
|
|
70
|
+
:param _headers: set to override the headers for a single
|
|
71
|
+
request; this effectively ignores the headers
|
|
72
|
+
in the spec for a single request.
|
|
73
|
+
:type _headers: dict, optional
|
|
74
|
+
:param _host_index: set to override the host_index for a single
|
|
75
|
+
request; this effectively ignores the host_index
|
|
76
|
+
in the spec for a single request.
|
|
77
|
+
:type _host_index: int, optional
|
|
78
|
+
:return: Returns the result object.
|
|
79
|
+
""" # noqa: E501
|
|
80
|
+
|
|
81
|
+
_param = self._send_password_change_notification_email_serialize(
|
|
82
|
+
_request_auth=_request_auth,
|
|
83
|
+
_content_type=_content_type,
|
|
84
|
+
_headers=_headers,
|
|
85
|
+
_host_index=_host_index
|
|
86
|
+
)
|
|
87
|
+
|
|
88
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
89
|
+
'200': "CommonResponseModel",
|
|
90
|
+
'400': "ErrorResponseModel",
|
|
91
|
+
'401': "ErrorResponseModel",
|
|
92
|
+
'404': "ErrorResponseModel",
|
|
93
|
+
'405': "ErrorResponseModel",
|
|
94
|
+
'500': "ErrorResponseModel",
|
|
95
|
+
}
|
|
96
|
+
response_data = self.api_client.call_api(
|
|
97
|
+
*_param,
|
|
98
|
+
_request_timeout=_request_timeout
|
|
99
|
+
)
|
|
100
|
+
response_data.read()
|
|
101
|
+
return self.api_client.response_deserialize(
|
|
102
|
+
response_data=response_data,
|
|
103
|
+
response_types_map=_response_types_map,
|
|
104
|
+
).data
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
@validate_call
|
|
108
|
+
def send_password_change_notification_email_with_http_info(
|
|
109
|
+
self,
|
|
110
|
+
_request_timeout: Union[
|
|
111
|
+
None,
|
|
112
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
113
|
+
Tuple[
|
|
114
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
115
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
116
|
+
]
|
|
117
|
+
] = None,
|
|
118
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
119
|
+
_content_type: Optional[StrictStr] = None,
|
|
120
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
121
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
122
|
+
) -> ApiResponse[CommonResponseModel]:
|
|
123
|
+
"""Send Password Change Notification Email
|
|
124
|
+
|
|
125
|
+
Send a password change notification email to a user
|
|
126
|
+
|
|
127
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
128
|
+
number provided, it will be total request
|
|
129
|
+
timeout. It can also be a pair (tuple) of
|
|
130
|
+
(connection, read) timeouts.
|
|
131
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
132
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
133
|
+
request; this effectively ignores the
|
|
134
|
+
authentication in the spec for a single request.
|
|
135
|
+
:type _request_auth: dict, optional
|
|
136
|
+
:param _content_type: force content-type for the request.
|
|
137
|
+
:type _content_type: str, Optional
|
|
138
|
+
:param _headers: set to override the headers for a single
|
|
139
|
+
request; this effectively ignores the headers
|
|
140
|
+
in the spec for a single request.
|
|
141
|
+
:type _headers: dict, optional
|
|
142
|
+
:param _host_index: set to override the host_index for a single
|
|
143
|
+
request; this effectively ignores the host_index
|
|
144
|
+
in the spec for a single request.
|
|
145
|
+
:type _host_index: int, optional
|
|
146
|
+
:return: Returns the result object.
|
|
147
|
+
""" # noqa: E501
|
|
148
|
+
|
|
149
|
+
_param = self._send_password_change_notification_email_serialize(
|
|
150
|
+
_request_auth=_request_auth,
|
|
151
|
+
_content_type=_content_type,
|
|
152
|
+
_headers=_headers,
|
|
153
|
+
_host_index=_host_index
|
|
154
|
+
)
|
|
155
|
+
|
|
156
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
157
|
+
'200': "CommonResponseModel",
|
|
158
|
+
'400': "ErrorResponseModel",
|
|
159
|
+
'401': "ErrorResponseModel",
|
|
160
|
+
'404': "ErrorResponseModel",
|
|
161
|
+
'405': "ErrorResponseModel",
|
|
162
|
+
'500': "ErrorResponseModel",
|
|
163
|
+
}
|
|
164
|
+
response_data = self.api_client.call_api(
|
|
165
|
+
*_param,
|
|
166
|
+
_request_timeout=_request_timeout
|
|
167
|
+
)
|
|
168
|
+
response_data.read()
|
|
169
|
+
return self.api_client.response_deserialize(
|
|
170
|
+
response_data=response_data,
|
|
171
|
+
response_types_map=_response_types_map,
|
|
172
|
+
)
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
@validate_call
|
|
176
|
+
def send_password_change_notification_email_without_preload_content(
|
|
177
|
+
self,
|
|
178
|
+
_request_timeout: Union[
|
|
179
|
+
None,
|
|
180
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
181
|
+
Tuple[
|
|
182
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
183
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
184
|
+
]
|
|
185
|
+
] = None,
|
|
186
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
187
|
+
_content_type: Optional[StrictStr] = None,
|
|
188
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
189
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
190
|
+
) -> RESTResponseType:
|
|
191
|
+
"""Send Password Change Notification Email
|
|
192
|
+
|
|
193
|
+
Send a password change notification email to a user
|
|
194
|
+
|
|
195
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
196
|
+
number provided, it will be total request
|
|
197
|
+
timeout. It can also be a pair (tuple) of
|
|
198
|
+
(connection, read) timeouts.
|
|
199
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
200
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
201
|
+
request; this effectively ignores the
|
|
202
|
+
authentication in the spec for a single request.
|
|
203
|
+
:type _request_auth: dict, optional
|
|
204
|
+
:param _content_type: force content-type for the request.
|
|
205
|
+
:type _content_type: str, Optional
|
|
206
|
+
:param _headers: set to override the headers for a single
|
|
207
|
+
request; this effectively ignores the headers
|
|
208
|
+
in the spec for a single request.
|
|
209
|
+
:type _headers: dict, optional
|
|
210
|
+
:param _host_index: set to override the host_index for a single
|
|
211
|
+
request; this effectively ignores the host_index
|
|
212
|
+
in the spec for a single request.
|
|
213
|
+
:type _host_index: int, optional
|
|
214
|
+
:return: Returns the result object.
|
|
215
|
+
""" # noqa: E501
|
|
216
|
+
|
|
217
|
+
_param = self._send_password_change_notification_email_serialize(
|
|
218
|
+
_request_auth=_request_auth,
|
|
219
|
+
_content_type=_content_type,
|
|
220
|
+
_headers=_headers,
|
|
221
|
+
_host_index=_host_index
|
|
222
|
+
)
|
|
223
|
+
|
|
224
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
225
|
+
'200': "CommonResponseModel",
|
|
226
|
+
'400': "ErrorResponseModel",
|
|
227
|
+
'401': "ErrorResponseModel",
|
|
228
|
+
'404': "ErrorResponseModel",
|
|
229
|
+
'405': "ErrorResponseModel",
|
|
230
|
+
'500': "ErrorResponseModel",
|
|
231
|
+
}
|
|
232
|
+
response_data = self.api_client.call_api(
|
|
233
|
+
*_param,
|
|
234
|
+
_request_timeout=_request_timeout
|
|
235
|
+
)
|
|
236
|
+
return response_data.response
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
def _send_password_change_notification_email_serialize(
|
|
240
|
+
self,
|
|
241
|
+
_request_auth,
|
|
242
|
+
_content_type,
|
|
243
|
+
_headers,
|
|
244
|
+
_host_index,
|
|
245
|
+
) -> RequestSerialized:
|
|
246
|
+
|
|
247
|
+
_host = None
|
|
248
|
+
|
|
249
|
+
_collection_formats: Dict[str, str] = {
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
_path_params: Dict[str, str] = {}
|
|
253
|
+
_query_params: List[Tuple[str, str]] = []
|
|
254
|
+
_header_params: Dict[str, Optional[str]] = _headers or {}
|
|
255
|
+
_form_params: List[Tuple[str, str]] = []
|
|
256
|
+
_files: Dict[
|
|
257
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
|
258
|
+
] = {}
|
|
259
|
+
_body_params: Optional[bytes] = None
|
|
260
|
+
|
|
261
|
+
# process the path parameters
|
|
262
|
+
# process the query parameters
|
|
263
|
+
# process the header parameters
|
|
264
|
+
# process the form parameters
|
|
265
|
+
# process the body parameter
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
# set the HTTP header `Accept`
|
|
269
|
+
if 'Accept' not in _header_params:
|
|
270
|
+
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
271
|
+
[
|
|
272
|
+
'application/json'
|
|
273
|
+
]
|
|
274
|
+
)
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
# authentication setting
|
|
278
|
+
_auth_settings: List[str] = [
|
|
279
|
+
'apiKey'
|
|
280
|
+
]
|
|
281
|
+
|
|
282
|
+
return self.api_client.param_serialize(
|
|
283
|
+
method='POST',
|
|
284
|
+
resource_path='/auth/admin/password-change-mail',
|
|
285
|
+
path_params=_path_params,
|
|
286
|
+
query_params=_query_params,
|
|
287
|
+
header_params=_header_params,
|
|
288
|
+
body=_body_params,
|
|
289
|
+
post_params=_form_params,
|
|
290
|
+
files=_files,
|
|
291
|
+
auth_settings=_auth_settings,
|
|
292
|
+
collection_formats=_collection_formats,
|
|
293
|
+
_host=_host,
|
|
294
|
+
_request_auth=_request_auth
|
|
295
|
+
)
|
|
296
|
+
|
|
297
|
+
|