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] droplet: Document that enabling IPv6 requires OS-level config changes.: Re-Generated From digitalocean/openapi@4087119 #263

Merged
merged 1 commit into from
Feb 8, 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 @@
6e029d2
4087119
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ attrs==22.1.0 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
azure-core==1.26.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
azure-identity==1.12.0 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
certifi==2023.7.22 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
cffi==1.15.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
cffi==1.15.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" and platform_python_implementation != "PyPy"
charset-normalizer==2.1.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
cryptography==41.0.6 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
cryptography==42.0.0 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
frozenlist==1.3.3 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
idna==3.4 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
isodate==0.6.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
Expand All @@ -18,7 +18,7 @@ msrest==0.7.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
multidict==6.0.2 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
oauthlib==3.2.2 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
portalocker==2.6.0 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
pycparser==2.21 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
pycparser==2.21 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0" and platform_python_implementation != "PyPy"
pyjwt[crypto]==2.6.0 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
pywin32==305 ; python_full_version >= "3.7.2" and platform_system == "Windows" and python_full_version < "4.0.0"
requests-oauthlib==1.3.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
Expand Down
15 changes: 12 additions & 3 deletions src/pydo/aio/operations/_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -88920,7 +88920,10 @@ async def post(
- Changes a Droplet's kernel. Only applies to Droplets with externally managed kernels.
All Droplets created after March 2017 use internal kernels by default.
* - :code:`<nobr>`enable_ipv6`</nobr>`
- Enables IPv6 for a Droplet.
- Enables IPv6 for a Droplet. Once enabled for a Droplet, IPv6 can not be disabled. When
enabling IPv6 on an existing Droplet, `additional OS-level configuration
<https://docs.digitalocean.com/products/networking/ipv6/how-to/enable/#on-existing-droplets>`_
is required.
* - :code:`<nobr>`snapshot`</nobr>`
- Takes a snapshot of a Droplet.

Expand Down Expand Up @@ -89054,7 +89057,10 @@ async def post(
- Changes a Droplet's kernel. Only applies to Droplets with externally managed kernels.
All Droplets created after March 2017 use internal kernels by default.
* - :code:`<nobr>`enable_ipv6`</nobr>`
- Enables IPv6 for a Droplet.
- Enables IPv6 for a Droplet. Once enabled for a Droplet, IPv6 can not be disabled. When
enabling IPv6 on an existing Droplet, `additional OS-level configuration
<https://docs.digitalocean.com/products/networking/ipv6/how-to/enable/#on-existing-droplets>`_
is required.
* - :code:`<nobr>`snapshot`</nobr>`
- Takes a snapshot of a Droplet.

Expand Down Expand Up @@ -89180,7 +89186,10 @@ async def post(
- Changes a Droplet's kernel. Only applies to Droplets with externally managed kernels.
All Droplets created after March 2017 use internal kernels by default.
* - :code:`<nobr>`enable_ipv6`</nobr>`
- Enables IPv6 for a Droplet.
- Enables IPv6 for a Droplet. Once enabled for a Droplet, IPv6 can not be disabled. When
enabling IPv6 on an existing Droplet, `additional OS-level configuration
<https://docs.digitalocean.com/products/networking/ipv6/how-to/enable/#on-existing-droplets>`_
is required.
* - :code:`<nobr>`snapshot`</nobr>`
- Takes a snapshot of a Droplet.

Expand Down
15 changes: 12 additions & 3 deletions src/pydo/operations/_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -95835,7 +95835,10 @@ def post(
- Changes a Droplet's kernel. Only applies to Droplets with externally managed kernels.
All Droplets created after March 2017 use internal kernels by default.
* - :code:`<nobr>`enable_ipv6`</nobr>`
- Enables IPv6 for a Droplet.
- Enables IPv6 for a Droplet. Once enabled for a Droplet, IPv6 can not be disabled. When
enabling IPv6 on an existing Droplet, `additional OS-level configuration
<https://docs.digitalocean.com/products/networking/ipv6/how-to/enable/#on-existing-droplets>`_
is required.
* - :code:`<nobr>`snapshot`</nobr>`
- Takes a snapshot of a Droplet.

Expand Down Expand Up @@ -95969,7 +95972,10 @@ def post(
- Changes a Droplet's kernel. Only applies to Droplets with externally managed kernels.
All Droplets created after March 2017 use internal kernels by default.
* - :code:`<nobr>`enable_ipv6`</nobr>`
- Enables IPv6 for a Droplet.
- Enables IPv6 for a Droplet. Once enabled for a Droplet, IPv6 can not be disabled. When
enabling IPv6 on an existing Droplet, `additional OS-level configuration
<https://docs.digitalocean.com/products/networking/ipv6/how-to/enable/#on-existing-droplets>`_
is required.
* - :code:`<nobr>`snapshot`</nobr>`
- Takes a snapshot of a Droplet.

Expand Down Expand Up @@ -96095,7 +96101,10 @@ def post(
- Changes a Droplet's kernel. Only applies to Droplets with externally managed kernels.
All Droplets created after March 2017 use internal kernels by default.
* - :code:`<nobr>`enable_ipv6`</nobr>`
- Enables IPv6 for a Droplet.
- Enables IPv6 for a Droplet. Once enabled for a Droplet, IPv6 can not be disabled. When
enabling IPv6 on an existing Droplet, `additional OS-level configuration
<https://docs.digitalocean.com/products/networking/ipv6/how-to/enable/#on-existing-droplets>`_
is required.
* - :code:`<nobr>`snapshot`</nobr>`
- Takes a snapshot of a Droplet.

Expand Down
Loading