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

This operation deletes the bandwidth rate limits of a gateway. You can delete either the upload and download bandwidth rate limit, or you can delete both. If you delete only one of the limits, the other limit remains unchanged. To specify which gateway to work with, use the Amazon Resource Name (ARN) of the gateway in your request.

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



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

BandwidthType
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.)
WithBandwidthType(String) Obsolete.
Sets the BandwidthType property

WithGatewayARN(String) Obsolete.
Sets the GatewayARN property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DeleteBandwidthRateLimitRequest
See Also

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