View source: R/storagegateway_operations.R
storagegateway_update_bandwidth_rate_limit | R Documentation |
Updates 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.
storagegateway_update_bandwidth_rate_limit(
GatewayARN,
AverageUploadRateLimitInBitsPerSec = NULL,
AverageDownloadRateLimitInBitsPerSec = NULL
)
GatewayARN |
[required] |
AverageUploadRateLimitInBitsPerSec |
The average upload bandwidth rate limit in bits per second. |
AverageDownloadRateLimitInBitsPerSec |
The average download bandwidth rate limit in bits per second. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.