Skip to content

Commit 046a804

Browse files
digitalocean-engineeringAPI Engineering
andauthored
[bot] Updated client based on openapi-cf51bcd/clientgen (#574)
Co-authored-by: API Engineering <api-engineering@digitalocean.com>
1 parent 3b6bc03 commit 046a804

3 files changed

Lines changed: 31 additions & 7 deletions

File tree

DO_OPENAPI_COMMIT_SHA.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a009a84
1+
cf51bcd

src/pydo/aio/operations/_operations.py

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156767,7 +156767,11 @@ async def create_action(
156767156767
* - :code:`<nobr>`resize`</nobr>`
156768156768
- Resizes an NFS share. Set the size_gib attribute to a desired value in GiB
156769156769
* - :code:`<nobr>`snapshot`</nobr>`
156770-
- Takes a snapshot of an NFS share.
156770+
- Takes a snapshot of an NFS share
156771+
* - :code:`<nobr>`attach`</nobr>`
156772+
- Attaches an NFS share to a VPC. Set the vpc_id attribute to the desired VPC ID
156773+
* - :code:`<nobr>`detach`</nobr>`
156774+
- Detaches an NFS share from a VPC. Set the vpc_id attribute to the desired VPC ID.
156771156775

156772156776
:param nfs_id: The unique ID of the NFS share. Required.
156773156777
:type nfs_id: str
@@ -156842,7 +156846,11 @@ async def create_action(
156842156846
* - :code:`<nobr>`resize`</nobr>`
156843156847
- Resizes an NFS share. Set the size_gib attribute to a desired value in GiB
156844156848
* - :code:`<nobr>`snapshot`</nobr>`
156845-
- Takes a snapshot of an NFS share.
156849+
- Takes a snapshot of an NFS share
156850+
* - :code:`<nobr>`attach`</nobr>`
156851+
- Attaches an NFS share to a VPC. Set the vpc_id attribute to the desired VPC ID
156852+
* - :code:`<nobr>`detach`</nobr>`
156853+
- Detaches an NFS share from a VPC. Set the vpc_id attribute to the desired VPC ID.
156846156854

156847156855
:param nfs_id: The unique ID of the NFS share. Required.
156848156856
:type nfs_id: str
@@ -156909,7 +156917,11 @@ async def create_action(
156909156917
* - :code:`<nobr>`resize`</nobr>`
156910156918
- Resizes an NFS share. Set the size_gib attribute to a desired value in GiB
156911156919
* - :code:`<nobr>`snapshot`</nobr>`
156912-
- Takes a snapshot of an NFS share.
156920+
- Takes a snapshot of an NFS share
156921+
* - :code:`<nobr>`attach`</nobr>`
156922+
- Attaches an NFS share to a VPC. Set the vpc_id attribute to the desired VPC ID
156923+
* - :code:`<nobr>`detach`</nobr>`
156924+
- Detaches an NFS share from a VPC. Set the vpc_id attribute to the desired VPC ID.
156913156925

156914156926
:param nfs_id: The unique ID of the NFS share. Required.
156915156927
:type nfs_id: str

src/pydo/operations/_operations.py

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169357,7 +169357,11 @@ def create_action(
169357169357
* - :code:`<nobr>`resize`</nobr>`
169358169358
- Resizes an NFS share. Set the size_gib attribute to a desired value in GiB
169359169359
* - :code:`<nobr>`snapshot`</nobr>`
169360-
- Takes a snapshot of an NFS share.
169360+
- Takes a snapshot of an NFS share
169361+
* - :code:`<nobr>`attach`</nobr>`
169362+
- Attaches an NFS share to a VPC. Set the vpc_id attribute to the desired VPC ID
169363+
* - :code:`<nobr>`detach`</nobr>`
169364+
- Detaches an NFS share from a VPC. Set the vpc_id attribute to the desired VPC ID.
169361169365

169362169366
:param nfs_id: The unique ID of the NFS share. Required.
169363169367
:type nfs_id: str
@@ -169432,7 +169436,11 @@ def create_action(
169432169436
* - :code:`<nobr>`resize`</nobr>`
169433169437
- Resizes an NFS share. Set the size_gib attribute to a desired value in GiB
169434169438
* - :code:`<nobr>`snapshot`</nobr>`
169435-
- Takes a snapshot of an NFS share.
169439+
- Takes a snapshot of an NFS share
169440+
* - :code:`<nobr>`attach`</nobr>`
169441+
- Attaches an NFS share to a VPC. Set the vpc_id attribute to the desired VPC ID
169442+
* - :code:`<nobr>`detach`</nobr>`
169443+
- Detaches an NFS share from a VPC. Set the vpc_id attribute to the desired VPC ID.
169436169444

169437169445
:param nfs_id: The unique ID of the NFS share. Required.
169438169446
:type nfs_id: str
@@ -169499,7 +169507,11 @@ def create_action(
169499169507
* - :code:`<nobr>`resize`</nobr>`
169500169508
- Resizes an NFS share. Set the size_gib attribute to a desired value in GiB
169501169509
* - :code:`<nobr>`snapshot`</nobr>`
169502-
- Takes a snapshot of an NFS share.
169510+
- Takes a snapshot of an NFS share
169511+
* - :code:`<nobr>`attach`</nobr>`
169512+
- Attaches an NFS share to a VPC. Set the vpc_id attribute to the desired VPC ID
169513+
* - :code:`<nobr>`detach`</nobr>`
169514+
- Detaches an NFS share from a VPC. Set the vpc_id attribute to the desired VPC ID.
169503169515

169504169516
:param nfs_id: The unique ID of the NFS share. Required.
169505169517
:type nfs_id: str

0 commit comments

Comments
 (0)