Updates the bandwidth rate limits of a gateway
Source:R/storagegateway_operations.R
storagegateway_update_bandwidth_rate_limit.RdUpdates the bandwidth rate limits of a gateway. You can update both the upload and download bandwidth rate limit or specify only one of the two. If you don't set a bandwidth rate limit, the existing rate limit remains. This operation is supported only for the stored volume, cached volume, and tape gateway types. To update bandwidth rate limits for S3 file gateways, use update_bandwidth_rate_limit_schedule.
See https://www.paws-r-sdk.com/docs/storagegateway_update_bandwidth_rate_limit/ for full documentation.
Usage
storagegateway_update_bandwidth_rate_limit(
GatewayARN,
AverageUploadRateLimitInBitsPerSec = NULL,
AverageDownloadRateLimitInBitsPerSec = NULL
)Arguments
- GatewayARN
[required] The Amazon Resource Name (ARN) of the gateway. Use the
list_gatewaysoperation to return a list of gateways for your account and Amazon Web Services Region.- AverageUploadRateLimitInBitsPerSec
The average upload bandwidth rate limit in bits per second.
- AverageDownloadRateLimitInBitsPerSec
The average download bandwidth rate limit in bits per second.