View source: R/storagegateway_operations.R
storagegateway_list_volumes | R Documentation |
Lists the iSCSI stored volumes of a gateway. Results are sorted by volume ARN. The response includes only the volume ARNs. If you want additional volume information, use the describe_storedi_scsi_volumes
or the describe_cachedi_scsi_volumes
API.
See https://www.paws-r-sdk.com/docs/storagegateway_list_volumes/ for full documentation.
storagegateway_list_volumes(GatewayARN = NULL, Marker = NULL, Limit = NULL)
GatewayARN |
|
Marker |
A string that indicates the position at which to begin the returned list of volumes. Obtain the marker from the response of a previous List iSCSI Volumes request. |
Limit |
Specifies that the list of volumes returned be limited to the specified number of items. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.