Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ Lifecycle Management
+=========================================+==========================================================+==============================+==========================================================================================================================================================================================================================================================================+=============+
| Creating a File System | POST /v1/{project_id}/sfs-turbo/shares | sfsturbo:shares:createShare | - You must have VPC-related permissions when creating an SFS Turbo instance, including the permissions for verifying VPCs, subnets, and security groups, creating virtual IP addresses and ports, and creating security group rules. You must add the following action: | Y |
| | | | | |
| | | | - "vpc:``*``:``*``" | |
| | | | - "``vpc:*:*``" | |
| | | | | |
| | | | - The KMS Administrator permission needs to be configured for the encrypted instance in the project. | |
+-----------------------------------------+----------------------------------------------------------+------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------+
| Querying Details About a File System | GET /v1/{project_id}/sfs-turbo/shares/{share_id} | sfsturbo:shares:getShare | ``-`` | Y |
+-----------------------------------------+----------------------------------------------------------+------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------+
| Deleting a File System | DELETE /v1/{project_id}/sfs-turbo/shares/{share_id} | sfsturbo:shares:deleteShare | - To delete an SFS Turbo instance, you must have VPC-related permissions, including the permissions for deleting virtual IP addresses, ports, and security group rules. You must add the following action: | Y |
| | | | | |
| | | | - "vpc:``*``:``*``" | |
| | | | - "``vpc:*:*``" | |
+-----------------------------------------+----------------------------------------------------------+------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------+
| Listing File Systems | GET /v1/{project_id}/sfs-turbo/shares/detail | sfsturbo:shares:getAllShares | ``-`` | Y |
+-----------------------------------------+----------------------------------------------------------+------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------+
Expand Down