From 066b577879a883241ccea1c6e2a77afe30b4c84e Mon Sep 17 00:00:00 2001 From: digitalocean-engineering Date: Tue, 14 Nov 2023 16:12:13 -0500 Subject: [PATCH] [bot] Updated client based on openapi-7a717b3/clientgen (#247) Co-authored-by: API Engineering --- DO_OPENAPI_COMMIT_SHA.txt | 2 +- src/pydo/aio/operations/_operations.py | 24 ++++++++++++++++++++++++ src/pydo/operations/_operations.py | 24 ++++++++++++++++++++++++ 3 files changed, 49 insertions(+), 1 deletion(-) diff --git a/DO_OPENAPI_COMMIT_SHA.txt b/DO_OPENAPI_COMMIT_SHA.txt index 6fb3b188..fcda552c 100644 --- a/DO_OPENAPI_COMMIT_SHA.txt +++ b/DO_OPENAPI_COMMIT_SHA.txt @@ -1 +1 @@ -a4755ec +7a717b3 diff --git a/src/pydo/aio/operations/_operations.py b/src/pydo/aio/operations/_operations.py index e0c911e2..bce0eb26 100644 --- a/src/pydo/aio/operations/_operations.py +++ b/src/pydo/aio/operations/_operations.py @@ -74520,6 +74520,10 @@ async def list_replicas(self, database_cluster_uuid: str, **kwargs: Any) -> JSON "status": "str", # Optional. A string representing the current status of the database cluster. Known values are: "creating", "online", "resizing", "migrating", and "forking". + "storage_size_mib": 0, # Optional. Additional storage added + to the cluster, in MiB. If null, no additional storage is added to the + cluster, beyond what is provided as a base amount from the 'size' and any + previously added additional storage. "tags": [ "str" # Optional. A flat array of tag names as strings to apply to the read-only replica after it is created. Tag @@ -74697,6 +74701,10 @@ async def create_replica( "status": "str", # Optional. A string representing the current status of the database cluster. Known values are: "creating", "online", "resizing", "migrating", and "forking". + "storage_size_mib": 0, # Optional. Additional storage added to the cluster, + in MiB. If null, no additional storage is added to the cluster, beyond what is + provided as a base amount from the 'size' and any previously added additional + storage. "tags": [ "str" # Optional. A flat array of tag names as strings to apply to the read-only replica after it is created. Tag names can either be existing @@ -74759,6 +74767,10 @@ async def create_replica( "status": "str", # Optional. A string representing the current status of the database cluster. Known values are: "creating", "online", "resizing", "migrating", and "forking". + "storage_size_mib": 0, # Optional. Additional storage added to the + cluster, in MiB. If null, no additional storage is added to the cluster, + beyond what is provided as a base amount from the 'size' and any previously + added additional storage. "tags": [ "str" # Optional. A flat array of tag names as strings to apply to the read-only replica after it is created. Tag names can either @@ -74870,6 +74882,10 @@ async def create_replica( "status": "str", # Optional. A string representing the current status of the database cluster. Known values are: "creating", "online", "resizing", "migrating", and "forking". + "storage_size_mib": 0, # Optional. Additional storage added to the + cluster, in MiB. If null, no additional storage is added to the cluster, + beyond what is provided as a base amount from the 'size' and any previously + added additional storage. "tags": [ "str" # Optional. A flat array of tag names as strings to apply to the read-only replica after it is created. Tag names can either @@ -74979,6 +74995,10 @@ async def create_replica( "status": "str", # Optional. A string representing the current status of the database cluster. Known values are: "creating", "online", "resizing", "migrating", and "forking". + "storage_size_mib": 0, # Optional. Additional storage added to the + cluster, in MiB. If null, no additional storage is added to the cluster, + beyond what is provided as a base amount from the 'size' and any previously + added additional storage. "tags": [ "str" # Optional. A flat array of tag names as strings to apply to the read-only replica after it is created. Tag names can either @@ -75166,6 +75186,10 @@ async def get_replica( "status": "str", # Optional. A string representing the current status of the database cluster. Known values are: "creating", "online", "resizing", "migrating", and "forking". + "storage_size_mib": 0, # Optional. Additional storage added to the + cluster, in MiB. If null, no additional storage is added to the cluster, + beyond what is provided as a base amount from the 'size' and any previously + added additional storage. "tags": [ "str" # Optional. A flat array of tag names as strings to apply to the read-only replica after it is created. Tag names can either diff --git a/src/pydo/operations/_operations.py b/src/pydo/operations/_operations.py index ed337b6c..67ae6ee2 100644 --- a/src/pydo/operations/_operations.py +++ b/src/pydo/operations/_operations.py @@ -81393,6 +81393,10 @@ def list_replicas(self, database_cluster_uuid: str, **kwargs: Any) -> JSON: "status": "str", # Optional. A string representing the current status of the database cluster. Known values are: "creating", "online", "resizing", "migrating", and "forking". + "storage_size_mib": 0, # Optional. Additional storage added + to the cluster, in MiB. If null, no additional storage is added to the + cluster, beyond what is provided as a base amount from the 'size' and any + previously added additional storage. "tags": [ "str" # Optional. A flat array of tag names as strings to apply to the read-only replica after it is created. Tag @@ -81570,6 +81574,10 @@ def create_replica( "status": "str", # Optional. A string representing the current status of the database cluster. Known values are: "creating", "online", "resizing", "migrating", and "forking". + "storage_size_mib": 0, # Optional. Additional storage added to the cluster, + in MiB. If null, no additional storage is added to the cluster, beyond what is + provided as a base amount from the 'size' and any previously added additional + storage. "tags": [ "str" # Optional. A flat array of tag names as strings to apply to the read-only replica after it is created. Tag names can either be existing @@ -81632,6 +81640,10 @@ def create_replica( "status": "str", # Optional. A string representing the current status of the database cluster. Known values are: "creating", "online", "resizing", "migrating", and "forking". + "storage_size_mib": 0, # Optional. Additional storage added to the + cluster, in MiB. If null, no additional storage is added to the cluster, + beyond what is provided as a base amount from the 'size' and any previously + added additional storage. "tags": [ "str" # Optional. A flat array of tag names as strings to apply to the read-only replica after it is created. Tag names can either @@ -81743,6 +81755,10 @@ def create_replica( "status": "str", # Optional. A string representing the current status of the database cluster. Known values are: "creating", "online", "resizing", "migrating", and "forking". + "storage_size_mib": 0, # Optional. Additional storage added to the + cluster, in MiB. If null, no additional storage is added to the cluster, + beyond what is provided as a base amount from the 'size' and any previously + added additional storage. "tags": [ "str" # Optional. A flat array of tag names as strings to apply to the read-only replica after it is created. Tag names can either @@ -81852,6 +81868,10 @@ def create_replica( "status": "str", # Optional. A string representing the current status of the database cluster. Known values are: "creating", "online", "resizing", "migrating", and "forking". + "storage_size_mib": 0, # Optional. Additional storage added to the + cluster, in MiB. If null, no additional storage is added to the cluster, + beyond what is provided as a base amount from the 'size' and any previously + added additional storage. "tags": [ "str" # Optional. A flat array of tag names as strings to apply to the read-only replica after it is created. Tag names can either @@ -82039,6 +82059,10 @@ def get_replica( "status": "str", # Optional. A string representing the current status of the database cluster. Known values are: "creating", "online", "resizing", "migrating", and "forking". + "storage_size_mib": 0, # Optional. Additional storage added to the + cluster, in MiB. If null, no additional storage is added to the cluster, + beyond what is provided as a base amount from the 'size' and any previously + added additional storage. "tags": [ "str" # Optional. A flat array of tag names as strings to apply to the read-only replica after it is created. Tag names can either