binarylane-cli 0.20.1__tar.gz → 0.21.0__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.
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/PKG-INFO +1 -1
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/reverse_names/post_v2_reverse_names_ipv6.py +3 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/server_actions/post_v_2_servers_server_id_actions_add_disk.py +4 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/server_actions/post_v_2_servers_server_id_actions_change_network.py +8 -8
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/server_actions/post_v_2_servers_server_id_actions_delete_disk.py +4 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/account.py +1 -1
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/action.py +14 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/advanced_server_features.py +1 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/change_advanced_features.py +1 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/change_network.py +2 -2
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/change_size_options_request.py +1 -1
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/create_server_request.py +10 -1
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/invoice.py +11 -1
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/networks.py +8 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/server.py +10 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/size_options.py +2 -1
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/size_options_request.py +1 -1
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/threshold_alert.py +2 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/threshold_alert_request.py +2 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/threshold_alert_type.py +1 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/vm_machine_type.py +1 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/pyproject.toml +1 -1
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/get_v2_actions.py +2 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/get_v2_customers_my_invoices.py +2 -1
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/get_v2_customers_my_unpaid_payment_failed_invoices.py +2 -1
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/get_v2_servers.py +1 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/get_v2_servers_server_id_actions.py +2 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/get_v2_servers_server_id_threshold_alerts.py +1 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v2_reverse_names_ipv6.py +1 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v2_servers.py +12 -2
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v_2_servers_server_id_actions_change_advanced_features.py +1 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v_2_servers_server_id_actions_change_network.py +1 -1
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v_2_servers_server_id_actions_change_threshold_alerts.py +1 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v_2_servers_server_id_actions_resize.py +1 -1
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/LICENSE +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/README.md +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/__init__.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/accounts/__init__.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/accounts/get_v2_account.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/actions/__init__.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/actions/get_v2_actions.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/actions/get_v2_actions_action_id.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/actions/post_v2_actions_action_id_proceed.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/customers/__init__.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/customers/get_v2_customers_my_balance.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/customers/get_v2_customers_my_invoices.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/customers/get_v2_customers_my_invoices_invoice_id.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/customers/get_v2_customers_my_unpaid_payment_failed_invoices.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/data_usages/__init__.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/data_usages/get_v2_data_usages_current.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/data_usages/get_v2_data_usages_server_id_current.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/domains/__init__.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/domains/delete_v2_domains_domain_name.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/domains/delete_v2_domains_domain_name_records_record_id.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/domains/get_v2_domains.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/domains/get_v2_domains_domain_name.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/domains/get_v2_domains_domain_name_records.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/domains/get_v2_domains_domain_name_records_record_id.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/domains/get_v2_domains_nameservers.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/domains/post_v2_domains.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/domains/post_v2_domains_domain_name_records.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/domains/post_v2_domains_refresh_nameserver_cache.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/domains/put_v2_domains_domain_name_records_record_id.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/images/__init__.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/images/get_v2_images.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/images/get_v2_images_image_id_download.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/images/get_v2_images_image_id_or_slug.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/images/put_v2_images_image_id.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/keys/__init__.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/keys/delete_v2_account_keys_key_id.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/keys/get_v2_account_keys.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/keys/get_v2_account_keys_key_id.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/keys/post_v2_account_keys.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/keys/put_v2_account_keys_key_id.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/load_balancers/__init__.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/load_balancers/delete_v2_load_balancers_load_balancer_id.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/load_balancers/delete_v2_load_balancers_load_balancer_id_forwarding_rules.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/load_balancers/delete_v2_load_balancers_load_balancer_id_servers.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/load_balancers/get_v2_load_balancers.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/load_balancers/get_v2_load_balancers_availability.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/load_balancers/get_v2_load_balancers_load_balancer_id.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/load_balancers/post_v2_load_balancers.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/load_balancers/post_v2_load_balancers_load_balancer_id_forwarding_rules.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/load_balancers/post_v2_load_balancers_load_balancer_id_servers.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/load_balancers/put_v2_load_balancers_load_balancer_id.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/regions/__init__.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/regions/get_v2_regions.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/reverse_names/__init__.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/reverse_names/get_v2_reverse_names_ipv6.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/sample_sets/__init__.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/sample_sets/get_v2_samplesets_server_id.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/sample_sets/get_v2_samplesets_server_id_latest.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/server_actions/__init__.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/server_actions/get_v2_servers_server_id_actions.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/server_actions/post_v2_servers_server_id_actions.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/server_actions/post_v_2_servers_server_id_actions_attach_backup.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/server_actions/post_v_2_servers_server_id_actions_change_advanced_features.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/server_actions/post_v_2_servers_server_id_actions_change_advanced_firewall_rules.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/server_actions/post_v_2_servers_server_id_actions_change_backup_schedule.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/server_actions/post_v_2_servers_server_id_actions_change_ipv_6.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/server_actions/post_v_2_servers_server_id_actions_change_ipv_6_reverse_nameservers.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/server_actions/post_v_2_servers_server_id_actions_change_kernel.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/server_actions/post_v_2_servers_server_id_actions_change_manage_offsite_backup_copies.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/server_actions/post_v_2_servers_server_id_actions_change_offsite_backup_location.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/server_actions/post_v_2_servers_server_id_actions_change_partner.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/server_actions/post_v_2_servers_server_id_actions_change_port_blocking.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/server_actions/post_v_2_servers_server_id_actions_change_region.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/server_actions/post_v_2_servers_server_id_actions_change_reverse_name.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/server_actions/post_v_2_servers_server_id_actions_change_separate_private_network_interface.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/server_actions/post_v_2_servers_server_id_actions_change_source_and_destination_check.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/server_actions/post_v_2_servers_server_id_actions_change_threshold_alerts.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/server_actions/post_v_2_servers_server_id_actions_change_vpc_ipv_4.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/server_actions/post_v_2_servers_server_id_actions_clone_using_backup.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/server_actions/post_v_2_servers_server_id_actions_detach_backup.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/server_actions/post_v_2_servers_server_id_actions_disable_backups.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/server_actions/post_v_2_servers_server_id_actions_disable_selinux.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/server_actions/post_v_2_servers_server_id_actions_enable_backups.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/server_actions/post_v_2_servers_server_id_actions_enable_ipv_6.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/server_actions/post_v_2_servers_server_id_actions_is_running.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/server_actions/post_v_2_servers_server_id_actions_password_reset.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/server_actions/post_v_2_servers_server_id_actions_ping.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/server_actions/post_v_2_servers_server_id_actions_power_cycle.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/server_actions/post_v_2_servers_server_id_actions_power_off.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/server_actions/post_v_2_servers_server_id_actions_power_on.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/server_actions/post_v_2_servers_server_id_actions_reboot.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/server_actions/post_v_2_servers_server_id_actions_rebuild.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/server_actions/post_v_2_servers_server_id_actions_rename.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/server_actions/post_v_2_servers_server_id_actions_resize.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/server_actions/post_v_2_servers_server_id_actions_resize_disk.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/server_actions/post_v_2_servers_server_id_actions_restore.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/server_actions/post_v_2_servers_server_id_actions_shutdown.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/server_actions/post_v_2_servers_server_id_actions_take_backup.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/server_actions/post_v_2_servers_server_id_actions_uncancel.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/server_actions/post_v_2_servers_server_id_actions_uptime.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/servers/__init__.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/servers/delete_v2_servers_server_id.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/servers/get_v2_servers.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/servers/get_v2_servers_server_id.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/servers/get_v2_servers_server_id_actions_action_id.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/servers/get_v2_servers_server_id_advanced_firewall_rules.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/servers/get_v2_servers_server_id_available_advanced_features.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/servers/get_v2_servers_server_id_backups.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/servers/get_v2_servers_server_id_console.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/servers/get_v2_servers_server_id_kernels.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/servers/get_v2_servers_server_id_snapshots.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/servers/get_v2_servers_server_id_software.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/servers/get_v2_servers_server_id_threshold_alerts.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/servers/get_v2_servers_server_id_user_data.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/servers/get_v2_servers_threshold_alerts.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/servers/post_v2_servers.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/servers/post_v2_servers_server_id_backups.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/sizes/__init__.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/sizes/get_v2_sizes.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/software/__init__.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/software/get_v2_software.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/software/get_v2_software_operating_system_operating_system_id_or_slug.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/software/get_v2_software_software_id.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/vpcs/__init__.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/vpcs/delete_v2_vpcs_vpc_id.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/vpcs/get_v2_vpcs.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/vpcs/get_v2_vpcs_vpc_id.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/vpcs/get_v2_vpcs_vpc_id_members.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/vpcs/patch_v2_vpcs_vpc_id.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/vpcs/post_v2_vpcs.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/api/vpcs/put_v2_vpcs_vpc_id.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/client.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/errors.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/__init__.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/account_response.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/account_status.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/action_link.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/action_progress.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/action_response.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/action_status.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/actions_links.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/actions_response.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/add_disk.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/add_disk_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/advanced_feature.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/advanced_firewall_rule.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/advanced_firewall_rule_action.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/advanced_firewall_rule_protocol.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/advanced_firewall_rule_request.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/advanced_firewall_rules_response.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/attach_backup.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/attach_backup_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/attached_backup.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/available_advanced_server_features.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/available_advanced_server_features_response.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/backup_disk.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/backup_info.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/backup_replacement_strategy.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/backup_settings.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/backup_slot.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/backup_window.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/backups_response.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/balance.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/balance_response.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/change_advanced_features_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/change_advanced_firewall_rules.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/change_advanced_firewall_rules_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/change_backup_schedule.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/change_backup_schedule_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/change_image.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/change_ipv_6.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/change_ipv_6_reverse_nameservers.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/change_ipv_6_reverse_nameservers_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/change_ipv_6_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/change_kernel.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/change_kernel_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/change_licenses.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/change_manage_offsite_backup_copies.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/change_manage_offsite_backup_copies_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/change_network_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/change_offsite_backup_location.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/change_offsite_backup_location_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/change_partner.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/change_partner_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/change_port_blocking.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/change_port_blocking_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/change_region.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/change_region_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/change_reverse_name.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/change_reverse_name_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/change_separate_private_network_interface.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/change_separate_private_network_interface_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/change_source_and_destination_check.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/change_source_and_destination_check_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/change_threshold_alerts.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/change_threshold_alerts_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/change_vpc_ipv_4.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/change_vpc_ipv_4_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/charge_information.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/clone_using_backup.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/clone_using_backup_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/console.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/console_response.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/create_load_balancer_request.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/create_load_balancer_response.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/create_server_response.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/create_vpc_request.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/current_server_alerts_response.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/data_interval.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/data_usage.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/data_usage_response.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/data_usages_response.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/delete_disk.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/delete_disk_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/detach_backup.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/detach_backup_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/disable_backups.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/disable_backups_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/disable_selinux.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/disable_selinux_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/disk.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/distribution_feature.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/distribution_info.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/distribution_surcharges.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/domain.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/domain_record.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/domain_record_request.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/domain_record_response.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/domain_record_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/domain_records_response.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/domain_refresh_request.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/domain_request.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/domain_response.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/domains_response.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/enable_backups.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/enable_backups_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/enable_ipv_6.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/enable_ipv_6_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/forwarding_rule.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/forwarding_rule_request.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/forwarding_rules_request.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/health_check.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/health_check_protocol.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/health_check_request.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/host.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/image.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/image_disk_download.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/image_download.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/image_download_response.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/image_options.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/image_query_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/image_request.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/image_response.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/image_status.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/image_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/images_response.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/invoice_line_item.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/invoice_response.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/invoices_response.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/is_running.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/is_running_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/kernel.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/kernels_response.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/license_.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/licensed_software.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/licensed_softwares_response.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/links.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/load_balancer.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/load_balancer_availability_option.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/load_balancer_availability_response.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/load_balancer_response.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/load_balancer_rule_protocol.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/load_balancer_status.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/load_balancers_response.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/local_nameservers_response.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/meta.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/network.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/network_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/offsite_backup_frequency_cost.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/offsite_backup_settings.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/pages.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/password_recovery_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/password_reset.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/password_reset_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/patch_vpc_request.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/payment_method.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/period.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/ping.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/ping_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/power_cycle.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/power_cycle_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/power_off.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/power_off_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/power_on.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/power_on_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/problem_details.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/proceed_request.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/processor_model.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/reboot.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/reboot_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/rebuild.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/rebuild_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/region.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/regions_response.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/rename.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/rename_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/resize.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/resize_disk.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/resize_disk_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/resize_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/resource_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/restore.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/restore_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/reverse_name_servers_response.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/reverse_nameservers_request.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/route_entry.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/route_entry_request.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/sample.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/sample_set.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/sample_set_response.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/sample_sets_response.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/selected_size_options.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/server_ids_request.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/server_response.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/server_status.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/servers_response.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/shutdown.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/shutdown_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/size.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/size_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/sizes_response.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/snapshots_response.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/software.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/software_response.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/softwares_response.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/ssh_key.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/ssh_key_request.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/ssh_key_response.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/ssh_keys_response.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/take_backup.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/take_backup_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/tax_code.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/tax_code_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/threshold_alerts_response.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/uncancel.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/uncancel_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/unpaid_failed_invoices_response.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/update_domain_record_request.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/update_load_balancer_request.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/update_load_balancer_response.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/update_ssh_key_request.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/update_vpc_request.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/upload_image_request.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/uptime.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/uptime_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/user_data.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/user_interaction_required.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/user_interaction_type.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/validation_problem_details.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/validation_problem_details_errors.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/video_device.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/vpc.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/vpc_member.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/vpc_members_response.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/vpc_response.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/vpcs_response.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/py.typed +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/types.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/config/__init__.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/config/options.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/config/repository.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/config/sources.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/__init__.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/__main__.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/app.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/__init__.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/__init__.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/delete_v2_account_keys_key_id.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/delete_v2_domains_domain_name.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/delete_v2_domains_domain_name_records_record_id.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/delete_v2_load_balancers_load_balancer_id.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/delete_v2_load_balancers_load_balancer_id_forwarding_rules.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/delete_v2_load_balancers_load_balancer_id_servers.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/delete_v2_servers_server_id.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/delete_v2_vpcs_vpc_id.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/get_v2_account.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/get_v2_account_keys.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/get_v2_account_keys_key_id.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/get_v2_actions_action_id.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/get_v2_customers_my_balance.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/get_v2_customers_my_invoices_invoice_id.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/get_v2_data_usages_current.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/get_v2_data_usages_server_id_current.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/get_v2_domains.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/get_v2_domains_domain_name.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/get_v2_domains_domain_name_records.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/get_v2_domains_domain_name_records_record_id.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/get_v2_domains_nameservers.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/get_v2_images.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/get_v2_images_image_id_download.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/get_v2_images_image_id_or_slug.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/get_v2_load_balancers.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/get_v2_load_balancers_availability.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/get_v2_load_balancers_load_balancer_id.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/get_v2_regions.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/get_v2_reverse_names_ipv6.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/get_v2_samplesets_server_id.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/get_v2_samplesets_server_id_latest.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/get_v2_servers_server_id.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/get_v2_servers_server_id_actions_action_id.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/get_v2_servers_server_id_advanced_firewall_rules.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/get_v2_servers_server_id_available_advanced_features.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/get_v2_servers_server_id_backups.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/get_v2_servers_server_id_console.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/get_v2_servers_server_id_kernels.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/get_v2_servers_server_id_snapshots.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/get_v2_servers_server_id_software.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/get_v2_servers_server_id_user_data.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/get_v2_servers_threshold_alerts.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/get_v2_sizes.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/get_v2_software.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/get_v2_software_operating_system_operating_system_id_or_slug.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/get_v2_software_software_id.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/get_v2_vpcs.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/get_v2_vpcs_vpc_id.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/get_v2_vpcs_vpc_id_members.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/patch_v2_vpcs_vpc_id.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v2_account_keys.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v2_actions_action_id_proceed.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v2_domains.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v2_domains_domain_name_records.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v2_domains_refresh_nameserver_cache.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v2_load_balancers.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v2_load_balancers_load_balancer_id_forwarding_rules.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v2_load_balancers_load_balancer_id_servers.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v2_servers_server_id_actions.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v2_servers_server_id_backups.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v2_vpcs.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v_2_servers_server_id_actions_add_disk.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v_2_servers_server_id_actions_attach_backup.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v_2_servers_server_id_actions_change_advanced_firewall_rules.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v_2_servers_server_id_actions_change_backup_schedule.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v_2_servers_server_id_actions_change_ipv_6.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v_2_servers_server_id_actions_change_ipv_6_reverse_nameservers.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v_2_servers_server_id_actions_change_kernel.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v_2_servers_server_id_actions_change_manage_offsite_backup_copies.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v_2_servers_server_id_actions_change_offsite_backup_location.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v_2_servers_server_id_actions_change_partner.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v_2_servers_server_id_actions_change_port_blocking.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v_2_servers_server_id_actions_change_region.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v_2_servers_server_id_actions_change_reverse_name.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v_2_servers_server_id_actions_change_separate_private_network_interface.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v_2_servers_server_id_actions_change_source_and_destination_check.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v_2_servers_server_id_actions_change_vpc_ipv_4.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v_2_servers_server_id_actions_clone_using_backup.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v_2_servers_server_id_actions_delete_disk.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v_2_servers_server_id_actions_detach_backup.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v_2_servers_server_id_actions_disable_backups.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v_2_servers_server_id_actions_disable_selinux.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v_2_servers_server_id_actions_enable_backups.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v_2_servers_server_id_actions_enable_ipv_6.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v_2_servers_server_id_actions_is_running.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v_2_servers_server_id_actions_password_reset.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v_2_servers_server_id_actions_ping.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v_2_servers_server_id_actions_power_cycle.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v_2_servers_server_id_actions_power_off.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v_2_servers_server_id_actions_power_on.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v_2_servers_server_id_actions_reboot.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v_2_servers_server_id_actions_rebuild.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v_2_servers_server_id_actions_rename.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v_2_servers_server_id_actions_resize_disk.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v_2_servers_server_id_actions_restore.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v_2_servers_server_id_actions_shutdown.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v_2_servers_server_id_actions_take_backup.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v_2_servers_server_id_actions_uncancel.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/post_v_2_servers_server_id_actions_uptime.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/put_v2_account_keys_key_id.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/put_v2_domains_domain_name_records_record_id.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/put_v2_images_image_id.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/put_v2_load_balancers_load_balancer_id.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/api/put_v2_vpcs_vpc_id.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/configure.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/commands/version.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/metadata.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/parser/__init__.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/parser/attribute.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/parser/help_formatter.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/parser/list_attribute.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/parser/object_attribute.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/parser/parser.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/parser/primitive_attribute.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/printers/__init__.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/printers/formatter.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/printers/json_printer.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/printers/none_printer.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/printers/plain_printer.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/printers/printer.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/printers/table_printer.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/printers/tsv_printer.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/py.typed +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/runners/__init__.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/runners/action.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/runners/actionlink.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/runners/command.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/runners/httpx_wrapper.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/runners/list.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/console/util.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/pycompat/__init__.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/pycompat/actions.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/pycompat/functools.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/pycompat/importlib.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/pycompat/shlex.py +0 -0
- {binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/src/binarylane/pycompat/typing.py +0 -0
|
@@ -43,6 +43,9 @@ def _parse_response(
|
|
|
43
43
|
response_200 = ActionResponse.from_dict(response.json())
|
|
44
44
|
|
|
45
45
|
return response_200
|
|
46
|
+
if response.status_code == HTTPStatus.NO_CONTENT:
|
|
47
|
+
response_204 = cast(Any, None)
|
|
48
|
+
return response_204
|
|
46
49
|
if response.status_code == HTTPStatus.BAD_REQUEST:
|
|
47
50
|
response_400 = ValidationProblemDetails.from_dict(response.json())
|
|
48
51
|
|
|
@@ -86,6 +86,7 @@ def sync_detailed(
|
|
|
86
86
|
This is used to add an additional disk in unallocated storage space.
|
|
87
87
|
This does not alter the total disk space available to your server: to add additional disk space for
|
|
88
88
|
your server use the 'Resize' action.
|
|
89
|
+
**This action may require the server to be rebooted.**
|
|
89
90
|
|
|
90
91
|
|
|
91
92
|
Args:
|
|
@@ -125,6 +126,7 @@ def sync(
|
|
|
125
126
|
This is used to add an additional disk in unallocated storage space.
|
|
126
127
|
This does not alter the total disk space available to your server: to add additional disk space for
|
|
127
128
|
your server use the 'Resize' action.
|
|
129
|
+
**This action may require the server to be rebooted.**
|
|
128
130
|
|
|
129
131
|
|
|
130
132
|
Args:
|
|
@@ -157,6 +159,7 @@ async def asyncio_detailed(
|
|
|
157
159
|
This is used to add an additional disk in unallocated storage space.
|
|
158
160
|
This does not alter the total disk space available to your server: to add additional disk space for
|
|
159
161
|
your server use the 'Resize' action.
|
|
162
|
+
**This action may require the server to be rebooted.**
|
|
160
163
|
|
|
161
164
|
|
|
162
165
|
Args:
|
|
@@ -194,6 +197,7 @@ async def asyncio(
|
|
|
194
197
|
This is used to add an additional disk in unallocated storage space.
|
|
195
198
|
This does not alter the total disk space available to your server: to add additional disk space for
|
|
196
199
|
your server use the 'Resize' action.
|
|
200
|
+
**This action may require the server to be rebooted.**
|
|
197
201
|
|
|
198
202
|
|
|
199
203
|
Args:
|
|
@@ -83,8 +83,8 @@ def sync_detailed(
|
|
|
83
83
|
) -> Response[Union[ActionResponse, Any, ProblemDetails, ValidationProblemDetails]]:
|
|
84
84
|
"""Move a Server to an Existing Network
|
|
85
85
|
|
|
86
|
-
This is used to move a server either to an already defined virtual private cloud, or the
|
|
87
|
-
|
|
86
|
+
This is used to move a server either to an already defined virtual private cloud, or the public
|
|
87
|
+
network for the server's region.
|
|
88
88
|
|
|
89
89
|
Args:
|
|
90
90
|
server_id (int): The ID of the server on which the action should be performed.
|
|
@@ -120,8 +120,8 @@ def sync(
|
|
|
120
120
|
) -> Optional[Union[ActionResponse, Any, ProblemDetails, ValidationProblemDetails]]:
|
|
121
121
|
"""Move a Server to an Existing Network
|
|
122
122
|
|
|
123
|
-
This is used to move a server either to an already defined virtual private cloud, or the
|
|
124
|
-
|
|
123
|
+
This is used to move a server either to an already defined virtual private cloud, or the public
|
|
124
|
+
network for the server's region.
|
|
125
125
|
|
|
126
126
|
Args:
|
|
127
127
|
server_id (int): The ID of the server on which the action should be performed.
|
|
@@ -150,8 +150,8 @@ async def asyncio_detailed(
|
|
|
150
150
|
) -> Response[Union[ActionResponse, Any, ProblemDetails, ValidationProblemDetails]]:
|
|
151
151
|
"""Move a Server to an Existing Network
|
|
152
152
|
|
|
153
|
-
This is used to move a server either to an already defined virtual private cloud, or the
|
|
154
|
-
|
|
153
|
+
This is used to move a server either to an already defined virtual private cloud, or the public
|
|
154
|
+
network for the server's region.
|
|
155
155
|
|
|
156
156
|
Args:
|
|
157
157
|
server_id (int): The ID of the server on which the action should be performed.
|
|
@@ -185,8 +185,8 @@ async def asyncio(
|
|
|
185
185
|
) -> Optional[Union[ActionResponse, Any, ProblemDetails, ValidationProblemDetails]]:
|
|
186
186
|
"""Move a Server to an Existing Network
|
|
187
187
|
|
|
188
|
-
This is used to move a server either to an already defined virtual private cloud, or the
|
|
189
|
-
|
|
188
|
+
This is used to move a server either to an already defined virtual private cloud, or the public
|
|
189
|
+
network for the server's region.
|
|
190
190
|
|
|
191
191
|
Args:
|
|
192
192
|
server_id (int): The ID of the server on which the action should be performed.
|
|
@@ -85,6 +85,7 @@ def sync_detailed(
|
|
|
85
85
|
|
|
86
86
|
This is used to delete a disk added using the 'AddDisk' action.
|
|
87
87
|
**NB: This is a destructive operation and no further confirmation will be requested.**
|
|
88
|
+
**This action may require the server to be rebooted.**
|
|
88
89
|
|
|
89
90
|
|
|
90
91
|
Args:
|
|
@@ -123,6 +124,7 @@ def sync(
|
|
|
123
124
|
|
|
124
125
|
This is used to delete a disk added using the 'AddDisk' action.
|
|
125
126
|
**NB: This is a destructive operation and no further confirmation will be requested.**
|
|
127
|
+
**This action may require the server to be rebooted.**
|
|
126
128
|
|
|
127
129
|
|
|
128
130
|
Args:
|
|
@@ -154,6 +156,7 @@ async def asyncio_detailed(
|
|
|
154
156
|
|
|
155
157
|
This is used to delete a disk added using the 'AddDisk' action.
|
|
156
158
|
**NB: This is a destructive operation and no further confirmation will be requested.**
|
|
159
|
+
**This action may require the server to be rebooted.**
|
|
157
160
|
|
|
158
161
|
|
|
159
162
|
Args:
|
|
@@ -190,6 +193,7 @@ async def asyncio(
|
|
|
190
193
|
|
|
191
194
|
This is used to delete a disk added using the 'AddDisk' action.
|
|
192
195
|
**NB: This is a destructive operation and no further confirmation will be requested.**
|
|
196
|
+
**This action may require the server to be rebooted.**
|
|
193
197
|
|
|
194
198
|
|
|
195
199
|
Args:
|
|
@@ -16,7 +16,7 @@ class Account:
|
|
|
16
16
|
"""
|
|
17
17
|
Attributes:
|
|
18
18
|
email (str): The email address registered for this account.
|
|
19
|
-
email_verified (bool): Whether this account has been verified.
|
|
19
|
+
email_verified (bool): Whether this account has been verified. Unverified accounts are subject to some
|
|
20
20
|
restrictions.
|
|
21
21
|
two_factor_authentication_enabled (bool): Whether this account has enabled app-based two factor authentication.
|
|
22
22
|
status (AccountStatus): The status of this account.
|
|
@@ -30,6 +30,8 @@ class Action:
|
|
|
30
30
|
|
|
31
31
|
type (str): The type of this action.
|
|
32
32
|
started_at (datetime.datetime): The timestamp in ISO8601 format of when processing of this action started.
|
|
33
|
+
title (str): A short display name for the action.
|
|
34
|
+
reason (str): A user-friendly explanation of what is happening.
|
|
33
35
|
progress (ActionProgress): Information about the current progress of the action. Some actions are divided into
|
|
34
36
|
'steps' and this may also contain information about the current and completed steps.
|
|
35
37
|
completed_at (Union[Unset, None, datetime.datetime]): The timestamp in ISO8601 format of when processing of this
|
|
@@ -60,6 +62,8 @@ class Action:
|
|
|
60
62
|
status: ActionStatus
|
|
61
63
|
type: str
|
|
62
64
|
started_at: datetime.datetime
|
|
65
|
+
title: str
|
|
66
|
+
reason: str
|
|
63
67
|
progress: ActionProgress
|
|
64
68
|
completed_at: Union[Unset, None, datetime.datetime] = UNSET
|
|
65
69
|
resource_type: Union[Unset, None, ResourceType] = UNSET
|
|
@@ -78,6 +82,8 @@ class Action:
|
|
|
78
82
|
type = self.type
|
|
79
83
|
started_at = self.started_at.isoformat()
|
|
80
84
|
|
|
85
|
+
title = self.title
|
|
86
|
+
reason = self.reason
|
|
81
87
|
progress = self.progress.to_dict()
|
|
82
88
|
|
|
83
89
|
completed_at: Union[Unset, None, str] = UNSET
|
|
@@ -110,6 +116,8 @@ class Action:
|
|
|
110
116
|
"status": status,
|
|
111
117
|
"type": type,
|
|
112
118
|
"started_at": started_at,
|
|
119
|
+
"title": title,
|
|
120
|
+
"reason": reason,
|
|
113
121
|
"progress": progress,
|
|
114
122
|
}
|
|
115
123
|
)
|
|
@@ -143,6 +151,10 @@ class Action:
|
|
|
143
151
|
|
|
144
152
|
started_at = isoparse(d.pop("started_at"))
|
|
145
153
|
|
|
154
|
+
title = d.pop("title")
|
|
155
|
+
|
|
156
|
+
reason = d.pop("reason")
|
|
157
|
+
|
|
146
158
|
progress = ActionProgress.from_dict(d.pop("progress"))
|
|
147
159
|
|
|
148
160
|
_completed_at = d.pop("completed_at", UNSET)
|
|
@@ -194,6 +206,8 @@ class Action:
|
|
|
194
206
|
status=status,
|
|
195
207
|
type=type,
|
|
196
208
|
started_at=started_at,
|
|
209
|
+
title=title,
|
|
210
|
+
reason=reason,
|
|
197
211
|
progress=progress,
|
|
198
212
|
completed_at=completed_at,
|
|
199
213
|
resource_type=resource_type,
|
{binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/change_advanced_features.py
RENAMED
|
@@ -37,6 +37,7 @@ class ChangeAdvancedFeatures:
|
|
|
37
37
|
| pc_i440fx_5point0 | PC i440FX 5.0 |
|
|
38
38
|
| pc_i440fx_5point1 | PC i440FX 5.1 |
|
|
39
39
|
| pc_i440fx_7point2 | PC i440FX 7.2 |
|
|
40
|
+
| pc_i440fx_7point2point1 | PC i440FX 7.2.1 |
|
|
40
41
|
| pc_i440fx_8point2 | PC i440FX 8.2 |
|
|
41
42
|
|
|
42
43
|
automatic_machine_type (Union[Unset, None, bool]): Set to true to use best available machine type. If this is
|
|
@@ -16,8 +16,8 @@ class ChangeNetwork:
|
|
|
16
16
|
|
|
17
17
|
Attributes:
|
|
18
18
|
type (ChangeNetworkType):
|
|
19
|
-
vpc_id (Union[Unset, None, int]): If this is null the server will be moved into the
|
|
20
|
-
|
|
19
|
+
vpc_id (Union[Unset, None, int]): If this is null the server will be moved into the public network for the
|
|
20
|
+
server's region.
|
|
21
21
|
"""
|
|
22
22
|
|
|
23
23
|
type: ChangeNetworkType
|
{binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/change_size_options_request.py
RENAMED
|
@@ -49,7 +49,7 @@ class ChangeSizeOptionsRequest:
|
|
|
49
49
|
Leave null to accept the default for the size if this is a new server or a resize to a different base size, or
|
|
50
50
|
to keep the current value if this a resize with the same base size but different options.
|
|
51
51
|
|
|
52
|
-
Valid values (when converted to GB by multiplying the value provided by
|
|
52
|
+
Valid values (when converted to GB by multiplying the value provided by 1000):
|
|
53
53
|
- must be a multiple of 5GB
|
|
54
54
|
- > 30GB must be a multiple of 10
|
|
55
55
|
- > 200GB must be a multiple of 100
|
{binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/create_server_request.py
RENAMED
|
@@ -37,7 +37,9 @@ class CreateServerRequest:
|
|
|
37
37
|
left null if the Image does not support UserData, see DistributionInfo.Features for more information.
|
|
38
38
|
port_blocking (Union[Unset, None, bool]): Port blocking of outgoing connections for email, SSH and Remote
|
|
39
39
|
Desktop (TCP ports 22, 25, and 3389) is enabled by default for all new servers. If this is false port blocking
|
|
40
|
-
will be disabled. Disabling port blocking is only available to
|
|
40
|
+
will be disabled. Disabling port blocking is only available to verified accounts.
|
|
41
|
+
separate_private_network_interface (Union[Unset, None, bool]): If true this will enable a separate private
|
|
42
|
+
network interface for the server. This is only available for servers in a VPC.
|
|
41
43
|
password (Union[Unset, None, str]): If this is provided the default remote user account's password will be set
|
|
42
44
|
to this value. If this is null a random password will be generated and emailed to the account email address.
|
|
43
45
|
"""
|
|
@@ -55,6 +57,7 @@ class CreateServerRequest:
|
|
|
55
57
|
licenses: Union[Unset, None, List[License]] = UNSET
|
|
56
58
|
user_data: Union[Unset, None, str] = UNSET
|
|
57
59
|
port_blocking: Union[Unset, None, bool] = UNSET
|
|
60
|
+
separate_private_network_interface: Union[Unset, None, bool] = UNSET
|
|
58
61
|
password: Union[Unset, None, str] = UNSET
|
|
59
62
|
additional_properties: Dict[str, Any] = attr.ib(init=False, factory=dict)
|
|
60
63
|
|
|
@@ -100,6 +103,7 @@ class CreateServerRequest:
|
|
|
100
103
|
|
|
101
104
|
user_data = self.user_data
|
|
102
105
|
port_blocking = self.port_blocking
|
|
106
|
+
separate_private_network_interface = self.separate_private_network_interface
|
|
103
107
|
password = self.password
|
|
104
108
|
|
|
105
109
|
field_dict: Dict[str, Any] = {}
|
|
@@ -131,6 +135,8 @@ class CreateServerRequest:
|
|
|
131
135
|
field_dict["user_data"] = user_data
|
|
132
136
|
if port_blocking is not UNSET:
|
|
133
137
|
field_dict["port_blocking"] = port_blocking
|
|
138
|
+
if separate_private_network_interface is not UNSET:
|
|
139
|
+
field_dict["separate_private_network_interface"] = separate_private_network_interface
|
|
134
140
|
if password is not UNSET:
|
|
135
141
|
field_dict["password"] = password
|
|
136
142
|
|
|
@@ -189,6 +195,8 @@ class CreateServerRequest:
|
|
|
189
195
|
|
|
190
196
|
port_blocking = d.pop("port_blocking", UNSET)
|
|
191
197
|
|
|
198
|
+
separate_private_network_interface = d.pop("separate_private_network_interface", UNSET)
|
|
199
|
+
|
|
192
200
|
password = d.pop("password", UNSET)
|
|
193
201
|
|
|
194
202
|
create_server_request = cls(
|
|
@@ -205,6 +213,7 @@ class CreateServerRequest:
|
|
|
205
213
|
licenses=licenses,
|
|
206
214
|
user_data=user_data,
|
|
207
215
|
port_blocking=port_blocking,
|
|
216
|
+
separate_private_network_interface=separate_private_network_interface,
|
|
208
217
|
password=password,
|
|
209
218
|
)
|
|
210
219
|
|
|
@@ -32,7 +32,10 @@ class Invoice:
|
|
|
32
32
|
this may identify the service, otherwise it will be the account reference.
|
|
33
33
|
payment_failure_count (Union[Unset, None, int]): If this is included it indicates the number of failed attempts
|
|
34
34
|
at processing payment for this invoice that have occurred.
|
|
35
|
-
invoice_download_url (Union[Unset, None, str]): The download URL for the
|
|
35
|
+
invoice_download_url (Union[Unset, None, str]): The download URL for the PDF version of the invoice. This URL
|
|
36
|
+
expires 24 hours after it is generated.
|
|
37
|
+
invoice_view_url (Union[Unset, None, str]): The URL for the HTML rendered version of the invoice. This URL
|
|
38
|
+
expires 24 hours after it is generated.
|
|
36
39
|
"""
|
|
37
40
|
|
|
38
41
|
invoice_id: int
|
|
@@ -49,6 +52,7 @@ class Invoice:
|
|
|
49
52
|
reference: Union[Unset, None, str] = UNSET
|
|
50
53
|
payment_failure_count: Union[Unset, None, int] = UNSET
|
|
51
54
|
invoice_download_url: Union[Unset, None, str] = UNSET
|
|
55
|
+
invoice_view_url: Union[Unset, None, str] = UNSET
|
|
52
56
|
additional_properties: Dict[str, Any] = attr.ib(init=False, factory=dict)
|
|
53
57
|
|
|
54
58
|
def to_dict(self) -> Dict[str, Any]:
|
|
@@ -75,6 +79,7 @@ class Invoice:
|
|
|
75
79
|
reference = self.reference
|
|
76
80
|
payment_failure_count = self.payment_failure_count
|
|
77
81
|
invoice_download_url = self.invoice_download_url
|
|
82
|
+
invoice_view_url = self.invoice_view_url
|
|
78
83
|
|
|
79
84
|
field_dict: Dict[str, Any] = {}
|
|
80
85
|
field_dict.update(self.additional_properties)
|
|
@@ -99,6 +104,8 @@ class Invoice:
|
|
|
99
104
|
field_dict["payment_failure_count"] = payment_failure_count
|
|
100
105
|
if invoice_download_url is not UNSET:
|
|
101
106
|
field_dict["invoice_download_url"] = invoice_download_url
|
|
107
|
+
if invoice_view_url is not UNSET:
|
|
108
|
+
field_dict["invoice_view_url"] = invoice_view_url
|
|
102
109
|
|
|
103
110
|
return field_dict
|
|
104
111
|
|
|
@@ -138,6 +145,8 @@ class Invoice:
|
|
|
138
145
|
|
|
139
146
|
invoice_download_url = d.pop("invoice_download_url", UNSET)
|
|
140
147
|
|
|
148
|
+
invoice_view_url = d.pop("invoice_view_url", UNSET)
|
|
149
|
+
|
|
141
150
|
invoice = cls(
|
|
142
151
|
invoice_id=invoice_id,
|
|
143
152
|
invoice_number=invoice_number,
|
|
@@ -153,6 +162,7 @@ class Invoice:
|
|
|
153
162
|
reference=reference,
|
|
154
163
|
payment_failure_count=payment_failure_count,
|
|
155
164
|
invoice_download_url=invoice_download_url,
|
|
165
|
+
invoice_view_url=invoice_view_url,
|
|
156
166
|
)
|
|
157
167
|
|
|
158
168
|
invoice.additional_properties = d
|
|
@@ -20,6 +20,8 @@ class Networks:
|
|
|
20
20
|
recent_ddos (bool): If this is true this server has been the target of a recent DDOS attack. An email will have
|
|
21
21
|
been sent to your email address when the DDOS was detected (and if it has ended, when it ended) with more
|
|
22
22
|
details.
|
|
23
|
+
mac_address (str): The MAC address of this server's primary network interface. Customers may need this for ARP
|
|
24
|
+
entries, DHCP reservations on a VPC, or MAC-based licensing.
|
|
23
25
|
separate_private_network_interface (Union[Unset, None, bool]): Whether a separate private network interface is
|
|
24
26
|
provided for the server's VPC traffic.
|
|
25
27
|
source_and_destination_check (Union[Unset, None, bool]): If enabled, this server is only able to send and
|
|
@@ -32,6 +34,7 @@ class Networks:
|
|
|
32
34
|
v6: List[Network]
|
|
33
35
|
port_blocking: bool
|
|
34
36
|
recent_ddos: bool
|
|
37
|
+
mac_address: str
|
|
35
38
|
separate_private_network_interface: Union[Unset, None, bool] = UNSET
|
|
36
39
|
source_and_destination_check: Union[Unset, None, bool] = UNSET
|
|
37
40
|
ipv6_reverse_nameservers: Union[Unset, None, List[str]] = UNSET
|
|
@@ -52,6 +55,7 @@ class Networks:
|
|
|
52
55
|
|
|
53
56
|
port_blocking = self.port_blocking
|
|
54
57
|
recent_ddos = self.recent_ddos
|
|
58
|
+
mac_address = self.mac_address
|
|
55
59
|
separate_private_network_interface = self.separate_private_network_interface
|
|
56
60
|
source_and_destination_check = self.source_and_destination_check
|
|
57
61
|
ipv6_reverse_nameservers: Union[Unset, None, List[str]] = UNSET
|
|
@@ -69,6 +73,7 @@ class Networks:
|
|
|
69
73
|
"v6": v6,
|
|
70
74
|
"port_blocking": port_blocking,
|
|
71
75
|
"recent_ddos": recent_ddos,
|
|
76
|
+
"mac_address": mac_address,
|
|
72
77
|
}
|
|
73
78
|
)
|
|
74
79
|
if separate_private_network_interface is not UNSET:
|
|
@@ -101,6 +106,8 @@ class Networks:
|
|
|
101
106
|
|
|
102
107
|
recent_ddos = d.pop("recent_ddos")
|
|
103
108
|
|
|
109
|
+
mac_address = d.pop("mac_address")
|
|
110
|
+
|
|
104
111
|
separate_private_network_interface = d.pop("separate_private_network_interface", UNSET)
|
|
105
112
|
|
|
106
113
|
source_and_destination_check = d.pop("source_and_destination_check", UNSET)
|
|
@@ -112,6 +119,7 @@ class Networks:
|
|
|
112
119
|
v6=v6,
|
|
113
120
|
port_blocking=port_blocking,
|
|
114
121
|
recent_ddos=recent_ddos,
|
|
122
|
+
mac_address=mac_address,
|
|
115
123
|
separate_private_network_interface=separate_private_network_interface,
|
|
116
124
|
source_and_destination_check=source_and_destination_check,
|
|
117
125
|
ipv6_reverse_nameservers=ipv6_reverse_nameservers,
|
|
@@ -71,6 +71,8 @@ class Server:
|
|
|
71
71
|
that support this feature.
|
|
72
72
|
attached_backup (Union[Unset, None, AttachedBackup]): An object that provides details of any backup image
|
|
73
73
|
currently attached to the server..
|
|
74
|
+
is_under_maintenance (Union[Unset, None, bool]): If true, this server is currently under maintenance and most
|
|
75
|
+
actions will not be available. If this is null the status was not checked.
|
|
74
76
|
"""
|
|
75
77
|
|
|
76
78
|
id: int
|
|
@@ -101,6 +103,7 @@ class Server:
|
|
|
101
103
|
partner_id: Union[Unset, None, int] = UNSET
|
|
102
104
|
permalink: Union[Unset, None, str] = UNSET
|
|
103
105
|
attached_backup: Union[Unset, None, AttachedBackup] = UNSET
|
|
106
|
+
is_under_maintenance: Union[Unset, None, bool] = UNSET
|
|
104
107
|
additional_properties: Dict[str, Any] = attr.ib(init=False, factory=dict)
|
|
105
108
|
|
|
106
109
|
def to_dict(self) -> Dict[str, Any]:
|
|
@@ -164,6 +167,8 @@ class Server:
|
|
|
164
167
|
if not isinstance(self.attached_backup, Unset):
|
|
165
168
|
attached_backup = self.attached_backup.to_dict() if self.attached_backup else None
|
|
166
169
|
|
|
170
|
+
is_under_maintenance = self.is_under_maintenance
|
|
171
|
+
|
|
167
172
|
field_dict: Dict[str, Any] = {}
|
|
168
173
|
field_dict.update(self.additional_properties)
|
|
169
174
|
field_dict.update(
|
|
@@ -206,6 +211,8 @@ class Server:
|
|
|
206
211
|
field_dict["permalink"] = permalink
|
|
207
212
|
if attached_backup is not UNSET:
|
|
208
213
|
field_dict["attached_backup"] = attached_backup
|
|
214
|
+
if is_under_maintenance is not UNSET:
|
|
215
|
+
field_dict["is_under_maintenance"] = is_under_maintenance
|
|
209
216
|
|
|
210
217
|
return field_dict
|
|
211
218
|
|
|
@@ -308,6 +315,8 @@ class Server:
|
|
|
308
315
|
else:
|
|
309
316
|
attached_backup = AttachedBackup.from_dict(_attached_backup)
|
|
310
317
|
|
|
318
|
+
is_under_maintenance = d.pop("is_under_maintenance", UNSET)
|
|
319
|
+
|
|
311
320
|
server = cls(
|
|
312
321
|
id=id,
|
|
313
322
|
name=name,
|
|
@@ -337,6 +346,7 @@ class Server:
|
|
|
337
346
|
partner_id=partner_id,
|
|
338
347
|
permalink=permalink,
|
|
339
348
|
attached_backup=attached_backup,
|
|
349
|
+
is_under_maintenance=is_under_maintenance,
|
|
340
350
|
)
|
|
341
351
|
|
|
342
352
|
server.additional_properties = d
|
|
@@ -21,7 +21,8 @@ class SizeOptions:
|
|
|
21
21
|
disk_cost_per_additional_gigabyte (float): The additional cost per GB per month for additional storage space.
|
|
22
22
|
memory_max (int): The maximum memory in MB permitted on this size.
|
|
23
23
|
memory_cost_per_additional_megabyte (float): The additional cost per MB per month for additional memory.
|
|
24
|
-
transfer_max (float): The maximum transfer in TB permitted for this size.
|
|
24
|
+
transfer_max (float): The maximum transfer in TB permitted for this size. If this is the same as Size.Transfer
|
|
25
|
+
no additional transfer is supported.
|
|
25
26
|
transfer_cost_per_additional_gigabyte (float): The additional cost per GB per month for additional included
|
|
26
27
|
transfer.
|
|
27
28
|
ipv4_addresses_max (int): The maximum number of IPv4 addresses permitted on this size.
|
{binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/size_options_request.py
RENAMED
|
@@ -49,7 +49,7 @@ class SizeOptionsRequest:
|
|
|
49
49
|
Leave null to accept the default for the size if this is a new server or a resize to a different base size, or
|
|
50
50
|
to keep the current value if this a resize with the same base size but different options.
|
|
51
51
|
|
|
52
|
-
Valid values (when converted to GB by multiplying the value provided by
|
|
52
|
+
Valid values (when converted to GB by multiplying the value provided by 1000):
|
|
53
53
|
- must be a multiple of 5GB
|
|
54
54
|
- > 30GB must be a multiple of 10
|
|
55
55
|
- > 200GB must be a multiple of 100
|
|
@@ -35,6 +35,8 @@ class ThresholdAlert:
|
|
|
35
35
|
| memory-used | The alert is based off the virtual memory consumed as a percentage of your physical memory.
|
|
36
36
|
Virtual memory includes the swap file so the percentage may exceed 100% indicating that the server has run out
|
|
37
37
|
of physical memory and is relying on swap space, which will generally cause poor performance. |
|
|
38
|
+
| locked-backup-slots | The alert is based off the percentage of scheduled backup slots (daily, weekly, monthly)
|
|
39
|
+
occupied by locked backups. When all slots are locked, automated backups cannot proceed. |
|
|
38
40
|
|
|
39
41
|
enabled (bool): If a threshold alert is not enabled it will not generate warnings for the user.
|
|
40
42
|
value (int): The threshold value of the alert. Refer to the documentation for each threshold alert type for what
|
{binarylane_cli-0.20.1 → binarylane_cli-0.21.0}/lib/binarylane/models/threshold_alert_request.py
RENAMED
|
@@ -33,6 +33,8 @@ class ThresholdAlertRequest:
|
|
|
33
33
|
| memory-used | The alert is based off the virtual memory consumed as a percentage of your physical memory.
|
|
34
34
|
Virtual memory includes the swap file so the percentage may exceed 100% indicating that the server has run out
|
|
35
35
|
of physical memory and is relying on swap space, which will generally cause poor performance. |
|
|
36
|
+
| locked-backup-slots | The alert is based off the percentage of scheduled backup slots (daily, weekly, monthly)
|
|
37
|
+
occupied by locked backups. When all slots are locked, automated backups cannot proceed. |
|
|
36
38
|
|
|
37
39
|
enabled (Union[Unset, None, bool]): Do not provide or leave null to keep existing status.
|
|
38
40
|
value (Union[Unset, None, int]): Do not provide or leave null to keep existing value.
|
|
@@ -11,6 +11,7 @@ class VmMachineType(str, Enum):
|
|
|
11
11
|
PC_I440FX_5POINT0 = "pc_i440fx_5point0"
|
|
12
12
|
PC_I440FX_5POINT1 = "pc_i440fx_5point1"
|
|
13
13
|
PC_I440FX_7POINT2 = "pc_i440fx_7point2"
|
|
14
|
+
PC_I440FX_7POINT2POINT1 = "pc_i440fx_7point2point1"
|
|
14
15
|
PC_I440FX_8POINT2 = "pc_i440fx_8point2"
|
|
15
16
|
|
|
16
17
|
def __str__(self) -> str:
|
|
@@ -51,6 +51,8 @@ class Command(ListRunner):
|
|
|
51
51
|
""",
|
|
52
52
|
"type": """The type of this action.""",
|
|
53
53
|
"started_at": """The timestamp in ISO8601 format of when processing of this action started.""",
|
|
54
|
+
"title": """A short display name for the action.""",
|
|
55
|
+
"reason": """A user-friendly explanation of what is happening.""",
|
|
54
56
|
"progress": """Information about the current progress of the action. Some actions are divided into 'steps' and this may also contain information about the current and completed steps.""",
|
|
55
57
|
"completed_at": """The timestamp in ISO8601 format of when processing of this action completed. If this value is null the action is currently in progress.""",
|
|
56
58
|
"resource_type": """The resource type (if any) associated with this action.
|
|
@@ -55,7 +55,8 @@ class Command(ListRunner):
|
|
|
55
55
|
"invoice_items": """The individual items that make up invoice.""",
|
|
56
56
|
"reference": """The reference for this invoice. If this invoice is for a single service this may identify the service, otherwise it will be the account reference.""",
|
|
57
57
|
"payment_failure_count": """If this is included it indicates the number of failed attempts at processing payment for this invoice that have occurred.""",
|
|
58
|
-
"invoice_download_url": """The download URL for the
|
|
58
|
+
"invoice_download_url": """The download URL for the PDF version of the invoice. This URL expires 24 hours after it is generated.""",
|
|
59
|
+
"invoice_view_url": """The URL for the HTML rendered version of the invoice. This URL expires 24 hours after it is generated.""",
|
|
59
60
|
}
|
|
60
61
|
|
|
61
62
|
@property
|
|
@@ -54,7 +54,8 @@ class Command(ListRunner):
|
|
|
54
54
|
"invoice_items": """The individual items that make up invoice.""",
|
|
55
55
|
"reference": """The reference for this invoice. If this invoice is for a single service this may identify the service, otherwise it will be the account reference.""",
|
|
56
56
|
"payment_failure_count": """If this is included it indicates the number of failed attempts at processing payment for this invoice that have occurred.""",
|
|
57
|
-
"invoice_download_url": """The download URL for the
|
|
57
|
+
"invoice_download_url": """The download URL for the PDF version of the invoice. This URL expires 24 hours after it is generated.""",
|
|
58
|
+
"invoice_view_url": """The URL for the HTML rendered version of the invoice. This URL expires 24 hours after it is generated.""",
|
|
58
59
|
}
|
|
59
60
|
|
|
60
61
|
@property
|
|
@@ -79,6 +79,7 @@ class Command(ListRunner):
|
|
|
79
79
|
"partner_id": """The server ID of the partner of this server, if one has been assigned.""",
|
|
80
80
|
"permalink": """A randomly generated two-word identifier assigned to servers in regions that support this feature.""",
|
|
81
81
|
"attached_backup": """An object that provides details of any backup image currently attached to the server..""",
|
|
82
|
+
"is_under_maintenance": """If true, this server is currently under maintenance and most actions will not be available. If this is null the status was not checked.""",
|
|
82
83
|
}
|
|
83
84
|
|
|
84
85
|
def lookup(self, ref: str) -> Optional[int]:
|
|
@@ -56,6 +56,8 @@ class Command(ListRunner):
|
|
|
56
56
|
""",
|
|
57
57
|
"type": """The type of this action.""",
|
|
58
58
|
"started_at": """The timestamp in ISO8601 format of when processing of this action started.""",
|
|
59
|
+
"title": """A short display name for the action.""",
|
|
60
|
+
"reason": """A user-friendly explanation of what is happening.""",
|
|
59
61
|
"progress": """Information about the current progress of the action. Some actions are divided into 'steps' and this may also contain information about the current and completed steps.""",
|
|
60
62
|
"completed_at": """The timestamp in ISO8601 format of when processing of this action completed. If this value is null the action is currently in progress.""",
|
|
61
63
|
"resource_type": """The resource type (if any) associated with this action.
|
|
@@ -50,6 +50,7 @@ class Command(ListRunner):
|
|
|
50
50
|
| data-transfer-used | The alert is based off the percentage of your monthly data transfer limit. |
|
|
51
51
|
| storage-used | The alert is based off the disk space consumed as a percentage of your total disk space. If the server runs out of disk space programs may fail to execute or be unable to create new files, or the server may become unresponsive. |
|
|
52
52
|
| memory-used | The alert is based off the virtual memory consumed as a percentage of your physical memory. Virtual memory includes the swap file so the percentage may exceed 100% indicating that the server has run out of physical memory and is relying on swap space, which will generally cause poor performance. |
|
|
53
|
+
| locked-backup-slots | The alert is based off the percentage of scheduled backup slots (daily, weekly, monthly) occupied by locked backups. When all slots are locked, automated backups cannot proceed. |
|
|
53
54
|
|
|
54
55
|
""",
|
|
55
56
|
"enabled": """If a threshold alert is not enabled it will not generate warnings for the user.""",
|
|
@@ -57,6 +57,7 @@ class Command(ActionRunner):
|
|
|
57
57
|
assert isinstance(request, CommandRequest)
|
|
58
58
|
|
|
59
59
|
# HTTPStatus.OK: ActionResponse
|
|
60
|
+
# HTTPStatus.NO_CONTENT: Any
|
|
60
61
|
# HTTPStatus.BAD_REQUEST: ValidationProblemDetails
|
|
61
62
|
# HTTPStatus.NOT_FOUND: ProblemDetails
|
|
62
63
|
# HTTPStatus.UNAUTHORIZED: Any
|
|
@@ -236,7 +236,7 @@ Valid values for sizes that do not provide a value for options.restricted_storag
|
|
|
236
236
|
If specified this is the absolute value, not just the additional transfer above what is included in the size.
|
|
237
237
|
Leave null to accept the default for the size if this is a new server or a resize to a different base size, or to keep the current value if this a resize with the same base size but different options.
|
|
238
238
|
|
|
239
|
-
Valid values (when converted to GB by multiplying the value provided by
|
|
239
|
+
Valid values (when converted to GB by multiplying the value provided by 1000):
|
|
240
240
|
- must be a multiple of 5GB
|
|
241
241
|
- > 30GB must be a multiple of 10
|
|
242
242
|
- > 200GB must be a multiple of 100
|
|
@@ -290,7 +290,17 @@ Valid values (when converted to GB by multiplying the value provided by 1024):
|
|
|
290
290
|
Union[Unset, None, bool],
|
|
291
291
|
required=False,
|
|
292
292
|
option_name="port-blocking",
|
|
293
|
-
description="""Port blocking of outgoing connections for email, SSH and Remote Desktop (TCP ports 22, 25, and 3389) is enabled by default for all new servers. If this is false port blocking will be disabled. Disabling port blocking is only available to
|
|
293
|
+
description="""Port blocking of outgoing connections for email, SSH and Remote Desktop (TCP ports 22, 25, and 3389) is enabled by default for all new servers. If this is false port blocking will be disabled. Disabling port blocking is only available to verified accounts.""",
|
|
294
|
+
)
|
|
295
|
+
)
|
|
296
|
+
|
|
297
|
+
json_body.add(
|
|
298
|
+
PrimitiveAttribute(
|
|
299
|
+
"separate_private_network_interface",
|
|
300
|
+
Union[Unset, None, bool],
|
|
301
|
+
required=False,
|
|
302
|
+
option_name="separate-private-network-interface",
|
|
303
|
+
description="""If true this will enable a separate private network interface for the server. This is only available for servers in a VPC.""",
|
|
294
304
|
)
|
|
295
305
|
)
|
|
296
306
|
|
|
@@ -112,6 +112,7 @@ class Command(ActionRunner):
|
|
|
112
112
|
| pc_i440fx_5point0 | PC i440FX 5.0 |
|
|
113
113
|
| pc_i440fx_5point1 | PC i440FX 5.1 |
|
|
114
114
|
| pc_i440fx_7point2 | PC i440FX 7.2 |
|
|
115
|
+
| pc_i440fx_7point2point1 | PC i440FX 7.2.1 |
|
|
115
116
|
| pc_i440fx_8point2 | PC i440FX 8.2 |
|
|
116
117
|
|
|
117
118
|
""",
|
|
@@ -73,7 +73,7 @@ class Command(ActionRunner):
|
|
|
73
73
|
required=False,
|
|
74
74
|
option_name=("vpc", "vpc-id"),
|
|
75
75
|
metavar="vpc",
|
|
76
|
-
description="""If this is null the server will be moved into the
|
|
76
|
+
description="""If this is null the server will be moved into the public network for the server's region.""",
|
|
77
77
|
lookup=lookup_vpc_id,
|
|
78
78
|
)
|
|
79
79
|
)
|