storagegateway_update_bandwidth_rate_limit: Updates the bandwidth rate limits of a gateway

View source: R/storagegateway_operations.R

storagegateway_update_bandwidth_rate_limitR Documentation

Updates the bandwidth rate limits of a gateway

Description

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.

Usage

storagegateway_update_bandwidth_rate_limit(
  GatewayARN,
  AverageUploadRateLimitInBitsPerSec = NULL,
  AverageDownloadRateLimitInBitsPerSec = NULL
)

Arguments

GatewayARN

[required]

AverageUploadRateLimitInBitsPerSec

The average upload bandwidth rate limit in bits per second.

AverageDownloadRateLimitInBitsPerSec

The average download bandwidth rate limit in bits per second.


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