diff --git a/DO_OPENAPI_COMMIT_SHA.txt b/DO_OPENAPI_COMMIT_SHA.txt index 97606f2..af17163 100644 --- a/DO_OPENAPI_COMMIT_SHA.txt +++ b/DO_OPENAPI_COMMIT_SHA.txt @@ -1 +1 @@ -e7304ab +164a055 diff --git a/src/pydo/aio/operations/_operations.py b/src/pydo/aio/operations/_operations.py index df614a6..e27d915 100644 --- a/src/pydo/aio/operations/_operations.py +++ b/src/pydo/aio/operations/_operations.py @@ -129099,6 +129099,11 @@ async def create( }, "tag": "str", # Optional. The name of a Droplet tag corresponding to Droplets assigned to the load balancer. + "type": "REGIONAL", # Optional. Default value is "REGIONAL". A + string indicating whether the load balancer should be a standard regional + HTTP load balancer, a regional network load balancer that routes traffic at + the TCP/UDP transport layer, or a global load balancer. Known values are: + "REGIONAL", "REGIONAL_NETWORK", and "GLOBAL". "vpc_uuid": "str" # Optional. A string specifying the UUID of the VPC to which the load balancer is assigned. } @@ -129271,6 +129276,11 @@ async def create( }, "tag": "str", # Optional. The name of a Droplet tag corresponding to Droplets assigned to the load balancer. + "type": "REGIONAL", # Optional. Default value is "REGIONAL". A + string indicating whether the load balancer should be a standard regional + HTTP load balancer, a regional network load balancer that routes traffic at + the TCP/UDP transport layer, or a global load balancer. Known values are: + "REGIONAL", "REGIONAL_NETWORK", and "GLOBAL". "vpc_uuid": "str" # Optional. A string specifying the UUID of the VPC to which the load balancer is assigned. } @@ -129441,6 +129451,11 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: }, "tag": "str", # Optional. The name of a Droplet tag corresponding to Droplets assigned to the load balancer. + "type": "REGIONAL", # Optional. Default value is "REGIONAL". A + string indicating whether the load balancer should be a standard regional + HTTP load balancer, a regional network load balancer that routes traffic at + the TCP/UDP transport layer, or a global load balancer. Known values are: + "REGIONAL", "REGIONAL_NETWORK", and "GLOBAL". "vpc_uuid": "str" # Optional. A string specifying the UUID of the VPC to which the load balancer is assigned. } @@ -129689,6 +129704,11 @@ async def list(self, *, per_page: int = 20, page: int = 1, **kwargs: Any) -> JSO }, "tag": "str", # Optional. The name of a Droplet tag corresponding to Droplets assigned to the load balancer. + "type": "REGIONAL", # Optional. Default value is "REGIONAL". + A string indicating whether the load balancer should be a standard + regional HTTP load balancer, a regional network load balancer that routes + traffic at the TCP/UDP transport layer, or a global load balancer. Known + values are: "REGIONAL", "REGIONAL_NETWORK", and "GLOBAL". "vpc_uuid": "str" # Optional. A string specifying the UUID of the VPC to which the load balancer is assigned. } @@ -129907,6 +129927,11 @@ async def get(self, lb_id: str, **kwargs: Any) -> JSON: }, "tag": "str", # Optional. The name of a Droplet tag corresponding to Droplets assigned to the load balancer. + "type": "REGIONAL", # Optional. Default value is "REGIONAL". A + string indicating whether the load balancer should be a standard regional + HTTP load balancer, a regional network load balancer that routes traffic at + the TCP/UDP transport layer, or a global load balancer. Known values are: + "REGIONAL", "REGIONAL_NETWORK", and "GLOBAL". "vpc_uuid": "str" # Optional. A string specifying the UUID of the VPC to which the load balancer is assigned. } @@ -130170,6 +130195,11 @@ async def update( }, "tag": "str", # Optional. The name of a Droplet tag corresponding to Droplets assigned to the load balancer. + "type": "REGIONAL", # Optional. Default value is "REGIONAL". A + string indicating whether the load balancer should be a standard regional + HTTP load balancer, a regional network load balancer that routes traffic at + the TCP/UDP transport layer, or a global load balancer. Known values are: + "REGIONAL", "REGIONAL_NETWORK", and "GLOBAL". "vpc_uuid": "str" # Optional. A string specifying the UUID of the VPC to which the load balancer is assigned. } @@ -130353,6 +130383,11 @@ async def update( }, "tag": "str", # Optional. The name of a Droplet tag corresponding to Droplets assigned to the load balancer. + "type": "REGIONAL", # Optional. Default value is "REGIONAL". A + string indicating whether the load balancer should be a standard regional + HTTP load balancer, a regional network load balancer that routes traffic at + the TCP/UDP transport layer, or a global load balancer. Known values are: + "REGIONAL", "REGIONAL_NETWORK", and "GLOBAL". "vpc_uuid": "str" # Optional. A string specifying the UUID of the VPC to which the load balancer is assigned. } @@ -130531,6 +130566,11 @@ async def update( }, "tag": "str", # Optional. The name of a Droplet tag corresponding to Droplets assigned to the load balancer. + "type": "REGIONAL", # Optional. Default value is "REGIONAL". A + string indicating whether the load balancer should be a standard regional + HTTP load balancer, a regional network load balancer that routes traffic at + the TCP/UDP transport layer, or a global load balancer. Known values are: + "REGIONAL", "REGIONAL_NETWORK", and "GLOBAL". "vpc_uuid": "str" # Optional. A string specifying the UUID of the VPC to which the load balancer is assigned. } diff --git a/src/pydo/operations/_operations.py b/src/pydo/operations/_operations.py index ef3b53b..54991da 100644 --- a/src/pydo/operations/_operations.py +++ b/src/pydo/operations/_operations.py @@ -137374,6 +137374,11 @@ def create( }, "tag": "str", # Optional. The name of a Droplet tag corresponding to Droplets assigned to the load balancer. + "type": "REGIONAL", # Optional. Default value is "REGIONAL". A + string indicating whether the load balancer should be a standard regional + HTTP load balancer, a regional network load balancer that routes traffic at + the TCP/UDP transport layer, or a global load balancer. Known values are: + "REGIONAL", "REGIONAL_NETWORK", and "GLOBAL". "vpc_uuid": "str" # Optional. A string specifying the UUID of the VPC to which the load balancer is assigned. } @@ -137546,6 +137551,11 @@ def create( }, "tag": "str", # Optional. The name of a Droplet tag corresponding to Droplets assigned to the load balancer. + "type": "REGIONAL", # Optional. Default value is "REGIONAL". A + string indicating whether the load balancer should be a standard regional + HTTP load balancer, a regional network load balancer that routes traffic at + the TCP/UDP transport layer, or a global load balancer. Known values are: + "REGIONAL", "REGIONAL_NETWORK", and "GLOBAL". "vpc_uuid": "str" # Optional. A string specifying the UUID of the VPC to which the load balancer is assigned. } @@ -137716,6 +137726,11 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON: }, "tag": "str", # Optional. The name of a Droplet tag corresponding to Droplets assigned to the load balancer. + "type": "REGIONAL", # Optional. Default value is "REGIONAL". A + string indicating whether the load balancer should be a standard regional + HTTP load balancer, a regional network load balancer that routes traffic at + the TCP/UDP transport layer, or a global load balancer. Known values are: + "REGIONAL", "REGIONAL_NETWORK", and "GLOBAL". "vpc_uuid": "str" # Optional. A string specifying the UUID of the VPC to which the load balancer is assigned. } @@ -137964,6 +137979,11 @@ def list(self, *, per_page: int = 20, page: int = 1, **kwargs: Any) -> JSON: }, "tag": "str", # Optional. The name of a Droplet tag corresponding to Droplets assigned to the load balancer. + "type": "REGIONAL", # Optional. Default value is "REGIONAL". + A string indicating whether the load balancer should be a standard + regional HTTP load balancer, a regional network load balancer that routes + traffic at the TCP/UDP transport layer, or a global load balancer. Known + values are: "REGIONAL", "REGIONAL_NETWORK", and "GLOBAL". "vpc_uuid": "str" # Optional. A string specifying the UUID of the VPC to which the load balancer is assigned. } @@ -138182,6 +138202,11 @@ def get(self, lb_id: str, **kwargs: Any) -> JSON: }, "tag": "str", # Optional. The name of a Droplet tag corresponding to Droplets assigned to the load balancer. + "type": "REGIONAL", # Optional. Default value is "REGIONAL". A + string indicating whether the load balancer should be a standard regional + HTTP load balancer, a regional network load balancer that routes traffic at + the TCP/UDP transport layer, or a global load balancer. Known values are: + "REGIONAL", "REGIONAL_NETWORK", and "GLOBAL". "vpc_uuid": "str" # Optional. A string specifying the UUID of the VPC to which the load balancer is assigned. } @@ -138445,6 +138470,11 @@ def update( }, "tag": "str", # Optional. The name of a Droplet tag corresponding to Droplets assigned to the load balancer. + "type": "REGIONAL", # Optional. Default value is "REGIONAL". A + string indicating whether the load balancer should be a standard regional + HTTP load balancer, a regional network load balancer that routes traffic at + the TCP/UDP transport layer, or a global load balancer. Known values are: + "REGIONAL", "REGIONAL_NETWORK", and "GLOBAL". "vpc_uuid": "str" # Optional. A string specifying the UUID of the VPC to which the load balancer is assigned. } @@ -138628,6 +138658,11 @@ def update( }, "tag": "str", # Optional. The name of a Droplet tag corresponding to Droplets assigned to the load balancer. + "type": "REGIONAL", # Optional. Default value is "REGIONAL". A + string indicating whether the load balancer should be a standard regional + HTTP load balancer, a regional network load balancer that routes traffic at + the TCP/UDP transport layer, or a global load balancer. Known values are: + "REGIONAL", "REGIONAL_NETWORK", and "GLOBAL". "vpc_uuid": "str" # Optional. A string specifying the UUID of the VPC to which the load balancer is assigned. } @@ -138804,6 +138839,11 @@ def update(self, lb_id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSO }, "tag": "str", # Optional. The name of a Droplet tag corresponding to Droplets assigned to the load balancer. + "type": "REGIONAL", # Optional. Default value is "REGIONAL". A + string indicating whether the load balancer should be a standard regional + HTTP load balancer, a regional network load balancer that routes traffic at + the TCP/UDP transport layer, or a global load balancer. Known values are: + "REGIONAL", "REGIONAL_NETWORK", and "GLOBAL". "vpc_uuid": "str" # Optional. A string specifying the UUID of the VPC to which the load balancer is assigned. }