Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bot] LBAAS-3600: add ipv6 and network_stack field to public api docs: Re-Generated From digitalocean/openapi@9d34fba #408

Merged
merged 1 commit into from
Jan 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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