You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::StorageGateway::Types::BandwidthRateLimitIntervalWhen passing BandwidthRateLimitInterval as input to an Aws::Client method, you can use a vanilla Hash:
{
start_hour_of_day: 1, start_minute_of_hour: 1, end_hour_of_day: 1, end_minute_of_hour: 1, days_of_week: [1], average_upload_rate_limit_in_bits_per_sec: 1,
average_download_rate_limit_in_bits_per_sec: 1,
}
Describes a bandwidth rate limit interval for a gateway. A bandwidth rate limit schedule consists of one or more bandwidth rate limit intervals. A bandwidth rate limit interval defines a period of time on one or more days of the week, during which bandwidth rate limits are specified for uploading, downloading, or both.
Instance Attribute Summary collapseThe average download rate limit component of the bandwidth rate limit interval, in bits per second.
The average upload rate limit component of the bandwidth rate limit interval, in bits per second.
The days of the week component of the bandwidth rate limit interval, represented as ordinal numbers from 0 to 6, where 0 represents Sunday and 6 Saturday.
The hour of the day to end the bandwidth rate limit interval.
The minute of the hour to end the bandwidth rate limit interval.
The hour of the day to start the bandwidth rate limit interval.
The minute of the hour to start the bandwidth rate limit interval.
The average download rate limit component of the bandwidth rate limit interval, in bits per second. This field does not appear in the response if the download rate limit is not set.
#average_upload_rate_limit_in_bits_per_sec ⇒ IntegerThe average upload rate limit component of the bandwidth rate limit interval, in bits per second. This field does not appear in the response if the upload rate limit is not set.
#days_of_week ⇒ Array<Integer>The days of the week component of the bandwidth rate limit interval, represented as ordinal numbers from 0 to 6, where 0 represents Sunday and 6 Saturday.
#end_hour_of_day ⇒ IntegerThe hour of the day to end the bandwidth rate limit interval.
#end_minute_of_hour ⇒ IntegerThe minute of the hour to end the bandwidth rate limit interval.
The bandwidth rate limit interval ends at the end of the minute. To end an interval at the end of an hour, use the value 59
.
The hour of the day to start the bandwidth rate limit interval.
#start_minute_of_hour ⇒ IntegerThe minute of the hour to start the bandwidth rate limit interval. The interval begins at the start of that minute. To begin an interval exactly at the start of the hour, use the value 0
.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4