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] Add field for internal load balancers: Re-Generated From digitalocean/openapi@2e3fed1 #363

Merged
merged 1 commit into from
Oct 15, 2024
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 @@
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
Loading