storagegateway_list_volumes: Lists the iSCSI stored volumes of a gateway

View source: R/storagegateway_operations.R

storagegateway_list_volumesR Documentation

Lists the iSCSI stored volumes of a gateway

Description

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.

Usage

storagegateway_list_volumes(GatewayARN = NULL, Marker = NULL, Limit = NULL)

Arguments

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.


paws.storage documentation built on Sept. 12, 2023, 1:23 a.m.