hyperstack-async 1.55.1a0__tar.gz → 1.55.4a0__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_async-1.55.1a0 → hyperstack_async-1.55.4a0}/PKG-INFO +1 -1
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/README.md +3 -1
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/__init__.py +3 -1
- hyperstack_async-1.55.4a0/hyperstack_async/_user_agent.py +107 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api_client.py +3 -3
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/configuration.py +1 -1
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/__init__.py +2 -0
- hyperstack_async-1.55.4a0/hyperstack_async/models/compatible_image.py +108 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/flavor_fields.py +8 -2
- hyperstack_async-1.55.4a0/hyperstack_async/models/image_restrictions.py +112 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async.egg-info/PKG-INFO +1 -1
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async.egg-info/SOURCES.txt +5 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/pyproject.toml +1 -1
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/setup.py +1 -1
- hyperstack_async-1.55.4a0/test/test_compatible_image.py +55 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_flavor_fields.py +11 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_flavor_item_get_response.py +1 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_flavor_list_response.py +1 -0
- hyperstack_async-1.55.4a0/test/test_image_restrictions.py +60 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/__init__.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/access_keys_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/alive_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/api_key_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/assigning_member_role_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/auth_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/auto_topup_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/beta_access_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/billing_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/buckets_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/calculate_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/callbacks_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/cluster_events_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/clusters_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/compliance_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/credit_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/customer_contract_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/dashboard_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/deployment_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/email_opt_in_out_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/environment_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/fip_exclusions_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/firewall_attachment_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/firewalls_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/flavor_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/floating_ip_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/gpu_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/health_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/image_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/invite_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/keypair_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/organization_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/partner_config_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/payment_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/permission_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/policy_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/pricebook_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/profile_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/rbac_role_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/region_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/regions_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/security_rules_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/snapshot_events_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/snapshots_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/stock_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/template_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/user_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/user_consent_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/user_consent_events_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/user_detail_choice_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/user_permission_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/virtual_machine_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/virtual_machine_events_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/vnc_url_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/volume_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/volume_attachment_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api/vouchers_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/api_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/exceptions.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/access_token_field.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/add_user_info_success_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/allocated_gpu_count_graph.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/allowed_countries_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/api_key_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/assign_rbac_role_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/attach_callback_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/attach_callback_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/attach_firewall_with_vm.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/attach_firewalls_to_vm_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/attach_volume_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/attach_volumes.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/attach_volumes_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/attachments_fields_for_volume.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/attributes.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/auth_get_token_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/auth_user_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/auth_user_info_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/auto_topup.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/auto_topup_error_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/auto_topup_status_schema.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/beta_access_request_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/beta_access_request_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/beta_access_request_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/beta_access_status_item.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/beta_access_status_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/billing_history.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/billing_history_data_synthesis_details.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/billing_history_fine_tuning.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/billing_history_image_generation_details.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/billing_history_model_evalutation_details.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/billing_history_serverless_inference.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/billing_history_serverless_inference_details.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/billing_metrices_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/billing_metrices_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/cluster_events.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/cluster_events_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/cluster_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/cluster_flavor_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/cluster_list_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/cluster_node_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/cluster_node_group_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/cluster_node_group_firewall_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/cluster_node_groups_create_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/cluster_node_groups_get_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/cluster_node_groups_list_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/cluster_node_instance_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/cluster_nodes_list_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/cluster_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/cluster_version.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/cluster_versions.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/colors.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/common_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/compatible_flavor.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/compliance_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/compliance_model_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/compliance_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/compliance_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/consent_action_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/consent_block.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/consent_events_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/consent_template.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/consent_templates_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/container_overview_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/contract.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/contract_discount_plan_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/contract_gpu_allocation_graph_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/contract_instance_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/contract_instances_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/create_auto_topup_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/create_auto_topup_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/create_cluster_node_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/create_cluster_node_group_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/create_cluster_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/create_environment.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/create_firewall_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/create_firewall_rule_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/create_image.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/create_image_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/create_instances_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/create_instances_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/create_profile_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/create_profile_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/create_security_rule_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/create_snapshot_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/create_snapshot_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/create_update_compliance_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/create_update_rbac_role_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/create_volume_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/customer_contract_detail_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/customer_contract_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/dashboard_info_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/data_synthesis_billing_history_details_response_schema.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/delete_cluster_nodes_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/deployment_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/deployment_fields_for_start_deployments.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/deployments.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/detach_volumes.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/detach_volumes_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/disable_auto_topup_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/edit_label_of_an_existing_vm_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/email_category.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/email_category_child.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/email_preferences_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/environment.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/environment_features.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/environment_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/environment_fields_for_volume.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/environments.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/error_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/firewall_attachment_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/firewall_attachment_vm_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/firewall_detail_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/firewall_detail_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/firewall_environment_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/firewall_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/firewall_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/firewall_rule.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/firewalls_list_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/flavor_item_get_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/flavor_label_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/flavor_list_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/flavor_object_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/flavor_restrictions.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/generate_update_api_key_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/generate_update_api_key_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/get_api_keys_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/get_auto_topup_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/get_credit_and_threshold_info.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/get_credit_and_threshold_info_in_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/get_customer_contracts_list_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/get_instance_logs_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/get_invites_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/get_organization_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/get_permissions_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/get_policies_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/get_rbac_roles_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/get_user_permissions_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/gpu_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/gpu_list.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/gpu_region_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/graph_datetime_value_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/image.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/image_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/image_generation_billing_history_details_response_schema.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/image_get_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/images.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/import_keypair_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/import_keypair_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/infrahub_resource_object_response_for_customer.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/instance.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/instance_enhanced_metrics_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/instance_environment_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/instance_events.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/instance_events_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/instance_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/instance_flavor_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/instance_image_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/instance_keypair_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/instance_overview_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/instance_resize_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/instances.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/invite_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/invite_user_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/invite_user_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/keypair_environment_features.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/keypair_environment_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/keypair_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/keypairs.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/lable_resonse.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/last_day_cost_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/last_day_cost_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/logos.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/manual_reconciliation_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/master_flavors_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/metric_item_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/metrics.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/metrics_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/mfa_status_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/mfa_status_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/model_evaluation_billing_history_details_response_schema.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/name_available_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/new_configurations_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/new_model_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/new_stock_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/new_stock_retrive_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/object_storage_access_key_create_request.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/object_storage_access_key_create_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/object_storage_access_key_list_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/object_storage_access_key_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/object_storage_bucket_list_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/object_storage_bucket_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/object_storage_delete_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/object_storage_error_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/object_storage_health_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/object_storage_pagination_meta.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/object_storage_region_list_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/object_storage_region_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/object_storage_regions_enum.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/organization_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/organization_level_billing_history.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/organization_level_billing_history_resources.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/organization_level_billing_history_response_attributes.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/organization_level_billing_history_response_metrics.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/organization_level_billing_history_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/organization_threshold_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/organization_threshold_update_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/organization_thresholds_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/organization_user_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/overview_info.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/pagination.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/pagination_data.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/partner_config.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/payment_details_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/payment_details_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/payment_initiate_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/payment_initiate_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/payment_initiate_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/permission_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/policy_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/policy_permission_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/pricebook_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/pricebook_resource_object_response_for_customer.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/primary_color.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/profile_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/profile_list_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/profile_object_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/rbac_role_detail_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/rbac_role_detail_response_model_fixed.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/rbac_role_field.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/rbac_role_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/record_consent_request.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/redeem_voucher_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/region_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/regions.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/remove_member_from_organization_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/remove_member_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/request_console.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/request_instance_logs_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/request_instance_logs_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/resource_billing_events_history_metrics.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/resource_billing_events_history_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/resource_billing_response_for_customer.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/resource_level_billing_bucket_details_resources.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/resource_level_billing_details_attributes.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/resource_level_billing_details_metrics.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/resource_level_billing_details_vm.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/resource_level_billing_details_volume.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/resource_level_billing_details_volume_attributes.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/resource_level_billing_details_volume_metrics.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/resource_level_billing_history.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/resource_level_billing_history_resources.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/resource_level_billing_history_resources_cluster.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/resource_level_billing_history_response_attributes.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/resource_level_billing_history_response_metrics.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/resource_level_billing_vm_details_resources.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/resource_level_billing_volume_details_resources.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/resource_level_bucket_billing_details_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/resource_level_bucket_billing_history_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/resource_level_cluster_billing_details_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/resource_level_cluster_billing_history_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/resource_level_cluster_graph_billing_details_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/resource_level_graph_billing_detail_volume.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/resource_level_graph_billing_details_attributes.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/resource_level_graph_billing_details_bucket.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/resource_level_graph_billing_details_metrics.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/resource_level_graph_billing_details_vm.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/resource_level_graph_billing_vm_details_resources.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/resource_level_graph_billing_volume_details_resources.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/resource_level_vm_billing_details_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/resource_level_vm_billing_history_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/resource_level_vm_graph_billing_details_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/resource_level_volume_billing_details_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/resource_level_volume_billing_history_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/resource_level_volume_graph_billing_details_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/resource_object_response_for_customer.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/role_permission_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/role_policy_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/secondary_color.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/security_group_rule.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/security_group_rule_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/security_rules_fields_for_instance.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/security_rules_protocol_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/serverless_inferenced_billing_history_details_response_schema.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/snapshot_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/snapshot_restore_request.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/snapshot_retrieve.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/snapshot_retrieve_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/snapshots.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/start_deployment.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/start_deployment_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/sub_resource_graph_billing_details_metrics.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/sub_resources_costs_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/sub_resources_graph_billing_history_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/sub_resources_graph_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/subscribe_or_unsubscribe_update_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/supported_keypair_public_key_types_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/template.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/template_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/templates.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/token_based_billing_history_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/update_auto_topup_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/update_auto_topup_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/update_cluster_node_group_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/update_consent_request.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/update_email_preference_input.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/update_email_preference_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/update_environment.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/update_keypair_name.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/update_keypair_name_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/update_organization_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/update_organization_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/update_template.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/update_volume_attachment_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/update_volume_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/update_volume_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/uris.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/user_consent.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/user_consent_event.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/user_consents_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/user_default_choice_for_user_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/user_default_choices_for_user_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/user_enhanced_metrics_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/user_enhanced_metrics_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/user_enhanced_metrics_response_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/user_info_post_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/user_organizations_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/user_permission_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/users_info_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/users_info_list_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/vm_quota.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/vncurl.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/vncurl_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/volume.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/volume_attachment_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/volume_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/volume_fields_for_instance.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/volume_overview_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/volume_types.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/volumes.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/volumes_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/voucher.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/voucher_redeem_response_schema.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/workload_billing_history_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/py.typed +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/rest.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async.egg-info/dependency_links.txt +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async.egg-info/requires.txt +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async.egg-info/top_level.txt +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/setup.cfg +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_access_keys_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_access_token_field.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_add_user_info_success_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_alive_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_allocated_gpu_count_graph.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_allowed_countries_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_api_key_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_api_key_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_assign_rbac_role_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_assigning_member_role_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_attach_callback_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_attach_callback_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_attach_firewall_with_vm.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_attach_firewalls_to_vm_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_attach_volume_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_attach_volumes.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_attach_volumes_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_attachments_fields_for_volume.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_attributes.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_auth_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_auth_get_token_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_auth_user_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_auth_user_info_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_auto_topup.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_auto_topup_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_auto_topup_error_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_auto_topup_status_schema.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_beta_access_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_beta_access_request_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_beta_access_request_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_beta_access_request_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_beta_access_status_item.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_beta_access_status_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_billing_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_billing_history.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_billing_history_data_synthesis_details.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_billing_history_fine_tuning.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_billing_history_image_generation_details.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_billing_history_model_evalutation_details.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_billing_history_serverless_inference.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_billing_history_serverless_inference_details.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_billing_metrices_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_billing_metrices_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_buckets_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_calculate_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_callbacks_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_cluster_events.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_cluster_events_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_cluster_events_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_cluster_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_cluster_flavor_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_cluster_list_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_cluster_node_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_cluster_node_group_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_cluster_node_group_firewall_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_cluster_node_groups_create_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_cluster_node_groups_get_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_cluster_node_groups_list_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_cluster_node_instance_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_cluster_nodes_list_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_cluster_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_cluster_version.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_cluster_versions.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_clusters_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_colors.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_common_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_compatible_flavor.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_compliance_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_compliance_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_compliance_model_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_compliance_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_compliance_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_consent_action_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_consent_block.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_consent_events_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_consent_template.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_consent_templates_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_container_overview_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_contract.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_contract_discount_plan_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_contract_gpu_allocation_graph_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_contract_instance_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_contract_instances_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_create_auto_topup_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_create_auto_topup_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_create_cluster_node_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_create_cluster_node_group_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_create_cluster_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_create_environment.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_create_firewall_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_create_firewall_rule_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_create_image.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_create_image_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_create_instances_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_create_instances_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_create_profile_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_create_profile_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_create_security_rule_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_create_snapshot_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_create_snapshot_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_create_update_compliance_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_create_update_rbac_role_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_create_volume_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_credit_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_customer_contract_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_customer_contract_detail_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_customer_contract_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_dashboard_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_dashboard_info_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_data_synthesis_billing_history_details_response_schema.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_delete_cluster_nodes_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_deployment_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_deployment_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_deployment_fields_for_start_deployments.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_deployments.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_detach_volumes.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_detach_volumes_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_disable_auto_topup_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_edit_label_of_an_existing_vm_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_email_category.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_email_category_child.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_email_opt_in_out_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_email_preferences_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_environment.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_environment_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_environment_features.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_environment_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_environment_fields_for_volume.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_environments.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_error_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_fip_exclusions_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_firewall_attachment_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_firewall_attachment_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_firewall_attachment_vm_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_firewall_detail_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_firewall_detail_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_firewall_environment_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_firewall_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_firewall_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_firewall_rule.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_firewalls_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_firewalls_list_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_flavor_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_flavor_label_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_flavor_object_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_flavor_restrictions.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_floating_ip_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_generate_update_api_key_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_generate_update_api_key_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_get_api_keys_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_get_auto_topup_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_get_credit_and_threshold_info.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_get_credit_and_threshold_info_in_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_get_customer_contracts_list_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_get_instance_logs_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_get_invites_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_get_organization_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_get_permissions_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_get_policies_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_get_rbac_roles_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_get_user_permissions_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_gpu_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_gpu_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_gpu_list.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_gpu_region_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_graph_datetime_value_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_health_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_image.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_image_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_image_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_image_generation_billing_history_details_response_schema.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_image_get_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_images.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_import_keypair_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_import_keypair_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_infrahub_resource_object_response_for_customer.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_instance.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_instance_enhanced_metrics_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_instance_environment_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_instance_events.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_instance_events_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_instance_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_instance_flavor_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_instance_image_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_instance_keypair_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_instance_overview_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_instance_resize_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_instances.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_invite_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_invite_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_invite_user_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_invite_user_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_keypair_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_keypair_environment_features.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_keypair_environment_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_keypair_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_keypairs.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_lable_resonse.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_last_day_cost_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_last_day_cost_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_logos.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_manual_reconciliation_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_master_flavors_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_metric_item_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_metrics.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_metrics_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_mfa_status_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_mfa_status_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_model_evaluation_billing_history_details_response_schema.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_name_available_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_new_configurations_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_new_model_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_new_stock_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_new_stock_retrive_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_object_storage_access_key_create_request.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_object_storage_access_key_create_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_object_storage_access_key_list_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_object_storage_access_key_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_object_storage_bucket_list_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_object_storage_bucket_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_object_storage_delete_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_object_storage_error_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_object_storage_health_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_object_storage_pagination_meta.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_object_storage_region_list_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_object_storage_region_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_object_storage_regions_enum.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_organization_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_organization_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_organization_level_billing_history.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_organization_level_billing_history_resources.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_organization_level_billing_history_response_attributes.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_organization_level_billing_history_response_metrics.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_organization_level_billing_history_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_organization_threshold_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_organization_threshold_update_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_organization_thresholds_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_organization_user_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_overview_info.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_pagination.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_pagination_data.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_partner_config.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_partner_config_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_payment_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_payment_details_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_payment_details_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_payment_initiate_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_payment_initiate_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_payment_initiate_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_permission_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_permission_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_policy_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_policy_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_policy_permission_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_pricebook_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_pricebook_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_pricebook_resource_object_response_for_customer.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_primary_color.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_profile_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_profile_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_profile_list_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_profile_object_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_rbac_role_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_rbac_role_detail_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_rbac_role_detail_response_model_fixed.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_rbac_role_field.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_rbac_role_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_record_consent_request.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_redeem_voucher_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_region_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_region_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_regions.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_regions_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_remove_member_from_organization_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_remove_member_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_request_console.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_request_instance_logs_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_request_instance_logs_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_resource_billing_events_history_metrics.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_resource_billing_events_history_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_resource_billing_response_for_customer.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_resource_level_billing_bucket_details_resources.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_resource_level_billing_details_attributes.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_resource_level_billing_details_metrics.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_resource_level_billing_details_vm.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_resource_level_billing_details_volume.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_resource_level_billing_details_volume_attributes.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_resource_level_billing_details_volume_metrics.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_resource_level_billing_history.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_resource_level_billing_history_resources.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_resource_level_billing_history_resources_cluster.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_resource_level_billing_history_response_attributes.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_resource_level_billing_history_response_metrics.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_resource_level_billing_vm_details_resources.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_resource_level_billing_volume_details_resources.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_resource_level_bucket_billing_details_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_resource_level_bucket_billing_history_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_resource_level_cluster_billing_details_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_resource_level_cluster_billing_history_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_resource_level_cluster_graph_billing_details_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_resource_level_graph_billing_detail_volume.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_resource_level_graph_billing_details_attributes.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_resource_level_graph_billing_details_bucket.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_resource_level_graph_billing_details_metrics.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_resource_level_graph_billing_details_vm.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_resource_level_graph_billing_vm_details_resources.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_resource_level_graph_billing_volume_details_resources.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_resource_level_vm_billing_details_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_resource_level_vm_billing_history_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_resource_level_vm_graph_billing_details_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_resource_level_volume_billing_details_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_resource_level_volume_billing_history_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_resource_level_volume_graph_billing_details_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_resource_object_response_for_customer.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_role_permission_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_role_policy_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_secondary_color.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_security_group_rule.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_security_group_rule_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_security_rules_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_security_rules_fields_for_instance.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_security_rules_protocol_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_serverless_inferenced_billing_history_details_response_schema.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_snapshot_events_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_snapshot_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_snapshot_restore_request.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_snapshot_retrieve.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_snapshot_retrieve_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_snapshots.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_snapshots_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_start_deployment.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_start_deployment_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_stock_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_sub_resource_graph_billing_details_metrics.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_sub_resources_costs_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_sub_resources_graph_billing_history_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_sub_resources_graph_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_subscribe_or_unsubscribe_update_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_supported_keypair_public_key_types_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_template.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_template_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_template_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_templates.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_token_based_billing_history_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_update_auto_topup_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_update_auto_topup_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_update_cluster_node_group_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_update_consent_request.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_update_email_preference_input.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_update_email_preference_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_update_environment.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_update_keypair_name.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_update_keypair_name_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_update_organization_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_update_organization_response_model.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_update_template.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_update_volume_attachment_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_update_volume_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_update_volume_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_uris.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_user_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_user_consent.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_user_consent_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_user_consent_event.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_user_consent_events_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_user_consents_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_user_default_choice_for_user_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_user_default_choices_for_user_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_user_detail_choice_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_user_enhanced_metrics_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_user_enhanced_metrics_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_user_enhanced_metrics_response_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_user_info_post_payload.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_user_organizations_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_user_permission_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_user_permission_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_users_info_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_users_info_list_response.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_virtual_machine_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_virtual_machine_events_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_vm_quota.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_vnc_url_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_vncurl.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_vncurl_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_volume.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_volume_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_volume_attachment_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_volume_attachment_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_volume_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_volume_fields_for_instance.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_volume_overview_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_volume_types.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_volumes.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_volumes_fields.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_voucher.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_voucher_redeem_response_schema.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_vouchers_api.py +0 -0
- {hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/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.55.
|
|
11
|
+
- Package version: v1.55.4-alpha
|
|
12
12
|
- Generator version: 7.10.0
|
|
13
13
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
14
14
|
|
|
@@ -382,6 +382,7 @@ Class | Method | HTTP request | Description
|
|
|
382
382
|
- [Colors](docs/Colors.md)
|
|
383
383
|
- [CommonResponseModel](docs/CommonResponseModel.md)
|
|
384
384
|
- [CompatibleFlavor](docs/CompatibleFlavor.md)
|
|
385
|
+
- [CompatibleImage](docs/CompatibleImage.md)
|
|
385
386
|
- [ComplianceFields](docs/ComplianceFields.md)
|
|
386
387
|
- [ComplianceModelFields](docs/ComplianceModelFields.md)
|
|
387
388
|
- [CompliancePayload](docs/CompliancePayload.md)
|
|
@@ -475,6 +476,7 @@ Class | Method | HTTP request | Description
|
|
|
475
476
|
- [ImageFields](docs/ImageFields.md)
|
|
476
477
|
- [ImageGenerationBillingHistoryDetailsResponseSchema](docs/ImageGenerationBillingHistoryDetailsResponseSchema.md)
|
|
477
478
|
- [ImageGetResponse](docs/ImageGetResponse.md)
|
|
479
|
+
- [ImageRestrictions](docs/ImageRestrictions.md)
|
|
478
480
|
- [Images](docs/Images.md)
|
|
479
481
|
- [ImportKeypairPayload](docs/ImportKeypairPayload.md)
|
|
480
482
|
- [ImportKeypairResponse](docs/ImportKeypairResponse.md)
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
""" # noqa: E501
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
__version__ = "v1.55.
|
|
17
|
+
__version__ = "v1.55.4-alpha"
|
|
18
18
|
|
|
19
19
|
# import apis into sdk package
|
|
20
20
|
from .api.access_keys_api import AccessKeysApi
|
|
@@ -140,6 +140,7 @@ from .models.cluster_versions import ClusterVersions
|
|
|
140
140
|
from .models.colors import Colors
|
|
141
141
|
from .models.common_response_model import CommonResponseModel
|
|
142
142
|
from .models.compatible_flavor import CompatibleFlavor
|
|
143
|
+
from .models.compatible_image import CompatibleImage
|
|
143
144
|
from .models.compliance_fields import ComplianceFields
|
|
144
145
|
from .models.compliance_model_fields import ComplianceModelFields
|
|
145
146
|
from .models.compliance_payload import CompliancePayload
|
|
@@ -233,6 +234,7 @@ from .models.image import Image
|
|
|
233
234
|
from .models.image_fields import ImageFields
|
|
234
235
|
from .models.image_generation_billing_history_details_response_schema import ImageGenerationBillingHistoryDetailsResponseSchema
|
|
235
236
|
from .models.image_get_response import ImageGetResponse
|
|
237
|
+
from .models.image_restrictions import ImageRestrictions
|
|
236
238
|
from .models.images import Images
|
|
237
239
|
from .models.import_keypair_payload import ImportKeypairPayload
|
|
238
240
|
from .models.import_keypair_response import ImportKeypairResponse
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""Forced Hyperstack client identification headers.
|
|
4
|
+
|
|
5
|
+
Maintained in sdk-generator (util/python/_user_agent.py) and copied into the
|
|
6
|
+
generated package by the `add-hyperstack-headers` task. Do not edit in the SDK
|
|
7
|
+
repos -- changes there are overwritten on the next release.
|
|
8
|
+
|
|
9
|
+
The module name deliberately avoids the substring "hyperstack": the generator
|
|
10
|
+
pipeline rewrites absolute imports in this package tree, and keeping this file
|
|
11
|
+
out of that namespace makes it impossible for the rewrite to touch it.
|
|
12
|
+
"""
|
|
13
|
+
|
|
14
|
+
import platform
|
|
15
|
+
import sys
|
|
16
|
+
|
|
17
|
+
CLIENT_HEADER = "Hyperstack-Client"
|
|
18
|
+
USER_AGENT_HEADER = "User-Agent"
|
|
19
|
+
|
|
20
|
+
# Stamped by the sdk-generator Taskfile, per flavour:
|
|
21
|
+
# python -> hyperstack-python-sdk
|
|
22
|
+
# python_async -> hyperstack-python-sdk-async
|
|
23
|
+
SDK_NAME = "hyperstack-python-sdk-async"
|
|
24
|
+
|
|
25
|
+
# Header names we always own, matched case-insensitively so a caller cannot
|
|
26
|
+
# smuggle in a second copy under different casing.
|
|
27
|
+
_FORCED = (CLIENT_HEADER.lower(), USER_AGENT_HEADER.lower())
|
|
28
|
+
|
|
29
|
+
_cache = None
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
def _sdk_version():
|
|
33
|
+
# Imported lazily: this module is pulled in from api_client, which is itself
|
|
34
|
+
# imported while the package __init__ is still executing.
|
|
35
|
+
try:
|
|
36
|
+
from . import __version__
|
|
37
|
+
|
|
38
|
+
return __version__ or "unknown"
|
|
39
|
+
except Exception:
|
|
40
|
+
return "unknown"
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
def _normalize_os(value):
|
|
44
|
+
v = (value or "").strip().lower()
|
|
45
|
+
if v.startswith("darwin") or v.startswith("mac"):
|
|
46
|
+
return "darwin"
|
|
47
|
+
if v.startswith("win") or v == "cygwin":
|
|
48
|
+
return "windows"
|
|
49
|
+
if v.startswith("linux"):
|
|
50
|
+
return "linux"
|
|
51
|
+
return v.replace(" ", "-") or "unknown"
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
def _normalize_arch(value):
|
|
55
|
+
v = (value or "").strip().lower()
|
|
56
|
+
if v in ("x86_64", "x64", "amd64"):
|
|
57
|
+
return "x86_64"
|
|
58
|
+
if v in ("aarch64", "arm64"):
|
|
59
|
+
return "arm64"
|
|
60
|
+
if v in ("i386", "i686", "x86"):
|
|
61
|
+
return "386"
|
|
62
|
+
return v or "unknown"
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
def _sanitize(value):
|
|
66
|
+
"""Keep printable ASCII only, capped at 256 chars.
|
|
67
|
+
|
|
68
|
+
Header values must not carry control characters (CR/LF would allow response
|
|
69
|
+
splitting) and some HTTP stacks reject non-ASCII outright.
|
|
70
|
+
"""
|
|
71
|
+
return "".join(c for c in value if 0x20 <= ord(c) < 0x7F)[:256]
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
def _build():
|
|
75
|
+
client = _sanitize("%s/%s" % (SDK_NAME, _sdk_version()))
|
|
76
|
+
try:
|
|
77
|
+
runtime = "Python/%s" % platform.python_version()
|
|
78
|
+
except Exception:
|
|
79
|
+
runtime = "Python/unknown"
|
|
80
|
+
try:
|
|
81
|
+
os_name = _normalize_os(sys.platform)
|
|
82
|
+
arch = _normalize_arch(platform.machine())
|
|
83
|
+
except Exception:
|
|
84
|
+
os_name, arch = "unknown", "unknown"
|
|
85
|
+
user_agent = _sanitize("%s (%s; %s/%s)" % (client, runtime, os_name, arch))
|
|
86
|
+
return {CLIENT_HEADER: client, USER_AGENT_HEADER: user_agent}
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
def hyperstack_headers():
|
|
90
|
+
"""Return the forced identification headers, computed once and cached."""
|
|
91
|
+
global _cache
|
|
92
|
+
if _cache is None:
|
|
93
|
+
_cache = _build()
|
|
94
|
+
return _cache
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
def apply_hyperstack_headers(header_params):
|
|
98
|
+
"""Force the identification headers onto a mutable header dict.
|
|
99
|
+
|
|
100
|
+
Any caller-supplied variant is dropped first, so exactly one of each is sent.
|
|
101
|
+
"""
|
|
102
|
+
if header_params is None:
|
|
103
|
+
return header_params
|
|
104
|
+
for key in [k for k in list(header_params) if str(k).lower() in _FORCED]:
|
|
105
|
+
del header_params[key]
|
|
106
|
+
header_params.update(hyperstack_headers())
|
|
107
|
+
return header_params
|
|
@@ -29,7 +29,7 @@ from pydantic import SecretStr
|
|
|
29
29
|
from .configuration import Configuration
|
|
30
30
|
from .api_response import ApiResponse, T as ApiResponseT
|
|
31
31
|
from . import rest, models
|
|
32
|
-
from .import rest
|
|
32
|
+
from . import rest
|
|
33
33
|
from .exceptions import (
|
|
34
34
|
ApiValueError,
|
|
35
35
|
ApiException,
|
|
@@ -90,7 +90,7 @@ class ApiClient:
|
|
|
90
90
|
self.default_headers[header_name] = header_value
|
|
91
91
|
self.cookie = cookie
|
|
92
92
|
# Set default User-Agent.
|
|
93
|
-
self.user_agent = '
|
|
93
|
+
self.user_agent = 'hyperstack-python-sdk-async/v1.55.4-alpha'
|
|
94
94
|
self.client_side_validation = configuration.client_side_validation
|
|
95
95
|
|
|
96
96
|
async def __aenter__(self):
|
|
@@ -182,7 +182,7 @@ class ApiClient:
|
|
|
182
182
|
|
|
183
183
|
# header parameters
|
|
184
184
|
header_params = header_params or {}
|
|
185
|
-
header_params.update(self.default_headers)
|
|
185
|
+
header_params.update(self.default_headers); from ._user_agent import apply_hyperstack_headers; apply_hyperstack_headers(header_params)
|
|
186
186
|
if self.cookie:
|
|
187
187
|
header_params['Cookie'] = self.cookie
|
|
188
188
|
if header_params:
|
|
@@ -520,7 +520,7 @@ conf = hyperstack_async.Configuration(
|
|
|
520
520
|
"OS: {env}\n"\
|
|
521
521
|
"Python Version: {pyversion}\n"\
|
|
522
522
|
"Version of the API: 1.0\n"\
|
|
523
|
-
"SDK Package Version: v1.55.
|
|
523
|
+
"SDK Package Version: v1.55.4-alpha".\
|
|
524
524
|
format(env=sys.platform, pyversion=sys.version)
|
|
525
525
|
|
|
526
526
|
def get_host_settings(self) -> List[HostSetting]:
|
|
@@ -68,6 +68,7 @@ from .cluster_versions import ClusterVersions
|
|
|
68
68
|
from .colors import Colors
|
|
69
69
|
from .common_response_model import CommonResponseModel
|
|
70
70
|
from .compatible_flavor import CompatibleFlavor
|
|
71
|
+
from .compatible_image import CompatibleImage
|
|
71
72
|
from .compliance_fields import ComplianceFields
|
|
72
73
|
from .compliance_model_fields import ComplianceModelFields
|
|
73
74
|
from .compliance_payload import CompliancePayload
|
|
@@ -161,6 +162,7 @@ from .image import Image
|
|
|
161
162
|
from .image_fields import ImageFields
|
|
162
163
|
from .image_generation_billing_history_details_response_schema import ImageGenerationBillingHistoryDetailsResponseSchema
|
|
163
164
|
from .image_get_response import ImageGetResponse
|
|
165
|
+
from .image_restrictions import ImageRestrictions
|
|
164
166
|
from .images import Images
|
|
165
167
|
from .import_keypair_payload import ImportKeypairPayload
|
|
166
168
|
from .import_keypair_response import ImportKeypairResponse
|
|
@@ -0,0 +1,108 @@
|
|
|
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
|
+
|
|
15
|
+
from __future__ import annotations
|
|
16
|
+
import pprint
|
|
17
|
+
import re # noqa: F401
|
|
18
|
+
import json
|
|
19
|
+
|
|
20
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr
|
|
21
|
+
from typing import Any, ClassVar, Dict, List, Optional
|
|
22
|
+
from typing import Optional, Set
|
|
23
|
+
from typing_extensions import Self
|
|
24
|
+
|
|
25
|
+
class CompatibleImage(BaseModel):
|
|
26
|
+
"""
|
|
27
|
+
CompatibleImage
|
|
28
|
+
""" # noqa: E501
|
|
29
|
+
constraints: Optional[Dict[str, Any]] = Field(default=None, description="JSON constraints object")
|
|
30
|
+
image_id: Optional[StrictInt] = None
|
|
31
|
+
image_name: Optional[StrictStr] = None
|
|
32
|
+
link_type: Optional[StrictStr] = Field(default=None, description="Either 'hard' or 'soft'")
|
|
33
|
+
reason: Optional[StrictStr] = None
|
|
34
|
+
additional_properties: Dict[str, Any] = {}
|
|
35
|
+
__properties: ClassVar[List[str]] = ["constraints", "image_id", "image_name", "link_type", "reason"]
|
|
36
|
+
|
|
37
|
+
model_config = ConfigDict(
|
|
38
|
+
populate_by_name=True,
|
|
39
|
+
validate_assignment=True,
|
|
40
|
+
protected_namespaces=(),
|
|
41
|
+
)
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
def to_str(self) -> str:
|
|
45
|
+
"""Returns the string representation of the model using alias"""
|
|
46
|
+
return pprint.pformat(self.model_dump(by_alias=True))
|
|
47
|
+
|
|
48
|
+
def to_json(self) -> str:
|
|
49
|
+
"""Returns the JSON representation of the model using alias"""
|
|
50
|
+
# TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
|
|
51
|
+
return json.dumps(self.to_dict())
|
|
52
|
+
|
|
53
|
+
@classmethod
|
|
54
|
+
def from_json(cls, json_str: str) -> Optional[Self]:
|
|
55
|
+
"""Create an instance of CompatibleImage from a JSON string"""
|
|
56
|
+
return cls.from_dict(json.loads(json_str))
|
|
57
|
+
|
|
58
|
+
def to_dict(self) -> Dict[str, Any]:
|
|
59
|
+
"""Return the dictionary representation of the model using alias.
|
|
60
|
+
|
|
61
|
+
This has the following differences from calling pydantic's
|
|
62
|
+
`self.model_dump(by_alias=True)`:
|
|
63
|
+
|
|
64
|
+
* `None` is only added to the output dict for nullable fields that
|
|
65
|
+
were set at model initialization. Other fields with value `None`
|
|
66
|
+
are ignored.
|
|
67
|
+
* Fields in `self.additional_properties` are added to the output dict.
|
|
68
|
+
"""
|
|
69
|
+
excluded_fields: Set[str] = set([
|
|
70
|
+
"additional_properties",
|
|
71
|
+
])
|
|
72
|
+
|
|
73
|
+
_dict = self.model_dump(
|
|
74
|
+
by_alias=True,
|
|
75
|
+
exclude=excluded_fields,
|
|
76
|
+
exclude_none=True,
|
|
77
|
+
)
|
|
78
|
+
# puts key-value pairs in additional_properties in the top level
|
|
79
|
+
if self.additional_properties is not None:
|
|
80
|
+
for _key, _value in self.additional_properties.items():
|
|
81
|
+
_dict[_key] = _value
|
|
82
|
+
|
|
83
|
+
return _dict
|
|
84
|
+
|
|
85
|
+
@classmethod
|
|
86
|
+
def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
|
|
87
|
+
"""Create an instance of CompatibleImage from a dict"""
|
|
88
|
+
if obj is None:
|
|
89
|
+
return None
|
|
90
|
+
|
|
91
|
+
if not isinstance(obj, dict):
|
|
92
|
+
return cls.model_validate(obj)
|
|
93
|
+
|
|
94
|
+
_obj = cls.model_validate({
|
|
95
|
+
"constraints": obj.get("constraints"),
|
|
96
|
+
"image_id": obj.get("image_id"),
|
|
97
|
+
"image_name": obj.get("image_name"),
|
|
98
|
+
"link_type": obj.get("link_type"),
|
|
99
|
+
"reason": obj.get("reason")
|
|
100
|
+
})
|
|
101
|
+
# store additional fields in additional_properties
|
|
102
|
+
for _key in obj.keys():
|
|
103
|
+
if _key not in cls.__properties:
|
|
104
|
+
_obj.additional_properties[_key] = obj.get(_key)
|
|
105
|
+
|
|
106
|
+
return _obj
|
|
107
|
+
|
|
108
|
+
|
{hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async/models/flavor_fields.py
RENAMED
|
@@ -18,8 +18,9 @@ import re # noqa: F401
|
|
|
18
18
|
import json
|
|
19
19
|
|
|
20
20
|
from datetime import datetime
|
|
21
|
-
from pydantic import BaseModel, ConfigDict, StrictBool, StrictFloat, StrictInt, StrictStr
|
|
21
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictFloat, StrictInt, StrictStr
|
|
22
22
|
from typing import Any, ClassVar, Dict, List, Optional, Union
|
|
23
|
+
from ..models.image_restrictions import ImageRestrictions
|
|
23
24
|
from ..models.lable_resonse import LableResonse
|
|
24
25
|
from typing import Optional, Set
|
|
25
26
|
from typing_extensions import Self
|
|
@@ -37,13 +38,14 @@ class FlavorFields(BaseModel):
|
|
|
37
38
|
gpu: Optional[StrictStr] = None
|
|
38
39
|
gpu_count: Optional[StrictInt] = None
|
|
39
40
|
id: Optional[StrictInt] = None
|
|
41
|
+
image_restrictions: Optional[ImageRestrictions] = Field(default=None, description="Image compatibility restrictions for this flavor (flavor → image links)")
|
|
40
42
|
labels: Optional[List[LableResonse]] = None
|
|
41
43
|
name: Optional[StrictStr] = None
|
|
42
44
|
ram: Optional[Union[StrictFloat, StrictInt]] = None
|
|
43
45
|
region_name: Optional[StrictStr] = None
|
|
44
46
|
stock_available: Optional[StrictBool] = None
|
|
45
47
|
additional_properties: Dict[str, Any] = {}
|
|
46
|
-
__properties: ClassVar[List[str]] = ["cpu", "created_at", "disk", "display_name", "ephemeral", "features", "gpu", "gpu_count", "id", "labels", "name", "ram", "region_name", "stock_available"]
|
|
48
|
+
__properties: ClassVar[List[str]] = ["cpu", "created_at", "disk", "display_name", "ephemeral", "features", "gpu", "gpu_count", "id", "image_restrictions", "labels", "name", "ram", "region_name", "stock_available"]
|
|
47
49
|
|
|
48
50
|
model_config = ConfigDict(
|
|
49
51
|
populate_by_name=True,
|
|
@@ -86,6 +88,9 @@ class FlavorFields(BaseModel):
|
|
|
86
88
|
exclude=excluded_fields,
|
|
87
89
|
exclude_none=True,
|
|
88
90
|
)
|
|
91
|
+
# override the default output from pydantic by calling `to_dict()` of image_restrictions
|
|
92
|
+
if self.image_restrictions:
|
|
93
|
+
_dict['image_restrictions'] = self.image_restrictions.to_dict()
|
|
89
94
|
# override the default output from pydantic by calling `to_dict()` of each item in labels (list)
|
|
90
95
|
_items = []
|
|
91
96
|
if self.labels:
|
|
@@ -119,6 +124,7 @@ class FlavorFields(BaseModel):
|
|
|
119
124
|
"gpu": obj.get("gpu"),
|
|
120
125
|
"gpu_count": obj.get("gpu_count"),
|
|
121
126
|
"id": obj.get("id"),
|
|
127
|
+
"image_restrictions": ImageRestrictions.from_dict(obj["image_restrictions"]) if obj.get("image_restrictions") is not None else None,
|
|
122
128
|
"labels": [LableResonse.from_dict(_item) for _item in obj["labels"]] if obj.get("labels") is not None else None,
|
|
123
129
|
"name": obj.get("name"),
|
|
124
130
|
"ram": obj.get("ram"),
|
|
@@ -0,0 +1,112 @@
|
|
|
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
|
+
|
|
15
|
+
from __future__ import annotations
|
|
16
|
+
import pprint
|
|
17
|
+
import re # noqa: F401
|
|
18
|
+
import json
|
|
19
|
+
|
|
20
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictStr
|
|
21
|
+
from typing import Any, ClassVar, Dict, List, Optional
|
|
22
|
+
from ..models.compatible_image import CompatibleImage
|
|
23
|
+
from typing import Optional, Set
|
|
24
|
+
from typing_extensions import Self
|
|
25
|
+
|
|
26
|
+
class ImageRestrictions(BaseModel):
|
|
27
|
+
"""
|
|
28
|
+
ImageRestrictions
|
|
29
|
+
""" # noqa: E501
|
|
30
|
+
compatible_images: Optional[List[CompatibleImage]] = Field(default=None, description="List of images this flavor is allowed to launch, with link metadata")
|
|
31
|
+
has_image_restrictions: Optional[StrictBool] = Field(default=None, description="Whether the flavor is restricted to a set of images")
|
|
32
|
+
restriction_type: Optional[StrictStr] = Field(default=None, description="Either 'hard', 'soft', or null if no restrictions")
|
|
33
|
+
additional_properties: Dict[str, Any] = {}
|
|
34
|
+
__properties: ClassVar[List[str]] = ["compatible_images", "has_image_restrictions", "restriction_type"]
|
|
35
|
+
|
|
36
|
+
model_config = ConfigDict(
|
|
37
|
+
populate_by_name=True,
|
|
38
|
+
validate_assignment=True,
|
|
39
|
+
protected_namespaces=(),
|
|
40
|
+
)
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
def to_str(self) -> str:
|
|
44
|
+
"""Returns the string representation of the model using alias"""
|
|
45
|
+
return pprint.pformat(self.model_dump(by_alias=True))
|
|
46
|
+
|
|
47
|
+
def to_json(self) -> str:
|
|
48
|
+
"""Returns the JSON representation of the model using alias"""
|
|
49
|
+
# TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
|
|
50
|
+
return json.dumps(self.to_dict())
|
|
51
|
+
|
|
52
|
+
@classmethod
|
|
53
|
+
def from_json(cls, json_str: str) -> Optional[Self]:
|
|
54
|
+
"""Create an instance of ImageRestrictions from a JSON string"""
|
|
55
|
+
return cls.from_dict(json.loads(json_str))
|
|
56
|
+
|
|
57
|
+
def to_dict(self) -> Dict[str, Any]:
|
|
58
|
+
"""Return the dictionary representation of the model using alias.
|
|
59
|
+
|
|
60
|
+
This has the following differences from calling pydantic's
|
|
61
|
+
`self.model_dump(by_alias=True)`:
|
|
62
|
+
|
|
63
|
+
* `None` is only added to the output dict for nullable fields that
|
|
64
|
+
were set at model initialization. Other fields with value `None`
|
|
65
|
+
are ignored.
|
|
66
|
+
* Fields in `self.additional_properties` are added to the output dict.
|
|
67
|
+
"""
|
|
68
|
+
excluded_fields: Set[str] = set([
|
|
69
|
+
"additional_properties",
|
|
70
|
+
])
|
|
71
|
+
|
|
72
|
+
_dict = self.model_dump(
|
|
73
|
+
by_alias=True,
|
|
74
|
+
exclude=excluded_fields,
|
|
75
|
+
exclude_none=True,
|
|
76
|
+
)
|
|
77
|
+
# override the default output from pydantic by calling `to_dict()` of each item in compatible_images (list)
|
|
78
|
+
_items = []
|
|
79
|
+
if self.compatible_images:
|
|
80
|
+
for _item_compatible_images in self.compatible_images:
|
|
81
|
+
if _item_compatible_images:
|
|
82
|
+
_items.append(_item_compatible_images.to_dict())
|
|
83
|
+
_dict['compatible_images'] = _items
|
|
84
|
+
# puts key-value pairs in additional_properties in the top level
|
|
85
|
+
if self.additional_properties is not None:
|
|
86
|
+
for _key, _value in self.additional_properties.items():
|
|
87
|
+
_dict[_key] = _value
|
|
88
|
+
|
|
89
|
+
return _dict
|
|
90
|
+
|
|
91
|
+
@classmethod
|
|
92
|
+
def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
|
|
93
|
+
"""Create an instance of ImageRestrictions from a dict"""
|
|
94
|
+
if obj is None:
|
|
95
|
+
return None
|
|
96
|
+
|
|
97
|
+
if not isinstance(obj, dict):
|
|
98
|
+
return cls.model_validate(obj)
|
|
99
|
+
|
|
100
|
+
_obj = cls.model_validate({
|
|
101
|
+
"compatible_images": [CompatibleImage.from_dict(_item) for _item in obj["compatible_images"]] if obj.get("compatible_images") is not None else None,
|
|
102
|
+
"has_image_restrictions": obj.get("has_image_restrictions"),
|
|
103
|
+
"restriction_type": obj.get("restriction_type")
|
|
104
|
+
})
|
|
105
|
+
# store additional fields in additional_properties
|
|
106
|
+
for _key in obj.keys():
|
|
107
|
+
if _key not in cls.__properties:
|
|
108
|
+
_obj.additional_properties[_key] = obj.get(_key)
|
|
109
|
+
|
|
110
|
+
return _obj
|
|
111
|
+
|
|
112
|
+
|
{hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/hyperstack_async.egg-info/SOURCES.txt
RENAMED
|
@@ -3,6 +3,7 @@ pyproject.toml
|
|
|
3
3
|
setup.cfg
|
|
4
4
|
setup.py
|
|
5
5
|
hyperstack_async/__init__.py
|
|
6
|
+
hyperstack_async/_user_agent.py
|
|
6
7
|
hyperstack_async/api_client.py
|
|
7
8
|
hyperstack_async/api_response.py
|
|
8
9
|
hyperstack_async/configuration.py
|
|
@@ -126,6 +127,7 @@ hyperstack_async/models/cluster_versions.py
|
|
|
126
127
|
hyperstack_async/models/colors.py
|
|
127
128
|
hyperstack_async/models/common_response_model.py
|
|
128
129
|
hyperstack_async/models/compatible_flavor.py
|
|
130
|
+
hyperstack_async/models/compatible_image.py
|
|
129
131
|
hyperstack_async/models/compliance_fields.py
|
|
130
132
|
hyperstack_async/models/compliance_model_fields.py
|
|
131
133
|
hyperstack_async/models/compliance_payload.py
|
|
@@ -219,6 +221,7 @@ hyperstack_async/models/image.py
|
|
|
219
221
|
hyperstack_async/models/image_fields.py
|
|
220
222
|
hyperstack_async/models/image_generation_billing_history_details_response_schema.py
|
|
221
223
|
hyperstack_async/models/image_get_response.py
|
|
224
|
+
hyperstack_async/models/image_restrictions.py
|
|
222
225
|
hyperstack_async/models/images.py
|
|
223
226
|
hyperstack_async/models/import_keypair_payload.py
|
|
224
227
|
hyperstack_async/models/import_keypair_response.py
|
|
@@ -485,6 +488,7 @@ test/test_clusters_api.py
|
|
|
485
488
|
test/test_colors.py
|
|
486
489
|
test/test_common_response_model.py
|
|
487
490
|
test/test_compatible_flavor.py
|
|
491
|
+
test/test_compatible_image.py
|
|
488
492
|
test/test_compliance_api.py
|
|
489
493
|
test/test_compliance_fields.py
|
|
490
494
|
test/test_compliance_model_fields.py
|
|
@@ -593,6 +597,7 @@ test/test_image_api.py
|
|
|
593
597
|
test/test_image_fields.py
|
|
594
598
|
test/test_image_generation_billing_history_details_response_schema.py
|
|
595
599
|
test/test_image_get_response.py
|
|
600
|
+
test/test_image_restrictions.py
|
|
596
601
|
test/test_images.py
|
|
597
602
|
test/test_import_keypair_payload.py
|
|
598
603
|
test/test_import_keypair_response.py
|
|
@@ -21,7 +21,7 @@ from setuptools import setup, find_packages # noqa: H301
|
|
|
21
21
|
# prerequisite: setuptools
|
|
22
22
|
# http://pypi.python.org/pypi/setuptools
|
|
23
23
|
NAME = "hyperstack-async"
|
|
24
|
-
VERSION = "v1.55.
|
|
24
|
+
VERSION = "v1.55.4-alpha"
|
|
25
25
|
PYTHON_REQUIRES = ">= 3.8"
|
|
26
26
|
REQUIRES = [
|
|
27
27
|
"urllib3 >= 1.25.3, < 3.0.0",
|
|
@@ -0,0 +1,55 @@
|
|
|
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
|
+
|
|
15
|
+
import unittest
|
|
16
|
+
|
|
17
|
+
from hyperstack_async.models.compatible_image import CompatibleImage
|
|
18
|
+
|
|
19
|
+
class TestCompatibleImage(unittest.TestCase):
|
|
20
|
+
"""CompatibleImage unit test stubs"""
|
|
21
|
+
|
|
22
|
+
def setUp(self):
|
|
23
|
+
pass
|
|
24
|
+
|
|
25
|
+
def tearDown(self):
|
|
26
|
+
pass
|
|
27
|
+
|
|
28
|
+
def make_instance(self, include_optional) -> CompatibleImage:
|
|
29
|
+
"""Test CompatibleImage
|
|
30
|
+
include_optional is a boolean, when False only required
|
|
31
|
+
params are included, when True both required and
|
|
32
|
+
optional params are included """
|
|
33
|
+
# uncomment below to create an instance of `CompatibleImage`
|
|
34
|
+
"""
|
|
35
|
+
model = CompatibleImage()
|
|
36
|
+
if include_optional:
|
|
37
|
+
return CompatibleImage(
|
|
38
|
+
constraints = None,
|
|
39
|
+
image_id = 56,
|
|
40
|
+
image_name = '',
|
|
41
|
+
link_type = '',
|
|
42
|
+
reason = ''
|
|
43
|
+
)
|
|
44
|
+
else:
|
|
45
|
+
return CompatibleImage(
|
|
46
|
+
)
|
|
47
|
+
"""
|
|
48
|
+
|
|
49
|
+
def testCompatibleImage(self):
|
|
50
|
+
"""Test CompatibleImage"""
|
|
51
|
+
# inst_req_only = self.make_instance(include_optional=False)
|
|
52
|
+
# inst_req_and_optional = self.make_instance(include_optional=True)
|
|
53
|
+
|
|
54
|
+
if __name__ == '__main__':
|
|
55
|
+
unittest.main()
|
|
@@ -44,6 +44,17 @@ class TestFlavorFields(unittest.TestCase):
|
|
|
44
44
|
gpu = '',
|
|
45
45
|
gpu_count = 56,
|
|
46
46
|
id = 56,
|
|
47
|
+
image_restrictions = hyperstack_async.models.image_restrictions.ImageRestrictions(
|
|
48
|
+
compatible_images = [
|
|
49
|
+
hyperstack_async.models.compatible_image.CompatibleImage(
|
|
50
|
+
constraints = hyperstack_async.models.constraints.constraints(),
|
|
51
|
+
image_id = 56,
|
|
52
|
+
image_name = '',
|
|
53
|
+
link_type = '',
|
|
54
|
+
reason = '', )
|
|
55
|
+
],
|
|
56
|
+
has_image_restrictions = True,
|
|
57
|
+
restriction_type = '', ),
|
|
47
58
|
labels = [
|
|
48
59
|
hyperstack_async.models.lable_resonse.LableResonse(
|
|
49
60
|
id = 56,
|
{hyperstack_async-1.55.1a0 → hyperstack_async-1.55.4a0}/test/test_flavor_item_get_response.py
RENAMED
|
@@ -46,6 +46,7 @@ class TestFlavorItemGetResponse(unittest.TestCase):
|
|
|
46
46
|
gpu = '',
|
|
47
47
|
gpu_count = 56,
|
|
48
48
|
id = 56,
|
|
49
|
+
image_restrictions = hyperstack_async.models.image_restrictions.image_restrictions(),
|
|
49
50
|
labels = [
|
|
50
51
|
hyperstack_async.models.lable_resonse.LableResonse(
|
|
51
52
|
id = 56,
|
|
@@ -48,6 +48,7 @@ class TestFlavorListResponse(unittest.TestCase):
|
|
|
48
48
|
gpu = '',
|
|
49
49
|
gpu_count = 56,
|
|
50
50
|
id = 56,
|
|
51
|
+
image_restrictions = hyperstack_async.models.image_restrictions.image_restrictions(),
|
|
51
52
|
labels = [
|
|
52
53
|
hyperstack_async.models.lable_resonse.LableResonse(
|
|
53
54
|
id = 56,
|