hyperstack 1.48.0a0__tar.gz → 1.49.0a0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/PKG-INFO +1 -1
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/README.md +3 -1
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/__init__.py +3 -1
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/virtual_machine_api.py +18 -1
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api_client.py +1 -1
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/configuration.py +1 -1
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/__init__.py +2 -0
- hyperstack-1.49.0a0/hyperstack/models/compatible_flavor.py +95 -0
- hyperstack-1.49.0a0/hyperstack/models/flavor_restrictions.py +99 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/image_fields.py +8 -2
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack.egg-info/PKG-INFO +1 -1
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack.egg-info/SOURCES.txt +4 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/pyproject.toml +1 -1
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/setup.py +1 -1
- hyperstack-1.49.0a0/test/test_compatible_flavor.py +55 -0
- hyperstack-1.49.0a0/test/test_flavor_restrictions.py +60 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_image.py +1 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_image_fields.py +11 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_image_get_response.py +1 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_images.py +1 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/__init__.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/access_keys_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/alive_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/api_key_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/assigning_member_role_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/auth_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/beta_access_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/billing_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/buckets_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/calculate_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/callbacks_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/cluster_events_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/clusters_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/compliance_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/credit_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/customer_contract_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/dashboard_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/deployment_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/environment_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/fip_exclusions_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/firewall_attachment_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/firewalls_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/flavor_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/floating_ip_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/gpu_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/health_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/image_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/invite_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/keypair_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/organization_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/partner_config_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/payment_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/permission_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/policy_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/pricebook_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/profile_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/rbac_role_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/region_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/regions_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/security_rules_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/snapshot_events_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/snapshots_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/stock_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/template_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/user_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/user_detail_choice_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/user_permission_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/virtual_machine_events_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/vnc_url_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/volume_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/volume_attachment_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api/vouchers_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/api_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/exceptions.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/access_token_field.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/add_user_info_success_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/allocated_gpu_count_graph.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/api_key_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/assign_rbac_role_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/attach_callback_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/attach_callback_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/attach_firewall_with_vm.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/attach_firewalls_to_vm_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/attach_volume_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/attach_volumes.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/attach_volumes_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/attachments_fields_for_volume.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/attributes.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/auth_get_token_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/auth_user_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/auth_user_info_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/beta_access_request_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/beta_access_request_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/beta_access_request_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/beta_access_status_item.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/beta_access_status_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/billing_history.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/billing_history_data_synthesis_details.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/billing_history_fine_tuning.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/billing_history_model_evalutation_details.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/billing_history_serverless_inference.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/billing_history_serverless_inference_details.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/billing_metrices_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/billing_metrices_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/cluster_events.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/cluster_events_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/cluster_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/cluster_flavor_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/cluster_list_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/cluster_node_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/cluster_node_group_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/cluster_node_groups_create_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/cluster_node_groups_get_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/cluster_node_groups_list_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/cluster_node_instance_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/cluster_nodes_list_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/cluster_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/cluster_version.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/cluster_versions.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/colors.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/common_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/compliance_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/compliance_model_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/compliance_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/compliance_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/container_overview_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/contract.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/contract_discount_plan_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/contract_gpu_allocation_graph_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/contract_instance_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/contract_instances_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/create_cluster_node_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/create_cluster_node_group_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/create_cluster_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/create_environment.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/create_firewall_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/create_firewall_rule_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/create_image.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/create_image_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/create_instances_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/create_instances_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/create_profile_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/create_profile_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/create_security_rule_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/create_snapshot_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/create_snapshot_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/create_update_compliance_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/create_update_rbac_role_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/create_volume_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/customer_contract_detail_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/customer_contract_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/dashboard_info_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/data_synthesis_billing_history_details_response_schema.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/delete_cluster_nodes_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/deployment_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/deployment_fields_for_start_deployments.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/deployments.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/detach_volumes.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/detach_volumes_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/edit_label_of_an_existing_vm_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/environment.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/environment_features.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/environment_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/environment_fields_for_volume.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/environments.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/error_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/firewall_attachment_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/firewall_attachment_vm_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/firewall_detail_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/firewall_detail_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/firewall_environment_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/firewall_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/firewall_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/firewall_rule.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/firewalls_list_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/flavor_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/flavor_item_get_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/flavor_label_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/flavor_list_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/flavor_object_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/generate_update_api_key_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/generate_update_api_key_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/get_api_keys_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/get_credit_and_threshold_info.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/get_credit_and_threshold_info_in_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/get_customer_contracts_list_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/get_instance_logs_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/get_invites_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/get_organization_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/get_permissions_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/get_policies_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/get_rbac_roles_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/get_user_permissions_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/gpu_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/gpu_list.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/gpu_region_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/graph_datetime_value_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/image.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/image_get_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/images.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/import_keypair_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/import_keypair_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/infrahub_resource_object_response_for_customer.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/instance.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/instance_environment_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/instance_events.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/instance_events_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/instance_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/instance_flavor_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/instance_image_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/instance_keypair_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/instance_overview_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/instance_resize_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/instances.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/invite_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/invite_user_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/invite_user_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/keypair_environment_features.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/keypair_environment_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/keypair_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/keypairs.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/lable_resonse.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/last_day_cost_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/last_day_cost_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/logos.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/manual_reconciliation_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/master_flavors_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/metric_item_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/metrics_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/mfa_status_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/mfa_status_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/model_evaluation_billing_history_details_response_schema.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/name_available_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/new_configurations_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/new_model_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/new_stock_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/new_stock_retrive_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/object_storage_access_key_create_request.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/object_storage_access_key_create_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/object_storage_access_key_list_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/object_storage_access_key_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/object_storage_bucket_list_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/object_storage_bucket_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/object_storage_delete_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/object_storage_error_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/object_storage_health_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/object_storage_pagination_meta.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/object_storage_region_list_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/object_storage_region_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/object_storage_regions_enum.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/organization_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/organization_level_billing_history.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/organization_level_billing_history_resources.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/organization_level_billing_history_response_attributes.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/organization_level_billing_history_response_metrics.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/organization_level_billing_history_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/organization_threshold_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/organization_threshold_update_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/organization_thresholds_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/organization_user_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/overview_info.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/pagination.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/pagination_data.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/partner_config.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/payment_details_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/payment_details_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/payment_initiate_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/payment_initiate_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/payment_initiate_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/permission_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/policy_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/policy_permission_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/pricebook_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/pricebook_resource_object_response_for_customer.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/primary_color.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/profile_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/profile_list_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/profile_object_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/rbac_role_detail_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/rbac_role_detail_response_model_fixed.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/rbac_role_field.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/rbac_role_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/redeem_voucher_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/region_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/regions.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/remove_member_from_organization_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/remove_member_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/request_console.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/request_instance_logs_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/request_instance_logs_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/resource_billing_events_history_metrics.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/resource_billing_events_history_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/resource_billing_response_for_customer.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/resource_level_billing_bucket_details_resources.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/resource_level_billing_details_attributes.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/resource_level_billing_details_metrics.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/resource_level_billing_details_vm.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/resource_level_billing_details_volume.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/resource_level_billing_details_volume_attributes.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/resource_level_billing_details_volume_metrics.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/resource_level_billing_history.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/resource_level_billing_history_resources.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/resource_level_billing_history_resources_cluster.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/resource_level_billing_history_response_attributes.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/resource_level_billing_history_response_metrics.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/resource_level_billing_vm_details_resources.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/resource_level_billing_volume_details_resources.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/resource_level_bucket_billing_details_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/resource_level_bucket_billing_history_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/resource_level_cluster_billing_details_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/resource_level_cluster_billing_history_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/resource_level_cluster_graph_billing_details_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/resource_level_graph_billing_detail_volume.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/resource_level_graph_billing_details_attributes.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/resource_level_graph_billing_details_bucket.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/resource_level_graph_billing_details_metrics.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/resource_level_graph_billing_details_vm.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/resource_level_graph_billing_vm_details_resources.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/resource_level_graph_billing_volume_details_resources.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/resource_level_vm_billing_details_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/resource_level_vm_billing_history_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/resource_level_vm_graph_billing_details_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/resource_level_volume_billing_details_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/resource_level_volume_billing_history_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/resource_level_volume_graph_billing_details_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/resource_object_response_for_customer.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/role_permission_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/role_policy_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/secondary_color.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/security_group_rule.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/security_group_rule_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/security_rules_fields_for_instance.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/security_rules_protocol_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/serverless_inferenced_billing_history_details_response_schema.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/snapshot_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/snapshot_restore_request.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/snapshot_retrieve.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/snapshot_retrieve_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/snapshots.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/start_deployment.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/start_deployment_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/sub_resource_graph_billing_details_metrics.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/sub_resources_costs_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/sub_resources_graph_billing_history_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/sub_resources_graph_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/subscribe_or_unsubscribe_update_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/template.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/template_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/templates.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/token_based_billing_history_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/update_cluster_node_group_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/update_environment.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/update_keypair_name.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/update_keypair_name_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/update_organization_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/update_organization_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/update_template.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/update_volume_attachment_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/update_volume_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/update_volume_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/uris.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/user_default_choice_for_user_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/user_default_choices_for_user_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/user_info_post_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/user_organizations_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/user_permission_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/users_info_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/users_info_list_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/vncurl.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/vncurl_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/volume.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/volume_attachment_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/volume_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/volume_fields_for_instance.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/volume_overview_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/volume_types.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/volumes.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/volumes_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/voucher.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/voucher_redeem_response_schema.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/models/workload_billing_history_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/py.typed +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack/rest.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack.egg-info/dependency_links.txt +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack.egg-info/requires.txt +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/hyperstack.egg-info/top_level.txt +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/setup.cfg +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_access_keys_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_access_token_field.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_add_user_info_success_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_alive_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_allocated_gpu_count_graph.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_api_key_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_api_key_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_assign_rbac_role_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_assigning_member_role_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_attach_callback_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_attach_callback_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_attach_firewall_with_vm.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_attach_firewalls_to_vm_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_attach_volume_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_attach_volumes.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_attach_volumes_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_attachments_fields_for_volume.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_attributes.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_auth_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_auth_get_token_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_auth_user_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_auth_user_info_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_beta_access_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_beta_access_request_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_beta_access_request_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_beta_access_request_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_beta_access_status_item.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_beta_access_status_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_billing_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_billing_history.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_billing_history_data_synthesis_details.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_billing_history_fine_tuning.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_billing_history_model_evalutation_details.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_billing_history_serverless_inference.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_billing_history_serverless_inference_details.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_billing_metrices_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_billing_metrices_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_buckets_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_calculate_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_callbacks_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_cluster_events.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_cluster_events_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_cluster_events_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_cluster_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_cluster_flavor_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_cluster_list_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_cluster_node_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_cluster_node_group_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_cluster_node_groups_create_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_cluster_node_groups_get_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_cluster_node_groups_list_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_cluster_node_instance_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_cluster_nodes_list_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_cluster_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_cluster_version.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_cluster_versions.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_clusters_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_colors.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_common_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_compliance_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_compliance_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_compliance_model_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_compliance_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_compliance_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_container_overview_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_contract.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_contract_discount_plan_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_contract_gpu_allocation_graph_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_contract_instance_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_contract_instances_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_create_cluster_node_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_create_cluster_node_group_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_create_cluster_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_create_environment.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_create_firewall_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_create_firewall_rule_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_create_image.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_create_image_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_create_instances_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_create_instances_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_create_profile_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_create_profile_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_create_security_rule_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_create_snapshot_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_create_snapshot_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_create_update_compliance_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_create_update_rbac_role_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_create_volume_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_credit_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_customer_contract_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_customer_contract_detail_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_customer_contract_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_dashboard_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_dashboard_info_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_data_synthesis_billing_history_details_response_schema.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_delete_cluster_nodes_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_deployment_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_deployment_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_deployment_fields_for_start_deployments.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_deployments.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_detach_volumes.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_detach_volumes_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_edit_label_of_an_existing_vm_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_environment.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_environment_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_environment_features.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_environment_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_environment_fields_for_volume.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_environments.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_error_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_fip_exclusions_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_firewall_attachment_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_firewall_attachment_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_firewall_attachment_vm_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_firewall_detail_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_firewall_detail_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_firewall_environment_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_firewall_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_firewall_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_firewall_rule.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_firewalls_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_firewalls_list_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_flavor_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_flavor_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_flavor_item_get_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_flavor_label_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_flavor_list_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_flavor_object_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_floating_ip_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_generate_update_api_key_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_generate_update_api_key_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_get_api_keys_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_get_credit_and_threshold_info.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_get_credit_and_threshold_info_in_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_get_customer_contracts_list_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_get_instance_logs_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_get_invites_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_get_organization_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_get_permissions_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_get_policies_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_get_rbac_roles_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_get_user_permissions_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_gpu_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_gpu_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_gpu_list.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_gpu_region_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_graph_datetime_value_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_health_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_image_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_import_keypair_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_import_keypair_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_infrahub_resource_object_response_for_customer.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_instance.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_instance_environment_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_instance_events.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_instance_events_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_instance_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_instance_flavor_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_instance_image_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_instance_keypair_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_instance_overview_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_instance_resize_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_instances.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_invite_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_invite_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_invite_user_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_invite_user_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_keypair_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_keypair_environment_features.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_keypair_environment_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_keypair_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_keypairs.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_lable_resonse.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_last_day_cost_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_last_day_cost_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_logos.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_manual_reconciliation_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_master_flavors_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_metric_item_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_metrics_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_mfa_status_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_mfa_status_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_model_evaluation_billing_history_details_response_schema.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_name_available_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_new_configurations_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_new_model_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_new_stock_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_new_stock_retrive_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_object_storage_access_key_create_request.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_object_storage_access_key_create_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_object_storage_access_key_list_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_object_storage_access_key_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_object_storage_bucket_list_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_object_storage_bucket_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_object_storage_delete_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_object_storage_error_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_object_storage_health_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_object_storage_pagination_meta.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_object_storage_region_list_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_object_storage_region_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_object_storage_regions_enum.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_organization_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_organization_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_organization_level_billing_history.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_organization_level_billing_history_resources.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_organization_level_billing_history_response_attributes.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_organization_level_billing_history_response_metrics.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_organization_level_billing_history_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_organization_threshold_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_organization_threshold_update_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_organization_thresholds_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_organization_user_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_overview_info.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_pagination.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_pagination_data.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_partner_config.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_partner_config_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_payment_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_payment_details_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_payment_details_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_payment_initiate_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_payment_initiate_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_payment_initiate_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_permission_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_permission_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_policy_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_policy_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_policy_permission_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_pricebook_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_pricebook_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_pricebook_resource_object_response_for_customer.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_primary_color.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_profile_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_profile_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_profile_list_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_profile_object_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_rbac_role_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_rbac_role_detail_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_rbac_role_detail_response_model_fixed.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_rbac_role_field.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_rbac_role_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_redeem_voucher_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_region_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_region_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_regions.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_regions_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_remove_member_from_organization_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_remove_member_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_request_console.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_request_instance_logs_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_request_instance_logs_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_resource_billing_events_history_metrics.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_resource_billing_events_history_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_resource_billing_response_for_customer.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_resource_level_billing_bucket_details_resources.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_resource_level_billing_details_attributes.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_resource_level_billing_details_metrics.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_resource_level_billing_details_vm.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_resource_level_billing_details_volume.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_resource_level_billing_details_volume_attributes.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_resource_level_billing_details_volume_metrics.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_resource_level_billing_history.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_resource_level_billing_history_resources.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_resource_level_billing_history_resources_cluster.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_resource_level_billing_history_response_attributes.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_resource_level_billing_history_response_metrics.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_resource_level_billing_vm_details_resources.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_resource_level_billing_volume_details_resources.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_resource_level_bucket_billing_details_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_resource_level_bucket_billing_history_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_resource_level_cluster_billing_details_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_resource_level_cluster_billing_history_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_resource_level_cluster_graph_billing_details_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_resource_level_graph_billing_detail_volume.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_resource_level_graph_billing_details_attributes.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_resource_level_graph_billing_details_bucket.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_resource_level_graph_billing_details_metrics.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_resource_level_graph_billing_details_vm.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_resource_level_graph_billing_vm_details_resources.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_resource_level_graph_billing_volume_details_resources.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_resource_level_vm_billing_details_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_resource_level_vm_billing_history_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_resource_level_vm_graph_billing_details_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_resource_level_volume_billing_details_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_resource_level_volume_billing_history_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_resource_level_volume_graph_billing_details_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_resource_object_response_for_customer.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_role_permission_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_role_policy_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_secondary_color.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_security_group_rule.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_security_group_rule_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_security_rules_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_security_rules_fields_for_instance.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_security_rules_protocol_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_serverless_inferenced_billing_history_details_response_schema.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_snapshot_events_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_snapshot_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_snapshot_restore_request.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_snapshot_retrieve.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_snapshot_retrieve_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_snapshots.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_snapshots_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_start_deployment.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_start_deployment_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_stock_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_sub_resource_graph_billing_details_metrics.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_sub_resources_costs_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_sub_resources_graph_billing_history_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_sub_resources_graph_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_subscribe_or_unsubscribe_update_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_template.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_template_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_template_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_templates.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_token_based_billing_history_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_update_cluster_node_group_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_update_environment.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_update_keypair_name.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_update_keypair_name_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_update_organization_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_update_organization_response_model.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_update_template.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_update_volume_attachment_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_update_volume_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_update_volume_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_uris.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_user_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_user_default_choice_for_user_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_user_default_choices_for_user_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_user_detail_choice_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_user_info_post_payload.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_user_organizations_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_user_permission_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_user_permission_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_users_info_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_users_info_list_response.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_virtual_machine_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_virtual_machine_events_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_vnc_url_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_vncurl.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_vncurl_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_volume.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_volume_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_volume_attachment_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_volume_attachment_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_volume_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_volume_fields_for_instance.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_volume_overview_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_volume_types.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_volumes.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_volumes_fields.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_voucher.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_voucher_redeem_response_schema.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_vouchers_api.py +0 -0
- {hyperstack-1.48.0a0 → hyperstack-1.49.0a0}/test/test_workload_billing_history_response.py +0 -0
|
@@ -8,7 +8,7 @@ To contribute, please raise an issue with a bug report, feature request, feedbac
|
|
|
8
8
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
9
9
|
|
|
10
10
|
- API version: 1.0
|
|
11
|
-
- Package version: v1.
|
|
11
|
+
- Package version: v1.49.0-alpha
|
|
12
12
|
- Generator version: 7.10.0
|
|
13
13
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
14
14
|
|
|
@@ -354,6 +354,7 @@ Class | Method | HTTP request | Description
|
|
|
354
354
|
- [ClusterVersions](docs/ClusterVersions.md)
|
|
355
355
|
- [Colors](docs/Colors.md)
|
|
356
356
|
- [CommonResponseModel](docs/CommonResponseModel.md)
|
|
357
|
+
- [CompatibleFlavor](docs/CompatibleFlavor.md)
|
|
357
358
|
- [ComplianceFields](docs/ComplianceFields.md)
|
|
358
359
|
- [ComplianceModelFields](docs/ComplianceModelFields.md)
|
|
359
360
|
- [CompliancePayload](docs/CompliancePayload.md)
|
|
@@ -413,6 +414,7 @@ Class | Method | HTTP request | Description
|
|
|
413
414
|
- [FlavorLabelFields](docs/FlavorLabelFields.md)
|
|
414
415
|
- [FlavorListResponse](docs/FlavorListResponse.md)
|
|
415
416
|
- [FlavorObjectFields](docs/FlavorObjectFields.md)
|
|
417
|
+
- [FlavorRestrictions](docs/FlavorRestrictions.md)
|
|
416
418
|
- [GPUFields](docs/GPUFields.md)
|
|
417
419
|
- [GPUList](docs/GPUList.md)
|
|
418
420
|
- [GPURegionFields](docs/GPURegionFields.md)
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
""" # noqa: E501
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
__version__ = "v1.
|
|
17
|
+
__version__ = "v1.49.0-alpha"
|
|
18
18
|
|
|
19
19
|
# import apis into sdk package
|
|
20
20
|
from .api.access_keys_api import AccessKeysApi
|
|
@@ -129,6 +129,7 @@ from .models.cluster_version import ClusterVersion
|
|
|
129
129
|
from .models.cluster_versions import ClusterVersions
|
|
130
130
|
from .models.colors import Colors
|
|
131
131
|
from .models.common_response_model import CommonResponseModel
|
|
132
|
+
from .models.compatible_flavor import CompatibleFlavor
|
|
132
133
|
from .models.compliance_fields import ComplianceFields
|
|
133
134
|
from .models.compliance_model_fields import ComplianceModelFields
|
|
134
135
|
from .models.compliance_payload import CompliancePayload
|
|
@@ -188,6 +189,7 @@ from .models.flavor_item_get_response import FlavorItemGetResponse
|
|
|
188
189
|
from .models.flavor_label_fields import FlavorLabelFields
|
|
189
190
|
from .models.flavor_list_response import FlavorListResponse
|
|
190
191
|
from .models.flavor_object_fields import FlavorObjectFields
|
|
192
|
+
from .models.flavor_restrictions import FlavorRestrictions
|
|
191
193
|
from .models.gpu_fields import GPUFields
|
|
192
194
|
from .models.gpu_list import GPUList
|
|
193
195
|
from .models.gpu_region_fields import GPURegionFields
|
|
@@ -16,7 +16,7 @@ from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
|
|
|
16
16
|
from typing import Any, Dict, List, Optional, Tuple, Union
|
|
17
17
|
from typing_extensions import Annotated
|
|
18
18
|
|
|
19
|
-
from pydantic import Field, StrictInt, StrictStr, field_validator
|
|
19
|
+
from pydantic import Field, StrictBool, StrictInt, StrictStr, field_validator
|
|
20
20
|
from typing import List, Optional
|
|
21
21
|
from typing_extensions import Annotated
|
|
22
22
|
from ..models.attach_firewalls_to_vm_payload import AttachFirewallsToVMPayload
|
|
@@ -4146,6 +4146,7 @@ class VirtualMachineApi:
|
|
|
4146
4146
|
search: Optional[StrictStr] = None,
|
|
4147
4147
|
environment: Optional[StrictStr] = None,
|
|
4148
4148
|
exclude_firewalls: Annotated[Optional[List[StrictInt]], Field(description="Comma-separated list of Security Group IDs to ignore instances attached")] = None,
|
|
4149
|
+
exact_environment_match: Annotated[Optional[StrictBool], Field(description="Flag to filter environment by exact match instead of partial match")] = None,
|
|
4149
4150
|
_request_timeout: Union[
|
|
4150
4151
|
None,
|
|
4151
4152
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -4173,6 +4174,8 @@ class VirtualMachineApi:
|
|
|
4173
4174
|
:type environment: str
|
|
4174
4175
|
:param exclude_firewalls: Comma-separated list of Security Group IDs to ignore instances attached
|
|
4175
4176
|
:type exclude_firewalls: List[int]
|
|
4177
|
+
:param exact_environment_match: Flag to filter environment by exact match instead of partial match
|
|
4178
|
+
:type exact_environment_match: bool
|
|
4176
4179
|
:param _request_timeout: timeout setting for this request. If one
|
|
4177
4180
|
number provided, it will be total request
|
|
4178
4181
|
timeout. It can also be a pair (tuple) of
|
|
@@ -4201,6 +4204,7 @@ class VirtualMachineApi:
|
|
|
4201
4204
|
search=search,
|
|
4202
4205
|
environment=environment,
|
|
4203
4206
|
exclude_firewalls=exclude_firewalls,
|
|
4207
|
+
exact_environment_match=exact_environment_match,
|
|
4204
4208
|
_request_auth=_request_auth,
|
|
4205
4209
|
_content_type=_content_type,
|
|
4206
4210
|
_headers=_headers,
|
|
@@ -4232,6 +4236,7 @@ class VirtualMachineApi:
|
|
|
4232
4236
|
search: Optional[StrictStr] = None,
|
|
4233
4237
|
environment: Optional[StrictStr] = None,
|
|
4234
4238
|
exclude_firewalls: Annotated[Optional[List[StrictInt]], Field(description="Comma-separated list of Security Group IDs to ignore instances attached")] = None,
|
|
4239
|
+
exact_environment_match: Annotated[Optional[StrictBool], Field(description="Flag to filter environment by exact match instead of partial match")] = None,
|
|
4235
4240
|
_request_timeout: Union[
|
|
4236
4241
|
None,
|
|
4237
4242
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -4259,6 +4264,8 @@ class VirtualMachineApi:
|
|
|
4259
4264
|
:type environment: str
|
|
4260
4265
|
:param exclude_firewalls: Comma-separated list of Security Group IDs to ignore instances attached
|
|
4261
4266
|
:type exclude_firewalls: List[int]
|
|
4267
|
+
:param exact_environment_match: Flag to filter environment by exact match instead of partial match
|
|
4268
|
+
:type exact_environment_match: bool
|
|
4262
4269
|
:param _request_timeout: timeout setting for this request. If one
|
|
4263
4270
|
number provided, it will be total request
|
|
4264
4271
|
timeout. It can also be a pair (tuple) of
|
|
@@ -4287,6 +4294,7 @@ class VirtualMachineApi:
|
|
|
4287
4294
|
search=search,
|
|
4288
4295
|
environment=environment,
|
|
4289
4296
|
exclude_firewalls=exclude_firewalls,
|
|
4297
|
+
exact_environment_match=exact_environment_match,
|
|
4290
4298
|
_request_auth=_request_auth,
|
|
4291
4299
|
_content_type=_content_type,
|
|
4292
4300
|
_headers=_headers,
|
|
@@ -4318,6 +4326,7 @@ class VirtualMachineApi:
|
|
|
4318
4326
|
search: Optional[StrictStr] = None,
|
|
4319
4327
|
environment: Optional[StrictStr] = None,
|
|
4320
4328
|
exclude_firewalls: Annotated[Optional[List[StrictInt]], Field(description="Comma-separated list of Security Group IDs to ignore instances attached")] = None,
|
|
4329
|
+
exact_environment_match: Annotated[Optional[StrictBool], Field(description="Flag to filter environment by exact match instead of partial match")] = None,
|
|
4321
4330
|
_request_timeout: Union[
|
|
4322
4331
|
None,
|
|
4323
4332
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -4345,6 +4354,8 @@ class VirtualMachineApi:
|
|
|
4345
4354
|
:type environment: str
|
|
4346
4355
|
:param exclude_firewalls: Comma-separated list of Security Group IDs to ignore instances attached
|
|
4347
4356
|
:type exclude_firewalls: List[int]
|
|
4357
|
+
:param exact_environment_match: Flag to filter environment by exact match instead of partial match
|
|
4358
|
+
:type exact_environment_match: bool
|
|
4348
4359
|
:param _request_timeout: timeout setting for this request. If one
|
|
4349
4360
|
number provided, it will be total request
|
|
4350
4361
|
timeout. It can also be a pair (tuple) of
|
|
@@ -4373,6 +4384,7 @@ class VirtualMachineApi:
|
|
|
4373
4384
|
search=search,
|
|
4374
4385
|
environment=environment,
|
|
4375
4386
|
exclude_firewalls=exclude_firewalls,
|
|
4387
|
+
exact_environment_match=exact_environment_match,
|
|
4376
4388
|
_request_auth=_request_auth,
|
|
4377
4389
|
_content_type=_content_type,
|
|
4378
4390
|
_headers=_headers,
|
|
@@ -4399,6 +4411,7 @@ class VirtualMachineApi:
|
|
|
4399
4411
|
search,
|
|
4400
4412
|
environment,
|
|
4401
4413
|
exclude_firewalls,
|
|
4414
|
+
exact_environment_match,
|
|
4402
4415
|
_request_auth,
|
|
4403
4416
|
_content_type,
|
|
4404
4417
|
_headers,
|
|
@@ -4442,6 +4455,10 @@ class VirtualMachineApi:
|
|
|
4442
4455
|
|
|
4443
4456
|
_query_params.append(('exclude_firewalls', exclude_firewalls))
|
|
4444
4457
|
|
|
4458
|
+
if exact_environment_match is not None:
|
|
4459
|
+
|
|
4460
|
+
_query_params.append(('exact_environment_match', exact_environment_match))
|
|
4461
|
+
|
|
4445
4462
|
# process the header parameters
|
|
4446
4463
|
# process the form parameters
|
|
4447
4464
|
# process the body parameter
|
|
@@ -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 = 'OpenAPI-Generator/v1.
|
|
93
|
+
self.user_agent = 'OpenAPI-Generator/v1.49.0-alpha/python'
|
|
94
94
|
self.client_side_validation = configuration.client_side_validation
|
|
95
95
|
|
|
96
96
|
def __enter__(self):
|
|
@@ -524,7 +524,7 @@ conf = hyperstack.Configuration(
|
|
|
524
524
|
"OS: {env}\n"\
|
|
525
525
|
"Python Version: {pyversion}\n"\
|
|
526
526
|
"Version of the API: 1.0\n"\
|
|
527
|
-
"SDK Package Version: v1.
|
|
527
|
+
"SDK Package Version: v1.49.0-alpha".\
|
|
528
528
|
format(env=sys.platform, pyversion=sys.version)
|
|
529
529
|
|
|
530
530
|
def get_host_settings(self) -> List[HostSetting]:
|
|
@@ -61,6 +61,7 @@ from .cluster_version import ClusterVersion
|
|
|
61
61
|
from .cluster_versions import ClusterVersions
|
|
62
62
|
from .colors import Colors
|
|
63
63
|
from .common_response_model import CommonResponseModel
|
|
64
|
+
from .compatible_flavor import CompatibleFlavor
|
|
64
65
|
from .compliance_fields import ComplianceFields
|
|
65
66
|
from .compliance_model_fields import ComplianceModelFields
|
|
66
67
|
from .compliance_payload import CompliancePayload
|
|
@@ -120,6 +121,7 @@ from .flavor_item_get_response import FlavorItemGetResponse
|
|
|
120
121
|
from .flavor_label_fields import FlavorLabelFields
|
|
121
122
|
from .flavor_list_response import FlavorListResponse
|
|
122
123
|
from .flavor_object_fields import FlavorObjectFields
|
|
124
|
+
from .flavor_restrictions import FlavorRestrictions
|
|
123
125
|
from .gpu_fields import GPUFields
|
|
124
126
|
from .gpu_list import GPUList
|
|
125
127
|
from .gpu_region_fields import GPURegionFields
|
|
@@ -0,0 +1,95 @@
|
|
|
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 CompatibleFlavor(BaseModel):
|
|
26
|
+
"""
|
|
27
|
+
CompatibleFlavor
|
|
28
|
+
""" # noqa: E501
|
|
29
|
+
constraints: Optional[Dict[str, Any]] = Field(default=None, description="JSON constraints object")
|
|
30
|
+
flavor_id: Optional[StrictInt] = None
|
|
31
|
+
flavor_name: Optional[StrictStr] = None
|
|
32
|
+
link_type: Optional[StrictStr] = Field(default=None, description="Either 'hard' or 'soft'")
|
|
33
|
+
reason: Optional[StrictStr] = None
|
|
34
|
+
__properties: ClassVar[List[str]] = ["constraints", "flavor_id", "flavor_name", "link_type", "reason"]
|
|
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 CompatibleFlavor 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
|
+
"""
|
|
67
|
+
excluded_fields: Set[str] = set([
|
|
68
|
+
])
|
|
69
|
+
|
|
70
|
+
_dict = self.model_dump(
|
|
71
|
+
by_alias=True,
|
|
72
|
+
exclude=excluded_fields,
|
|
73
|
+
exclude_none=True,
|
|
74
|
+
)
|
|
75
|
+
return _dict
|
|
76
|
+
|
|
77
|
+
@classmethod
|
|
78
|
+
def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
|
|
79
|
+
"""Create an instance of CompatibleFlavor from a dict"""
|
|
80
|
+
if obj is None:
|
|
81
|
+
return None
|
|
82
|
+
|
|
83
|
+
if not isinstance(obj, dict):
|
|
84
|
+
return cls.model_validate(obj)
|
|
85
|
+
|
|
86
|
+
_obj = cls.model_validate({
|
|
87
|
+
"constraints": obj.get("constraints"),
|
|
88
|
+
"flavor_id": obj.get("flavor_id"),
|
|
89
|
+
"flavor_name": obj.get("flavor_name"),
|
|
90
|
+
"link_type": obj.get("link_type"),
|
|
91
|
+
"reason": obj.get("reason")
|
|
92
|
+
})
|
|
93
|
+
return _obj
|
|
94
|
+
|
|
95
|
+
|
|
@@ -0,0 +1,99 @@
|
|
|
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_flavor import CompatibleFlavor
|
|
23
|
+
from typing import Optional, Set
|
|
24
|
+
from typing_extensions import Self
|
|
25
|
+
|
|
26
|
+
class FlavorRestrictions(BaseModel):
|
|
27
|
+
"""
|
|
28
|
+
FlavorRestrictions
|
|
29
|
+
""" # noqa: E501
|
|
30
|
+
compatible_flavors: Optional[List[CompatibleFlavor]] = Field(default=None, description="List of compatible flavors with their link metadata")
|
|
31
|
+
has_flavor_restrictions: Optional[StrictBool] = Field(default=None, description="Whether the image has any flavor restrictions")
|
|
32
|
+
restriction_type: Optional[StrictStr] = Field(default=None, description="Either 'hard', 'soft', or null if no restrictions")
|
|
33
|
+
__properties: ClassVar[List[str]] = ["compatible_flavors", "has_flavor_restrictions", "restriction_type"]
|
|
34
|
+
|
|
35
|
+
model_config = ConfigDict(
|
|
36
|
+
populate_by_name=True,
|
|
37
|
+
validate_assignment=True,
|
|
38
|
+
protected_namespaces=(),
|
|
39
|
+
)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
def to_str(self) -> str:
|
|
43
|
+
"""Returns the string representation of the model using alias"""
|
|
44
|
+
return pprint.pformat(self.model_dump(by_alias=True))
|
|
45
|
+
|
|
46
|
+
def to_json(self) -> str:
|
|
47
|
+
"""Returns the JSON representation of the model using alias"""
|
|
48
|
+
# TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
|
|
49
|
+
return json.dumps(self.to_dict())
|
|
50
|
+
|
|
51
|
+
@classmethod
|
|
52
|
+
def from_json(cls, json_str: str) -> Optional[Self]:
|
|
53
|
+
"""Create an instance of FlavorRestrictions from a JSON string"""
|
|
54
|
+
return cls.from_dict(json.loads(json_str))
|
|
55
|
+
|
|
56
|
+
def to_dict(self) -> Dict[str, Any]:
|
|
57
|
+
"""Return the dictionary representation of the model using alias.
|
|
58
|
+
|
|
59
|
+
This has the following differences from calling pydantic's
|
|
60
|
+
`self.model_dump(by_alias=True)`:
|
|
61
|
+
|
|
62
|
+
* `None` is only added to the output dict for nullable fields that
|
|
63
|
+
were set at model initialization. Other fields with value `None`
|
|
64
|
+
are ignored.
|
|
65
|
+
"""
|
|
66
|
+
excluded_fields: Set[str] = set([
|
|
67
|
+
])
|
|
68
|
+
|
|
69
|
+
_dict = self.model_dump(
|
|
70
|
+
by_alias=True,
|
|
71
|
+
exclude=excluded_fields,
|
|
72
|
+
exclude_none=True,
|
|
73
|
+
)
|
|
74
|
+
# override the default output from pydantic by calling `to_dict()` of each item in compatible_flavors (list)
|
|
75
|
+
_items = []
|
|
76
|
+
if self.compatible_flavors:
|
|
77
|
+
for _item_compatible_flavors in self.compatible_flavors:
|
|
78
|
+
if _item_compatible_flavors:
|
|
79
|
+
_items.append(_item_compatible_flavors.to_dict())
|
|
80
|
+
_dict['compatible_flavors'] = _items
|
|
81
|
+
return _dict
|
|
82
|
+
|
|
83
|
+
@classmethod
|
|
84
|
+
def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
|
|
85
|
+
"""Create an instance of FlavorRestrictions from a dict"""
|
|
86
|
+
if obj is None:
|
|
87
|
+
return None
|
|
88
|
+
|
|
89
|
+
if not isinstance(obj, dict):
|
|
90
|
+
return cls.model_validate(obj)
|
|
91
|
+
|
|
92
|
+
_obj = cls.model_validate({
|
|
93
|
+
"compatible_flavors": [CompatibleFlavor.from_dict(_item) for _item in obj["compatible_flavors"]] if obj.get("compatible_flavors") is not None else None,
|
|
94
|
+
"has_flavor_restrictions": obj.get("has_flavor_restrictions"),
|
|
95
|
+
"restriction_type": obj.get("restriction_type")
|
|
96
|
+
})
|
|
97
|
+
return _obj
|
|
98
|
+
|
|
99
|
+
|
|
@@ -17,8 +17,9 @@ import pprint
|
|
|
17
17
|
import re # noqa: F401
|
|
18
18
|
import json
|
|
19
19
|
|
|
20
|
-
from pydantic import BaseModel, ConfigDict, StrictBool, StrictInt, StrictStr
|
|
20
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictInt, StrictStr
|
|
21
21
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
22
|
+
from ..models.flavor_restrictions import FlavorRestrictions
|
|
22
23
|
from ..models.lable_resonse import LableResonse
|
|
23
24
|
from typing import Optional, Set
|
|
24
25
|
from typing_extensions import Self
|
|
@@ -29,6 +30,7 @@ class ImageFields(BaseModel):
|
|
|
29
30
|
""" # noqa: E501
|
|
30
31
|
description: Optional[StrictStr] = None
|
|
31
32
|
display_size: Optional[StrictStr] = None
|
|
33
|
+
flavor_restrictions: Optional[FlavorRestrictions] = Field(default=None, description="Flavor compatibility restrictions for this image")
|
|
32
34
|
id: Optional[StrictInt] = None
|
|
33
35
|
is_public: Optional[StrictBool] = None
|
|
34
36
|
labels: Optional[List[LableResonse]] = None
|
|
@@ -37,7 +39,7 @@ class ImageFields(BaseModel):
|
|
|
37
39
|
size: Optional[StrictInt] = None
|
|
38
40
|
type: Optional[StrictStr] = None
|
|
39
41
|
version: Optional[StrictStr] = None
|
|
40
|
-
__properties: ClassVar[List[str]] = ["description", "display_size", "id", "is_public", "labels", "name", "region_name", "size", "type", "version"]
|
|
42
|
+
__properties: ClassVar[List[str]] = ["description", "display_size", "flavor_restrictions", "id", "is_public", "labels", "name", "region_name", "size", "type", "version"]
|
|
41
43
|
|
|
42
44
|
model_config = ConfigDict(
|
|
43
45
|
populate_by_name=True,
|
|
@@ -78,6 +80,9 @@ class ImageFields(BaseModel):
|
|
|
78
80
|
exclude=excluded_fields,
|
|
79
81
|
exclude_none=True,
|
|
80
82
|
)
|
|
83
|
+
# override the default output from pydantic by calling `to_dict()` of flavor_restrictions
|
|
84
|
+
if self.flavor_restrictions:
|
|
85
|
+
_dict['flavor_restrictions'] = self.flavor_restrictions.to_dict()
|
|
81
86
|
# override the default output from pydantic by calling `to_dict()` of each item in labels (list)
|
|
82
87
|
_items = []
|
|
83
88
|
if self.labels:
|
|
@@ -99,6 +104,7 @@ class ImageFields(BaseModel):
|
|
|
99
104
|
_obj = cls.model_validate({
|
|
100
105
|
"description": obj.get("description"),
|
|
101
106
|
"display_size": obj.get("display_size"),
|
|
107
|
+
"flavor_restrictions": FlavorRestrictions.from_dict(obj["flavor_restrictions"]) if obj.get("flavor_restrictions") is not None else None,
|
|
102
108
|
"id": obj.get("id"),
|
|
103
109
|
"is_public": obj.get("is_public"),
|
|
104
110
|
"labels": [LableResonse.from_dict(_item) for _item in obj["labels"]] if obj.get("labels") is not None else None,
|
|
@@ -115,6 +115,7 @@ hyperstack/models/cluster_version.py
|
|
|
115
115
|
hyperstack/models/cluster_versions.py
|
|
116
116
|
hyperstack/models/colors.py
|
|
117
117
|
hyperstack/models/common_response_model.py
|
|
118
|
+
hyperstack/models/compatible_flavor.py
|
|
118
119
|
hyperstack/models/compliance_fields.py
|
|
119
120
|
hyperstack/models/compliance_model_fields.py
|
|
120
121
|
hyperstack/models/compliance_payload.py
|
|
@@ -174,6 +175,7 @@ hyperstack/models/flavor_item_get_response.py
|
|
|
174
175
|
hyperstack/models/flavor_label_fields.py
|
|
175
176
|
hyperstack/models/flavor_list_response.py
|
|
176
177
|
hyperstack/models/flavor_object_fields.py
|
|
178
|
+
hyperstack/models/flavor_restrictions.py
|
|
177
179
|
hyperstack/models/generate_update_api_key_payload.py
|
|
178
180
|
hyperstack/models/generate_update_api_key_response_model.py
|
|
179
181
|
hyperstack/models/get_api_keys_response_model.py
|
|
@@ -436,6 +438,7 @@ test/test_cluster_versions.py
|
|
|
436
438
|
test/test_clusters_api.py
|
|
437
439
|
test/test_colors.py
|
|
438
440
|
test/test_common_response_model.py
|
|
441
|
+
test/test_compatible_flavor.py
|
|
439
442
|
test/test_compliance_api.py
|
|
440
443
|
test/test_compliance_fields.py
|
|
441
444
|
test/test_compliance_model_fields.py
|
|
@@ -505,6 +508,7 @@ test/test_flavor_item_get_response.py
|
|
|
505
508
|
test/test_flavor_label_fields.py
|
|
506
509
|
test/test_flavor_list_response.py
|
|
507
510
|
test/test_flavor_object_fields.py
|
|
511
|
+
test/test_flavor_restrictions.py
|
|
508
512
|
test/test_floating_ip_api.py
|
|
509
513
|
test/test_generate_update_api_key_payload.py
|
|
510
514
|
test/test_generate_update_api_key_response_model.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"
|
|
24
|
-
VERSION = "v1.
|
|
24
|
+
VERSION = "v1.49.0-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.models.compatible_flavor import CompatibleFlavor
|
|
18
|
+
|
|
19
|
+
class TestCompatibleFlavor(unittest.TestCase):
|
|
20
|
+
"""CompatibleFlavor 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) -> CompatibleFlavor:
|
|
29
|
+
"""Test CompatibleFlavor
|
|
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 `CompatibleFlavor`
|
|
34
|
+
"""
|
|
35
|
+
model = CompatibleFlavor()
|
|
36
|
+
if include_optional:
|
|
37
|
+
return CompatibleFlavor(
|
|
38
|
+
constraints = None,
|
|
39
|
+
flavor_id = 56,
|
|
40
|
+
flavor_name = '',
|
|
41
|
+
link_type = '',
|
|
42
|
+
reason = ''
|
|
43
|
+
)
|
|
44
|
+
else:
|
|
45
|
+
return CompatibleFlavor(
|
|
46
|
+
)
|
|
47
|
+
"""
|
|
48
|
+
|
|
49
|
+
def testCompatibleFlavor(self):
|
|
50
|
+
"""Test CompatibleFlavor"""
|
|
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()
|
|
@@ -0,0 +1,60 @@
|
|
|
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.models.flavor_restrictions import FlavorRestrictions
|
|
18
|
+
|
|
19
|
+
class TestFlavorRestrictions(unittest.TestCase):
|
|
20
|
+
"""FlavorRestrictions 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) -> FlavorRestrictions:
|
|
29
|
+
"""Test FlavorRestrictions
|
|
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 `FlavorRestrictions`
|
|
34
|
+
"""
|
|
35
|
+
model = FlavorRestrictions()
|
|
36
|
+
if include_optional:
|
|
37
|
+
return FlavorRestrictions(
|
|
38
|
+
compatible_flavors = [
|
|
39
|
+
hyperstack.models.compatible_flavor.CompatibleFlavor(
|
|
40
|
+
constraints = hyperstack.models.constraints.constraints(),
|
|
41
|
+
flavor_id = 56,
|
|
42
|
+
flavor_name = '',
|
|
43
|
+
link_type = '',
|
|
44
|
+
reason = '', )
|
|
45
|
+
],
|
|
46
|
+
has_flavor_restrictions = True,
|
|
47
|
+
restriction_type = ''
|
|
48
|
+
)
|
|
49
|
+
else:
|
|
50
|
+
return FlavorRestrictions(
|
|
51
|
+
)
|
|
52
|
+
"""
|
|
53
|
+
|
|
54
|
+
def testFlavorRestrictions(self):
|
|
55
|
+
"""Test FlavorRestrictions"""
|
|
56
|
+
# inst_req_only = self.make_instance(include_optional=False)
|
|
57
|
+
# inst_req_and_optional = self.make_instance(include_optional=True)
|
|
58
|
+
|
|
59
|
+
if __name__ == '__main__':
|
|
60
|
+
unittest.main()
|
|
@@ -38,6 +38,7 @@ class TestImage(unittest.TestCase):
|
|
|
38
38
|
image = hyperstack.models.image_fields.Image_Fields(
|
|
39
39
|
description = '',
|
|
40
40
|
display_size = '',
|
|
41
|
+
flavor_restrictions = hyperstack.models.flavor_restrictions.flavor_restrictions(),
|
|
41
42
|
id = 56,
|
|
42
43
|
is_public = True,
|
|
43
44
|
labels = [
|
|
@@ -37,6 +37,17 @@ class TestImageFields(unittest.TestCase):
|
|
|
37
37
|
return ImageFields(
|
|
38
38
|
description = '',
|
|
39
39
|
display_size = '',
|
|
40
|
+
flavor_restrictions = hyperstack.models.flavor_restrictions.FlavorRestrictions(
|
|
41
|
+
compatible_flavors = [
|
|
42
|
+
hyperstack.models.compatible_flavor.CompatibleFlavor(
|
|
43
|
+
constraints = hyperstack.models.constraints.constraints(),
|
|
44
|
+
flavor_id = 56,
|
|
45
|
+
flavor_name = '',
|
|
46
|
+
link_type = '',
|
|
47
|
+
reason = '', )
|
|
48
|
+
],
|
|
49
|
+
has_flavor_restrictions = True,
|
|
50
|
+
restriction_type = '', ),
|
|
40
51
|
id = 56,
|
|
41
52
|
is_public = True,
|
|
42
53
|
labels = [
|
|
@@ -39,6 +39,7 @@ class TestImageGetResponse(unittest.TestCase):
|
|
|
39
39
|
hyperstack.models.image_fields.Image_Fields(
|
|
40
40
|
description = '',
|
|
41
41
|
display_size = '',
|
|
42
|
+
flavor_restrictions = hyperstack.models.flavor_restrictions.flavor_restrictions(),
|
|
42
43
|
id = 56,
|
|
43
44
|
is_public = True,
|
|
44
45
|
labels = [
|
|
File without changes
|
|
File without changes
|