Skip to content

Commit

Permalink
[bot] Updated client based on openapi-2e3fed1/clientgen (#363)
Browse files Browse the repository at this point in the history
Co-authored-by: API Engineering <api-engineering@digitalocean.com>
  • Loading branch information
digitalocean-engineering and API Engineering authored Oct 15, 2024
1 parent 0f8f158 commit b193a4a
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DO_OPENAPI_COMMIT_SHA.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b78970b
2e3fed1
41 changes: 41 additions & 0 deletions src/pydo/aio/operations/_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -125156,6 +125156,11 @@ async def create(
IP address of the load balancer.
"name": "str", # Optional. A human-readable name for a load balancer
instance.
"network": "EXTERNAL", # Optional. Default value is "EXTERNAL". A
string indicating whether the load balancer should be external or internal.
Internal load balancers have no public IPs and are only accessible to
resources on the same VPC network. This property cannot be updated after
creating the load balancer. Known values are: "EXTERNAL" and "INTERNAL".
"project_id": "str", # Optional. The ID of the project that the load
balancer is associated with. If no ID is provided at creation, the load
balancer associates with the user's default project. If an invalid project ID
Expand Down Expand Up @@ -125323,6 +125328,11 @@ async def create(
IP address of the load balancer.
"name": "str", # Optional. A human-readable name for a load balancer
instance.
"network": "EXTERNAL", # Optional. Default value is "EXTERNAL". A
string indicating whether the load balancer should be external or internal.
Internal load balancers have no public IPs and are only accessible to
resources on the same VPC network. This property cannot be updated after
creating the load balancer. Known values are: "EXTERNAL" and "INTERNAL".
"project_id": "str", # Optional. The ID of the project that the load
balancer is associated with. If no ID is provided at creation, the load
balancer associates with the user's default project. If an invalid project ID
Expand Down Expand Up @@ -125488,6 +125498,11 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON:
IP address of the load balancer.
"name": "str", # Optional. A human-readable name for a load balancer
instance.
"network": "EXTERNAL", # Optional. Default value is "EXTERNAL". A
string indicating whether the load balancer should be external or internal.
Internal load balancers have no public IPs and are only accessible to
resources on the same VPC network. This property cannot be updated after
creating the load balancer. Known values are: "EXTERNAL" and "INTERNAL".
"project_id": "str", # Optional. The ID of the project that the load
balancer is associated with. If no ID is provided at creation, the load
balancer associates with the user's default project. If an invalid project ID
Expand Down Expand Up @@ -125728,6 +125743,12 @@ async def list(self, *, per_page: int = 20, page: int = 1, **kwargs: Any) -> JSO
public-facing IP address of the load balancer.
"name": "str", # Optional. A human-readable name for a load
balancer instance.
"network": "EXTERNAL", # Optional. Default value is
"EXTERNAL". A string indicating whether the load balancer should be
external or internal. Internal load balancers have no public IPs and are
only accessible to resources on the same VPC network. This property
cannot be updated after creating the load balancer. Known values are:
"EXTERNAL" and "INTERNAL".
"project_id": "str", # Optional. The ID of the project that
the load balancer is associated with. If no ID is provided at creation,
the load balancer associates with the user's default project. If an
Expand Down Expand Up @@ -125943,6 +125964,11 @@ async def get(self, lb_id: str, **kwargs: Any) -> JSON:
IP address of the load balancer.
"name": "str", # Optional. A human-readable name for a load balancer
instance.
"network": "EXTERNAL", # Optional. Default value is "EXTERNAL". A
string indicating whether the load balancer should be external or internal.
Internal load balancers have no public IPs and are only accessible to
resources on the same VPC network. This property cannot be updated after
creating the load balancer. Known values are: "EXTERNAL" and "INTERNAL".
"project_id": "str", # Optional. The ID of the project that the load
balancer is associated with. If no ID is provided at creation, the load
balancer associates with the user's default project. If an invalid project ID
Expand Down Expand Up @@ -126201,6 +126227,11 @@ async def update(
IP address of the load balancer.
"name": "str", # Optional. A human-readable name for a load balancer
instance.
"network": "EXTERNAL", # Optional. Default value is "EXTERNAL". A
string indicating whether the load balancer should be external or internal.
Internal load balancers have no public IPs and are only accessible to
resources on the same VPC network. This property cannot be updated after
creating the load balancer. Known values are: "EXTERNAL" and "INTERNAL".
"project_id": "str", # Optional. The ID of the project that the load
balancer is associated with. If no ID is provided at creation, the load
balancer associates with the user's default project. If an invalid project ID
Expand Down Expand Up @@ -126379,6 +126410,11 @@ async def update(
IP address of the load balancer.
"name": "str", # Optional. A human-readable name for a load balancer
instance.
"network": "EXTERNAL", # Optional. Default value is "EXTERNAL". A
string indicating whether the load balancer should be external or internal.
Internal load balancers have no public IPs and are only accessible to
resources on the same VPC network. This property cannot be updated after
creating the load balancer. Known values are: "EXTERNAL" and "INTERNAL".
"project_id": "str", # Optional. The ID of the project that the load
balancer is associated with. If no ID is provided at creation, the load
balancer associates with the user's default project. If an invalid project ID
Expand Down Expand Up @@ -126552,6 +126588,11 @@ async def update(
IP address of the load balancer.
"name": "str", # Optional. A human-readable name for a load balancer
instance.
"network": "EXTERNAL", # Optional. Default value is "EXTERNAL". A
string indicating whether the load balancer should be external or internal.
Internal load balancers have no public IPs and are only accessible to
resources on the same VPC network. This property cannot be updated after
creating the load balancer. Known values are: "EXTERNAL" and "INTERNAL".
"project_id": "str", # Optional. The ID of the project that the load
balancer is associated with. If no ID is provided at creation, the load
balancer associates with the user's default project. If an invalid project ID
Expand Down
41 changes: 41 additions & 0 deletions src/pydo/operations/_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -133155,6 +133155,11 @@ def create(
IP address of the load balancer.
"name": "str", # Optional. A human-readable name for a load balancer
instance.
"network": "EXTERNAL", # Optional. Default value is "EXTERNAL". A
string indicating whether the load balancer should be external or internal.
Internal load balancers have no public IPs and are only accessible to
resources on the same VPC network. This property cannot be updated after
creating the load balancer. Known values are: "EXTERNAL" and "INTERNAL".
"project_id": "str", # Optional. The ID of the project that the load
balancer is associated with. If no ID is provided at creation, the load
balancer associates with the user's default project. If an invalid project ID
Expand Down Expand Up @@ -133322,6 +133327,11 @@ def create(
IP address of the load balancer.
"name": "str", # Optional. A human-readable name for a load balancer
instance.
"network": "EXTERNAL", # Optional. Default value is "EXTERNAL". A
string indicating whether the load balancer should be external or internal.
Internal load balancers have no public IPs and are only accessible to
resources on the same VPC network. This property cannot be updated after
creating the load balancer. Known values are: "EXTERNAL" and "INTERNAL".
"project_id": "str", # Optional. The ID of the project that the load
balancer is associated with. If no ID is provided at creation, the load
balancer associates with the user's default project. If an invalid project ID
Expand Down Expand Up @@ -133487,6 +133497,11 @@ def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON:
IP address of the load balancer.
"name": "str", # Optional. A human-readable name for a load balancer
instance.
"network": "EXTERNAL", # Optional. Default value is "EXTERNAL". A
string indicating whether the load balancer should be external or internal.
Internal load balancers have no public IPs and are only accessible to
resources on the same VPC network. This property cannot be updated after
creating the load balancer. Known values are: "EXTERNAL" and "INTERNAL".
"project_id": "str", # Optional. The ID of the project that the load
balancer is associated with. If no ID is provided at creation, the load
balancer associates with the user's default project. If an invalid project ID
Expand Down Expand Up @@ -133727,6 +133742,12 @@ def list(self, *, per_page: int = 20, page: int = 1, **kwargs: Any) -> JSON:
public-facing IP address of the load balancer.
"name": "str", # Optional. A human-readable name for a load
balancer instance.
"network": "EXTERNAL", # Optional. Default value is
"EXTERNAL". A string indicating whether the load balancer should be
external or internal. Internal load balancers have no public IPs and are
only accessible to resources on the same VPC network. This property
cannot be updated after creating the load balancer. Known values are:
"EXTERNAL" and "INTERNAL".
"project_id": "str", # Optional. The ID of the project that
the load balancer is associated with. If no ID is provided at creation,
the load balancer associates with the user's default project. If an
Expand Down Expand Up @@ -133942,6 +133963,11 @@ def get(self, lb_id: str, **kwargs: Any) -> JSON:
IP address of the load balancer.
"name": "str", # Optional. A human-readable name for a load balancer
instance.
"network": "EXTERNAL", # Optional. Default value is "EXTERNAL". A
string indicating whether the load balancer should be external or internal.
Internal load balancers have no public IPs and are only accessible to
resources on the same VPC network. This property cannot be updated after
creating the load balancer. Known values are: "EXTERNAL" and "INTERNAL".
"project_id": "str", # Optional. The ID of the project that the load
balancer is associated with. If no ID is provided at creation, the load
balancer associates with the user's default project. If an invalid project ID
Expand Down Expand Up @@ -134200,6 +134226,11 @@ def update(
IP address of the load balancer.
"name": "str", # Optional. A human-readable name for a load balancer
instance.
"network": "EXTERNAL", # Optional. Default value is "EXTERNAL". A
string indicating whether the load balancer should be external or internal.
Internal load balancers have no public IPs and are only accessible to
resources on the same VPC network. This property cannot be updated after
creating the load balancer. Known values are: "EXTERNAL" and "INTERNAL".
"project_id": "str", # Optional. The ID of the project that the load
balancer is associated with. If no ID is provided at creation, the load
balancer associates with the user's default project. If an invalid project ID
Expand Down Expand Up @@ -134378,6 +134409,11 @@ def update(
IP address of the load balancer.
"name": "str", # Optional. A human-readable name for a load balancer
instance.
"network": "EXTERNAL", # Optional. Default value is "EXTERNAL". A
string indicating whether the load balancer should be external or internal.
Internal load balancers have no public IPs and are only accessible to
resources on the same VPC network. This property cannot be updated after
creating the load balancer. Known values are: "EXTERNAL" and "INTERNAL".
"project_id": "str", # Optional. The ID of the project that the load
balancer is associated with. If no ID is provided at creation, the load
balancer associates with the user's default project. If an invalid project ID
Expand Down Expand Up @@ -134549,6 +134585,11 @@ def update(self, lb_id: str, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSO
IP address of the load balancer.
"name": "str", # Optional. A human-readable name for a load balancer
instance.
"network": "EXTERNAL", # Optional. Default value is "EXTERNAL". A
string indicating whether the load balancer should be external or internal.
Internal load balancers have no public IPs and are only accessible to
resources on the same VPC network. This property cannot be updated after
creating the load balancer. Known values are: "EXTERNAL" and "INTERNAL".
"project_id": "str", # Optional. The ID of the project that the load
balancer is associated with. If no ID is provided at creation, the load
balancer associates with the user's default project. If an invalid project ID
Expand Down

0 comments on commit b193a4a

Please sign in to comment.