hyperstack 1.50.2a0__tar.gz → 1.51.0a0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/PKG-INFO +1 -1
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/README.md +3 -2
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/__init__.py +2 -1
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/auth_api.py +4 -1
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api_client.py +1 -1
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/configuration.py +1 -1
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/__init__.py +1 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/cluster_node_group_fields.py +13 -1
- hyperstack-1.51.0a0/hyperstack/models/cluster_node_group_firewall_fields.py +91 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/create_cluster_node_group_payload.py +4 -2
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/update_cluster_node_group_payload.py +4 -2
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack.egg-info/PKG-INFO +1 -1
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack.egg-info/SOURCES.txt +2 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/pyproject.toml +1 -1
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/setup.py +1 -1
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_cluster_fields.py +9 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_cluster_list_response.py +9 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_cluster_node_group_fields.py +9 -0
- hyperstack-1.51.0a0/test/test_cluster_node_group_firewall_fields.py +53 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_cluster_node_groups_create_response.py +9 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_cluster_node_groups_get_response.py +9 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_cluster_node_groups_list_response.py +9 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_cluster_response.py +9 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_contract_instance_fields.py +9 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_contract_instances_response.py +9 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_create_cluster_node_group_payload.py +3 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_create_cluster_payload.py +3 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_manual_reconciliation_model.py +9 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_update_cluster_node_group_payload.py +3 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/__init__.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/access_keys_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/alive_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/api_key_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/assigning_member_role_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/beta_access_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/billing_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/buckets_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/calculate_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/callbacks_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/cluster_events_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/clusters_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/compliance_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/credit_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/customer_contract_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/dashboard_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/deployment_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/environment_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/fip_exclusions_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/firewall_attachment_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/firewalls_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/flavor_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/floating_ip_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/gpu_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/health_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/image_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/invite_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/keypair_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/organization_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/partner_config_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/payment_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/permission_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/policy_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/pricebook_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/profile_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/rbac_role_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/region_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/regions_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/security_rules_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/snapshot_events_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/snapshots_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/stock_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/template_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/user_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/user_detail_choice_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/user_permission_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/virtual_machine_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/virtual_machine_events_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/vnc_url_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/volume_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/volume_attachment_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api/vouchers_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/api_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/exceptions.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/access_token_field.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/add_user_info_success_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/allocated_gpu_count_graph.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/api_key_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/assign_rbac_role_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/attach_callback_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/attach_callback_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/attach_firewall_with_vm.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/attach_firewalls_to_vm_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/attach_volume_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/attach_volumes.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/attach_volumes_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/attachments_fields_for_volume.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/attributes.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/auth_get_token_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/auth_user_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/auth_user_info_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/beta_access_request_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/beta_access_request_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/beta_access_request_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/beta_access_status_item.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/beta_access_status_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/billing_history.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/billing_history_data_synthesis_details.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/billing_history_fine_tuning.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/billing_history_model_evalutation_details.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/billing_history_serverless_inference.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/billing_history_serverless_inference_details.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/billing_metrices_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/billing_metrices_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/cluster_events.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/cluster_events_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/cluster_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/cluster_flavor_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/cluster_list_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/cluster_node_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/cluster_node_groups_create_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/cluster_node_groups_get_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/cluster_node_groups_list_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/cluster_node_instance_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/cluster_nodes_list_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/cluster_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/cluster_version.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/cluster_versions.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/colors.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/common_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/compatible_flavor.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/compliance_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/compliance_model_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/compliance_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/compliance_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/container_overview_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/contract.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/contract_discount_plan_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/contract_gpu_allocation_graph_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/contract_instance_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/contract_instances_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/create_cluster_node_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/create_cluster_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/create_environment.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/create_firewall_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/create_firewall_rule_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/create_image.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/create_image_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/create_instances_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/create_instances_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/create_profile_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/create_profile_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/create_security_rule_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/create_snapshot_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/create_snapshot_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/create_update_compliance_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/create_update_rbac_role_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/create_volume_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/customer_contract_detail_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/customer_contract_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/dashboard_info_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/data_synthesis_billing_history_details_response_schema.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/delete_cluster_nodes_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/deployment_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/deployment_fields_for_start_deployments.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/deployments.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/detach_volumes.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/detach_volumes_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/edit_label_of_an_existing_vm_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/environment.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/environment_features.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/environment_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/environment_fields_for_volume.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/environments.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/error_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/firewall_attachment_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/firewall_attachment_vm_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/firewall_detail_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/firewall_detail_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/firewall_environment_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/firewall_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/firewall_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/firewall_rule.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/firewalls_list_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/flavor_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/flavor_item_get_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/flavor_label_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/flavor_list_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/flavor_object_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/flavor_restrictions.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/generate_update_api_key_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/generate_update_api_key_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/get_api_keys_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/get_credit_and_threshold_info.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/get_credit_and_threshold_info_in_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/get_customer_contracts_list_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/get_instance_logs_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/get_invites_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/get_organization_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/get_permissions_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/get_policies_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/get_rbac_roles_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/get_user_permissions_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/gpu_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/gpu_list.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/gpu_region_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/graph_datetime_value_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/image.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/image_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/image_get_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/images.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/import_keypair_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/import_keypair_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/infrahub_resource_object_response_for_customer.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/instance.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/instance_environment_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/instance_events.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/instance_events_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/instance_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/instance_flavor_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/instance_image_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/instance_keypair_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/instance_overview_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/instance_resize_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/instances.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/invite_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/invite_user_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/invite_user_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/keypair_environment_features.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/keypair_environment_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/keypair_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/keypairs.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/lable_resonse.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/last_day_cost_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/last_day_cost_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/logos.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/manual_reconciliation_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/master_flavors_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/metric_item_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/metrics_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/mfa_status_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/mfa_status_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/model_evaluation_billing_history_details_response_schema.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/name_available_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/new_configurations_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/new_model_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/new_stock_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/new_stock_retrive_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/object_storage_access_key_create_request.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/object_storage_access_key_create_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/object_storage_access_key_list_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/object_storage_access_key_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/object_storage_bucket_list_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/object_storage_bucket_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/object_storage_delete_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/object_storage_error_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/object_storage_health_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/object_storage_pagination_meta.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/object_storage_region_list_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/object_storage_region_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/object_storage_regions_enum.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/organization_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/organization_level_billing_history.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/organization_level_billing_history_resources.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/organization_level_billing_history_response_attributes.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/organization_level_billing_history_response_metrics.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/organization_level_billing_history_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/organization_threshold_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/organization_threshold_update_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/organization_thresholds_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/organization_user_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/overview_info.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/pagination.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/pagination_data.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/partner_config.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/payment_details_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/payment_details_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/payment_initiate_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/payment_initiate_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/payment_initiate_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/permission_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/policy_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/policy_permission_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/pricebook_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/pricebook_resource_object_response_for_customer.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/primary_color.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/profile_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/profile_list_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/profile_object_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/rbac_role_detail_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/rbac_role_detail_response_model_fixed.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/rbac_role_field.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/rbac_role_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/redeem_voucher_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/region_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/regions.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/remove_member_from_organization_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/remove_member_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/request_console.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/request_instance_logs_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/request_instance_logs_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/resource_billing_events_history_metrics.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/resource_billing_events_history_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/resource_billing_response_for_customer.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/resource_level_billing_bucket_details_resources.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/resource_level_billing_details_attributes.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/resource_level_billing_details_metrics.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/resource_level_billing_details_vm.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/resource_level_billing_details_volume.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/resource_level_billing_details_volume_attributes.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/resource_level_billing_details_volume_metrics.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/resource_level_billing_history.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/resource_level_billing_history_resources.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/resource_level_billing_history_resources_cluster.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/resource_level_billing_history_response_attributes.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/resource_level_billing_history_response_metrics.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/resource_level_billing_vm_details_resources.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/resource_level_billing_volume_details_resources.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/resource_level_bucket_billing_details_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/resource_level_bucket_billing_history_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/resource_level_cluster_billing_details_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/resource_level_cluster_billing_history_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/resource_level_cluster_graph_billing_details_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/resource_level_graph_billing_detail_volume.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/resource_level_graph_billing_details_attributes.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/resource_level_graph_billing_details_bucket.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/resource_level_graph_billing_details_metrics.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/resource_level_graph_billing_details_vm.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/resource_level_graph_billing_vm_details_resources.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/resource_level_graph_billing_volume_details_resources.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/resource_level_vm_billing_details_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/resource_level_vm_billing_history_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/resource_level_vm_graph_billing_details_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/resource_level_volume_billing_details_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/resource_level_volume_billing_history_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/resource_level_volume_graph_billing_details_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/resource_object_response_for_customer.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/role_permission_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/role_policy_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/secondary_color.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/security_group_rule.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/security_group_rule_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/security_rules_fields_for_instance.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/security_rules_protocol_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/serverless_inferenced_billing_history_details_response_schema.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/snapshot_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/snapshot_restore_request.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/snapshot_retrieve.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/snapshot_retrieve_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/snapshots.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/start_deployment.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/start_deployment_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/sub_resource_graph_billing_details_metrics.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/sub_resources_costs_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/sub_resources_graph_billing_history_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/sub_resources_graph_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/subscribe_or_unsubscribe_update_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/template.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/template_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/templates.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/token_based_billing_history_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/update_environment.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/update_keypair_name.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/update_keypair_name_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/update_organization_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/update_organization_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/update_template.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/update_volume_attachment_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/update_volume_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/update_volume_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/uris.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/user_default_choice_for_user_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/user_default_choices_for_user_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/user_info_post_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/user_organizations_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/user_permission_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/users_info_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/users_info_list_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/vm_quota.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/vncurl.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/vncurl_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/volume.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/volume_attachment_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/volume_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/volume_fields_for_instance.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/volume_overview_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/volume_types.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/volumes.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/volumes_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/voucher.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/voucher_redeem_response_schema.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/workload_billing_history_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/py.typed +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/rest.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack.egg-info/dependency_links.txt +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack.egg-info/requires.txt +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack.egg-info/top_level.txt +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/setup.cfg +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_access_keys_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_access_token_field.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_add_user_info_success_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_alive_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_allocated_gpu_count_graph.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_api_key_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_api_key_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_assign_rbac_role_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_assigning_member_role_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_attach_callback_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_attach_callback_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_attach_firewall_with_vm.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_attach_firewalls_to_vm_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_attach_volume_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_attach_volumes.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_attach_volumes_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_attachments_fields_for_volume.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_attributes.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_auth_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_auth_get_token_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_auth_user_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_auth_user_info_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_beta_access_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_beta_access_request_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_beta_access_request_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_beta_access_request_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_beta_access_status_item.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_beta_access_status_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_billing_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_billing_history.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_billing_history_data_synthesis_details.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_billing_history_fine_tuning.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_billing_history_model_evalutation_details.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_billing_history_serverless_inference.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_billing_history_serverless_inference_details.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_billing_metrices_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_billing_metrices_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_buckets_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_calculate_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_callbacks_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_cluster_events.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_cluster_events_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_cluster_events_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_cluster_flavor_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_cluster_node_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_cluster_node_instance_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_cluster_nodes_list_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_cluster_version.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_cluster_versions.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_clusters_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_colors.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_common_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_compatible_flavor.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_compliance_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_compliance_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_compliance_model_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_compliance_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_compliance_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_container_overview_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_contract.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_contract_discount_plan_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_contract_gpu_allocation_graph_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_create_cluster_node_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_create_environment.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_create_firewall_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_create_firewall_rule_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_create_image.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_create_image_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_create_instances_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_create_instances_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_create_profile_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_create_profile_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_create_security_rule_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_create_snapshot_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_create_snapshot_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_create_update_compliance_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_create_update_rbac_role_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_create_volume_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_credit_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_customer_contract_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_customer_contract_detail_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_customer_contract_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_dashboard_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_dashboard_info_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_data_synthesis_billing_history_details_response_schema.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_delete_cluster_nodes_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_deployment_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_deployment_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_deployment_fields_for_start_deployments.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_deployments.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_detach_volumes.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_detach_volumes_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_edit_label_of_an_existing_vm_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_environment.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_environment_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_environment_features.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_environment_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_environment_fields_for_volume.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_environments.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_error_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_fip_exclusions_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_firewall_attachment_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_firewall_attachment_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_firewall_attachment_vm_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_firewall_detail_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_firewall_detail_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_firewall_environment_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_firewall_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_firewall_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_firewall_rule.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_firewalls_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_firewalls_list_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_flavor_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_flavor_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_flavor_item_get_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_flavor_label_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_flavor_list_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_flavor_object_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_flavor_restrictions.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_floating_ip_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_generate_update_api_key_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_generate_update_api_key_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_get_api_keys_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_get_credit_and_threshold_info.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_get_credit_and_threshold_info_in_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_get_customer_contracts_list_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_get_instance_logs_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_get_invites_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_get_organization_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_get_permissions_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_get_policies_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_get_rbac_roles_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_get_user_permissions_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_gpu_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_gpu_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_gpu_list.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_gpu_region_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_graph_datetime_value_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_health_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_image.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_image_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_image_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_image_get_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_images.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_import_keypair_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_import_keypair_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_infrahub_resource_object_response_for_customer.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_instance.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_instance_environment_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_instance_events.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_instance_events_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_instance_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_instance_flavor_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_instance_image_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_instance_keypair_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_instance_overview_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_instance_resize_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_instances.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_invite_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_invite_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_invite_user_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_invite_user_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_keypair_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_keypair_environment_features.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_keypair_environment_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_keypair_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_keypairs.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_lable_resonse.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_last_day_cost_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_last_day_cost_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_logos.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_master_flavors_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_metric_item_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_metrics_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_mfa_status_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_mfa_status_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_model_evaluation_billing_history_details_response_schema.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_name_available_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_new_configurations_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_new_model_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_new_stock_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_new_stock_retrive_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_object_storage_access_key_create_request.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_object_storage_access_key_create_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_object_storage_access_key_list_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_object_storage_access_key_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_object_storage_bucket_list_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_object_storage_bucket_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_object_storage_delete_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_object_storage_error_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_object_storage_health_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_object_storage_pagination_meta.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_object_storage_region_list_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_object_storage_region_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_object_storage_regions_enum.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_organization_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_organization_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_organization_level_billing_history.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_organization_level_billing_history_resources.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_organization_level_billing_history_response_attributes.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_organization_level_billing_history_response_metrics.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_organization_level_billing_history_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_organization_threshold_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_organization_threshold_update_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_organization_thresholds_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_organization_user_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_overview_info.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_pagination.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_pagination_data.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_partner_config.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_partner_config_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_payment_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_payment_details_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_payment_details_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_payment_initiate_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_payment_initiate_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_payment_initiate_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_permission_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_permission_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_policy_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_policy_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_policy_permission_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_pricebook_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_pricebook_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_pricebook_resource_object_response_for_customer.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_primary_color.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_profile_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_profile_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_profile_list_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_profile_object_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_rbac_role_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_rbac_role_detail_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_rbac_role_detail_response_model_fixed.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_rbac_role_field.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_rbac_role_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_redeem_voucher_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_region_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_region_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_regions.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_regions_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_remove_member_from_organization_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_remove_member_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_request_console.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_request_instance_logs_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_request_instance_logs_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_resource_billing_events_history_metrics.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_resource_billing_events_history_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_resource_billing_response_for_customer.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_resource_level_billing_bucket_details_resources.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_resource_level_billing_details_attributes.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_resource_level_billing_details_metrics.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_resource_level_billing_details_vm.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_resource_level_billing_details_volume.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_resource_level_billing_details_volume_attributes.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_resource_level_billing_details_volume_metrics.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_resource_level_billing_history.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_resource_level_billing_history_resources.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_resource_level_billing_history_resources_cluster.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_resource_level_billing_history_response_attributes.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_resource_level_billing_history_response_metrics.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_resource_level_billing_vm_details_resources.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_resource_level_billing_volume_details_resources.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_resource_level_bucket_billing_details_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_resource_level_bucket_billing_history_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_resource_level_cluster_billing_details_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_resource_level_cluster_billing_history_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_resource_level_cluster_graph_billing_details_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_resource_level_graph_billing_detail_volume.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_resource_level_graph_billing_details_attributes.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_resource_level_graph_billing_details_bucket.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_resource_level_graph_billing_details_metrics.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_resource_level_graph_billing_details_vm.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_resource_level_graph_billing_vm_details_resources.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_resource_level_graph_billing_volume_details_resources.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_resource_level_vm_billing_details_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_resource_level_vm_billing_history_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_resource_level_vm_graph_billing_details_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_resource_level_volume_billing_details_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_resource_level_volume_billing_history_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_resource_level_volume_graph_billing_details_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_resource_object_response_for_customer.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_role_permission_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_role_policy_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_secondary_color.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_security_group_rule.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_security_group_rule_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_security_rules_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_security_rules_fields_for_instance.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_security_rules_protocol_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_serverless_inferenced_billing_history_details_response_schema.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_snapshot_events_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_snapshot_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_snapshot_restore_request.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_snapshot_retrieve.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_snapshot_retrieve_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_snapshots.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_snapshots_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_start_deployment.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_start_deployment_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_stock_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_sub_resource_graph_billing_details_metrics.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_sub_resources_costs_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_sub_resources_graph_billing_history_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_sub_resources_graph_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_subscribe_or_unsubscribe_update_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_template.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_template_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_template_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_templates.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_token_based_billing_history_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_update_environment.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_update_keypair_name.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_update_keypair_name_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_update_organization_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_update_organization_response_model.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_update_template.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_update_volume_attachment_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_update_volume_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_update_volume_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_uris.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_user_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_user_default_choice_for_user_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_user_default_choices_for_user_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_user_detail_choice_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_user_info_post_payload.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_user_organizations_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_user_permission_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_user_permission_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_users_info_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_users_info_list_response.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_virtual_machine_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_virtual_machine_events_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_vm_quota.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_vnc_url_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_vncurl.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_vncurl_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_volume.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_volume_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_volume_attachment_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_volume_attachment_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_volume_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_volume_fields_for_instance.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_volume_overview_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_volume_types.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_volumes.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_volumes_fields.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_voucher.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_voucher_redeem_response_schema.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_vouchers_api.py +0 -0
- {hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_workload_billing_history_response.py +0 -0
|
@@ -8,7 +8,7 @@ To contribute, please raise an issue with a bug report, feature request, feedbac
|
|
|
8
8
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
9
9
|
|
|
10
10
|
- API version: 1.0
|
|
11
|
-
- Package version: v1.
|
|
11
|
+
- Package version: v1.51.0-alpha
|
|
12
12
|
- Generator version: 7.10.0
|
|
13
13
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
14
14
|
|
|
@@ -128,7 +128,7 @@ Class | Method | HTTP request | Description
|
|
|
128
128
|
*AssigningMemberRoleApi* | [**assign_rbac_role_to_user**](docs/AssigningMemberRoleApi.md#assign_rbac_role_to_user) | **PUT** /auth/users/{user_id}/assign-roles | Assign RBAC Role
|
|
129
129
|
*AssigningMemberRoleApi* | [**remove_rbac_role_from_user**](docs/AssigningMemberRoleApi.md#remove_rbac_role_from_user) | **DELETE** /auth/users/{user_id}/roles | Remove RBAC Role From User
|
|
130
130
|
*AuthApi* | [**change_organization_for_token**](docs/AuthApi.md#change_organization_for_token) | **GET** /auth/token/change-org/{org_id} |
|
|
131
|
-
*AuthApi* | [**disable_mfa**](docs/AuthApi.md#disable_mfa) | **
|
|
131
|
+
*AuthApi* | [**disable_mfa**](docs/AuthApi.md#disable_mfa) | **POST** /auth/me/mfa/disable |
|
|
132
132
|
*AuthApi* | [**get_user_mfa_status**](docs/AuthApi.md#get_user_mfa_status) | **GET** /auth/me/mfa | Get MFA status for authenticated user
|
|
133
133
|
*AuthApi* | [**get_user_organizations**](docs/AuthApi.md#get_user_organizations) | **GET** /auth/me/organizations | Get User Organizations
|
|
134
134
|
*AuthApi* | [**retrieve_authenticated_user_details**](docs/AuthApi.md#retrieve_authenticated_user_details) | **GET** /auth/me | Retrieve Authenticated User Details
|
|
@@ -345,6 +345,7 @@ Class | Method | HTTP request | Description
|
|
|
345
345
|
- [ClusterListResponse](docs/ClusterListResponse.md)
|
|
346
346
|
- [ClusterNodeFields](docs/ClusterNodeFields.md)
|
|
347
347
|
- [ClusterNodeGroupFields](docs/ClusterNodeGroupFields.md)
|
|
348
|
+
- [ClusterNodeGroupFirewallFields](docs/ClusterNodeGroupFirewallFields.md)
|
|
348
349
|
- [ClusterNodeGroupsCreateResponse](docs/ClusterNodeGroupsCreateResponse.md)
|
|
349
350
|
- [ClusterNodeGroupsGetResponse](docs/ClusterNodeGroupsGetResponse.md)
|
|
350
351
|
- [ClusterNodeGroupsListResponse](docs/ClusterNodeGroupsListResponse.md)
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
""" # noqa: E501
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
__version__ = "v1.
|
|
17
|
+
__version__ = "v1.51.0-alpha"
|
|
18
18
|
|
|
19
19
|
# import apis into sdk package
|
|
20
20
|
from .api.access_keys_api import AccessKeysApi
|
|
@@ -119,6 +119,7 @@ from .models.cluster_flavor_fields import ClusterFlavorFields
|
|
|
119
119
|
from .models.cluster_list_response import ClusterListResponse
|
|
120
120
|
from .models.cluster_node_fields import ClusterNodeFields
|
|
121
121
|
from .models.cluster_node_group_fields import ClusterNodeGroupFields
|
|
122
|
+
from .models.cluster_node_group_firewall_fields import ClusterNodeGroupFirewallFields
|
|
122
123
|
from .models.cluster_node_groups_create_response import ClusterNodeGroupsCreateResponse
|
|
123
124
|
from .models.cluster_node_groups_get_response import ClusterNodeGroupsGetResponse
|
|
124
125
|
from .models.cluster_node_groups_list_response import ClusterNodeGroupsListResponse
|
|
@@ -366,6 +366,7 @@ class AuthApi:
|
|
|
366
366
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
367
367
|
'200': "CommonResponseModel",
|
|
368
368
|
'401': "ErrorResponseModel",
|
|
369
|
+
'403': "ErrorResponseModel",
|
|
369
370
|
'404': "ErrorResponseModel",
|
|
370
371
|
'500': "ErrorResponseModel",
|
|
371
372
|
}
|
|
@@ -432,6 +433,7 @@ class AuthApi:
|
|
|
432
433
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
433
434
|
'200': "CommonResponseModel",
|
|
434
435
|
'401': "ErrorResponseModel",
|
|
436
|
+
'403': "ErrorResponseModel",
|
|
435
437
|
'404': "ErrorResponseModel",
|
|
436
438
|
'500': "ErrorResponseModel",
|
|
437
439
|
}
|
|
@@ -498,6 +500,7 @@ class AuthApi:
|
|
|
498
500
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
499
501
|
'200': "CommonResponseModel",
|
|
500
502
|
'401': "ErrorResponseModel",
|
|
503
|
+
'403': "ErrorResponseModel",
|
|
501
504
|
'404': "ErrorResponseModel",
|
|
502
505
|
'500': "ErrorResponseModel",
|
|
503
506
|
}
|
|
@@ -552,7 +555,7 @@ class AuthApi:
|
|
|
552
555
|
]
|
|
553
556
|
|
|
554
557
|
return self.api_client.param_serialize(
|
|
555
|
-
method='
|
|
558
|
+
method='POST',
|
|
556
559
|
resource_path='/auth/me/mfa/disable',
|
|
557
560
|
path_params=_path_params,
|
|
558
561
|
query_params=_query_params,
|
|
@@ -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.51.0-alpha/python'
|
|
94
94
|
self.client_side_validation = configuration.client_side_validation
|
|
95
95
|
|
|
96
96
|
def __enter__(self):
|
|
@@ -524,7 +524,7 @@ conf = hyperstack.Configuration(
|
|
|
524
524
|
"OS: {env}\n"\
|
|
525
525
|
"Python Version: {pyversion}\n"\
|
|
526
526
|
"Version of the API: 1.0\n"\
|
|
527
|
-
"SDK Package Version: v1.
|
|
527
|
+
"SDK Package Version: v1.51.0-alpha".\
|
|
528
528
|
format(env=sys.platform, pyversion=sys.version)
|
|
529
529
|
|
|
530
530
|
def get_host_settings(self) -> List[HostSetting]:
|
|
@@ -51,6 +51,7 @@ from .cluster_flavor_fields import ClusterFlavorFields
|
|
|
51
51
|
from .cluster_list_response import ClusterListResponse
|
|
52
52
|
from .cluster_node_fields import ClusterNodeFields
|
|
53
53
|
from .cluster_node_group_fields import ClusterNodeGroupFields
|
|
54
|
+
from .cluster_node_group_firewall_fields import ClusterNodeGroupFirewallFields
|
|
54
55
|
from .cluster_node_groups_create_response import ClusterNodeGroupsCreateResponse
|
|
55
56
|
from .cluster_node_groups_get_response import ClusterNodeGroupsGetResponse
|
|
56
57
|
from .cluster_node_groups_list_response import ClusterNodeGroupsListResponse
|
|
@@ -21,6 +21,7 @@ from datetime import datetime
|
|
|
21
21
|
from pydantic import BaseModel, ConfigDict, StrictInt, StrictStr
|
|
22
22
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
23
23
|
from ..models.cluster_flavor_fields import ClusterFlavorFields
|
|
24
|
+
from ..models.cluster_node_group_firewall_fields import ClusterNodeGroupFirewallFields
|
|
24
25
|
from typing import Optional, Set
|
|
25
26
|
from typing_extensions import Self
|
|
26
27
|
|
|
@@ -30,6 +31,8 @@ class ClusterNodeGroupFields(BaseModel):
|
|
|
30
31
|
""" # noqa: E501
|
|
31
32
|
count: Optional[StrictInt] = None
|
|
32
33
|
created_at: Optional[datetime] = None
|
|
34
|
+
firewall_ids: Optional[List[StrictInt]] = None
|
|
35
|
+
firewalls: Optional[List[ClusterNodeGroupFirewallFields]] = None
|
|
33
36
|
flavor: Optional[ClusterFlavorFields] = None
|
|
34
37
|
id: Optional[StrictInt] = None
|
|
35
38
|
max_count: Optional[StrictInt] = None
|
|
@@ -37,7 +40,7 @@ class ClusterNodeGroupFields(BaseModel):
|
|
|
37
40
|
name: Optional[StrictStr] = None
|
|
38
41
|
role: Optional[StrictStr] = None
|
|
39
42
|
updated_at: Optional[datetime] = None
|
|
40
|
-
__properties: ClassVar[List[str]] = ["count", "created_at", "flavor", "id", "max_count", "min_count", "name", "role", "updated_at"]
|
|
43
|
+
__properties: ClassVar[List[str]] = ["count", "created_at", "firewall_ids", "firewalls", "flavor", "id", "max_count", "min_count", "name", "role", "updated_at"]
|
|
41
44
|
|
|
42
45
|
model_config = ConfigDict(
|
|
43
46
|
populate_by_name=True,
|
|
@@ -78,6 +81,13 @@ class ClusterNodeGroupFields(BaseModel):
|
|
|
78
81
|
exclude=excluded_fields,
|
|
79
82
|
exclude_none=True,
|
|
80
83
|
)
|
|
84
|
+
# override the default output from pydantic by calling `to_dict()` of each item in firewalls (list)
|
|
85
|
+
_items = []
|
|
86
|
+
if self.firewalls:
|
|
87
|
+
for _item_firewalls in self.firewalls:
|
|
88
|
+
if _item_firewalls:
|
|
89
|
+
_items.append(_item_firewalls.to_dict())
|
|
90
|
+
_dict['firewalls'] = _items
|
|
81
91
|
# override the default output from pydantic by calling `to_dict()` of flavor
|
|
82
92
|
if self.flavor:
|
|
83
93
|
_dict['flavor'] = self.flavor.to_dict()
|
|
@@ -95,6 +105,8 @@ class ClusterNodeGroupFields(BaseModel):
|
|
|
95
105
|
_obj = cls.model_validate({
|
|
96
106
|
"count": obj.get("count"),
|
|
97
107
|
"created_at": obj.get("created_at"),
|
|
108
|
+
"firewall_ids": obj.get("firewall_ids"),
|
|
109
|
+
"firewalls": [ClusterNodeGroupFirewallFields.from_dict(_item) for _item in obj["firewalls"]] if obj.get("firewalls") is not None else None,
|
|
98
110
|
"flavor": ClusterFlavorFields.from_dict(obj["flavor"]) if obj.get("flavor") is not None else None,
|
|
99
111
|
"id": obj.get("id"),
|
|
100
112
|
"max_count": obj.get("max_count"),
|
|
@@ -0,0 +1,91 @@
|
|
|
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, StrictInt, StrictStr
|
|
21
|
+
from typing import Any, ClassVar, Dict, List, Optional
|
|
22
|
+
from typing import Optional, Set
|
|
23
|
+
from typing_extensions import Self
|
|
24
|
+
|
|
25
|
+
class ClusterNodeGroupFirewallFields(BaseModel):
|
|
26
|
+
"""
|
|
27
|
+
ClusterNodeGroupFirewallFields
|
|
28
|
+
""" # noqa: E501
|
|
29
|
+
id: Optional[StrictInt] = None
|
|
30
|
+
name: Optional[StrictStr] = None
|
|
31
|
+
status: Optional[StrictStr] = None
|
|
32
|
+
__properties: ClassVar[List[str]] = ["id", "name", "status"]
|
|
33
|
+
|
|
34
|
+
model_config = ConfigDict(
|
|
35
|
+
populate_by_name=True,
|
|
36
|
+
validate_assignment=True,
|
|
37
|
+
protected_namespaces=(),
|
|
38
|
+
)
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
def to_str(self) -> str:
|
|
42
|
+
"""Returns the string representation of the model using alias"""
|
|
43
|
+
return pprint.pformat(self.model_dump(by_alias=True))
|
|
44
|
+
|
|
45
|
+
def to_json(self) -> str:
|
|
46
|
+
"""Returns the JSON representation of the model using alias"""
|
|
47
|
+
# TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
|
|
48
|
+
return json.dumps(self.to_dict())
|
|
49
|
+
|
|
50
|
+
@classmethod
|
|
51
|
+
def from_json(cls, json_str: str) -> Optional[Self]:
|
|
52
|
+
"""Create an instance of ClusterNodeGroupFirewallFields from a JSON string"""
|
|
53
|
+
return cls.from_dict(json.loads(json_str))
|
|
54
|
+
|
|
55
|
+
def to_dict(self) -> Dict[str, Any]:
|
|
56
|
+
"""Return the dictionary representation of the model using alias.
|
|
57
|
+
|
|
58
|
+
This has the following differences from calling pydantic's
|
|
59
|
+
`self.model_dump(by_alias=True)`:
|
|
60
|
+
|
|
61
|
+
* `None` is only added to the output dict for nullable fields that
|
|
62
|
+
were set at model initialization. Other fields with value `None`
|
|
63
|
+
are ignored.
|
|
64
|
+
"""
|
|
65
|
+
excluded_fields: Set[str] = set([
|
|
66
|
+
])
|
|
67
|
+
|
|
68
|
+
_dict = self.model_dump(
|
|
69
|
+
by_alias=True,
|
|
70
|
+
exclude=excluded_fields,
|
|
71
|
+
exclude_none=True,
|
|
72
|
+
)
|
|
73
|
+
return _dict
|
|
74
|
+
|
|
75
|
+
@classmethod
|
|
76
|
+
def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
|
|
77
|
+
"""Create an instance of ClusterNodeGroupFirewallFields from a dict"""
|
|
78
|
+
if obj is None:
|
|
79
|
+
return None
|
|
80
|
+
|
|
81
|
+
if not isinstance(obj, dict):
|
|
82
|
+
return cls.model_validate(obj)
|
|
83
|
+
|
|
84
|
+
_obj = cls.model_validate({
|
|
85
|
+
"id": obj.get("id"),
|
|
86
|
+
"name": obj.get("name"),
|
|
87
|
+
"status": obj.get("status")
|
|
88
|
+
})
|
|
89
|
+
return _obj
|
|
90
|
+
|
|
91
|
+
|
{hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/create_cluster_node_group_payload.py
RENAMED
|
@@ -17,7 +17,7 @@ import pprint
|
|
|
17
17
|
import re # noqa: F401
|
|
18
18
|
import json
|
|
19
19
|
|
|
20
|
-
from pydantic import BaseModel, ConfigDict, Field, StrictStr, field_validator
|
|
20
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr, field_validator
|
|
21
21
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
22
22
|
from typing_extensions import Annotated
|
|
23
23
|
from typing import Optional, Set
|
|
@@ -28,12 +28,13 @@ class CreateClusterNodeGroupPayload(BaseModel):
|
|
|
28
28
|
CreateClusterNodeGroupPayload
|
|
29
29
|
""" # noqa: E501
|
|
30
30
|
count: Optional[Annotated[int, Field(strict=True, ge=1)]] = None
|
|
31
|
+
firewall_ids: Optional[List[StrictInt]] = Field(default=None, description="IDs of the firewalls to apply to all nodes in this node group")
|
|
31
32
|
flavor_name: StrictStr
|
|
32
33
|
max_count: Optional[Annotated[int, Field(le=20, strict=True)]] = None
|
|
33
34
|
min_count: Optional[Annotated[int, Field(strict=True, ge=1)]] = None
|
|
34
35
|
name: Annotated[str, Field(strict=True, max_length=20)]
|
|
35
36
|
role: StrictStr
|
|
36
|
-
__properties: ClassVar[List[str]] = ["count", "flavor_name", "max_count", "min_count", "name", "role"]
|
|
37
|
+
__properties: ClassVar[List[str]] = ["count", "firewall_ids", "flavor_name", "max_count", "min_count", "name", "role"]
|
|
37
38
|
|
|
38
39
|
@field_validator('role')
|
|
39
40
|
def role_validate_enum(cls, value):
|
|
@@ -94,6 +95,7 @@ class CreateClusterNodeGroupPayload(BaseModel):
|
|
|
94
95
|
|
|
95
96
|
_obj = cls.model_validate({
|
|
96
97
|
"count": obj.get("count"),
|
|
98
|
+
"firewall_ids": obj.get("firewall_ids"),
|
|
97
99
|
"flavor_name": obj.get("flavor_name"),
|
|
98
100
|
"max_count": obj.get("max_count"),
|
|
99
101
|
"min_count": obj.get("min_count"),
|
{hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/hyperstack/models/update_cluster_node_group_payload.py
RENAMED
|
@@ -17,7 +17,7 @@ import pprint
|
|
|
17
17
|
import re # noqa: F401
|
|
18
18
|
import json
|
|
19
19
|
|
|
20
|
-
from pydantic import BaseModel, ConfigDict, Field
|
|
20
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictInt
|
|
21
21
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
22
22
|
from typing_extensions import Annotated
|
|
23
23
|
from typing import Optional, Set
|
|
@@ -27,9 +27,10 @@ class UpdateClusterNodeGroupPayload(BaseModel):
|
|
|
27
27
|
"""
|
|
28
28
|
UpdateClusterNodeGroupPayload
|
|
29
29
|
""" # noqa: E501
|
|
30
|
+
firewall_ids: Optional[List[StrictInt]] = Field(default=None, description="IDs of the firewalls to apply to all nodes in this node group")
|
|
30
31
|
max_count: Optional[Annotated[int, Field(le=20, strict=True)]] = None
|
|
31
32
|
min_count: Optional[Annotated[int, Field(strict=True, ge=1)]] = None
|
|
32
|
-
__properties: ClassVar[List[str]] = ["max_count", "min_count"]
|
|
33
|
+
__properties: ClassVar[List[str]] = ["firewall_ids", "max_count", "min_count"]
|
|
33
34
|
|
|
34
35
|
model_config = ConfigDict(
|
|
35
36
|
populate_by_name=True,
|
|
@@ -82,6 +83,7 @@ class UpdateClusterNodeGroupPayload(BaseModel):
|
|
|
82
83
|
return cls.model_validate(obj)
|
|
83
84
|
|
|
84
85
|
_obj = cls.model_validate({
|
|
86
|
+
"firewall_ids": obj.get("firewall_ids"),
|
|
85
87
|
"max_count": obj.get("max_count"),
|
|
86
88
|
"min_count": obj.get("min_count")
|
|
87
89
|
})
|
|
@@ -105,6 +105,7 @@ hyperstack/models/cluster_flavor_fields.py
|
|
|
105
105
|
hyperstack/models/cluster_list_response.py
|
|
106
106
|
hyperstack/models/cluster_node_fields.py
|
|
107
107
|
hyperstack/models/cluster_node_group_fields.py
|
|
108
|
+
hyperstack/models/cluster_node_group_firewall_fields.py
|
|
108
109
|
hyperstack/models/cluster_node_groups_create_response.py
|
|
109
110
|
hyperstack/models/cluster_node_groups_get_response.py
|
|
110
111
|
hyperstack/models/cluster_node_groups_list_response.py
|
|
@@ -428,6 +429,7 @@ test/test_cluster_flavor_fields.py
|
|
|
428
429
|
test/test_cluster_list_response.py
|
|
429
430
|
test/test_cluster_node_fields.py
|
|
430
431
|
test/test_cluster_node_group_fields.py
|
|
432
|
+
test/test_cluster_node_group_firewall_fields.py
|
|
431
433
|
test/test_cluster_node_groups_create_response.py
|
|
432
434
|
test/test_cluster_node_groups_get_response.py
|
|
433
435
|
test/test_cluster_node_groups_list_response.py
|
|
@@ -21,7 +21,7 @@ from setuptools import setup, find_packages # noqa: H301
|
|
|
21
21
|
# prerequisite: setuptools
|
|
22
22
|
# http://pypi.python.org/pypi/setuptools
|
|
23
23
|
NAME = "hyperstack"
|
|
24
|
-
VERSION = "v1.
|
|
24
|
+
VERSION = "v1.51.0-alpha"
|
|
25
25
|
PYTHON_REQUIRES = ">= 3.8"
|
|
26
26
|
REQUIRES = [
|
|
27
27
|
"urllib3 >= 1.25.3, < 3.0.0",
|
|
@@ -63,6 +63,15 @@ class TestClusterFields(unittest.TestCase):
|
|
|
63
63
|
hyperstack.models.cluster_node_group_fields.ClusterNodeGroupFields(
|
|
64
64
|
count = 56,
|
|
65
65
|
created_at = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'),
|
|
66
|
+
firewall_ids = [
|
|
67
|
+
56
|
|
68
|
+
],
|
|
69
|
+
firewalls = [
|
|
70
|
+
hyperstack.models.cluster_node_group_firewall_fields.ClusterNodeGroupFirewallFields(
|
|
71
|
+
id = 56,
|
|
72
|
+
name = '',
|
|
73
|
+
status = '', )
|
|
74
|
+
],
|
|
66
75
|
flavor = hyperstack.models.cluster_flavor_fields.Cluster_Flavor_Fields(
|
|
67
76
|
cpu = 56,
|
|
68
77
|
disk = 56,
|
|
@@ -65,6 +65,15 @@ class TestClusterListResponse(unittest.TestCase):
|
|
|
65
65
|
hyperstack.models.cluster_node_group_fields.ClusterNodeGroupFields(
|
|
66
66
|
count = 56,
|
|
67
67
|
created_at = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'),
|
|
68
|
+
firewall_ids = [
|
|
69
|
+
56
|
|
70
|
+
],
|
|
71
|
+
firewalls = [
|
|
72
|
+
hyperstack.models.cluster_node_group_firewall_fields.ClusterNodeGroupFirewallFields(
|
|
73
|
+
id = 56,
|
|
74
|
+
name = '',
|
|
75
|
+
status = '', )
|
|
76
|
+
],
|
|
68
77
|
flavor = hyperstack.models.cluster_flavor_fields.Cluster_Flavor_Fields(
|
|
69
78
|
cpu = 56,
|
|
70
79
|
disk = 56,
|
|
@@ -37,6 +37,15 @@ class TestClusterNodeGroupFields(unittest.TestCase):
|
|
|
37
37
|
return ClusterNodeGroupFields(
|
|
38
38
|
count = 56,
|
|
39
39
|
created_at = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'),
|
|
40
|
+
firewall_ids = [
|
|
41
|
+
56
|
|
42
|
+
],
|
|
43
|
+
firewalls = [
|
|
44
|
+
hyperstack.models.cluster_node_group_firewall_fields.ClusterNodeGroupFirewallFields(
|
|
45
|
+
id = 56,
|
|
46
|
+
name = '',
|
|
47
|
+
status = '', )
|
|
48
|
+
],
|
|
40
49
|
flavor = hyperstack.models.cluster_flavor_fields.Cluster_Flavor_Fields(
|
|
41
50
|
cpu = 56,
|
|
42
51
|
disk = 56,
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
Infrahub-API
|
|
5
|
+
|
|
6
|
+
Leverage the Infrahub API and Hyperstack platform to easily create, manage, and scale powerful GPU virtual machines and their associated resources. Access this SDK to automate the deployment of your workloads and streamline your infrastructure management. To contribute, please raise an issue with a bug report, feature request, feedback, or general inquiry.
|
|
7
|
+
|
|
8
|
+
The version of the OpenAPI document: 1.0
|
|
9
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
|
+
|
|
11
|
+
Do not edit the class manually.
|
|
12
|
+
""" # noqa: E501
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
import unittest
|
|
16
|
+
|
|
17
|
+
from hyperstack.models.cluster_node_group_firewall_fields import ClusterNodeGroupFirewallFields
|
|
18
|
+
|
|
19
|
+
class TestClusterNodeGroupFirewallFields(unittest.TestCase):
|
|
20
|
+
"""ClusterNodeGroupFirewallFields unit test stubs"""
|
|
21
|
+
|
|
22
|
+
def setUp(self):
|
|
23
|
+
pass
|
|
24
|
+
|
|
25
|
+
def tearDown(self):
|
|
26
|
+
pass
|
|
27
|
+
|
|
28
|
+
def make_instance(self, include_optional) -> ClusterNodeGroupFirewallFields:
|
|
29
|
+
"""Test ClusterNodeGroupFirewallFields
|
|
30
|
+
include_optional is a boolean, when False only required
|
|
31
|
+
params are included, when True both required and
|
|
32
|
+
optional params are included """
|
|
33
|
+
# uncomment below to create an instance of `ClusterNodeGroupFirewallFields`
|
|
34
|
+
"""
|
|
35
|
+
model = ClusterNodeGroupFirewallFields()
|
|
36
|
+
if include_optional:
|
|
37
|
+
return ClusterNodeGroupFirewallFields(
|
|
38
|
+
id = 56,
|
|
39
|
+
name = '',
|
|
40
|
+
status = ''
|
|
41
|
+
)
|
|
42
|
+
else:
|
|
43
|
+
return ClusterNodeGroupFirewallFields(
|
|
44
|
+
)
|
|
45
|
+
"""
|
|
46
|
+
|
|
47
|
+
def testClusterNodeGroupFirewallFields(self):
|
|
48
|
+
"""Test ClusterNodeGroupFirewallFields"""
|
|
49
|
+
# inst_req_only = self.make_instance(include_optional=False)
|
|
50
|
+
# inst_req_and_optional = self.make_instance(include_optional=True)
|
|
51
|
+
|
|
52
|
+
if __name__ == '__main__':
|
|
53
|
+
unittest.main()
|
{hyperstack-1.50.2a0 → hyperstack-1.51.0a0}/test/test_cluster_node_groups_create_response.py
RENAMED
|
@@ -39,6 +39,15 @@ class TestClusterNodeGroupsCreateResponse(unittest.TestCase):
|
|
|
39
39
|
node_group = hyperstack.models.cluster_node_group_fields.ClusterNodeGroupFields(
|
|
40
40
|
count = 56,
|
|
41
41
|
created_at = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'),
|
|
42
|
+
firewall_ids = [
|
|
43
|
+
56
|
|
44
|
+
],
|
|
45
|
+
firewalls = [
|
|
46
|
+
hyperstack.models.cluster_node_group_firewall_fields.ClusterNodeGroupFirewallFields(
|
|
47
|
+
id = 56,
|
|
48
|
+
name = '',
|
|
49
|
+
status = '', )
|
|
50
|
+
],
|
|
42
51
|
flavor = hyperstack.models.cluster_flavor_fields.Cluster_Flavor_Fields(
|
|
43
52
|
cpu = 56,
|
|
44
53
|
disk = 56,
|
|
@@ -39,6 +39,15 @@ class TestClusterNodeGroupsGetResponse(unittest.TestCase):
|
|
|
39
39
|
node_group = hyperstack.models.cluster_node_group_fields.ClusterNodeGroupFields(
|
|
40
40
|
count = 56,
|
|
41
41
|
created_at = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'),
|
|
42
|
+
firewall_ids = [
|
|
43
|
+
56
|
|
44
|
+
],
|
|
45
|
+
firewalls = [
|
|
46
|
+
hyperstack.models.cluster_node_group_firewall_fields.ClusterNodeGroupFirewallFields(
|
|
47
|
+
id = 56,
|
|
48
|
+
name = '',
|
|
49
|
+
status = '', )
|
|
50
|
+
],
|
|
42
51
|
flavor = hyperstack.models.cluster_flavor_fields.Cluster_Flavor_Fields(
|
|
43
52
|
cpu = 56,
|
|
44
53
|
disk = 56,
|
|
@@ -40,6 +40,15 @@ class TestClusterNodeGroupsListResponse(unittest.TestCase):
|
|
|
40
40
|
hyperstack.models.cluster_node_group_fields.ClusterNodeGroupFields(
|
|
41
41
|
count = 56,
|
|
42
42
|
created_at = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'),
|
|
43
|
+
firewall_ids = [
|
|
44
|
+
56
|
|
45
|
+
],
|
|
46
|
+
firewalls = [
|
|
47
|
+
hyperstack.models.cluster_node_group_firewall_fields.ClusterNodeGroupFirewallFields(
|
|
48
|
+
id = 56,
|
|
49
|
+
name = '',
|
|
50
|
+
status = '', )
|
|
51
|
+
],
|
|
43
52
|
flavor = hyperstack.models.cluster_flavor_fields.Cluster_Flavor_Fields(
|
|
44
53
|
cpu = 56,
|
|
45
54
|
disk = 56,
|
|
@@ -64,6 +64,15 @@ class TestClusterResponse(unittest.TestCase):
|
|
|
64
64
|
hyperstack.models.cluster_node_group_fields.ClusterNodeGroupFields(
|
|
65
65
|
count = 56,
|
|
66
66
|
created_at = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'),
|
|
67
|
+
firewall_ids = [
|
|
68
|
+
56
|
|
69
|
+
],
|
|
70
|
+
firewalls = [
|
|
71
|
+
hyperstack.models.cluster_node_group_firewall_fields.ClusterNodeGroupFirewallFields(
|
|
72
|
+
id = 56,
|
|
73
|
+
name = '',
|
|
74
|
+
status = '', )
|
|
75
|
+
],
|
|
67
76
|
flavor = hyperstack.models.cluster_flavor_fields.Cluster_Flavor_Fields(
|
|
68
77
|
cpu = 56,
|
|
69
78
|
disk = 56,
|
|
@@ -64,6 +64,15 @@ class TestContractInstanceFields(unittest.TestCase):
|
|
|
64
64
|
hyperstack.models.cluster_node_group_fields.ClusterNodeGroupFields(
|
|
65
65
|
count = 56,
|
|
66
66
|
created_at = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'),
|
|
67
|
+
firewall_ids = [
|
|
68
|
+
56
|
|
69
|
+
],
|
|
70
|
+
firewalls = [
|
|
71
|
+
hyperstack.models.cluster_node_group_firewall_fields.ClusterNodeGroupFirewallFields(
|
|
72
|
+
id = 56,
|
|
73
|
+
name = '',
|
|
74
|
+
status = '', )
|
|
75
|
+
],
|
|
67
76
|
flavor = hyperstack.models.cluster_flavor_fields.Cluster_Flavor_Fields(
|
|
68
77
|
cpu = 56,
|
|
69
78
|
disk = 56,
|
|
@@ -66,6 +66,15 @@ class TestContractInstancesResponse(unittest.TestCase):
|
|
|
66
66
|
hyperstack.models.cluster_node_group_fields.ClusterNodeGroupFields(
|
|
67
67
|
count = 56,
|
|
68
68
|
created_at = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'),
|
|
69
|
+
firewall_ids = [
|
|
70
|
+
56
|
|
71
|
+
],
|
|
72
|
+
firewalls = [
|
|
73
|
+
hyperstack.models.cluster_node_group_firewall_fields.ClusterNodeGroupFirewallFields(
|
|
74
|
+
id = 56,
|
|
75
|
+
name = '',
|
|
76
|
+
status = '', )
|
|
77
|
+
],
|
|
69
78
|
flavor = hyperstack.models.cluster_flavor_fields.Cluster_Flavor_Fields(
|
|
70
79
|
cpu = 56,
|
|
71
80
|
disk = 56,
|
|
@@ -47,6 +47,9 @@ class TestCreateClusterPayload(unittest.TestCase):
|
|
|
47
47
|
node_groups = [
|
|
48
48
|
hyperstack.models.create_cluster_node_group_payload.Create_ClusterNodeGroup_payload(
|
|
49
49
|
count = 1,
|
|
50
|
+
firewall_ids = [
|
|
51
|
+
56
|
|
52
|
+
],
|
|
50
53
|
flavor_name = '',
|
|
51
54
|
max_count = 56,
|
|
52
55
|
min_count = 1,
|
|
@@ -64,6 +64,15 @@ class TestManualReconciliationModel(unittest.TestCase):
|
|
|
64
64
|
hyperstack.models.cluster_node_group_fields.ClusterNodeGroupFields(
|
|
65
65
|
count = 56,
|
|
66
66
|
created_at = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'),
|
|
67
|
+
firewall_ids = [
|
|
68
|
+
56
|
|
69
|
+
],
|
|
70
|
+
firewalls = [
|
|
71
|
+
hyperstack.models.cluster_node_group_firewall_fields.ClusterNodeGroupFirewallFields(
|
|
72
|
+
id = 56,
|
|
73
|
+
name = '',
|
|
74
|
+
status = '', )
|
|
75
|
+
],
|
|
67
76
|
flavor = hyperstack.models.cluster_flavor_fields.Cluster_Flavor_Fields(
|
|
68
77
|
cpu = 56,
|
|
69
78
|
disk = 56,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|