Skip to content

Commit

Permalink
[bot] Updated client based on openapi-9d34fba/clientgen (#408)
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 Jan 28, 2025
1 parent d34bb7b commit dcb2a94
Show file tree
Hide file tree
Showing 3 changed files with 129 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 @@
8fa63db
9d34fba
64 changes: 64 additions & 0 deletions src/pydo/aio/operations/_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -134170,13 +134170,21 @@ async def create(
and reference a load balancer.
"ip": "str", # Optional. An attribute containing the public-facing
IP address of the load balancer.
"ipv6": "str", # Optional. An attribute containing the public-facing
IPv6 address of the load balancer. Note that this feature is currently in
private preview.
"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".
"network_stack": "IPV4", # Optional. Default value is "IPV4". A
string indicating whether the load balancer will support IPv4 or both IPv4
and IPv6 networking. This property cannot be updated after creating the load
balancer. Note that this feature is in private preview. Known values are:
"IPV4" and "DUALSTACK".
"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 @@ -134389,13 +134397,21 @@ async def create(
and reference a load balancer.
"ip": "str", # Optional. An attribute containing the public-facing
IP address of the load balancer.
"ipv6": "str", # Optional. An attribute containing the public-facing
IPv6 address of the load balancer. Note that this feature is currently in
private preview.
"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".
"network_stack": "IPV4", # Optional. Default value is "IPV4". A
string indicating whether the load balancer will support IPv4 or both IPv4
and IPv6 networking. This property cannot be updated after creating the load
balancer. Note that this feature is in private preview. Known values are:
"IPV4" and "DUALSTACK".
"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 @@ -134606,13 +134622,21 @@ async def create(self, body: Union[JSON, IO[bytes]], **kwargs: Any) -> JSON:
and reference a load balancer.
"ip": "str", # Optional. An attribute containing the public-facing
IP address of the load balancer.
"ipv6": "str", # Optional. An attribute containing the public-facing
IPv6 address of the load balancer. Note that this feature is currently in
private preview.
"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".
"network_stack": "IPV4", # Optional. Default value is "IPV4". A
string indicating whether the load balancer will support IPv4 or both IPv4
and IPv6 networking. This property cannot be updated after creating the load
balancer. Note that this feature is in private preview. Known values are:
"IPV4" and "DUALSTACK".
"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 @@ -134898,6 +134922,9 @@ async def list(self, *, per_page: int = 20, page: int = 1, **kwargs: Any) -> JSO
identify and reference a load balancer.
"ip": "str", # Optional. An attribute containing the
public-facing IP address of the load balancer.
"ipv6": "str", # Optional. An attribute containing the
public-facing IPv6 address of the load balancer. Note that this feature
is currently in private preview.
"name": "str", # Optional. A human-readable name for a load
balancer instance.
"network": "EXTERNAL", # Optional. Default value is
Expand All @@ -134906,6 +134933,11 @@ async def list(self, *, per_page: int = 20, page: int = 1, **kwargs: Any) -> JSO
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".
"network_stack": "IPV4", # Optional. Default value is
"IPV4". A string indicating whether the load balancer will support IPv4
or both IPv4 and IPv6 networking. This property cannot be updated after
creating the load balancer. Note that this feature is in private preview.
Known values are: "IPV4" and "DUALSTACK".
"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 @@ -135166,13 +135198,21 @@ async def get(self, lb_id: str, **kwargs: Any) -> JSON:
and reference a load balancer.
"ip": "str", # Optional. An attribute containing the public-facing
IP address of the load balancer.
"ipv6": "str", # Optional. An attribute containing the public-facing
IPv6 address of the load balancer. Note that this feature is currently in
private preview.
"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".
"network_stack": "IPV4", # Optional. Default value is "IPV4". A
string indicating whether the load balancer will support IPv4 or both IPv4
and IPv6 networking. This property cannot be updated after creating the load
balancer. Note that this feature is in private preview. Known values are:
"IPV4" and "DUALSTACK".
"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 @@ -135476,13 +135516,21 @@ async def update(
and reference a load balancer.
"ip": "str", # Optional. An attribute containing the public-facing
IP address of the load balancer.
"ipv6": "str", # Optional. An attribute containing the public-facing
IPv6 address of the load balancer. Note that this feature is currently in
private preview.
"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".
"network_stack": "IPV4", # Optional. Default value is "IPV4". A
string indicating whether the load balancer will support IPv4 or both IPv4
and IPv6 networking. This property cannot be updated after creating the load
balancer. Note that this feature is in private preview. Known values are:
"IPV4" and "DUALSTACK".
"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 @@ -135706,13 +135754,21 @@ async def update(
and reference a load balancer.
"ip": "str", # Optional. An attribute containing the public-facing
IP address of the load balancer.
"ipv6": "str", # Optional. An attribute containing the public-facing
IPv6 address of the load balancer. Note that this feature is currently in
private preview.
"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".
"network_stack": "IPV4", # Optional. Default value is "IPV4". A
string indicating whether the load balancer will support IPv4 or both IPv4
and IPv6 networking. This property cannot be updated after creating the load
balancer. Note that this feature is in private preview. Known values are:
"IPV4" and "DUALSTACK".
"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 @@ -135931,13 +135987,21 @@ async def update(
and reference a load balancer.
"ip": "str", # Optional. An attribute containing the public-facing
IP address of the load balancer.
"ipv6": "str", # Optional. An attribute containing the public-facing
IPv6 address of the load balancer. Note that this feature is currently in
private preview.
"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".
"network_stack": "IPV4", # Optional. Default value is "IPV4". A
string indicating whether the load balancer will support IPv4 or both IPv4
and IPv6 networking. This property cannot be updated after creating the load
balancer. Note that this feature is in private preview. Known values are:
"IPV4" and "DUALSTACK".
"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
Loading

0 comments on commit dcb2a94

Please sign in to comment.