diff --git a/DO_OPENAPI_COMMIT_SHA.txt b/DO_OPENAPI_COMMIT_SHA.txt index 76cae071..a811837b 100644 --- a/DO_OPENAPI_COMMIT_SHA.txt +++ b/DO_OPENAPI_COMMIT_SHA.txt @@ -1 +1 @@ -1e369f0 +5781f8a diff --git a/src/pydo/aio/operations/_operations.py b/src/pydo/aio/operations/_operations.py index fee4c4f2..21dcc065 100644 --- a/src/pydo/aio/operations/_operations.py +++ b/src/pydo/aio/operations/_operations.py @@ -137114,6 +137114,15 @@ async def list( "project_id": "str", # Optional. The project that the Droplets in the autoscale pool will belong to. Requires ``project:read`` scope. + "public_networking": True, # Optional. Default value + is True. An optional boolean indicating whether the Droplets should + be created with public networking or not. By default, all Droplets + are created with public networking available. If explicitly set to + ``false``"" , only private networking will be enabled, and public + networking will be disabled; currently this means that it will not + have any public static or Reserved IPv4 or IPv6 address, nor can one + be assigned later. If explicitly set to ``false``"" , ``ipv6`` must + also be ``false``. "tags": [ "str" # Optional. The tags to apply to each of the Droplets in the autoscale pool. Requires ``tag:read`` @@ -137269,6 +137278,14 @@ async def create( in the autoscale pool. "project_id": "str", # Optional. The project that the Droplets in the autoscale pool will belong to. Requires ``project:read`` scope. + "public_networking": True, # Optional. Default value is True. An + optional boolean indicating whether the Droplets should be created with + public networking or not. By default, all Droplets are created with public + networking available. If explicitly set to ``false``"" , only private + networking will be enabled, and public networking will be disabled; currently + this means that it will not have any public static or Reserved IPv4 or IPv6 + address, nor can one be assigned later. If explicitly set to ``false``"" , + ``ipv6`` must also be ``false``. "tags": [ "str" # Optional. The tags to apply to each of the Droplets in the autoscale pool. Requires ``tag:read`` scope. @@ -137319,6 +137336,15 @@ async def create( "project_id": "str", # Optional. The project that the Droplets in the autoscale pool will belong to. Requires ``project:read`` scope. + "public_networking": True, # Optional. Default value is + True. An optional boolean indicating whether the Droplets should be + created with public networking or not. By default, all Droplets are + created with public networking available. If explicitly set to + ``false``"" , only private networking will be enabled, and public + networking will be disabled; currently this means that it will not have + any public static or Reserved IPv4 or IPv6 address, nor can one be + assigned later. If explicitly set to ``false``"" , ``ipv6`` must also be + ``false``. "tags": [ "str" # Optional. The tags to apply to each of the Droplets in the autoscale pool. Requires ``tag:read`` scope. @@ -137413,6 +137439,15 @@ async def create( "project_id": "str", # Optional. The project that the Droplets in the autoscale pool will belong to. Requires ``project:read`` scope. + "public_networking": True, # Optional. Default value is + True. An optional boolean indicating whether the Droplets should be + created with public networking or not. By default, all Droplets are + created with public networking available. If explicitly set to + ``false``"" , only private networking will be enabled, and public + networking will be disabled; currently this means that it will not have + any public static or Reserved IPv4 or IPv6 address, nor can one be + assigned later. If explicitly set to ``false``"" , ``ipv6`` must also be + ``false``. "tags": [ "str" # Optional. The tags to apply to each of the Droplets in the autoscale pool. Requires ``tag:read`` scope. @@ -137492,6 +137527,14 @@ async def create( in the autoscale pool. "project_id": "str", # Optional. The project that the Droplets in the autoscale pool will belong to. Requires ``project:read`` scope. + "public_networking": True, # Optional. Default value is True. An + optional boolean indicating whether the Droplets should be created with + public networking or not. By default, all Droplets are created with public + networking available. If explicitly set to ``false``"" , only private + networking will be enabled, and public networking will be disabled; currently + this means that it will not have any public static or Reserved IPv4 or IPv6 + address, nor can one be assigned later. If explicitly set to ``false``"" , + ``ipv6`` must also be ``false``. "tags": [ "str" # Optional. The tags to apply to each of the Droplets in the autoscale pool. Requires ``tag:read`` scope. @@ -137542,6 +137585,15 @@ async def create( "project_id": "str", # Optional. The project that the Droplets in the autoscale pool will belong to. Requires ``project:read`` scope. + "public_networking": True, # Optional. Default value is + True. An optional boolean indicating whether the Droplets should be + created with public networking or not. By default, all Droplets are + created with public networking available. If explicitly set to + ``false``"" , only private networking will be enabled, and public + networking will be disabled; currently this means that it will not have + any public static or Reserved IPv4 or IPv6 address, nor can one be + assigned later. If explicitly set to ``false``"" , ``ipv6`` must also be + ``false``. "tags": [ "str" # Optional. The tags to apply to each of the Droplets in the autoscale pool. Requires ``tag:read`` scope. @@ -137700,6 +137752,15 @@ async def get(self, autoscale_pool_id: str, **kwargs: Any) -> JSON: "project_id": "str", # Optional. The project that the Droplets in the autoscale pool will belong to. Requires ``project:read`` scope. + "public_networking": True, # Optional. Default value is + True. An optional boolean indicating whether the Droplets should be + created with public networking or not. By default, all Droplets are + created with public networking available. If explicitly set to + ``false``"" , only private networking will be enabled, and public + networking will be disabled; currently this means that it will not have + any public static or Reserved IPv4 or IPv6 address, nor can one be + assigned later. If explicitly set to ``false``"" , ``ipv6`` must also be + ``false``. "tags": [ "str" # Optional. The tags to apply to each of the Droplets in the autoscale pool. Requires ``tag:read`` scope. @@ -137875,6 +137936,14 @@ async def update( in the autoscale pool. "project_id": "str", # Optional. The project that the Droplets in the autoscale pool will belong to. Requires ``project:read`` scope. + "public_networking": True, # Optional. Default value is True. An + optional boolean indicating whether the Droplets should be created with + public networking or not. By default, all Droplets are created with public + networking available. If explicitly set to ``false``"" , only private + networking will be enabled, and public networking will be disabled; currently + this means that it will not have any public static or Reserved IPv4 or IPv6 + address, nor can one be assigned later. If explicitly set to ``false``"" , + ``ipv6`` must also be ``false``. "tags": [ "str" # Optional. The tags to apply to each of the Droplets in the autoscale pool. Requires ``tag:read`` scope. @@ -137925,6 +137994,15 @@ async def update( "project_id": "str", # Optional. The project that the Droplets in the autoscale pool will belong to. Requires ``project:read`` scope. + "public_networking": True, # Optional. Default value is + True. An optional boolean indicating whether the Droplets should be + created with public networking or not. By default, all Droplets are + created with public networking available. If explicitly set to + ``false``"" , only private networking will be enabled, and public + networking will be disabled; currently this means that it will not have + any public static or Reserved IPv4 or IPv6 address, nor can one be + assigned later. If explicitly set to ``false``"" , ``ipv6`` must also be + ``false``. "tags": [ "str" # Optional. The tags to apply to each of the Droplets in the autoscale pool. Requires ``tag:read`` scope. @@ -138031,6 +138109,15 @@ async def update( "project_id": "str", # Optional. The project that the Droplets in the autoscale pool will belong to. Requires ``project:read`` scope. + "public_networking": True, # Optional. Default value is + True. An optional boolean indicating whether the Droplets should be + created with public networking or not. By default, all Droplets are + created with public networking available. If explicitly set to + ``false``"" , only private networking will be enabled, and public + networking will be disabled; currently this means that it will not have + any public static or Reserved IPv4 or IPv6 address, nor can one be + assigned later. If explicitly set to ``false``"" , ``ipv6`` must also be + ``false``. "tags": [ "str" # Optional. The tags to apply to each of the Droplets in the autoscale pool. Requires ``tag:read`` scope. @@ -138124,6 +138211,14 @@ async def update( in the autoscale pool. "project_id": "str", # Optional. The project that the Droplets in the autoscale pool will belong to. Requires ``project:read`` scope. + "public_networking": True, # Optional. Default value is True. An + optional boolean indicating whether the Droplets should be created with + public networking or not. By default, all Droplets are created with public + networking available. If explicitly set to ``false``"" , only private + networking will be enabled, and public networking will be disabled; currently + this means that it will not have any public static or Reserved IPv4 or IPv6 + address, nor can one be assigned later. If explicitly set to ``false``"" , + ``ipv6`` must also be ``false``. "tags": [ "str" # Optional. The tags to apply to each of the Droplets in the autoscale pool. Requires ``tag:read`` scope. @@ -138174,6 +138269,15 @@ async def update( "project_id": "str", # Optional. The project that the Droplets in the autoscale pool will belong to. Requires ``project:read`` scope. + "public_networking": True, # Optional. Default value is + True. An optional boolean indicating whether the Droplets should be + created with public networking or not. By default, all Droplets are + created with public networking available. If explicitly set to + ``false``"" , only private networking will be enabled, and public + networking will be disabled; currently this means that it will not have + any public static or Reserved IPv4 or IPv6 address, nor can one be + assigned later. If explicitly set to ``false``"" , ``ipv6`` must also be + ``false``. "tags": [ "str" # Optional. The tags to apply to each of the Droplets in the autoscale pool. Requires ``tag:read`` scope. diff --git a/src/pydo/operations/_operations.py b/src/pydo/operations/_operations.py index b466b618..aaac40ea 100644 --- a/src/pydo/operations/_operations.py +++ b/src/pydo/operations/_operations.py @@ -151222,6 +151222,15 @@ def list( "project_id": "str", # Optional. The project that the Droplets in the autoscale pool will belong to. Requires ``project:read`` scope. + "public_networking": True, # Optional. Default value + is True. An optional boolean indicating whether the Droplets should + be created with public networking or not. By default, all Droplets + are created with public networking available. If explicitly set to + ``false``"" , only private networking will be enabled, and public + networking will be disabled; currently this means that it will not + have any public static or Reserved IPv4 or IPv6 address, nor can one + be assigned later. If explicitly set to ``false``"" , ``ipv6`` must + also be ``false``. "tags": [ "str" # Optional. The tags to apply to each of the Droplets in the autoscale pool. Requires ``tag:read`` @@ -151377,6 +151386,14 @@ def create( in the autoscale pool. "project_id": "str", # Optional. The project that the Droplets in the autoscale pool will belong to. Requires ``project:read`` scope. + "public_networking": True, # Optional. Default value is True. An + optional boolean indicating whether the Droplets should be created with + public networking or not. By default, all Droplets are created with public + networking available. If explicitly set to ``false``"" , only private + networking will be enabled, and public networking will be disabled; currently + this means that it will not have any public static or Reserved IPv4 or IPv6 + address, nor can one be assigned later. If explicitly set to ``false``"" , + ``ipv6`` must also be ``false``. "tags": [ "str" # Optional. The tags to apply to each of the Droplets in the autoscale pool. Requires ``tag:read`` scope. @@ -151427,6 +151444,15 @@ def create( "project_id": "str", # Optional. The project that the Droplets in the autoscale pool will belong to. Requires ``project:read`` scope. + "public_networking": True, # Optional. Default value is + True. An optional boolean indicating whether the Droplets should be + created with public networking or not. By default, all Droplets are + created with public networking available. If explicitly set to + ``false``"" , only private networking will be enabled, and public + networking will be disabled; currently this means that it will not have + any public static or Reserved IPv4 or IPv6 address, nor can one be + assigned later. If explicitly set to ``false``"" , ``ipv6`` must also be + ``false``. "tags": [ "str" # Optional. The tags to apply to each of the Droplets in the autoscale pool. Requires ``tag:read`` scope. @@ -151521,6 +151547,15 @@ def create( "project_id": "str", # Optional. The project that the Droplets in the autoscale pool will belong to. Requires ``project:read`` scope. + "public_networking": True, # Optional. Default value is + True. An optional boolean indicating whether the Droplets should be + created with public networking or not. By default, all Droplets are + created with public networking available. If explicitly set to + ``false``"" , only private networking will be enabled, and public + networking will be disabled; currently this means that it will not have + any public static or Reserved IPv4 or IPv6 address, nor can one be + assigned later. If explicitly set to ``false``"" , ``ipv6`` must also be + ``false``. "tags": [ "str" # Optional. The tags to apply to each of the Droplets in the autoscale pool. Requires ``tag:read`` scope. @@ -151600,6 +151635,14 @@ def create( in the autoscale pool. "project_id": "str", # Optional. The project that the Droplets in the autoscale pool will belong to. Requires ``project:read`` scope. + "public_networking": True, # Optional. Default value is True. An + optional boolean indicating whether the Droplets should be created with + public networking or not. By default, all Droplets are created with public + networking available. If explicitly set to ``false``"" , only private + networking will be enabled, and public networking will be disabled; currently + this means that it will not have any public static or Reserved IPv4 or IPv6 + address, nor can one be assigned later. If explicitly set to ``false``"" , + ``ipv6`` must also be ``false``. "tags": [ "str" # Optional. The tags to apply to each of the Droplets in the autoscale pool. Requires ``tag:read`` scope. @@ -151650,6 +151693,15 @@ def create( "project_id": "str", # Optional. The project that the Droplets in the autoscale pool will belong to. Requires ``project:read`` scope. + "public_networking": True, # Optional. Default value is + True. An optional boolean indicating whether the Droplets should be + created with public networking or not. By default, all Droplets are + created with public networking available. If explicitly set to + ``false``"" , only private networking will be enabled, and public + networking will be disabled; currently this means that it will not have + any public static or Reserved IPv4 or IPv6 address, nor can one be + assigned later. If explicitly set to ``false``"" , ``ipv6`` must also be + ``false``. "tags": [ "str" # Optional. The tags to apply to each of the Droplets in the autoscale pool. Requires ``tag:read`` scope. @@ -151808,6 +151860,15 @@ def get(self, autoscale_pool_id: str, **kwargs: Any) -> JSON: "project_id": "str", # Optional. The project that the Droplets in the autoscale pool will belong to. Requires ``project:read`` scope. + "public_networking": True, # Optional. Default value is + True. An optional boolean indicating whether the Droplets should be + created with public networking or not. By default, all Droplets are + created with public networking available. If explicitly set to + ``false``"" , only private networking will be enabled, and public + networking will be disabled; currently this means that it will not have + any public static or Reserved IPv4 or IPv6 address, nor can one be + assigned later. If explicitly set to ``false``"" , ``ipv6`` must also be + ``false``. "tags": [ "str" # Optional. The tags to apply to each of the Droplets in the autoscale pool. Requires ``tag:read`` scope. @@ -151983,6 +152044,14 @@ def update( in the autoscale pool. "project_id": "str", # Optional. The project that the Droplets in the autoscale pool will belong to. Requires ``project:read`` scope. + "public_networking": True, # Optional. Default value is True. An + optional boolean indicating whether the Droplets should be created with + public networking or not. By default, all Droplets are created with public + networking available. If explicitly set to ``false``"" , only private + networking will be enabled, and public networking will be disabled; currently + this means that it will not have any public static or Reserved IPv4 or IPv6 + address, nor can one be assigned later. If explicitly set to ``false``"" , + ``ipv6`` must also be ``false``. "tags": [ "str" # Optional. The tags to apply to each of the Droplets in the autoscale pool. Requires ``tag:read`` scope. @@ -152033,6 +152102,15 @@ def update( "project_id": "str", # Optional. The project that the Droplets in the autoscale pool will belong to. Requires ``project:read`` scope. + "public_networking": True, # Optional. Default value is + True. An optional boolean indicating whether the Droplets should be + created with public networking or not. By default, all Droplets are + created with public networking available. If explicitly set to + ``false``"" , only private networking will be enabled, and public + networking will be disabled; currently this means that it will not have + any public static or Reserved IPv4 or IPv6 address, nor can one be + assigned later. If explicitly set to ``false``"" , ``ipv6`` must also be + ``false``. "tags": [ "str" # Optional. The tags to apply to each of the Droplets in the autoscale pool. Requires ``tag:read`` scope. @@ -152139,6 +152217,15 @@ def update( "project_id": "str", # Optional. The project that the Droplets in the autoscale pool will belong to. Requires ``project:read`` scope. + "public_networking": True, # Optional. Default value is + True. An optional boolean indicating whether the Droplets should be + created with public networking or not. By default, all Droplets are + created with public networking available. If explicitly set to + ``false``"" , only private networking will be enabled, and public + networking will be disabled; currently this means that it will not have + any public static or Reserved IPv4 or IPv6 address, nor can one be + assigned later. If explicitly set to ``false``"" , ``ipv6`` must also be + ``false``. "tags": [ "str" # Optional. The tags to apply to each of the Droplets in the autoscale pool. Requires ``tag:read`` scope. @@ -152232,6 +152319,14 @@ def update( in the autoscale pool. "project_id": "str", # Optional. The project that the Droplets in the autoscale pool will belong to. Requires ``project:read`` scope. + "public_networking": True, # Optional. Default value is True. An + optional boolean indicating whether the Droplets should be created with + public networking or not. By default, all Droplets are created with public + networking available. If explicitly set to ``false``"" , only private + networking will be enabled, and public networking will be disabled; currently + this means that it will not have any public static or Reserved IPv4 or IPv6 + address, nor can one be assigned later. If explicitly set to ``false``"" , + ``ipv6`` must also be ``false``. "tags": [ "str" # Optional. The tags to apply to each of the Droplets in the autoscale pool. Requires ``tag:read`` scope. @@ -152282,6 +152377,15 @@ def update( "project_id": "str", # Optional. The project that the Droplets in the autoscale pool will belong to. Requires ``project:read`` scope. + "public_networking": True, # Optional. Default value is + True. An optional boolean indicating whether the Droplets should be + created with public networking or not. By default, all Droplets are + created with public networking available. If explicitly set to + ``false``"" , only private networking will be enabled, and public + networking will be disabled; currently this means that it will not have + any public static or Reserved IPv4 or IPv6 address, nor can one be + assigned later. If explicitly set to ``false``"" , ``ipv6`` must also be + ``false``. "tags": [ "str" # Optional. The tags to apply to each of the Droplets in the autoscale pool. Requires ``tag:read`` scope.