@@ -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
0 commit comments