AWS SDK for .NET Documentation
UpdateBandwidthRateLimitRequest Class
AmazonAmazon.StorageGateway.ModelUpdateBandwidthRateLimitRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the UpdateBandwidthRateLimit operation.

This operation 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.

By default, a gateway's bandwidth rate limits are not set. If you don't set any limit, the gateway does not have any limitations on its bandwidth usage and could potentially use the maximum available bandwidth.

To specify which gateway to update, use the Amazon Resource Name (ARN) of the gateway in your request.

Declaration Syntax
C#
public class UpdateBandwidthRateLimitRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
UpdateBandwidthRateLimitRequest()()()()
Initializes a new instance of the UpdateBandwidthRateLimitRequest class

AverageDownloadRateLimitInBitsPerSec
The average download bandwidth rate limit in bits per second.

Constraints:

Range
102400 -


AverageUploadRateLimitInBitsPerSec
The average upload bandwidth rate limit in bits per second.

Constraints:

Range
51200 -


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GatewayARN
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.

Constraints:

Length
50 - 500


GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithAverageDownloadRateLimitInBitsPerSec(Int64) Obsolete.
Sets the AverageDownloadRateLimitInBitsPerSec property

WithAverageUploadRateLimitInBitsPerSec(Int64) Obsolete.
Sets the AverageUploadRateLimitInBitsPerSec property

WithGatewayARN(String) Obsolete.
Sets the GatewayARN property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 UpdateBandwidthRateLimitRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)