python3-core-api-client 2.3__tar.gz → 2.4__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.
Potentially problematic release.
This version of python3-core-api-client might be problematic. Click here for more details.
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/PKG-INFO +1 -1
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/pyproject.toml +1 -1
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/connector.py +2 -2
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/models.py +520 -65
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/resources/__init__.py +2 -2
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/resources/basic_authentication_realms.py +9 -10
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/resources/borg_archives.py +13 -30
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/resources/borg_repositories.py +10 -10
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/resources/certificate_managers.py +9 -10
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/resources/certificates.py +9 -10
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/resources/clusters.py +192 -207
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/resources/cmses.py +10 -10
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/resources/crons.py +9 -10
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/resources/custom_config_snippets.py +10 -10
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/resources/custom_configs.py +9 -10
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/resources/customers.py +18 -12
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/resources/daemons.py +29 -13
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/resources/database_user_grants.py +9 -10
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/resources/database_users.py +9 -11
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/resources/databases.py +9 -9
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/resources/domain_routers.py +9 -10
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/resources/firewall_groups.py +9 -10
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/resources/firewall_rules.py +9 -10
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/resources/fpm_pools.py +42 -10
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/resources/ftp_users.py +9 -10
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/resources/haproxy_listens.py +9 -10
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/resources/haproxy_listens_to_nodes.py +9 -10
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/resources/hosts_entries.py +9 -10
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/resources/htpasswd_files.py +9 -10
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/resources/htpasswd_users.py +9 -10
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/resources/logs.py +23 -25
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/resources/mail_accounts.py +10 -10
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/resources/mail_aliases.py +9 -10
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/resources/mail_domains.py +9 -10
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/resources/mail_hostnames.py +9 -10
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/resources/malwares.py +9 -10
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/resources/mariadb_encryption_keys.py +9 -10
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/resources/node_add_ons.py +23 -14
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/resources/nodes.py +22 -17
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/resources/passenger_apps.py +10 -10
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/resources/redis_instances.py +10 -10
- python3_core_api_client-2.4/src/cyberfusion/CoreApiClient/resources/regions.py +28 -0
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/resources/root_ssh_keys.py +9 -10
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/resources/security_txt_policies.py +9 -11
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/resources/ssh_keys.py +9 -10
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/resources/tombstones.py +9 -10
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/resources/unix_users.py +10 -10
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/resources/url_redirects.py +9 -11
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/resources/virtual_hosts.py +9 -9
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/python3_core_api_client.egg-info/PKG-INFO +1 -1
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/python3_core_api_client.egg-info/SOURCES.txt +1 -1
- python3_core_api_client-2.3/src/cyberfusion/CoreApiClient/resources/sites.py +0 -29
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/README.md +0 -0
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/setup.cfg +0 -0
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/__init__.py +0 -0
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/_encoders.py +0 -0
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/exceptions.py +0 -0
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/http.py +0 -0
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/interfaces.py +0 -0
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/resources/health.py +0 -0
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/resources/login.py +0 -0
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/cyberfusion/CoreApiClient/resources/task_collections.py +0 -0
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/python3_core_api_client.egg-info/dependency_links.txt +0 -0
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/python3_core_api_client.egg-info/requires.txt +0 -0
- {python3_core_api_client-2.3 → python3_core_api_client-2.4}/src/python3_core_api_client.egg-info/top_level.txt +0 -0
|
@@ -184,8 +184,8 @@ class CoreApiConnector(CoreApiClient):
|
|
|
184
184
|
return resources.login.Login(self)
|
|
185
185
|
|
|
186
186
|
@cached_property
|
|
187
|
-
def
|
|
188
|
-
return resources.
|
|
187
|
+
def regions(self) -> resources.regions.Regions:
|
|
188
|
+
return resources.regions.Regions(self)
|
|
189
189
|
|
|
190
190
|
@cached_property
|
|
191
191
|
def customers(self) -> resources.customers.Customers:
|