hyperstack 1.54.7a0__tar.gz → 1.55.1a0__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.54.7a0 → hyperstack-1.55.1a0}/PKG-INFO +1 -1
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/README.md +6 -1
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/__init__.py +5 -1
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/virtual_machine_api.py +303 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api_client.py +1 -1
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/configuration.py +1 -1
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/__init__.py +4 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/create_instances_payload.py +3 -1
- hyperstack-1.55.1a0/hyperstack/models/instance_enhanced_metrics_fields.py +87 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/instance_fields.py +7 -1
- hyperstack-1.55.1a0/hyperstack/models/user_enhanced_metrics_payload.py +87 -0
- hyperstack-1.55.1a0/hyperstack/models/user_enhanced_metrics_response.py +97 -0
- hyperstack-1.55.1a0/hyperstack/models/user_enhanced_metrics_response_fields.py +87 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack.egg-info/PKG-INFO +1 -1
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack.egg-info/SOURCES.txt +8 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/pyproject.toml +1 -1
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/setup.py +1 -1
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_create_instances_payload.py +1 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_create_instances_response.py +2 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_instance.py +2 -0
- hyperstack-1.55.1a0/test/test_instance_enhanced_metrics_fields.py +51 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_instance_fields.py +2 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_instances.py +2 -0
- hyperstack-1.55.1a0/test/test_user_enhanced_metrics_payload.py +52 -0
- hyperstack-1.55.1a0/test/test_user_enhanced_metrics_response.py +55 -0
- hyperstack-1.55.1a0/test/test_user_enhanced_metrics_response_fields.py +51 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_virtual_machine_api.py +7 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/__init__.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/access_keys_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/alive_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/api_key_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/assigning_member_role_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/auth_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/auto_topup_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/beta_access_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/billing_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/buckets_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/calculate_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/callbacks_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/cluster_events_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/clusters_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/compliance_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/credit_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/customer_contract_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/dashboard_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/deployment_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/email_opt_in_out_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/environment_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/fip_exclusions_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/firewall_attachment_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/firewalls_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/flavor_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/floating_ip_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/gpu_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/health_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/image_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/invite_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/keypair_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/organization_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/partner_config_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/payment_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/permission_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/policy_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/pricebook_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/profile_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/rbac_role_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/region_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/regions_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/security_rules_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/snapshot_events_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/snapshots_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/stock_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/template_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/user_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/user_consent_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/user_consent_events_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/user_detail_choice_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/user_permission_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/virtual_machine_events_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/vnc_url_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/volume_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/volume_attachment_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api/vouchers_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/api_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/exceptions.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/access_token_field.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/add_user_info_success_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/allocated_gpu_count_graph.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/allowed_countries_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/api_key_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/assign_rbac_role_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/attach_callback_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/attach_callback_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/attach_firewall_with_vm.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/attach_firewalls_to_vm_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/attach_volume_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/attach_volumes.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/attach_volumes_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/attachments_fields_for_volume.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/attributes.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/auth_get_token_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/auth_user_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/auth_user_info_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/auto_topup.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/auto_topup_error_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/auto_topup_status_schema.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/beta_access_request_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/beta_access_request_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/beta_access_request_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/beta_access_status_item.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/beta_access_status_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/billing_history.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/billing_history_data_synthesis_details.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/billing_history_fine_tuning.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/billing_history_image_generation_details.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/billing_history_model_evalutation_details.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/billing_history_serverless_inference.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/billing_history_serverless_inference_details.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/billing_metrices_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/billing_metrices_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/cluster_events.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/cluster_events_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/cluster_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/cluster_flavor_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/cluster_list_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/cluster_node_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/cluster_node_group_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/cluster_node_group_firewall_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/cluster_node_groups_create_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/cluster_node_groups_get_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/cluster_node_groups_list_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/cluster_node_instance_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/cluster_nodes_list_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/cluster_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/cluster_version.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/cluster_versions.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/colors.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/common_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/compatible_flavor.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/compliance_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/compliance_model_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/compliance_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/compliance_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/consent_action_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/consent_block.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/consent_events_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/consent_template.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/consent_templates_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/container_overview_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/contract.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/contract_discount_plan_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/contract_gpu_allocation_graph_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/contract_instance_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/contract_instances_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/create_auto_topup_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/create_auto_topup_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/create_cluster_node_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/create_cluster_node_group_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/create_cluster_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/create_environment.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/create_firewall_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/create_firewall_rule_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/create_image.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/create_image_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/create_instances_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/create_profile_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/create_profile_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/create_security_rule_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/create_snapshot_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/create_snapshot_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/create_update_compliance_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/create_update_rbac_role_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/create_volume_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/customer_contract_detail_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/customer_contract_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/dashboard_info_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/data_synthesis_billing_history_details_response_schema.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/delete_cluster_nodes_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/deployment_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/deployment_fields_for_start_deployments.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/deployments.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/detach_volumes.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/detach_volumes_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/disable_auto_topup_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/edit_label_of_an_existing_vm_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/email_category.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/email_category_child.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/email_preferences_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/environment.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/environment_features.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/environment_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/environment_fields_for_volume.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/environments.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/error_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/firewall_attachment_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/firewall_attachment_vm_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/firewall_detail_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/firewall_detail_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/firewall_environment_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/firewall_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/firewall_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/firewall_rule.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/firewalls_list_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/flavor_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/flavor_item_get_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/flavor_label_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/flavor_list_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/flavor_object_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/flavor_restrictions.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/generate_update_api_key_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/generate_update_api_key_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/get_api_keys_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/get_auto_topup_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/get_credit_and_threshold_info.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/get_credit_and_threshold_info_in_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/get_customer_contracts_list_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/get_instance_logs_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/get_invites_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/get_organization_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/get_permissions_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/get_policies_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/get_rbac_roles_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/get_user_permissions_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/gpu_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/gpu_list.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/gpu_region_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/graph_datetime_value_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/image.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/image_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/image_generation_billing_history_details_response_schema.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/image_get_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/images.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/import_keypair_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/import_keypair_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/infrahub_resource_object_response_for_customer.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/instance.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/instance_environment_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/instance_events.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/instance_events_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/instance_flavor_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/instance_image_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/instance_keypair_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/instance_overview_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/instance_resize_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/instances.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/invite_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/invite_user_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/invite_user_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/keypair_environment_features.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/keypair_environment_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/keypair_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/keypairs.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/lable_resonse.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/last_day_cost_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/last_day_cost_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/logos.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/manual_reconciliation_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/master_flavors_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/metric_item_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/metrics.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/metrics_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/mfa_status_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/mfa_status_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/model_evaluation_billing_history_details_response_schema.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/name_available_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/new_configurations_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/new_model_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/new_stock_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/new_stock_retrive_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/object_storage_access_key_create_request.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/object_storage_access_key_create_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/object_storage_access_key_list_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/object_storage_access_key_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/object_storage_bucket_list_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/object_storage_bucket_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/object_storage_delete_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/object_storage_error_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/object_storage_health_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/object_storage_pagination_meta.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/object_storage_region_list_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/object_storage_region_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/object_storage_regions_enum.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/organization_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/organization_level_billing_history.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/organization_level_billing_history_resources.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/organization_level_billing_history_response_attributes.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/organization_level_billing_history_response_metrics.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/organization_level_billing_history_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/organization_threshold_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/organization_threshold_update_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/organization_thresholds_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/organization_user_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/overview_info.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/pagination.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/pagination_data.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/partner_config.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/payment_details_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/payment_details_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/payment_initiate_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/payment_initiate_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/payment_initiate_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/permission_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/policy_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/policy_permission_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/pricebook_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/pricebook_resource_object_response_for_customer.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/primary_color.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/profile_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/profile_list_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/profile_object_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/rbac_role_detail_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/rbac_role_detail_response_model_fixed.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/rbac_role_field.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/rbac_role_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/record_consent_request.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/redeem_voucher_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/region_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/regions.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/remove_member_from_organization_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/remove_member_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/request_console.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/request_instance_logs_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/request_instance_logs_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/resource_billing_events_history_metrics.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/resource_billing_events_history_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/resource_billing_response_for_customer.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/resource_level_billing_bucket_details_resources.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/resource_level_billing_details_attributes.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/resource_level_billing_details_metrics.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/resource_level_billing_details_vm.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/resource_level_billing_details_volume.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/resource_level_billing_details_volume_attributes.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/resource_level_billing_details_volume_metrics.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/resource_level_billing_history.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/resource_level_billing_history_resources.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/resource_level_billing_history_resources_cluster.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/resource_level_billing_history_response_attributes.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/resource_level_billing_history_response_metrics.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/resource_level_billing_vm_details_resources.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/resource_level_billing_volume_details_resources.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/resource_level_bucket_billing_details_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/resource_level_bucket_billing_history_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/resource_level_cluster_billing_details_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/resource_level_cluster_billing_history_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/resource_level_cluster_graph_billing_details_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/resource_level_graph_billing_detail_volume.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/resource_level_graph_billing_details_attributes.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/resource_level_graph_billing_details_bucket.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/resource_level_graph_billing_details_metrics.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/resource_level_graph_billing_details_vm.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/resource_level_graph_billing_vm_details_resources.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/resource_level_graph_billing_volume_details_resources.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/resource_level_vm_billing_details_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/resource_level_vm_billing_history_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/resource_level_vm_graph_billing_details_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/resource_level_volume_billing_details_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/resource_level_volume_billing_history_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/resource_level_volume_graph_billing_details_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/resource_object_response_for_customer.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/role_permission_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/role_policy_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/secondary_color.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/security_group_rule.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/security_group_rule_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/security_rules_fields_for_instance.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/security_rules_protocol_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/serverless_inferenced_billing_history_details_response_schema.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/snapshot_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/snapshot_restore_request.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/snapshot_retrieve.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/snapshot_retrieve_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/snapshots.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/start_deployment.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/start_deployment_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/sub_resource_graph_billing_details_metrics.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/sub_resources_costs_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/sub_resources_graph_billing_history_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/sub_resources_graph_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/subscribe_or_unsubscribe_update_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/supported_keypair_public_key_types_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/template.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/template_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/templates.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/token_based_billing_history_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/update_auto_topup_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/update_auto_topup_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/update_cluster_node_group_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/update_consent_request.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/update_email_preference_input.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/update_email_preference_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/update_environment.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/update_keypair_name.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/update_keypair_name_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/update_organization_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/update_organization_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/update_template.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/update_volume_attachment_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/update_volume_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/update_volume_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/uris.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/user_consent.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/user_consent_event.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/user_consents_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/user_default_choice_for_user_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/user_default_choices_for_user_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/user_info_post_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/user_organizations_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/user_permission_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/users_info_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/users_info_list_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/vm_quota.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/vncurl.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/vncurl_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/volume.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/volume_attachment_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/volume_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/volume_fields_for_instance.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/volume_overview_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/volume_types.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/volumes.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/volumes_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/voucher.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/voucher_redeem_response_schema.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/models/workload_billing_history_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/py.typed +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack/rest.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack.egg-info/dependency_links.txt +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack.egg-info/requires.txt +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/hyperstack.egg-info/top_level.txt +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/setup.cfg +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_access_keys_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_access_token_field.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_add_user_info_success_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_alive_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_allocated_gpu_count_graph.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_allowed_countries_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_api_key_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_api_key_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_assign_rbac_role_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_assigning_member_role_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_attach_callback_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_attach_callback_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_attach_firewall_with_vm.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_attach_firewalls_to_vm_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_attach_volume_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_attach_volumes.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_attach_volumes_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_attachments_fields_for_volume.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_attributes.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_auth_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_auth_get_token_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_auth_user_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_auth_user_info_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_auto_topup.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_auto_topup_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_auto_topup_error_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_auto_topup_status_schema.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_beta_access_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_beta_access_request_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_beta_access_request_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_beta_access_request_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_beta_access_status_item.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_beta_access_status_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_billing_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_billing_history.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_billing_history_data_synthesis_details.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_billing_history_fine_tuning.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_billing_history_image_generation_details.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_billing_history_model_evalutation_details.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_billing_history_serverless_inference.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_billing_history_serverless_inference_details.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_billing_metrices_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_billing_metrices_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_buckets_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_calculate_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_callbacks_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_cluster_events.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_cluster_events_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_cluster_events_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_cluster_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_cluster_flavor_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_cluster_list_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_cluster_node_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_cluster_node_group_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_cluster_node_group_firewall_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_cluster_node_groups_create_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_cluster_node_groups_get_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_cluster_node_groups_list_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_cluster_node_instance_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_cluster_nodes_list_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_cluster_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_cluster_version.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_cluster_versions.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_clusters_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_colors.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_common_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_compatible_flavor.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_compliance_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_compliance_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_compliance_model_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_compliance_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_compliance_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_consent_action_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_consent_block.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_consent_events_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_consent_template.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_consent_templates_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_container_overview_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_contract.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_contract_discount_plan_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_contract_gpu_allocation_graph_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_contract_instance_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_contract_instances_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_create_auto_topup_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_create_auto_topup_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_create_cluster_node_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_create_cluster_node_group_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_create_cluster_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_create_environment.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_create_firewall_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_create_firewall_rule_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_create_image.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_create_image_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_create_profile_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_create_profile_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_create_security_rule_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_create_snapshot_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_create_snapshot_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_create_update_compliance_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_create_update_rbac_role_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_create_volume_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_credit_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_customer_contract_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_customer_contract_detail_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_customer_contract_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_dashboard_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_dashboard_info_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_data_synthesis_billing_history_details_response_schema.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_delete_cluster_nodes_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_deployment_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_deployment_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_deployment_fields_for_start_deployments.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_deployments.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_detach_volumes.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_detach_volumes_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_disable_auto_topup_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_edit_label_of_an_existing_vm_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_email_category.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_email_category_child.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_email_opt_in_out_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_email_preferences_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_environment.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_environment_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_environment_features.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_environment_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_environment_fields_for_volume.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_environments.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_error_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_fip_exclusions_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_firewall_attachment_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_firewall_attachment_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_firewall_attachment_vm_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_firewall_detail_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_firewall_detail_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_firewall_environment_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_firewall_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_firewall_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_firewall_rule.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_firewalls_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_firewalls_list_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_flavor_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_flavor_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_flavor_item_get_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_flavor_label_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_flavor_list_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_flavor_object_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_flavor_restrictions.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_floating_ip_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_generate_update_api_key_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_generate_update_api_key_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_get_api_keys_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_get_auto_topup_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_get_credit_and_threshold_info.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_get_credit_and_threshold_info_in_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_get_customer_contracts_list_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_get_instance_logs_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_get_invites_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_get_organization_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_get_permissions_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_get_policies_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_get_rbac_roles_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_get_user_permissions_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_gpu_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_gpu_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_gpu_list.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_gpu_region_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_graph_datetime_value_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_health_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_image.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_image_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_image_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_image_generation_billing_history_details_response_schema.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_image_get_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_images.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_import_keypair_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_import_keypair_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_infrahub_resource_object_response_for_customer.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_instance_environment_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_instance_events.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_instance_events_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_instance_flavor_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_instance_image_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_instance_keypair_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_instance_overview_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_instance_resize_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_invite_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_invite_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_invite_user_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_invite_user_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_keypair_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_keypair_environment_features.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_keypair_environment_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_keypair_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_keypairs.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_lable_resonse.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_last_day_cost_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_last_day_cost_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_logos.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_manual_reconciliation_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_master_flavors_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_metric_item_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_metrics.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_metrics_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_mfa_status_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_mfa_status_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_model_evaluation_billing_history_details_response_schema.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_name_available_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_new_configurations_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_new_model_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_new_stock_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_new_stock_retrive_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_object_storage_access_key_create_request.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_object_storage_access_key_create_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_object_storage_access_key_list_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_object_storage_access_key_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_object_storage_bucket_list_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_object_storage_bucket_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_object_storage_delete_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_object_storage_error_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_object_storage_health_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_object_storage_pagination_meta.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_object_storage_region_list_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_object_storage_region_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_object_storage_regions_enum.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_organization_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_organization_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_organization_level_billing_history.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_organization_level_billing_history_resources.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_organization_level_billing_history_response_attributes.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_organization_level_billing_history_response_metrics.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_organization_level_billing_history_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_organization_threshold_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_organization_threshold_update_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_organization_thresholds_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_organization_user_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_overview_info.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_pagination.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_pagination_data.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_partner_config.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_partner_config_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_payment_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_payment_details_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_payment_details_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_payment_initiate_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_payment_initiate_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_payment_initiate_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_permission_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_permission_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_policy_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_policy_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_policy_permission_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_pricebook_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_pricebook_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_pricebook_resource_object_response_for_customer.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_primary_color.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_profile_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_profile_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_profile_list_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_profile_object_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_rbac_role_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_rbac_role_detail_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_rbac_role_detail_response_model_fixed.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_rbac_role_field.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_rbac_role_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_record_consent_request.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_redeem_voucher_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_region_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_region_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_regions.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_regions_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_remove_member_from_organization_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_remove_member_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_request_console.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_request_instance_logs_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_request_instance_logs_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_resource_billing_events_history_metrics.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_resource_billing_events_history_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_resource_billing_response_for_customer.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_resource_level_billing_bucket_details_resources.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_resource_level_billing_details_attributes.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_resource_level_billing_details_metrics.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_resource_level_billing_details_vm.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_resource_level_billing_details_volume.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_resource_level_billing_details_volume_attributes.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_resource_level_billing_details_volume_metrics.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_resource_level_billing_history.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_resource_level_billing_history_resources.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_resource_level_billing_history_resources_cluster.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_resource_level_billing_history_response_attributes.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_resource_level_billing_history_response_metrics.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_resource_level_billing_vm_details_resources.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_resource_level_billing_volume_details_resources.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_resource_level_bucket_billing_details_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_resource_level_bucket_billing_history_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_resource_level_cluster_billing_details_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_resource_level_cluster_billing_history_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_resource_level_cluster_graph_billing_details_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_resource_level_graph_billing_detail_volume.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_resource_level_graph_billing_details_attributes.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_resource_level_graph_billing_details_bucket.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_resource_level_graph_billing_details_metrics.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_resource_level_graph_billing_details_vm.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_resource_level_graph_billing_vm_details_resources.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_resource_level_graph_billing_volume_details_resources.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_resource_level_vm_billing_details_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_resource_level_vm_billing_history_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_resource_level_vm_graph_billing_details_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_resource_level_volume_billing_details_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_resource_level_volume_billing_history_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_resource_level_volume_graph_billing_details_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_resource_object_response_for_customer.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_role_permission_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_role_policy_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_secondary_color.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_security_group_rule.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_security_group_rule_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_security_rules_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_security_rules_fields_for_instance.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_security_rules_protocol_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_serverless_inferenced_billing_history_details_response_schema.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_snapshot_events_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_snapshot_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_snapshot_restore_request.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_snapshot_retrieve.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_snapshot_retrieve_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_snapshots.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_snapshots_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_start_deployment.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_start_deployment_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_stock_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_sub_resource_graph_billing_details_metrics.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_sub_resources_costs_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_sub_resources_graph_billing_history_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_sub_resources_graph_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_subscribe_or_unsubscribe_update_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_supported_keypair_public_key_types_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_template.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_template_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_template_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_templates.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_token_based_billing_history_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_update_auto_topup_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_update_auto_topup_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_update_cluster_node_group_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_update_consent_request.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_update_email_preference_input.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_update_email_preference_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_update_environment.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_update_keypair_name.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_update_keypair_name_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_update_organization_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_update_organization_response_model.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_update_template.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_update_volume_attachment_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_update_volume_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_update_volume_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_uris.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_user_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_user_consent.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_user_consent_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_user_consent_event.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_user_consent_events_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_user_consents_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_user_default_choice_for_user_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_user_default_choices_for_user_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_user_detail_choice_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_user_info_post_payload.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_user_organizations_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_user_permission_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_user_permission_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_users_info_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_users_info_list_response.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_virtual_machine_events_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_vm_quota.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_vnc_url_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_vncurl.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_vncurl_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_volume.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_volume_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_volume_attachment_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_volume_attachment_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_volume_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_volume_fields_for_instance.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_volume_overview_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_volume_types.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_volumes.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_volumes_fields.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_voucher.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_voucher_redeem_response_schema.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/test/test_vouchers_api.py +0 -0
- {hyperstack-1.54.7a0 → hyperstack-1.55.1a0}/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.55.1-alpha
|
|
12
12
|
- Generator version: 7.10.0
|
|
13
13
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
14
14
|
|
|
@@ -309,6 +309,7 @@ Class | Method | HTTP request | Description
|
|
|
309
309
|
*VirtualMachineApi* | [**restore_vm_from_hibernation**](docs/VirtualMachineApi.md#restore_vm_from_hibernation) | **GET** /core/virtual-machines/{vm_id}/hibernate-restore | Restore virtual machine from hibernation
|
|
310
310
|
*VirtualMachineApi* | [**start_vm**](docs/VirtualMachineApi.md#start_vm) | **GET** /core/virtual-machines/{vm_id}/start | Start virtual machine
|
|
311
311
|
*VirtualMachineApi* | [**stop_vm**](docs/VirtualMachineApi.md#stop_vm) | **GET** /core/virtual-machines/{vm_id}/stop | Stop virtual machine
|
|
312
|
+
*VirtualMachineApi* | [**toggle_enhanced_metrics_for_avm**](docs/VirtualMachineApi.md#toggle_enhanced_metrics_for_avm) | **PATCH** /core/virtual-machines/{vm_id}/enhanced-metrics | Enable or disable Enhanced Metrics for a virtual machine
|
|
312
313
|
*VirtualMachineEventsApi* | [**list_vm_events**](docs/VirtualMachineEventsApi.md#list_vm_events) | **GET** /core/virtual-machines/{vm_id}/events | List virtual machine events
|
|
313
314
|
*VncUrlApi* | [**get_vncurl**](docs/VncUrlApi.md#get_vncurl) | **GET** /core/virtual-machines/{vm_id}/console/{job_id} | Get VNC Console Link
|
|
314
315
|
*VncUrlApi* | [**request_vm_console**](docs/VncUrlApi.md#request_vm_console) | **GET** /core/virtual-machines/{vm_id}/request-console | Request Instance Console
|
|
@@ -479,6 +480,7 @@ Class | Method | HTTP request | Description
|
|
|
479
480
|
- [ImportKeypairResponse](docs/ImportKeypairResponse.md)
|
|
480
481
|
- [InfrahubResourceObjectResponseForCustomer](docs/InfrahubResourceObjectResponseForCustomer.md)
|
|
481
482
|
- [Instance](docs/Instance.md)
|
|
483
|
+
- [InstanceEnhancedMetricsFields](docs/InstanceEnhancedMetricsFields.md)
|
|
482
484
|
- [InstanceEnvironmentFields](docs/InstanceEnvironmentFields.md)
|
|
483
485
|
- [InstanceEvents](docs/InstanceEvents.md)
|
|
484
486
|
- [InstanceEventsFields](docs/InstanceEventsFields.md)
|
|
@@ -650,6 +652,9 @@ Class | Method | HTTP request | Description
|
|
|
650
652
|
- [UserConsentsResponse](docs/UserConsentsResponse.md)
|
|
651
653
|
- [UserDefaultChoiceForUserFields](docs/UserDefaultChoiceForUserFields.md)
|
|
652
654
|
- [UserDefaultChoicesForUserResponse](docs/UserDefaultChoicesForUserResponse.md)
|
|
655
|
+
- [UserEnhancedMetricsPayload](docs/UserEnhancedMetricsPayload.md)
|
|
656
|
+
- [UserEnhancedMetricsResponse](docs/UserEnhancedMetricsResponse.md)
|
|
657
|
+
- [UserEnhancedMetricsResponseFields](docs/UserEnhancedMetricsResponseFields.md)
|
|
653
658
|
- [UserInfoPostPayload](docs/UserInfoPostPayload.md)
|
|
654
659
|
- [UserOrganizationsResponse](docs/UserOrganizationsResponse.md)
|
|
655
660
|
- [UserPermissionFields](docs/UserPermissionFields.md)
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
""" # noqa: E501
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
__version__ = "v1.
|
|
17
|
+
__version__ = "v1.55.1-alpha"
|
|
18
18
|
|
|
19
19
|
# import apis into sdk package
|
|
20
20
|
from .api.access_keys_api import AccessKeysApi
|
|
@@ -238,6 +238,7 @@ from .models.import_keypair_payload import ImportKeypairPayload
|
|
|
238
238
|
from .models.import_keypair_response import ImportKeypairResponse
|
|
239
239
|
from .models.infrahub_resource_object_response_for_customer import InfrahubResourceObjectResponseForCustomer
|
|
240
240
|
from .models.instance import Instance
|
|
241
|
+
from .models.instance_enhanced_metrics_fields import InstanceEnhancedMetricsFields
|
|
241
242
|
from .models.instance_environment_fields import InstanceEnvironmentFields
|
|
242
243
|
from .models.instance_events import InstanceEvents
|
|
243
244
|
from .models.instance_events_fields import InstanceEventsFields
|
|
@@ -409,6 +410,9 @@ from .models.user_consent_event import UserConsentEvent
|
|
|
409
410
|
from .models.user_consents_response import UserConsentsResponse
|
|
410
411
|
from .models.user_default_choice_for_user_fields import UserDefaultChoiceForUserFields
|
|
411
412
|
from .models.user_default_choices_for_user_response import UserDefaultChoicesForUserResponse
|
|
413
|
+
from .models.user_enhanced_metrics_payload import UserEnhancedMetricsPayload
|
|
414
|
+
from .models.user_enhanced_metrics_response import UserEnhancedMetricsResponse
|
|
415
|
+
from .models.user_enhanced_metrics_response_fields import UserEnhancedMetricsResponseFields
|
|
412
416
|
from .models.user_info_post_payload import UserInfoPostPayload
|
|
413
417
|
from .models.user_organizations_response import UserOrganizationsResponse
|
|
414
418
|
from .models.user_permission_fields import UserPermissionFields
|
|
@@ -37,6 +37,8 @@ from ..models.request_instance_logs_payload import RequestInstanceLogsPayload
|
|
|
37
37
|
from ..models.request_instance_logs_response import RequestInstanceLogsResponse
|
|
38
38
|
from ..models.response_model import ResponseModel
|
|
39
39
|
from ..models.security_group_rule import SecurityGroupRule
|
|
40
|
+
from ..models.user_enhanced_metrics_payload import UserEnhancedMetricsPayload
|
|
41
|
+
from ..models.user_enhanced_metrics_response import UserEnhancedMetricsResponse
|
|
40
42
|
|
|
41
43
|
from ..api_client import ApiClient, RequestSerialized
|
|
42
44
|
from ..api_response import ApiResponse
|
|
@@ -5941,3 +5943,304 @@ class VirtualMachineApi:
|
|
|
5941
5943
|
)
|
|
5942
5944
|
|
|
5943
5945
|
|
|
5946
|
+
|
|
5947
|
+
|
|
5948
|
+
@validate_call
|
|
5949
|
+
def toggle_enhanced_metrics_for_avm(
|
|
5950
|
+
self,
|
|
5951
|
+
vm_id: StrictInt,
|
|
5952
|
+
payload: UserEnhancedMetricsPayload,
|
|
5953
|
+
_request_timeout: Union[
|
|
5954
|
+
None,
|
|
5955
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
5956
|
+
Tuple[
|
|
5957
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
5958
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
5959
|
+
]
|
|
5960
|
+
] = None,
|
|
5961
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
5962
|
+
_content_type: Optional[StrictStr] = None,
|
|
5963
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
5964
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
5965
|
+
) -> UserEnhancedMetricsResponse:
|
|
5966
|
+
"""Enable or disable Enhanced Metrics for a virtual machine
|
|
5967
|
+
|
|
5968
|
+
Enable or disable the Hyperstack VM Agent (Enhanced Metrics) for an existing virtual machine. The agent itself must be installed/removed manually inside the VM — the response includes the install command when enabling.
|
|
5969
|
+
|
|
5970
|
+
:param vm_id: (required)
|
|
5971
|
+
:type vm_id: int
|
|
5972
|
+
:param payload: (required)
|
|
5973
|
+
:type payload: UserEnhancedMetricsPayload
|
|
5974
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
5975
|
+
number provided, it will be total request
|
|
5976
|
+
timeout. It can also be a pair (tuple) of
|
|
5977
|
+
(connection, read) timeouts.
|
|
5978
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
5979
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
5980
|
+
request; this effectively ignores the
|
|
5981
|
+
authentication in the spec for a single request.
|
|
5982
|
+
:type _request_auth: dict, optional
|
|
5983
|
+
:param _content_type: force content-type for the request.
|
|
5984
|
+
:type _content_type: str, Optional
|
|
5985
|
+
:param _headers: set to override the headers for a single
|
|
5986
|
+
request; this effectively ignores the headers
|
|
5987
|
+
in the spec for a single request.
|
|
5988
|
+
:type _headers: dict, optional
|
|
5989
|
+
:param _host_index: set to override the host_index for a single
|
|
5990
|
+
request; this effectively ignores the host_index
|
|
5991
|
+
in the spec for a single request.
|
|
5992
|
+
:type _host_index: int, optional
|
|
5993
|
+
:return: Returns the result object.
|
|
5994
|
+
""" # noqa: E501
|
|
5995
|
+
|
|
5996
|
+
_param = self._toggle_enhanced_metrics_for_avm_serialize(
|
|
5997
|
+
vm_id=vm_id,
|
|
5998
|
+
payload=payload,
|
|
5999
|
+
_request_auth=_request_auth,
|
|
6000
|
+
_content_type=_content_type,
|
|
6001
|
+
_headers=_headers,
|
|
6002
|
+
_host_index=_host_index
|
|
6003
|
+
)
|
|
6004
|
+
|
|
6005
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
6006
|
+
'200': "UserEnhancedMetricsResponse",
|
|
6007
|
+
'400': "ErrorResponseModel",
|
|
6008
|
+
'401': "ErrorResponseModel",
|
|
6009
|
+
'404': "ErrorResponseModel",
|
|
6010
|
+
'500': None,
|
|
6011
|
+
}
|
|
6012
|
+
response_data = self.api_client.call_api(
|
|
6013
|
+
*_param,
|
|
6014
|
+
_request_timeout=_request_timeout
|
|
6015
|
+
)
|
|
6016
|
+
response_data.read()
|
|
6017
|
+
return self.api_client.response_deserialize(
|
|
6018
|
+
response_data=response_data,
|
|
6019
|
+
response_types_map=_response_types_map,
|
|
6020
|
+
).data
|
|
6021
|
+
|
|
6022
|
+
|
|
6023
|
+
@validate_call
|
|
6024
|
+
def toggle_enhanced_metrics_for_avm_with_http_info(
|
|
6025
|
+
self,
|
|
6026
|
+
vm_id: StrictInt,
|
|
6027
|
+
payload: UserEnhancedMetricsPayload,
|
|
6028
|
+
_request_timeout: Union[
|
|
6029
|
+
None,
|
|
6030
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
6031
|
+
Tuple[
|
|
6032
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
6033
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
6034
|
+
]
|
|
6035
|
+
] = None,
|
|
6036
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
6037
|
+
_content_type: Optional[StrictStr] = None,
|
|
6038
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
6039
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
6040
|
+
) -> ApiResponse[UserEnhancedMetricsResponse]:
|
|
6041
|
+
"""Enable or disable Enhanced Metrics for a virtual machine
|
|
6042
|
+
|
|
6043
|
+
Enable or disable the Hyperstack VM Agent (Enhanced Metrics) for an existing virtual machine. The agent itself must be installed/removed manually inside the VM — the response includes the install command when enabling.
|
|
6044
|
+
|
|
6045
|
+
:param vm_id: (required)
|
|
6046
|
+
:type vm_id: int
|
|
6047
|
+
:param payload: (required)
|
|
6048
|
+
:type payload: UserEnhancedMetricsPayload
|
|
6049
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
6050
|
+
number provided, it will be total request
|
|
6051
|
+
timeout. It can also be a pair (tuple) of
|
|
6052
|
+
(connection, read) timeouts.
|
|
6053
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
6054
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
6055
|
+
request; this effectively ignores the
|
|
6056
|
+
authentication in the spec for a single request.
|
|
6057
|
+
:type _request_auth: dict, optional
|
|
6058
|
+
:param _content_type: force content-type for the request.
|
|
6059
|
+
:type _content_type: str, Optional
|
|
6060
|
+
:param _headers: set to override the headers for a single
|
|
6061
|
+
request; this effectively ignores the headers
|
|
6062
|
+
in the spec for a single request.
|
|
6063
|
+
:type _headers: dict, optional
|
|
6064
|
+
:param _host_index: set to override the host_index for a single
|
|
6065
|
+
request; this effectively ignores the host_index
|
|
6066
|
+
in the spec for a single request.
|
|
6067
|
+
:type _host_index: int, optional
|
|
6068
|
+
:return: Returns the result object.
|
|
6069
|
+
""" # noqa: E501
|
|
6070
|
+
|
|
6071
|
+
_param = self._toggle_enhanced_metrics_for_avm_serialize(
|
|
6072
|
+
vm_id=vm_id,
|
|
6073
|
+
payload=payload,
|
|
6074
|
+
_request_auth=_request_auth,
|
|
6075
|
+
_content_type=_content_type,
|
|
6076
|
+
_headers=_headers,
|
|
6077
|
+
_host_index=_host_index
|
|
6078
|
+
)
|
|
6079
|
+
|
|
6080
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
6081
|
+
'200': "UserEnhancedMetricsResponse",
|
|
6082
|
+
'400': "ErrorResponseModel",
|
|
6083
|
+
'401': "ErrorResponseModel",
|
|
6084
|
+
'404': "ErrorResponseModel",
|
|
6085
|
+
'500': None,
|
|
6086
|
+
}
|
|
6087
|
+
response_data = self.api_client.call_api(
|
|
6088
|
+
*_param,
|
|
6089
|
+
_request_timeout=_request_timeout
|
|
6090
|
+
)
|
|
6091
|
+
response_data.read()
|
|
6092
|
+
return self.api_client.response_deserialize(
|
|
6093
|
+
response_data=response_data,
|
|
6094
|
+
response_types_map=_response_types_map,
|
|
6095
|
+
)
|
|
6096
|
+
|
|
6097
|
+
|
|
6098
|
+
@validate_call
|
|
6099
|
+
def toggle_enhanced_metrics_for_avm_without_preload_content(
|
|
6100
|
+
self,
|
|
6101
|
+
vm_id: StrictInt,
|
|
6102
|
+
payload: UserEnhancedMetricsPayload,
|
|
6103
|
+
_request_timeout: Union[
|
|
6104
|
+
None,
|
|
6105
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
6106
|
+
Tuple[
|
|
6107
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
6108
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
6109
|
+
]
|
|
6110
|
+
] = None,
|
|
6111
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
6112
|
+
_content_type: Optional[StrictStr] = None,
|
|
6113
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
6114
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
6115
|
+
) -> RESTResponseType:
|
|
6116
|
+
"""Enable or disable Enhanced Metrics for a virtual machine
|
|
6117
|
+
|
|
6118
|
+
Enable or disable the Hyperstack VM Agent (Enhanced Metrics) for an existing virtual machine. The agent itself must be installed/removed manually inside the VM — the response includes the install command when enabling.
|
|
6119
|
+
|
|
6120
|
+
:param vm_id: (required)
|
|
6121
|
+
:type vm_id: int
|
|
6122
|
+
:param payload: (required)
|
|
6123
|
+
:type payload: UserEnhancedMetricsPayload
|
|
6124
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
6125
|
+
number provided, it will be total request
|
|
6126
|
+
timeout. It can also be a pair (tuple) of
|
|
6127
|
+
(connection, read) timeouts.
|
|
6128
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
6129
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
6130
|
+
request; this effectively ignores the
|
|
6131
|
+
authentication in the spec for a single request.
|
|
6132
|
+
:type _request_auth: dict, optional
|
|
6133
|
+
:param _content_type: force content-type for the request.
|
|
6134
|
+
:type _content_type: str, Optional
|
|
6135
|
+
:param _headers: set to override the headers for a single
|
|
6136
|
+
request; this effectively ignores the headers
|
|
6137
|
+
in the spec for a single request.
|
|
6138
|
+
:type _headers: dict, optional
|
|
6139
|
+
:param _host_index: set to override the host_index for a single
|
|
6140
|
+
request; this effectively ignores the host_index
|
|
6141
|
+
in the spec for a single request.
|
|
6142
|
+
:type _host_index: int, optional
|
|
6143
|
+
:return: Returns the result object.
|
|
6144
|
+
""" # noqa: E501
|
|
6145
|
+
|
|
6146
|
+
_param = self._toggle_enhanced_metrics_for_avm_serialize(
|
|
6147
|
+
vm_id=vm_id,
|
|
6148
|
+
payload=payload,
|
|
6149
|
+
_request_auth=_request_auth,
|
|
6150
|
+
_content_type=_content_type,
|
|
6151
|
+
_headers=_headers,
|
|
6152
|
+
_host_index=_host_index
|
|
6153
|
+
)
|
|
6154
|
+
|
|
6155
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
6156
|
+
'200': "UserEnhancedMetricsResponse",
|
|
6157
|
+
'400': "ErrorResponseModel",
|
|
6158
|
+
'401': "ErrorResponseModel",
|
|
6159
|
+
'404': "ErrorResponseModel",
|
|
6160
|
+
'500': None,
|
|
6161
|
+
}
|
|
6162
|
+
response_data = self.api_client.call_api(
|
|
6163
|
+
*_param,
|
|
6164
|
+
_request_timeout=_request_timeout
|
|
6165
|
+
)
|
|
6166
|
+
return response_data.response
|
|
6167
|
+
|
|
6168
|
+
|
|
6169
|
+
def _toggle_enhanced_metrics_for_avm_serialize(
|
|
6170
|
+
self,
|
|
6171
|
+
vm_id,
|
|
6172
|
+
payload,
|
|
6173
|
+
_request_auth,
|
|
6174
|
+
_content_type,
|
|
6175
|
+
_headers,
|
|
6176
|
+
_host_index,
|
|
6177
|
+
) -> RequestSerialized:
|
|
6178
|
+
|
|
6179
|
+
_host = None
|
|
6180
|
+
|
|
6181
|
+
_collection_formats: Dict[str, str] = {
|
|
6182
|
+
}
|
|
6183
|
+
|
|
6184
|
+
_path_params: Dict[str, str] = {}
|
|
6185
|
+
_query_params: List[Tuple[str, str]] = []
|
|
6186
|
+
_header_params: Dict[str, Optional[str]] = _headers or {}
|
|
6187
|
+
_form_params: List[Tuple[str, str]] = []
|
|
6188
|
+
_files: Dict[
|
|
6189
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
|
6190
|
+
] = {}
|
|
6191
|
+
_body_params: Optional[bytes] = None
|
|
6192
|
+
|
|
6193
|
+
# process the path parameters
|
|
6194
|
+
if vm_id is not None:
|
|
6195
|
+
_path_params['vm_id'] = vm_id
|
|
6196
|
+
# process the query parameters
|
|
6197
|
+
# process the header parameters
|
|
6198
|
+
# process the form parameters
|
|
6199
|
+
# process the body parameter
|
|
6200
|
+
if payload is not None:
|
|
6201
|
+
_body_params = payload
|
|
6202
|
+
|
|
6203
|
+
|
|
6204
|
+
# set the HTTP header `Accept`
|
|
6205
|
+
if 'Accept' not in _header_params:
|
|
6206
|
+
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
6207
|
+
[
|
|
6208
|
+
'application/json'
|
|
6209
|
+
]
|
|
6210
|
+
)
|
|
6211
|
+
|
|
6212
|
+
# set the HTTP header `Content-Type`
|
|
6213
|
+
if _content_type:
|
|
6214
|
+
_header_params['Content-Type'] = _content_type
|
|
6215
|
+
else:
|
|
6216
|
+
_default_content_type = (
|
|
6217
|
+
self.api_client.select_header_content_type(
|
|
6218
|
+
[
|
|
6219
|
+
'application/json'
|
|
6220
|
+
]
|
|
6221
|
+
)
|
|
6222
|
+
)
|
|
6223
|
+
if _default_content_type is not None:
|
|
6224
|
+
_header_params['Content-Type'] = _default_content_type
|
|
6225
|
+
|
|
6226
|
+
# authentication setting
|
|
6227
|
+
_auth_settings: List[str] = [
|
|
6228
|
+
'apiKey'
|
|
6229
|
+
]
|
|
6230
|
+
|
|
6231
|
+
return self.api_client.param_serialize(
|
|
6232
|
+
method='PATCH',
|
|
6233
|
+
resource_path='/core/virtual-machines/{vm_id}/enhanced-metrics',
|
|
6234
|
+
path_params=_path_params,
|
|
6235
|
+
query_params=_query_params,
|
|
6236
|
+
header_params=_header_params,
|
|
6237
|
+
body=_body_params,
|
|
6238
|
+
post_params=_form_params,
|
|
6239
|
+
files=_files,
|
|
6240
|
+
auth_settings=_auth_settings,
|
|
6241
|
+
collection_formats=_collection_formats,
|
|
6242
|
+
_host=_host,
|
|
6243
|
+
_request_auth=_request_auth
|
|
6244
|
+
)
|
|
6245
|
+
|
|
6246
|
+
|
|
@@ -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.55.1-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.55.1-alpha".\
|
|
528
528
|
format(env=sys.platform, pyversion=sys.version)
|
|
529
529
|
|
|
530
530
|
def get_host_settings(self) -> List[HostSetting]:
|
|
@@ -166,6 +166,7 @@ from .import_keypair_payload import ImportKeypairPayload
|
|
|
166
166
|
from .import_keypair_response import ImportKeypairResponse
|
|
167
167
|
from .infrahub_resource_object_response_for_customer import InfrahubResourceObjectResponseForCustomer
|
|
168
168
|
from .instance import Instance
|
|
169
|
+
from .instance_enhanced_metrics_fields import InstanceEnhancedMetricsFields
|
|
169
170
|
from .instance_environment_fields import InstanceEnvironmentFields
|
|
170
171
|
from .instance_events import InstanceEvents
|
|
171
172
|
from .instance_events_fields import InstanceEventsFields
|
|
@@ -337,6 +338,9 @@ from .user_consent_event import UserConsentEvent
|
|
|
337
338
|
from .user_consents_response import UserConsentsResponse
|
|
338
339
|
from .user_default_choice_for_user_fields import UserDefaultChoiceForUserFields
|
|
339
340
|
from .user_default_choices_for_user_response import UserDefaultChoicesForUserResponse
|
|
341
|
+
from .user_enhanced_metrics_payload import UserEnhancedMetricsPayload
|
|
342
|
+
from .user_enhanced_metrics_response import UserEnhancedMetricsResponse
|
|
343
|
+
from .user_enhanced_metrics_response_fields import UserEnhancedMetricsResponseFields
|
|
340
344
|
from .user_info_post_payload import UserInfoPostPayload
|
|
341
345
|
from .user_organizations_response import UserOrganizationsResponse
|
|
342
346
|
from .user_permission_fields import UserPermissionFields
|
|
@@ -35,6 +35,7 @@ class CreateInstancesPayload(BaseModel):
|
|
|
35
35
|
count: StrictInt = Field(description="The number of virtual machines to be created.")
|
|
36
36
|
create_bootable_volume: Optional[StrictBool] = Field(default=None, description="Indicates whether to create a bootable volume for the virtual machine. When set to `true`, a bootable volume will be created; the default value is `false`.")
|
|
37
37
|
enable_port_randomization: Optional[StrictBool] = Field(default=True, description="Indicates whether to enable port randomization.This setting is only effective if 'assign_floating_ip' is true. Defaults to true.")
|
|
38
|
+
enhanced_monitoring_enabled: Optional[StrictBool] = Field(default=False, description="When true, the Hyperstack VM Agent is opted in for this VM and metrics ingestion is allowed by the prom-gateway. The agent must still be installed on the VM (typically via user_data cloud-init).")
|
|
38
39
|
environment_name: StrictStr = Field(description="The name of the [environment](https://docs...cloud/docs/api-reference/core-resources/environments/) in which the virtual machine is to be created.")
|
|
39
40
|
flavor: Optional[FlavorObjectFields] = None
|
|
40
41
|
flavor_name: StrictStr = Field(description="The name of the GPU hardware configuration ([flavor](https://docs...cloud/docs/hardware/flavors)) for the virtual machines being created.")
|
|
@@ -46,7 +47,7 @@ class CreateInstancesPayload(BaseModel):
|
|
|
46
47
|
security_rules: Optional[List[CreateSecurityRulePayload]] = None
|
|
47
48
|
user_data: Optional[StrictStr] = Field(default=None, description="Optional initialization configuration commands to manage the configuration of a virtual machine at launch using cloud-init scripts. For more information about custom VM configuration using cloud-init, [**click here**](https://docs...cloud/docs/virtual-machines/initialization-configuration).")
|
|
48
49
|
volume_name: Optional[StrictStr] = Field(default=None, description="The names of the volume(s) to be attached to the virtual machine being created.")
|
|
49
|
-
__properties: ClassVar[List[str]] = ["assign_floating_ip", "callback_url", "count", "create_bootable_volume", "enable_port_randomization", "environment_name", "flavor", "flavor_name", "image_name", "key_name", "labels", "name", "profile", "security_rules", "user_data", "volume_name"]
|
|
50
|
+
__properties: ClassVar[List[str]] = ["assign_floating_ip", "callback_url", "count", "create_bootable_volume", "enable_port_randomization", "enhanced_monitoring_enabled", "environment_name", "flavor", "flavor_name", "image_name", "key_name", "labels", "name", "profile", "security_rules", "user_data", "volume_name"]
|
|
50
51
|
|
|
51
52
|
model_config = ConfigDict(
|
|
52
53
|
populate_by_name=True,
|
|
@@ -117,6 +118,7 @@ class CreateInstancesPayload(BaseModel):
|
|
|
117
118
|
"count": obj.get("count"),
|
|
118
119
|
"create_bootable_volume": obj.get("create_bootable_volume"),
|
|
119
120
|
"enable_port_randomization": obj.get("enable_port_randomization") if obj.get("enable_port_randomization") is not None else True,
|
|
121
|
+
"enhanced_monitoring_enabled": obj.get("enhanced_monitoring_enabled") if obj.get("enhanced_monitoring_enabled") is not None else False,
|
|
120
122
|
"environment_name": obj.get("environment_name"),
|
|
121
123
|
"flavor": FlavorObjectFields.from_dict(obj["flavor"]) if obj.get("flavor") is not None else None,
|
|
122
124
|
"flavor_name": obj.get("flavor_name"),
|
|
@@ -0,0 +1,87 @@
|
|
|
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, StrictBool
|
|
21
|
+
from typing import Any, ClassVar, Dict, List, Optional
|
|
22
|
+
from typing import Optional, Set
|
|
23
|
+
from typing_extensions import Self
|
|
24
|
+
|
|
25
|
+
class InstanceEnhancedMetricsFields(BaseModel):
|
|
26
|
+
"""
|
|
27
|
+
InstanceEnhancedMetricsFields
|
|
28
|
+
""" # noqa: E501
|
|
29
|
+
enabled: Optional[StrictBool] = None
|
|
30
|
+
__properties: ClassVar[List[str]] = ["enabled"]
|
|
31
|
+
|
|
32
|
+
model_config = ConfigDict(
|
|
33
|
+
populate_by_name=True,
|
|
34
|
+
validate_assignment=True,
|
|
35
|
+
protected_namespaces=(),
|
|
36
|
+
)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
def to_str(self) -> str:
|
|
40
|
+
"""Returns the string representation of the model using alias"""
|
|
41
|
+
return pprint.pformat(self.model_dump(by_alias=True))
|
|
42
|
+
|
|
43
|
+
def to_json(self) -> str:
|
|
44
|
+
"""Returns the JSON representation of the model using alias"""
|
|
45
|
+
# TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
|
|
46
|
+
return json.dumps(self.to_dict())
|
|
47
|
+
|
|
48
|
+
@classmethod
|
|
49
|
+
def from_json(cls, json_str: str) -> Optional[Self]:
|
|
50
|
+
"""Create an instance of InstanceEnhancedMetricsFields from a JSON string"""
|
|
51
|
+
return cls.from_dict(json.loads(json_str))
|
|
52
|
+
|
|
53
|
+
def to_dict(self) -> Dict[str, Any]:
|
|
54
|
+
"""Return the dictionary representation of the model using alias.
|
|
55
|
+
|
|
56
|
+
This has the following differences from calling pydantic's
|
|
57
|
+
`self.model_dump(by_alias=True)`:
|
|
58
|
+
|
|
59
|
+
* `None` is only added to the output dict for nullable fields that
|
|
60
|
+
were set at model initialization. Other fields with value `None`
|
|
61
|
+
are ignored.
|
|
62
|
+
"""
|
|
63
|
+
excluded_fields: Set[str] = set([
|
|
64
|
+
])
|
|
65
|
+
|
|
66
|
+
_dict = self.model_dump(
|
|
67
|
+
by_alias=True,
|
|
68
|
+
exclude=excluded_fields,
|
|
69
|
+
exclude_none=True,
|
|
70
|
+
)
|
|
71
|
+
return _dict
|
|
72
|
+
|
|
73
|
+
@classmethod
|
|
74
|
+
def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
|
|
75
|
+
"""Create an instance of InstanceEnhancedMetricsFields from a dict"""
|
|
76
|
+
if obj is None:
|
|
77
|
+
return None
|
|
78
|
+
|
|
79
|
+
if not isinstance(obj, dict):
|
|
80
|
+
return cls.model_validate(obj)
|
|
81
|
+
|
|
82
|
+
_obj = cls.model_validate({
|
|
83
|
+
"enabled": obj.get("enabled")
|
|
84
|
+
})
|
|
85
|
+
return _obj
|
|
86
|
+
|
|
87
|
+
|
|
@@ -20,6 +20,7 @@ import json
|
|
|
20
20
|
from datetime import datetime
|
|
21
21
|
from pydantic import BaseModel, ConfigDict, StrictBool, StrictInt, StrictStr
|
|
22
22
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
23
|
+
from ..models.instance_enhanced_metrics_fields import InstanceEnhancedMetricsFields
|
|
23
24
|
from ..models.instance_environment_fields import InstanceEnvironmentFields
|
|
24
25
|
from ..models.instance_flavor_fields import InstanceFlavorFields
|
|
25
26
|
from ..models.instance_image_fields import InstanceImageFields
|
|
@@ -36,6 +37,7 @@ class InstanceFields(BaseModel):
|
|
|
36
37
|
callback_url: Optional[StrictStr] = None
|
|
37
38
|
contract_id: Optional[StrictInt] = None
|
|
38
39
|
created_at: Optional[datetime] = None
|
|
40
|
+
enhanced_metrics: Optional[InstanceEnhancedMetricsFields] = None
|
|
39
41
|
environment: Optional[InstanceEnvironmentFields] = None
|
|
40
42
|
features: Optional[Dict[str, Any]] = None
|
|
41
43
|
fixed_ip: Optional[StrictStr] = None
|
|
@@ -57,7 +59,7 @@ class InstanceFields(BaseModel):
|
|
|
57
59
|
status: Optional[StrictStr] = None
|
|
58
60
|
vm_state: Optional[StrictStr] = None
|
|
59
61
|
volume_attachments: Optional[List[VolumeAttachmentFields]] = None
|
|
60
|
-
__properties: ClassVar[List[str]] = ["callback_url", "contract_id", "created_at", "environment", "features", "fixed_ip", "flavor", "floating_ip", "floating_ip_status", "id", "image", "keypair", "labels", "locked", "name", "os", "port_randomization", "port_randomization_status", "power_state", "requires_public_ip", "security_rules", "status", "vm_state", "volume_attachments"]
|
|
62
|
+
__properties: ClassVar[List[str]] = ["callback_url", "contract_id", "created_at", "enhanced_metrics", "environment", "features", "fixed_ip", "flavor", "floating_ip", "floating_ip_status", "id", "image", "keypair", "labels", "locked", "name", "os", "port_randomization", "port_randomization_status", "power_state", "requires_public_ip", "security_rules", "status", "vm_state", "volume_attachments"]
|
|
61
63
|
|
|
62
64
|
model_config = ConfigDict(
|
|
63
65
|
populate_by_name=True,
|
|
@@ -98,6 +100,9 @@ class InstanceFields(BaseModel):
|
|
|
98
100
|
exclude=excluded_fields,
|
|
99
101
|
exclude_none=True,
|
|
100
102
|
)
|
|
103
|
+
# override the default output from pydantic by calling `to_dict()` of enhanced_metrics
|
|
104
|
+
if self.enhanced_metrics:
|
|
105
|
+
_dict['enhanced_metrics'] = self.enhanced_metrics.to_dict()
|
|
101
106
|
# override the default output from pydantic by calling `to_dict()` of environment
|
|
102
107
|
if self.environment:
|
|
103
108
|
_dict['environment'] = self.environment.to_dict()
|
|
@@ -139,6 +144,7 @@ class InstanceFields(BaseModel):
|
|
|
139
144
|
"callback_url": obj.get("callback_url"),
|
|
140
145
|
"contract_id": obj.get("contract_id"),
|
|
141
146
|
"created_at": obj.get("created_at"),
|
|
147
|
+
"enhanced_metrics": InstanceEnhancedMetricsFields.from_dict(obj["enhanced_metrics"]) if obj.get("enhanced_metrics") is not None else None,
|
|
142
148
|
"environment": InstanceEnvironmentFields.from_dict(obj["environment"]) if obj.get("environment") is not None else None,
|
|
143
149
|
"features": obj.get("features"),
|
|
144
150
|
"fixed_ip": obj.get("fixed_ip"),
|
|
@@ -0,0 +1,87 @@
|
|
|
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
|
|
21
|
+
from typing import Any, ClassVar, Dict, List
|
|
22
|
+
from typing import Optional, Set
|
|
23
|
+
from typing_extensions import Self
|
|
24
|
+
|
|
25
|
+
class UserEnhancedMetricsPayload(BaseModel):
|
|
26
|
+
"""
|
|
27
|
+
UserEnhancedMetricsPayload
|
|
28
|
+
""" # noqa: E501
|
|
29
|
+
enabled: StrictBool = Field(description="Set to true to opt this VM into Enhanced Metrics, false to opt out.")
|
|
30
|
+
__properties: ClassVar[List[str]] = ["enabled"]
|
|
31
|
+
|
|
32
|
+
model_config = ConfigDict(
|
|
33
|
+
populate_by_name=True,
|
|
34
|
+
validate_assignment=True,
|
|
35
|
+
protected_namespaces=(),
|
|
36
|
+
)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
def to_str(self) -> str:
|
|
40
|
+
"""Returns the string representation of the model using alias"""
|
|
41
|
+
return pprint.pformat(self.model_dump(by_alias=True))
|
|
42
|
+
|
|
43
|
+
def to_json(self) -> str:
|
|
44
|
+
"""Returns the JSON representation of the model using alias"""
|
|
45
|
+
# TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
|
|
46
|
+
return json.dumps(self.to_dict())
|
|
47
|
+
|
|
48
|
+
@classmethod
|
|
49
|
+
def from_json(cls, json_str: str) -> Optional[Self]:
|
|
50
|
+
"""Create an instance of UserEnhancedMetricsPayload from a JSON string"""
|
|
51
|
+
return cls.from_dict(json.loads(json_str))
|
|
52
|
+
|
|
53
|
+
def to_dict(self) -> Dict[str, Any]:
|
|
54
|
+
"""Return the dictionary representation of the model using alias.
|
|
55
|
+
|
|
56
|
+
This has the following differences from calling pydantic's
|
|
57
|
+
`self.model_dump(by_alias=True)`:
|
|
58
|
+
|
|
59
|
+
* `None` is only added to the output dict for nullable fields that
|
|
60
|
+
were set at model initialization. Other fields with value `None`
|
|
61
|
+
are ignored.
|
|
62
|
+
"""
|
|
63
|
+
excluded_fields: Set[str] = set([
|
|
64
|
+
])
|
|
65
|
+
|
|
66
|
+
_dict = self.model_dump(
|
|
67
|
+
by_alias=True,
|
|
68
|
+
exclude=excluded_fields,
|
|
69
|
+
exclude_none=True,
|
|
70
|
+
)
|
|
71
|
+
return _dict
|
|
72
|
+
|
|
73
|
+
@classmethod
|
|
74
|
+
def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
|
|
75
|
+
"""Create an instance of UserEnhancedMetricsPayload from a dict"""
|
|
76
|
+
if obj is None:
|
|
77
|
+
return None
|
|
78
|
+
|
|
79
|
+
if not isinstance(obj, dict):
|
|
80
|
+
return cls.model_validate(obj)
|
|
81
|
+
|
|
82
|
+
_obj = cls.model_validate({
|
|
83
|
+
"enabled": obj.get("enabled")
|
|
84
|
+
})
|
|
85
|
+
return _obj
|
|
86
|
+
|
|
87
|
+
|