class Aws::StorageGateway::Types::BandwidthRateLimitInterval
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.
@note When making an API call, you may pass BandwidthRateLimitInterval
data as a hash: { start_hour_of_day: 1, # required start_minute_of_hour: 1, # required end_hour_of_day: 1, # required end_minute_of_hour: 1, # required days_of_week: [1], # required average_upload_rate_limit_in_bits_per_sec: 1, average_download_rate_limit_in_bits_per_sec: 1, }
@!attribute [rw] start_hour_of_day
The hour of the day to start the bandwidth rate limit interval. @return [Integer]
@!attribute [rw] start_minute_of_hour
The 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`. @return [Integer]
@!attribute [rw] end_hour_of_day
The hour of the day to end the bandwidth rate limit interval. @return [Integer]
@!attribute [rw] end_minute_of_hour
The 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`. @return [Integer]
@!attribute [rw] days_of_week
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 represents Saturday. @return [Array<Integer>]
@!attribute [rw] average_upload_rate_limit_in_bits_per_sec
The 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. @return [Integer]
@!attribute [rw] average_download_rate_limit_in_bits_per_sec
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. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/BandwidthRateLimitInterval AWS API Documentation
Constants
- SENSITIVE