View source: R/backupgateway_operations.R
backupgateway_put_bandwidth_rate_limit_schedule | R Documentation |
This action sets the bandwidth rate limit schedule for a specified gateway. By default, gateways do not have a bandwidth rate limit schedule, which means no bandwidth rate limiting is in effect. Use this to initiate a gateway's bandwidth rate limit schedule.
See https://www.paws-r-sdk.com/docs/backupgateway_put_bandwidth_rate_limit_schedule/ for full documentation.
backupgateway_put_bandwidth_rate_limit_schedule(
BandwidthRateLimitIntervals,
GatewayArn
)
BandwidthRateLimitIntervals |
[required] An array containing bandwidth rate limit schedule intervals for a gateway. When no bandwidth rate limit intervals have been scheduled, the array is empty. |
GatewayArn |
[required] The Amazon Resource Name (ARN) of the gateway. Use the
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.