LICENSE
README.md
pyproject.toml
src/ibee/__init__.py
src/ibee/_default_clients.py
src/ibee/client.py
src/ibee/environment.py
src/ibee.egg-info/PKG-INFO
src/ibee.egg-info/SOURCES.txt
src/ibee.egg-info/dependency_links.txt
src/ibee.egg-info/requires.txt
src/ibee.egg-info/top_level.txt
src/ibee/billing/__init__.py
src/ibee/billing/admission.py
src/ibee/billing/client.py
src/ibee/billing/models.py
src/ibee/billing/raw_client.py
src/ibee/block_storage/__init__.py
src/ibee/block_storage/client.py
src/ibee/cdn/__init__.py
src/ibee/cdn/client.py
src/ibee/cloud_vms/__init__.py
src/ibee/cloud_vms/client.py
src/ibee/cloud_vms/raw_client.py
src/ibee/cloud_vms/types/__init__.py
src/ibee/cloud_vms/types/create_cloud_vm_request_os_type.py
src/ibee/cloud_vms/types/get_cloud_vm_metrics_timeseries_request_range.py
src/ibee/compute_catalog/__init__.py
src/ibee/compute_catalog/client.py
src/ibee/compute_catalog/raw_client.py
src/ibee/core/__init__.py
src/ibee/core/api_error.py
src/ibee/core/client_wrapper.py
src/ibee/core/datetime_utils.py
src/ibee/core/file.py
src/ibee/core/force_multipart.py
src/ibee/core/http_client.py
src/ibee/core/http_response.py
src/ibee/core/jsonable_encoder.py
src/ibee/core/logging.py
src/ibee/core/parse_error.py
src/ibee/core/pydantic_utilities.py
src/ibee/core/query_encoder.py
src/ibee/core/remove_none_from_dict.py
src/ibee/core/request_options.py
src/ibee/core/serialization.py
src/ibee/core/http_sse/__init__.py
src/ibee/core/http_sse/_api.py
src/ibee/core/http_sse/_decoders.py
src/ibee/core/http_sse/_exceptions.py
src/ibee/core/http_sse/_models.py
src/ibee/errors/__init__.py
src/ibee/errors/bad_gateway_error.py
src/ibee/errors/bad_request_error.py
src/ibee/errors/billing_eligibility_error.py
src/ibee/errors/conflict_error.py
src/ibee/errors/forbidden_error.py
src/ibee/errors/not_found_error.py
src/ibee/errors/payment_required_error.py
src/ibee/errors/service_unavailable_error.py
src/ibee/errors/unauthorized_error.py
src/ibee/firewalls/__init__.py
src/ibee/firewalls/client.py
src/ibee/firewalls/raw_client.py
src/ibee/gpu_vms/__init__.py
src/ibee/gpu_vms/client.py
src/ibee/gpu_vms/raw_client.py
src/ibee/gpu_vms/types/__init__.py
src/ibee/gpu_vms/types/create_gpu_vm_request_os_type.py
src/ibee/gpu_vms/types/get_gpu_vm_metrics_timeseries_request_range.py
src/ibee/load_balancers/__init__.py
src/ibee/load_balancers/client.py
src/ibee/load_balancers/raw_client.py
src/ibee/load_balancers/types/__init__.py
src/ibee/load_balancers/types/create_l4load_balancer_request_protocol.py
src/ibee/load_balancers/types/create_l7load_balancer_request_custom_domain.py
src/ibee/load_balancers/types/create_l7load_balancer_request_protocol.py
src/ibee/load_balancers/types/list_load_balancers_request_layer.py
src/ibee/load_balancers/types/update_l7load_balancer_request_custom_domain.py
src/ibee/object_storage/__init__.py
src/ibee/object_storage/client.py
src/ibee/object_storage/raw_client.py
src/ibee/object_storage/types/__init__.py
src/ibee/object_storage/types/create_s3credential_request_bucket_scope.py
src/ibee/reserved_ips/__init__.py
src/ibee/reserved_ips/client.py
src/ibee/reserved_ips/raw_client.py
src/ibee/secret_store/__init__.py
src/ibee/secret_store/client.py
src/ibee/secret_store/raw_client.py
src/ibee/secret_store/types/__init__.py
src/ibee/secret_store/types/create_secret_identity_request_auth_method.py
src/ibee/secret_store/types/create_secret_identity_request_token_policy_mode.py
src/ibee/secret_store/types/create_secret_identity_scope_request_access_mode.py
src/ibee/secret_store/types/update_secret_identity_request_token_policy_mode.py
src/ibee/secret_store/types/update_secret_identity_scope_request_access_mode.py
src/ibee/tests/conftest.py
src/ibee/tests/test_aiohttp_autodetect.py
src/ibee/tests/test_billing_eligibility.py
src/ibee/tests/test_cloud_vms_v03.py
src/ibee/tests/test_compute_catalog_v03.py
src/ibee/tests/test_networking_resources.py
src/ibee/tests/test_object_storage_v03.py
src/ibee/tests/test_single_call_creates.py
src/ibee/tests/test_vm_lifecycle_v03.py
src/ibee/types/__init__.py
src/ibee/types/attach_network_request.py
src/ibee/types/attach_reserved_ip_request.py
src/ibee/types/backup_frequency.py
src/ibee/types/backup_policy.py
src/ibee/types/backup_policy_disable_request.py
src/ibee/types/backup_policy_enable_request.py
src/ibee/types/backup_policy_next_run_request.py
src/ibee/types/backup_policy_schedule.py
src/ibee/types/backup_policy_update_request.py
src/ibee/types/backup_restore_request.py
src/ibee/types/backup_run.py
src/ibee/types/backup_run_backup_type.py
src/ibee/types/backup_run_capture_scope.py
src/ibee/types/backup_run_list.py
src/ibee/types/backup_run_recovery_point_type.py
src/ibee/types/backup_run_trigger.py
src/ibee/types/backup_status.py
src/ibee/types/batch_create_secret_item.py
src/ibee/types/batch_create_secret_result.py
src/ibee/types/batch_create_secret_result_status.py
src/ibee/types/batch_create_secrets_response.py
src/ibee/types/billing_eligibility.py
src/ibee/types/billing_eligibility_billing_mode.py
src/ibee/types/billing_eligibility_billing_state.py
src/ibee/types/billing_interval.py
src/ibee/types/bucket.py
src/ibee/types/bucket_list.py
src/ibee/types/bucket_stats.py
src/ibee/types/bucket_summary.py
src/ibee/types/cloud_vm.py
src/ibee/types/cloud_vm_status.py
src/ibee/types/compute_image.py
src/ibee/types/compute_image_list.py
src/ibee/types/compute_image_os_type.py
src/ibee/types/compute_plan.py
src/ibee/types/compute_plan_list.py
src/ibee/types/compute_plan_pricing_status.py
src/ibee/types/compute_site.py
src/ibee/types/compute_site_list.py
src/ibee/types/create_firewall_rule_request.py
src/ibee/types/create_nat_port_forwarding_rule_request.py
src/ibee/types/create_nat_port_forwarding_rule_request_protocol.py
src/ibee/types/default_retention.py
src/ibee/types/default_retention_mode.py
src/ibee/types/delete_response.py
src/ibee/types/error.py
src/ibee/types/error_detail.py
src/ibee/types/firewall_attachment.py
src/ibee/types/firewall_group.py
src/ibee/types/firewall_rule.py
src/ibee/types/firewall_rule_fields.py
src/ibee/types/firewall_rule_fields_action.py
src/ibee/types/firewall_rule_fields_direction.py
src/ibee/types/firewall_rule_fields_protocol.py
src/ibee/types/gpu_vm.py
src/ibee/types/gpu_vm_status.py
src/ibee/types/live_drift_summary.py
src/ibee/types/load_balancer.py
src/ibee/types/load_balancer_backend.py
src/ibee/types/load_balancer_backend_type.py
src/ibee/types/load_balancer_endpoint.py
src/ibee/types/load_balancer_layer.py
src/ibee/types/load_balancer_protocol.py
src/ibee/types/load_balancer_routing.py
src/ibee/types/load_balancer_routing_algorithm.py
src/ibee/types/load_balancer_rule.py
src/ibee/types/load_balancer_status.py
src/ibee/types/load_balancer_status_response.py
src/ibee/types/load_balancer_tls.py
src/ibee/types/load_balancer_tls_mode.py
src/ibee/types/manual_backup_run_request.py
src/ibee/types/mount_guidance_acknowledge.py
src/ibee/types/mount_guidance_acknowledge_request.py
src/ibee/types/nat_gateway.py
src/ibee/types/nat_port_forwarding_rule.py
src/ibee/types/nat_pricing.py
src/ibee/types/network_allocation.py
src/ibee/types/network_allocation_connectivity.py
src/ibee/types/network_interface.py
src/ibee/types/network_interface_status.py
src/ibee/types/networking_resource_status.py
src/ibee/types/networking_site.py
src/ibee/types/operation_accepted.py
src/ibee/types/operation_status.py
src/ibee/types/operation_status_action.py
src/ibee/types/operation_status_status.py
src/ibee/types/power_action_request.py
src/ibee/types/recovery_point_summary.py
src/ibee/types/recovery_restore.py
src/ibee/types/recovery_restore_recovery_point_type.py
src/ibee/types/recovery_restore_request.py
src/ibee/types/recovery_restore_request_target_bandwidth_tb.py
src/ibee/types/recovery_restore_request_target_mode.py
src/ibee/types/recovery_restore_target_mode.py
src/ibee/types/recovery_volume_manifest_item.py
src/ibee/types/recovery_volume_manifest_item_role.py
src/ibee/types/reserved_ip.py
src/ibee/types/reserved_ip_reservation_type.py
src/ibee/types/s3credential.py
src/ibee/types/s3credential_created.py
src/ibee/types/s3credential_list.py
src/ibee/types/s3credential_revoked.py
src/ibee/types/s3credential_status.py
src/ibee/types/secret.py
src/ibee/types/secret_identity.py
src/ibee/types/secret_identity_access.py
src/ibee/types/secret_identity_access_auth_method.py
src/ibee/types/secret_identity_action_status.py
src/ibee/types/secret_identity_action_status_status.py
src/ibee/types/secret_identity_auth_method.py
src/ibee/types/secret_identity_list.py
src/ibee/types/secret_identity_scope.py
src/ibee/types/secret_identity_scope_access_mode.py
src/ibee/types/secret_identity_scope_list.py
src/ibee/types/secret_identity_status.py
src/ibee/types/secret_identity_token_policy_mode.py
src/ibee/types/secret_lifecycle_status.py
src/ibee/types/secret_lifecycle_status_status.py
src/ibee/types/secret_list.py
src/ibee/types/secret_status.py
src/ibee/types/secret_store.py
src/ibee/types/secret_store_list.py
src/ibee/types/secret_store_status.py
src/ibee/types/secret_value.py
src/ibee/types/secret_version.py
src/ibee/types/secret_version_summary.py
src/ibee/types/secret_versions.py
src/ibee/types/secret_versions_request.py
src/ibee/types/snapshot_create_request.py
src/ibee/types/snapshot_create_request_mode.py
src/ibee/types/snapshot_delete_result.py
src/ibee/types/snapshot_delete_result_status.py
src/ibee/types/snapshot_set.py
src/ibee/types/snapshot_set_capture_scope.py
src/ibee/types/snapshot_set_list.py
src/ibee/types/snapshot_set_recovery_point_type.py
src/ibee/types/ssh_key_secret_ref.py
src/ibee/types/subnet.py
src/ibee/types/update_vm_request.py
src/ibee/types/vm_access_update_request.py
src/ibee/types/vm_access_update_request_ssh_key_mode.py
src/ibee/types/vm_attach_volume_request.py
src/ibee/types/vm_attach_volume_request_mode.py
src/ibee/types/vm_bandwidth_summary.py
src/ibee/types/vm_console_close.py
src/ibee/types/vm_console_session.py
src/ibee/types/vm_console_session_console_type.py
src/ibee/types/vm_console_session_status.py
src/ibee/types/vm_console_session_status_console_type.py
src/ibee/types/vm_console_state.py
src/ibee/types/vm_detach_volume_request.py
src/ibee/types/vm_event.py
src/ibee/types/vm_metrics.py
src/ibee/types/vm_metrics_monitoring_status.py
src/ibee/types/vm_metrics_timeseries.py
src/ibee/types/vm_metrics_timeseries_range.py
src/ibee/types/vm_metrics_timeseries_resolution.py
src/ibee/types/vm_metrics_vm_type.py
src/ibee/types/vm_resize_plan_request.py
src/ibee/types/vm_resize_precheck.py
src/ibee/types/vm_resize_precheck_decision.py
src/ibee/types/vm_resize_precheck_mode.py
src/ibee/types/vm_resize_request.py
src/ibee/types/vm_resize_root_disk_request.py
src/ibee/types/vm_resize_shape.py
src/ibee/types/vm_type.py
src/ibee/types/vpc.py
src/ibee/types/vpc_attached_node.py
src/ibee/types/vpc_attached_node_connectivity.py
src/ibee/types/vpc_connectivity_type.py
src/ibee/types/vpc_detail.py
src/ibee/types/vpc_summary.py
src/ibee/vm_console/__init__.py
src/ibee/vm_console/client.py
src/ibee/vm_console/raw_client.py
src/ibee/vm_console/types/__init__.py
src/ibee/vm_console/types/vm_console_session_create_request_console_type.py
src/ibee/vpcs/__init__.py
src/ibee/vpcs/client.py
src/ibee/vpcs/raw_client.py
src/ibee/vpcs/types/__init__.py
src/ibee/vpcs/types/attach_vpc_node_request_connectivity.py
src/ibee/vpcs/types/create_vpc_request_connectivity_type.py
src/ibee/vpcs/types/update_nat_port_forwarding_rule_request_protocol.py
tests/test_block_storage_cdn_v03.py
tests/test_networking_surface.py
tests/test_object_storage.py
tests/test_secret_store.py
tests/test_vm_placement.py
tests/test_workspace_id_validation.py