hyperstack 1.41.0a0__tar.gz → 1.41.2a0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/PKG-INFO +1 -1
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/README.md +3 -1
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/__init__.py +2 -1
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api/clusters_api.py +271 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api_client.py +1 -1
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/configuration.py +1 -1
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/__init__.py +1 -0
- hyperstack-1.41.2a0/hyperstack/models/manual_reconciliation_model.py +95 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack.egg-info/PKG-INFO +1 -1
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack.egg-info/SOURCES.txt +2 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/pyproject.toml +1 -1
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/setup.py +1 -1
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_clusters_api.py +7 -0
- hyperstack-1.41.2a0/test/test_manual_reconciliation_model.py +119 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api/__init__.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api/alive_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api/api_key_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api/assigning_member_role_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api/auth_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api/beta_access_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api/billing_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api/calculate_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api/callbacks_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api/cluster_events_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api/compliance_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api/credit_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api/customer_contract_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api/dashboard_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api/deployment_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api/environment_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api/firewall_attachment_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api/firewalls_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api/flavor_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api/floating_ip_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api/gpu_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api/image_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api/invite_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api/keypair_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api/organization_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api/partner_config_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api/payment_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api/permission_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api/policy_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api/pricebook_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api/profile_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api/rbac_role_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api/region_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api/security_rules_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api/snapshot_events_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api/snapshots_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api/stock_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api/template_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api/user_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api/user_detail_choice_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api/user_permission_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api/virtual_machine_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api/virtual_machine_events_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api/vnc_url_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api/volume_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api/volume_attachment_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/api_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/exceptions.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/access_token_field.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/add_user_info_success_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/allocated_gpu_count_graph.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/api_key_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/assign_rbac_role_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/attach_callback_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/attach_callback_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/attach_firewall_with_vm.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/attach_firewalls_to_vm_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/attach_volume_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/attach_volumes.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/attach_volumes_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/attachments_fields_for_volume.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/attributes.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/auth_get_token_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/auth_user_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/auth_user_info_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/beta_access_request_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/beta_access_request_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/beta_access_request_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/beta_access_status_item.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/beta_access_status_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/billing_history.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/billing_history_data_synthesis_details.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/billing_history_fine_tuning.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/billing_history_model_evalutation_details.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/billing_history_serverless_inference.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/billing_history_serverless_inference_details.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/billing_metrices_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/billing_metrices_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/cluster_events.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/cluster_events_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/cluster_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/cluster_flavor_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/cluster_list_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/cluster_node_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/cluster_node_group_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/cluster_node_groups_create_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/cluster_node_groups_get_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/cluster_node_groups_list_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/cluster_node_instance_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/cluster_nodes_list_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/cluster_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/cluster_version.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/cluster_versions.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/colors.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/common_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/compliance_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/compliance_model_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/compliance_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/compliance_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/container_overview_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/contract.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/contract_discount_plan_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/contract_gpu_allocation_graph_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/contract_instance_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/contract_instances_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/create_cluster_node_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/create_cluster_node_group_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/create_cluster_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/create_environment.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/create_firewall_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/create_firewall_rule_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/create_image.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/create_image_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/create_instances_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/create_instances_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/create_profile_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/create_profile_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/create_security_rule_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/create_snapshot_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/create_snapshot_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/create_update_compliance_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/create_update_rbac_role_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/create_volume_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/customer_contract_detail_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/customer_contract_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/dashboard_info_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/data_synthesis_billing_history_details_response_schema.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/deployment_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/deployment_fields_for_start_deployments.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/deployments.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/detach_volumes.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/detach_volumes_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/edit_label_of_an_existing_vm_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/environment.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/environment_features.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/environment_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/environment_fields_for_volume.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/environments.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/error_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/firewall_attachment_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/firewall_attachment_vm_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/firewall_detail_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/firewall_detail_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/firewall_environment_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/firewall_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/firewall_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/firewall_rule.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/firewalls_list_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/flavor_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/flavor_item_get_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/flavor_label_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/flavor_list_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/flavor_object_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/generate_update_api_key_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/generate_update_api_key_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/get_api_keys_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/get_credit_and_threshold_info.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/get_credit_and_threshold_info_in_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/get_customer_contracts_list_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/get_instance_logs_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/get_invites_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/get_organization_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/get_permissions_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/get_policies_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/get_rbac_roles_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/get_user_permissions_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/gpu_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/gpu_list.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/gpu_region_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/graph_datetime_value_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/image.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/image_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/image_get_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/images.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/import_keypair_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/import_keypair_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/infrahub_resource_object_response_for_customer.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/instance.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/instance_environment_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/instance_events.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/instance_events_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/instance_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/instance_flavor_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/instance_image_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/instance_keypair_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/instance_overview_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/instance_resize_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/instances.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/invite_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/invite_user_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/invite_user_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/keypair_environment_features.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/keypair_environment_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/keypair_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/keypairs.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/lable_resonse.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/last_day_cost_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/last_day_cost_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/logos.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/master_flavors_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/metric_item_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/metrics_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/mfa_status_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/mfa_status_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/model_evaluation_billing_history_details_response_schema.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/name_available_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/new_configurations_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/new_model_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/new_stock_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/new_stock_retrive_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/organization_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/organization_level_billing_history.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/organization_level_billing_history_resources.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/organization_level_billing_history_response_attributes.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/organization_level_billing_history_response_metrics.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/organization_level_billing_history_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/organization_threshold_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/organization_threshold_update_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/organization_thresholds_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/organization_user_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/overview_info.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/pagination.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/pagination_data.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/partner_config.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/payment_details_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/payment_details_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/payment_initiate_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/payment_initiate_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/payment_initiate_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/permission_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/policy_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/policy_permission_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/pricebook_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/pricebook_resource_object_response_for_customer.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/primary_color.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/profile_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/profile_list_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/profile_object_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/rbac_role_detail_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/rbac_role_detail_response_model_fixed.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/rbac_role_field.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/rbac_role_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/region_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/regions.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/remove_member_from_organization_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/remove_member_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/request_console.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/request_instance_logs_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/request_instance_logs_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/resource_billing_events_history_metrics.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/resource_billing_events_history_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/resource_billing_response_for_customer.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/resource_level_billing_bucket_details_resources.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/resource_level_billing_details_attributes.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/resource_level_billing_details_metrics.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/resource_level_billing_details_vm.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/resource_level_billing_details_volume.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/resource_level_billing_details_volume_attributes.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/resource_level_billing_details_volume_metrics.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/resource_level_billing_history.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/resource_level_billing_history_resources.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/resource_level_billing_history_resources_cluster.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/resource_level_billing_history_response_attributes.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/resource_level_billing_history_response_metrics.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/resource_level_billing_vm_details_resources.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/resource_level_billing_volume_details_resources.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/resource_level_bucket_billing_details_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/resource_level_bucket_billing_history_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/resource_level_cluster_billing_details_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/resource_level_cluster_billing_history_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/resource_level_cluster_graph_billing_details_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/resource_level_graph_billing_detail_volume.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/resource_level_graph_billing_details_attributes.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/resource_level_graph_billing_details_bucket.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/resource_level_graph_billing_details_metrics.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/resource_level_graph_billing_details_vm.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/resource_level_graph_billing_vm_details_resources.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/resource_level_graph_billing_volume_details_resources.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/resource_level_vm_billing_details_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/resource_level_vm_billing_history_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/resource_level_vm_graph_billing_details_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/resource_level_volume_billing_details_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/resource_level_volume_billing_history_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/resource_level_volume_graph_billing_details_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/resource_object_response_for_customer.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/role_permission_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/role_policy_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/secondary_color.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/security_group_rule.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/security_group_rule_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/security_rules_fields_for_instance.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/security_rules_protocol_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/serverless_inferenced_billing_history_details_response_schema.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/snapshot_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/snapshot_restore_request.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/snapshot_retrieve.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/snapshot_retrieve_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/snapshots.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/start_deployment.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/start_deployment_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/sub_resource_graph_billing_details_metrics.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/sub_resources_costs_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/sub_resources_graph_billing_history_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/sub_resources_graph_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/subscribe_or_unsubscribe_update_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/template.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/template_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/templates.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/token_based_billing_history_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/update_environment.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/update_keypair_name.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/update_keypair_name_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/update_organization_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/update_organization_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/update_template.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/update_volume_attachment_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/update_volume_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/update_volume_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/uris.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/user_default_choice_for_user_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/user_default_choices_for_user_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/user_info_post_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/user_organizations_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/user_permission_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/users_info_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/users_info_list_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/vncurl.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/vncurl_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/volume.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/volume_attachment_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/volume_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/volume_fields_for_instance.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/volume_overview_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/volume_types.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/volumes.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/volumes_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/models/workload_billing_history_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/py.typed +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack/rest.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack.egg-info/dependency_links.txt +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack.egg-info/requires.txt +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/hyperstack.egg-info/top_level.txt +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/setup.cfg +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_access_token_field.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_add_user_info_success_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_alive_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_allocated_gpu_count_graph.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_api_key_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_api_key_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_assign_rbac_role_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_assigning_member_role_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_attach_callback_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_attach_callback_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_attach_firewall_with_vm.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_attach_firewalls_to_vm_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_attach_volume_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_attach_volumes.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_attach_volumes_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_attachments_fields_for_volume.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_attributes.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_auth_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_auth_get_token_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_auth_user_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_auth_user_info_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_beta_access_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_beta_access_request_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_beta_access_request_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_beta_access_request_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_beta_access_status_item.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_beta_access_status_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_billing_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_billing_history.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_billing_history_data_synthesis_details.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_billing_history_fine_tuning.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_billing_history_model_evalutation_details.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_billing_history_serverless_inference.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_billing_history_serverless_inference_details.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_billing_metrices_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_billing_metrices_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_calculate_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_callbacks_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_cluster_events.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_cluster_events_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_cluster_events_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_cluster_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_cluster_flavor_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_cluster_list_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_cluster_node_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_cluster_node_group_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_cluster_node_groups_create_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_cluster_node_groups_get_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_cluster_node_groups_list_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_cluster_node_instance_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_cluster_nodes_list_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_cluster_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_cluster_version.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_cluster_versions.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_colors.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_common_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_compliance_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_compliance_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_compliance_model_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_compliance_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_compliance_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_container_overview_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_contract.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_contract_discount_plan_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_contract_gpu_allocation_graph_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_contract_instance_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_contract_instances_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_create_cluster_node_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_create_cluster_node_group_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_create_cluster_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_create_environment.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_create_firewall_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_create_firewall_rule_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_create_image.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_create_image_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_create_instances_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_create_instances_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_create_profile_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_create_profile_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_create_security_rule_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_create_snapshot_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_create_snapshot_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_create_update_compliance_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_create_update_rbac_role_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_create_volume_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_credit_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_customer_contract_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_customer_contract_detail_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_customer_contract_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_dashboard_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_dashboard_info_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_data_synthesis_billing_history_details_response_schema.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_deployment_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_deployment_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_deployment_fields_for_start_deployments.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_deployments.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_detach_volumes.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_detach_volumes_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_edit_label_of_an_existing_vm_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_environment.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_environment_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_environment_features.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_environment_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_environment_fields_for_volume.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_environments.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_error_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_firewall_attachment_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_firewall_attachment_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_firewall_attachment_vm_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_firewall_detail_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_firewall_detail_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_firewall_environment_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_firewall_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_firewall_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_firewall_rule.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_firewalls_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_firewalls_list_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_flavor_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_flavor_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_flavor_item_get_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_flavor_label_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_flavor_list_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_flavor_object_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_floating_ip_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_generate_update_api_key_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_generate_update_api_key_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_get_api_keys_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_get_credit_and_threshold_info.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_get_credit_and_threshold_info_in_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_get_customer_contracts_list_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_get_instance_logs_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_get_invites_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_get_organization_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_get_permissions_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_get_policies_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_get_rbac_roles_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_get_user_permissions_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_gpu_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_gpu_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_gpu_list.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_gpu_region_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_graph_datetime_value_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_image.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_image_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_image_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_image_get_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_images.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_import_keypair_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_import_keypair_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_infrahub_resource_object_response_for_customer.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_instance.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_instance_environment_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_instance_events.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_instance_events_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_instance_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_instance_flavor_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_instance_image_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_instance_keypair_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_instance_overview_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_instance_resize_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_instances.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_invite_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_invite_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_invite_user_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_invite_user_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_keypair_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_keypair_environment_features.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_keypair_environment_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_keypair_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_keypairs.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_lable_resonse.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_last_day_cost_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_last_day_cost_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_logos.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_master_flavors_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_metric_item_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_metrics_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_mfa_status_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_mfa_status_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_model_evaluation_billing_history_details_response_schema.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_name_available_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_new_configurations_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_new_model_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_new_stock_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_new_stock_retrive_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_organization_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_organization_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_organization_level_billing_history.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_organization_level_billing_history_resources.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_organization_level_billing_history_response_attributes.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_organization_level_billing_history_response_metrics.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_organization_level_billing_history_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_organization_threshold_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_organization_threshold_update_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_organization_thresholds_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_organization_user_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_overview_info.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_pagination.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_pagination_data.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_partner_config.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_partner_config_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_payment_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_payment_details_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_payment_details_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_payment_initiate_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_payment_initiate_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_payment_initiate_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_permission_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_permission_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_policy_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_policy_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_policy_permission_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_pricebook_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_pricebook_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_pricebook_resource_object_response_for_customer.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_primary_color.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_profile_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_profile_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_profile_list_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_profile_object_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_rbac_role_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_rbac_role_detail_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_rbac_role_detail_response_model_fixed.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_rbac_role_field.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_rbac_role_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_region_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_region_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_regions.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_remove_member_from_organization_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_remove_member_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_request_console.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_request_instance_logs_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_request_instance_logs_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_resource_billing_events_history_metrics.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_resource_billing_events_history_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_resource_billing_response_for_customer.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_resource_level_billing_bucket_details_resources.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_resource_level_billing_details_attributes.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_resource_level_billing_details_metrics.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_resource_level_billing_details_vm.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_resource_level_billing_details_volume.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_resource_level_billing_details_volume_attributes.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_resource_level_billing_details_volume_metrics.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_resource_level_billing_history.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_resource_level_billing_history_resources.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_resource_level_billing_history_resources_cluster.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_resource_level_billing_history_response_attributes.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_resource_level_billing_history_response_metrics.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_resource_level_billing_vm_details_resources.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_resource_level_billing_volume_details_resources.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_resource_level_bucket_billing_details_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_resource_level_bucket_billing_history_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_resource_level_cluster_billing_details_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_resource_level_cluster_billing_history_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_resource_level_cluster_graph_billing_details_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_resource_level_graph_billing_detail_volume.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_resource_level_graph_billing_details_attributes.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_resource_level_graph_billing_details_bucket.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_resource_level_graph_billing_details_metrics.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_resource_level_graph_billing_details_vm.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_resource_level_graph_billing_vm_details_resources.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_resource_level_graph_billing_volume_details_resources.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_resource_level_vm_billing_details_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_resource_level_vm_billing_history_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_resource_level_vm_graph_billing_details_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_resource_level_volume_billing_details_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_resource_level_volume_billing_history_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_resource_level_volume_graph_billing_details_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_resource_object_response_for_customer.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_role_permission_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_role_policy_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_secondary_color.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_security_group_rule.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_security_group_rule_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_security_rules_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_security_rules_fields_for_instance.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_security_rules_protocol_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_serverless_inferenced_billing_history_details_response_schema.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_snapshot_events_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_snapshot_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_snapshot_restore_request.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_snapshot_retrieve.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_snapshot_retrieve_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_snapshots.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_snapshots_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_start_deployment.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_start_deployment_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_stock_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_sub_resource_graph_billing_details_metrics.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_sub_resources_costs_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_sub_resources_graph_billing_history_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_sub_resources_graph_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_subscribe_or_unsubscribe_update_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_template.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_template_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_template_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_templates.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_token_based_billing_history_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_update_environment.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_update_keypair_name.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_update_keypair_name_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_update_organization_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_update_organization_response_model.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_update_template.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_update_volume_attachment_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_update_volume_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_update_volume_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_uris.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_user_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_user_default_choice_for_user_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_user_default_choices_for_user_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_user_detail_choice_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_user_info_post_payload.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_user_organizations_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_user_permission_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_user_permission_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_users_info_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_users_info_list_response.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_virtual_machine_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_virtual_machine_events_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_vnc_url_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_vncurl.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_vncurl_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_volume.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_volume_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_volume_attachment_api.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_volume_attachment_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_volume_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_volume_fields_for_instance.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_volume_overview_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_volume_types.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_volumes.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/test/test_volumes_fields.py +0 -0
- {hyperstack-1.41.0a0 → hyperstack-1.41.2a0}/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.41.
|
|
11
|
+
- Package version: v1.41.2-alpha
|
|
12
12
|
- Generator version: 7.10.0
|
|
13
13
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
14
14
|
|
|
@@ -171,6 +171,7 @@ Class | Method | HTTP request | Description
|
|
|
171
171
|
*CallbacksApi* | [**update_virtual_machine_callback**](docs/CallbacksApi.md#update_virtual_machine_callback) | **PUT** /core/virtual-machines/{vm_id}/update-callback | Update virtual machine callback
|
|
172
172
|
*CallbacksApi* | [**update_volume_callback**](docs/CallbacksApi.md#update_volume_callback) | **PUT** /core/volumes/{volume_id}/update-callback | Update volume callback
|
|
173
173
|
*ClusterEventsApi* | [**fetch_all_of_a_cluster_events**](docs/ClusterEventsApi.md#fetch_all_of_a_cluster_events) | **GET** /core/clusters/{cluster_id}/events | Fetch all of a cluster events
|
|
174
|
+
*ClustersApi* | [**attempt_to_manually_reconcile_a_cluster**](docs/ClustersApi.md#attempt_to_manually_reconcile_a_cluster) | **POST** /core/clusters/{cluster_id}/reconcile | Reconcile a cluster
|
|
174
175
|
*ClustersApi* | [**create_cluster**](docs/ClustersApi.md#create_cluster) | **POST** /core/clusters | Create Cluster
|
|
175
176
|
*ClustersApi* | [**create_node**](docs/ClustersApi.md#create_node) | **POST** /core/clusters/{cluster_id}/nodes | Create Node
|
|
176
177
|
*ClustersApi* | [**create_node_group**](docs/ClustersApi.md#create_node_group) | **POST** /core/clusters/{cluster_id}/node-groups | Create a node group in a cluster
|
|
@@ -448,6 +449,7 @@ Class | Method | HTTP request | Description
|
|
|
448
449
|
- [Logos](docs/Logos.md)
|
|
449
450
|
- [MFAStatusFields](docs/MFAStatusFields.md)
|
|
450
451
|
- [MFAStatusResponse](docs/MFAStatusResponse.md)
|
|
452
|
+
- [ManualReconciliationModel](docs/ManualReconciliationModel.md)
|
|
451
453
|
- [MasterFlavorsResponse](docs/MasterFlavorsResponse.md)
|
|
452
454
|
- [MetricItemFields](docs/MetricItemFields.md)
|
|
453
455
|
- [MetricsFields](docs/MetricsFields.md)
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
""" # noqa: E501
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
__version__ = "v1.41.
|
|
17
|
+
__version__ = "v1.41.2-alpha"
|
|
18
18
|
|
|
19
19
|
# import apis into sdk package
|
|
20
20
|
from .api.calculate_api import CalculateApi
|
|
@@ -229,6 +229,7 @@ from .models.last_day_cost_response import LastDayCostResponse
|
|
|
229
229
|
from .models.logos import Logos
|
|
230
230
|
from .models.mfa_status_fields import MFAStatusFields
|
|
231
231
|
from .models.mfa_status_response import MFAStatusResponse
|
|
232
|
+
from .models.manual_reconciliation_model import ManualReconciliationModel
|
|
232
233
|
from .models.master_flavors_response import MasterFlavorsResponse
|
|
233
234
|
from .models.metric_item_fields import MetricItemFields
|
|
234
235
|
from .models.metrics_fields import MetricsFields
|
|
@@ -29,6 +29,7 @@ from ..models.cluster_versions import ClusterVersions
|
|
|
29
29
|
from ..models.create_cluster_node_fields import CreateClusterNodeFields
|
|
30
30
|
from ..models.create_cluster_node_group_payload import CreateClusterNodeGroupPayload
|
|
31
31
|
from ..models.create_cluster_payload import CreateClusterPayload
|
|
32
|
+
from ..models.manual_reconciliation_model import ManualReconciliationModel
|
|
32
33
|
from ..models.master_flavors_response import MasterFlavorsResponse
|
|
33
34
|
from ..models.name_available_model import NameAvailableModel
|
|
34
35
|
from ..models.response_model import ResponseModel
|
|
@@ -51,6 +52,276 @@ class ClustersApi:
|
|
|
51
52
|
self.api_client = api_client
|
|
52
53
|
|
|
53
54
|
|
|
55
|
+
@validate_call
|
|
56
|
+
def attempt_to_manually_reconcile_a_cluster(
|
|
57
|
+
self,
|
|
58
|
+
cluster_id: StrictInt,
|
|
59
|
+
_request_timeout: Union[
|
|
60
|
+
None,
|
|
61
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
62
|
+
Tuple[
|
|
63
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
64
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
65
|
+
]
|
|
66
|
+
] = None,
|
|
67
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
68
|
+
_content_type: Optional[StrictStr] = None,
|
|
69
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
70
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
71
|
+
) -> ManualReconciliationModel:
|
|
72
|
+
"""Reconcile a cluster
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
:param cluster_id: (required)
|
|
76
|
+
:type cluster_id: int
|
|
77
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
78
|
+
number provided, it will be total request
|
|
79
|
+
timeout. It can also be a pair (tuple) of
|
|
80
|
+
(connection, read) timeouts.
|
|
81
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
82
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
83
|
+
request; this effectively ignores the
|
|
84
|
+
authentication in the spec for a single request.
|
|
85
|
+
:type _request_auth: dict, optional
|
|
86
|
+
:param _content_type: force content-type for the request.
|
|
87
|
+
:type _content_type: str, Optional
|
|
88
|
+
:param _headers: set to override the headers for a single
|
|
89
|
+
request; this effectively ignores the headers
|
|
90
|
+
in the spec for a single request.
|
|
91
|
+
:type _headers: dict, optional
|
|
92
|
+
:param _host_index: set to override the host_index for a single
|
|
93
|
+
request; this effectively ignores the host_index
|
|
94
|
+
in the spec for a single request.
|
|
95
|
+
:type _host_index: int, optional
|
|
96
|
+
:return: Returns the result object.
|
|
97
|
+
""" # noqa: E501
|
|
98
|
+
|
|
99
|
+
_param = self._attempt_to_manually_reconcile_a_cluster_serialize(
|
|
100
|
+
cluster_id=cluster_id,
|
|
101
|
+
_request_auth=_request_auth,
|
|
102
|
+
_content_type=_content_type,
|
|
103
|
+
_headers=_headers,
|
|
104
|
+
_host_index=_host_index
|
|
105
|
+
)
|
|
106
|
+
|
|
107
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
108
|
+
'200': "ManualReconciliationModel",
|
|
109
|
+
'400': "ErrorResponseModel",
|
|
110
|
+
'401': "ErrorResponseModel",
|
|
111
|
+
'404': "ErrorResponseModel",
|
|
112
|
+
'500': None,
|
|
113
|
+
}
|
|
114
|
+
response_data = self.api_client.call_api(
|
|
115
|
+
*_param,
|
|
116
|
+
_request_timeout=_request_timeout
|
|
117
|
+
)
|
|
118
|
+
response_data.read()
|
|
119
|
+
return self.api_client.response_deserialize(
|
|
120
|
+
response_data=response_data,
|
|
121
|
+
response_types_map=_response_types_map,
|
|
122
|
+
).data
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
@validate_call
|
|
126
|
+
def attempt_to_manually_reconcile_a_cluster_with_http_info(
|
|
127
|
+
self,
|
|
128
|
+
cluster_id: StrictInt,
|
|
129
|
+
_request_timeout: Union[
|
|
130
|
+
None,
|
|
131
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
132
|
+
Tuple[
|
|
133
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
134
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
135
|
+
]
|
|
136
|
+
] = None,
|
|
137
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
138
|
+
_content_type: Optional[StrictStr] = None,
|
|
139
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
140
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
141
|
+
) -> ApiResponse[ManualReconciliationModel]:
|
|
142
|
+
"""Reconcile a cluster
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
:param cluster_id: (required)
|
|
146
|
+
:type cluster_id: int
|
|
147
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
148
|
+
number provided, it will be total request
|
|
149
|
+
timeout. It can also be a pair (tuple) of
|
|
150
|
+
(connection, read) timeouts.
|
|
151
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
152
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
153
|
+
request; this effectively ignores the
|
|
154
|
+
authentication in the spec for a single request.
|
|
155
|
+
:type _request_auth: dict, optional
|
|
156
|
+
:param _content_type: force content-type for the request.
|
|
157
|
+
:type _content_type: str, Optional
|
|
158
|
+
:param _headers: set to override the headers for a single
|
|
159
|
+
request; this effectively ignores the headers
|
|
160
|
+
in the spec for a single request.
|
|
161
|
+
:type _headers: dict, optional
|
|
162
|
+
:param _host_index: set to override the host_index for a single
|
|
163
|
+
request; this effectively ignores the host_index
|
|
164
|
+
in the spec for a single request.
|
|
165
|
+
:type _host_index: int, optional
|
|
166
|
+
:return: Returns the result object.
|
|
167
|
+
""" # noqa: E501
|
|
168
|
+
|
|
169
|
+
_param = self._attempt_to_manually_reconcile_a_cluster_serialize(
|
|
170
|
+
cluster_id=cluster_id,
|
|
171
|
+
_request_auth=_request_auth,
|
|
172
|
+
_content_type=_content_type,
|
|
173
|
+
_headers=_headers,
|
|
174
|
+
_host_index=_host_index
|
|
175
|
+
)
|
|
176
|
+
|
|
177
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
178
|
+
'200': "ManualReconciliationModel",
|
|
179
|
+
'400': "ErrorResponseModel",
|
|
180
|
+
'401': "ErrorResponseModel",
|
|
181
|
+
'404': "ErrorResponseModel",
|
|
182
|
+
'500': None,
|
|
183
|
+
}
|
|
184
|
+
response_data = self.api_client.call_api(
|
|
185
|
+
*_param,
|
|
186
|
+
_request_timeout=_request_timeout
|
|
187
|
+
)
|
|
188
|
+
response_data.read()
|
|
189
|
+
return self.api_client.response_deserialize(
|
|
190
|
+
response_data=response_data,
|
|
191
|
+
response_types_map=_response_types_map,
|
|
192
|
+
)
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
@validate_call
|
|
196
|
+
def attempt_to_manually_reconcile_a_cluster_without_preload_content(
|
|
197
|
+
self,
|
|
198
|
+
cluster_id: StrictInt,
|
|
199
|
+
_request_timeout: Union[
|
|
200
|
+
None,
|
|
201
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
202
|
+
Tuple[
|
|
203
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
204
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
205
|
+
]
|
|
206
|
+
] = None,
|
|
207
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
208
|
+
_content_type: Optional[StrictStr] = None,
|
|
209
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
210
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
211
|
+
) -> RESTResponseType:
|
|
212
|
+
"""Reconcile a cluster
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
:param cluster_id: (required)
|
|
216
|
+
:type cluster_id: int
|
|
217
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
218
|
+
number provided, it will be total request
|
|
219
|
+
timeout. It can also be a pair (tuple) of
|
|
220
|
+
(connection, read) timeouts.
|
|
221
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
222
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
223
|
+
request; this effectively ignores the
|
|
224
|
+
authentication in the spec for a single request.
|
|
225
|
+
:type _request_auth: dict, optional
|
|
226
|
+
:param _content_type: force content-type for the request.
|
|
227
|
+
:type _content_type: str, Optional
|
|
228
|
+
:param _headers: set to override the headers for a single
|
|
229
|
+
request; this effectively ignores the headers
|
|
230
|
+
in the spec for a single request.
|
|
231
|
+
:type _headers: dict, optional
|
|
232
|
+
:param _host_index: set to override the host_index for a single
|
|
233
|
+
request; this effectively ignores the host_index
|
|
234
|
+
in the spec for a single request.
|
|
235
|
+
:type _host_index: int, optional
|
|
236
|
+
:return: Returns the result object.
|
|
237
|
+
""" # noqa: E501
|
|
238
|
+
|
|
239
|
+
_param = self._attempt_to_manually_reconcile_a_cluster_serialize(
|
|
240
|
+
cluster_id=cluster_id,
|
|
241
|
+
_request_auth=_request_auth,
|
|
242
|
+
_content_type=_content_type,
|
|
243
|
+
_headers=_headers,
|
|
244
|
+
_host_index=_host_index
|
|
245
|
+
)
|
|
246
|
+
|
|
247
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
248
|
+
'200': "ManualReconciliationModel",
|
|
249
|
+
'400': "ErrorResponseModel",
|
|
250
|
+
'401': "ErrorResponseModel",
|
|
251
|
+
'404': "ErrorResponseModel",
|
|
252
|
+
'500': None,
|
|
253
|
+
}
|
|
254
|
+
response_data = self.api_client.call_api(
|
|
255
|
+
*_param,
|
|
256
|
+
_request_timeout=_request_timeout
|
|
257
|
+
)
|
|
258
|
+
return response_data.response
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
def _attempt_to_manually_reconcile_a_cluster_serialize(
|
|
262
|
+
self,
|
|
263
|
+
cluster_id,
|
|
264
|
+
_request_auth,
|
|
265
|
+
_content_type,
|
|
266
|
+
_headers,
|
|
267
|
+
_host_index,
|
|
268
|
+
) -> RequestSerialized:
|
|
269
|
+
|
|
270
|
+
_host = None
|
|
271
|
+
|
|
272
|
+
_collection_formats: Dict[str, str] = {
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
_path_params: Dict[str, str] = {}
|
|
276
|
+
_query_params: List[Tuple[str, str]] = []
|
|
277
|
+
_header_params: Dict[str, Optional[str]] = _headers or {}
|
|
278
|
+
_form_params: List[Tuple[str, str]] = []
|
|
279
|
+
_files: Dict[
|
|
280
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
|
281
|
+
] = {}
|
|
282
|
+
_body_params: Optional[bytes] = None
|
|
283
|
+
|
|
284
|
+
# process the path parameters
|
|
285
|
+
if cluster_id is not None:
|
|
286
|
+
_path_params['cluster_id'] = cluster_id
|
|
287
|
+
# process the query parameters
|
|
288
|
+
# process the header parameters
|
|
289
|
+
# process the form parameters
|
|
290
|
+
# process the body parameter
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
# set the HTTP header `Accept`
|
|
294
|
+
if 'Accept' not in _header_params:
|
|
295
|
+
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
296
|
+
[
|
|
297
|
+
'application/json'
|
|
298
|
+
]
|
|
299
|
+
)
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
# authentication setting
|
|
303
|
+
_auth_settings: List[str] = [
|
|
304
|
+
'apiKey'
|
|
305
|
+
]
|
|
306
|
+
|
|
307
|
+
return self.api_client.param_serialize(
|
|
308
|
+
method='POST',
|
|
309
|
+
resource_path='/core/clusters/{cluster_id}/reconcile',
|
|
310
|
+
path_params=_path_params,
|
|
311
|
+
query_params=_query_params,
|
|
312
|
+
header_params=_header_params,
|
|
313
|
+
body=_body_params,
|
|
314
|
+
post_params=_form_params,
|
|
315
|
+
files=_files,
|
|
316
|
+
auth_settings=_auth_settings,
|
|
317
|
+
collection_formats=_collection_formats,
|
|
318
|
+
_host=_host,
|
|
319
|
+
_request_auth=_request_auth
|
|
320
|
+
)
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
|
|
54
325
|
@validate_call
|
|
55
326
|
def create_cluster(
|
|
56
327
|
self,
|
|
@@ -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.41.
|
|
93
|
+
self.user_agent = 'OpenAPI-Generator/v1.41.2-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.41.
|
|
527
|
+
"SDK Package Version: v1.41.2-alpha".\
|
|
528
528
|
format(env=sys.platform, pyversion=sys.version)
|
|
529
529
|
|
|
530
530
|
def get_host_settings(self) -> List[HostSetting]:
|
|
@@ -167,6 +167,7 @@ from .last_day_cost_response import LastDayCostResponse
|
|
|
167
167
|
from .logos import Logos
|
|
168
168
|
from .mfa_status_fields import MFAStatusFields
|
|
169
169
|
from .mfa_status_response import MFAStatusResponse
|
|
170
|
+
from .manual_reconciliation_model import ManualReconciliationModel
|
|
170
171
|
from .master_flavors_response import MasterFlavorsResponse
|
|
171
172
|
from .metric_item_fields import MetricItemFields
|
|
172
173
|
from .metrics_fields import MetricsFields
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
Infrahub-API
|
|
5
|
+
|
|
6
|
+
Leverage the Infrahub API and Hyperstack platform to easily create, manage, and scale powerful GPU virtual machines and their associated resources. Access this SDK to automate the deployment of your workloads and streamline your infrastructure management. To contribute, please raise an issue with a bug report, feature request, feedback, or general inquiry.
|
|
7
|
+
|
|
8
|
+
The version of the OpenAPI document: 1.0
|
|
9
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
|
+
|
|
11
|
+
Do not edit the class manually.
|
|
12
|
+
""" # noqa: E501
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
from __future__ import annotations
|
|
16
|
+
import pprint
|
|
17
|
+
import re # noqa: F401
|
|
18
|
+
import json
|
|
19
|
+
|
|
20
|
+
from pydantic import BaseModel, ConfigDict, StrictStr
|
|
21
|
+
from typing import Any, ClassVar, Dict, List, Optional
|
|
22
|
+
from ..models.cluster_fields import ClusterFields
|
|
23
|
+
from typing import Optional, Set
|
|
24
|
+
from typing_extensions import Self
|
|
25
|
+
|
|
26
|
+
class ManualReconciliationModel(BaseModel):
|
|
27
|
+
"""
|
|
28
|
+
ManualReconciliationModel
|
|
29
|
+
""" # noqa: E501
|
|
30
|
+
cluster: Optional[ClusterFields] = None
|
|
31
|
+
message: Optional[StrictStr] = None
|
|
32
|
+
status: Optional[StrictStr] = None
|
|
33
|
+
__properties: ClassVar[List[str]] = ["cluster", "message", "status"]
|
|
34
|
+
|
|
35
|
+
model_config = ConfigDict(
|
|
36
|
+
populate_by_name=True,
|
|
37
|
+
validate_assignment=True,
|
|
38
|
+
protected_namespaces=(),
|
|
39
|
+
)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
def to_str(self) -> str:
|
|
43
|
+
"""Returns the string representation of the model using alias"""
|
|
44
|
+
return pprint.pformat(self.model_dump(by_alias=True))
|
|
45
|
+
|
|
46
|
+
def to_json(self) -> str:
|
|
47
|
+
"""Returns the JSON representation of the model using alias"""
|
|
48
|
+
# TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
|
|
49
|
+
return json.dumps(self.to_dict())
|
|
50
|
+
|
|
51
|
+
@classmethod
|
|
52
|
+
def from_json(cls, json_str: str) -> Optional[Self]:
|
|
53
|
+
"""Create an instance of ManualReconciliationModel from a JSON string"""
|
|
54
|
+
return cls.from_dict(json.loads(json_str))
|
|
55
|
+
|
|
56
|
+
def to_dict(self) -> Dict[str, Any]:
|
|
57
|
+
"""Return the dictionary representation of the model using alias.
|
|
58
|
+
|
|
59
|
+
This has the following differences from calling pydantic's
|
|
60
|
+
`self.model_dump(by_alias=True)`:
|
|
61
|
+
|
|
62
|
+
* `None` is only added to the output dict for nullable fields that
|
|
63
|
+
were set at model initialization. Other fields with value `None`
|
|
64
|
+
are ignored.
|
|
65
|
+
"""
|
|
66
|
+
excluded_fields: Set[str] = set([
|
|
67
|
+
])
|
|
68
|
+
|
|
69
|
+
_dict = self.model_dump(
|
|
70
|
+
by_alias=True,
|
|
71
|
+
exclude=excluded_fields,
|
|
72
|
+
exclude_none=True,
|
|
73
|
+
)
|
|
74
|
+
# override the default output from pydantic by calling `to_dict()` of cluster
|
|
75
|
+
if self.cluster:
|
|
76
|
+
_dict['cluster'] = self.cluster.to_dict()
|
|
77
|
+
return _dict
|
|
78
|
+
|
|
79
|
+
@classmethod
|
|
80
|
+
def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
|
|
81
|
+
"""Create an instance of ManualReconciliationModel from a dict"""
|
|
82
|
+
if obj is None:
|
|
83
|
+
return None
|
|
84
|
+
|
|
85
|
+
if not isinstance(obj, dict):
|
|
86
|
+
return cls.model_validate(obj)
|
|
87
|
+
|
|
88
|
+
_obj = cls.model_validate({
|
|
89
|
+
"cluster": ClusterFields.from_dict(obj["cluster"]) if obj.get("cluster") is not None else None,
|
|
90
|
+
"message": obj.get("message"),
|
|
91
|
+
"status": obj.get("status")
|
|
92
|
+
})
|
|
93
|
+
return _obj
|
|
94
|
+
|
|
95
|
+
|
|
@@ -213,6 +213,7 @@ hyperstack/models/lable_resonse.py
|
|
|
213
213
|
hyperstack/models/last_day_cost_fields.py
|
|
214
214
|
hyperstack/models/last_day_cost_response.py
|
|
215
215
|
hyperstack/models/logos.py
|
|
216
|
+
hyperstack/models/manual_reconciliation_model.py
|
|
216
217
|
hyperstack/models/master_flavors_response.py
|
|
217
218
|
hyperstack/models/metric_item_fields.py
|
|
218
219
|
hyperstack/models/metrics_fields.py
|
|
@@ -527,6 +528,7 @@ test/test_lable_resonse.py
|
|
|
527
528
|
test/test_last_day_cost_fields.py
|
|
528
529
|
test/test_last_day_cost_response.py
|
|
529
530
|
test/test_logos.py
|
|
531
|
+
test/test_manual_reconciliation_model.py
|
|
530
532
|
test/test_master_flavors_response.py
|
|
531
533
|
test/test_metric_item_fields.py
|
|
532
534
|
test/test_metrics_fields.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.41.
|
|
24
|
+
VERSION = "v1.41.2-alpha"
|
|
25
25
|
PYTHON_REQUIRES = ">= 3.8"
|
|
26
26
|
REQUIRES = [
|
|
27
27
|
"urllib3 >= 1.25.3, < 3.0.0",
|
|
@@ -26,6 +26,13 @@ class TestClustersApi(unittest.TestCase):
|
|
|
26
26
|
def tearDown(self) -> None:
|
|
27
27
|
pass
|
|
28
28
|
|
|
29
|
+
def test_attempt_to_manually_reconcile_a_cluster(self) -> None:
|
|
30
|
+
"""Test case for attempt_to_manually_reconcile_a_cluster
|
|
31
|
+
|
|
32
|
+
Reconcile a cluster
|
|
33
|
+
"""
|
|
34
|
+
pass
|
|
35
|
+
|
|
29
36
|
def test_create_cluster(self) -> None:
|
|
30
37
|
"""Test case for create_cluster
|
|
31
38
|
|
|
@@ -0,0 +1,119 @@
|
|
|
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.manual_reconciliation_model import ManualReconciliationModel
|
|
18
|
+
|
|
19
|
+
class TestManualReconciliationModel(unittest.TestCase):
|
|
20
|
+
"""ManualReconciliationModel 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) -> ManualReconciliationModel:
|
|
29
|
+
"""Test ManualReconciliationModel
|
|
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 `ManualReconciliationModel`
|
|
34
|
+
"""
|
|
35
|
+
model = ManualReconciliationModel()
|
|
36
|
+
if include_optional:
|
|
37
|
+
return ManualReconciliationModel(
|
|
38
|
+
cluster = hyperstack.models.cluster_fields.ClusterFields(
|
|
39
|
+
api_address = '',
|
|
40
|
+
created_at = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'),
|
|
41
|
+
environment_name = '',
|
|
42
|
+
id = 56,
|
|
43
|
+
keypair_name = '',
|
|
44
|
+
kube_config = '',
|
|
45
|
+
kubernetes_version = '',
|
|
46
|
+
master_flavor = hyperstack.models.cluster_flavor_fields.Cluster_Flavor_Fields(
|
|
47
|
+
cpu = 56,
|
|
48
|
+
disk = 56,
|
|
49
|
+
ephemeral = 56,
|
|
50
|
+
features = hyperstack.models.features.features(),
|
|
51
|
+
gpu = '',
|
|
52
|
+
gpu_count = 56,
|
|
53
|
+
id = 56,
|
|
54
|
+
labels = [
|
|
55
|
+
hyperstack.models.lable_resonse.LableResonse(
|
|
56
|
+
id = 56,
|
|
57
|
+
label = '', )
|
|
58
|
+
],
|
|
59
|
+
name = '',
|
|
60
|
+
ram = 1.337, ),
|
|
61
|
+
name = '',
|
|
62
|
+
node_groups = [
|
|
63
|
+
hyperstack.models.cluster_node_group_fields.ClusterNodeGroupFields(
|
|
64
|
+
count = 56,
|
|
65
|
+
created_at = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'),
|
|
66
|
+
flavor = hyperstack.models.cluster_flavor_fields.Cluster_Flavor_Fields(
|
|
67
|
+
cpu = 56,
|
|
68
|
+
disk = 56,
|
|
69
|
+
ephemeral = 56,
|
|
70
|
+
features = hyperstack.models.features.features(),
|
|
71
|
+
gpu = '',
|
|
72
|
+
gpu_count = 56,
|
|
73
|
+
id = 56,
|
|
74
|
+
name = '',
|
|
75
|
+
ram = 1.337, ),
|
|
76
|
+
id = 56,
|
|
77
|
+
name = '',
|
|
78
|
+
role = '',
|
|
79
|
+
updated_at = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'), )
|
|
80
|
+
],
|
|
81
|
+
nodes = [
|
|
82
|
+
hyperstack.models.cluster_node_fields.ClusterNodeFields(
|
|
83
|
+
created_at = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'),
|
|
84
|
+
id = 56,
|
|
85
|
+
instance = hyperstack.models.cluster_node_instance_fields.ClusterNodeInstanceFields(
|
|
86
|
+
contract_id = 56,
|
|
87
|
+
fixed_ip = '',
|
|
88
|
+
floating_ip = '',
|
|
89
|
+
floating_ip_status = '',
|
|
90
|
+
id = 56,
|
|
91
|
+
image_id = 56,
|
|
92
|
+
name = '',
|
|
93
|
+
status = '', ),
|
|
94
|
+
is_bastion = True,
|
|
95
|
+
node_group_id = 56,
|
|
96
|
+
node_group_name = '',
|
|
97
|
+
requires_public_ip = True,
|
|
98
|
+
role = '',
|
|
99
|
+
status = '',
|
|
100
|
+
status_reason = '',
|
|
101
|
+
updated_at = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'), )
|
|
102
|
+
],
|
|
103
|
+
status = '',
|
|
104
|
+
status_reason = '', ),
|
|
105
|
+
message = '',
|
|
106
|
+
status = ''
|
|
107
|
+
)
|
|
108
|
+
else:
|
|
109
|
+
return ManualReconciliationModel(
|
|
110
|
+
)
|
|
111
|
+
"""
|
|
112
|
+
|
|
113
|
+
def testManualReconciliationModel(self):
|
|
114
|
+
"""Test ManualReconciliationModel"""
|
|
115
|
+
# inst_req_only = self.make_instance(include_optional=False)
|
|
116
|
+
# inst_req_and_optional = self.make_instance(include_optional=True)
|
|
117
|
+
|
|
118
|
+
if __name__ == '__main__':
|
|
119
|
+
unittest.main()
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|