NSX-T Data Center REST API
ALBRateLimiter (schema)
RateLimiter
Advanced load balancer RateLimiter object
| Name | Description | Type | Notes | 
|---|---|---|---|
| burst_sz | Burst sz Maximum number of connections, requests or packets to be let through instantaneously. If this is less than count, it will have no effect. Allowed values are 0-1000000000. Default value when not specified in API or module is interpreted by ALB Controller as 0. | integer | Minimum: 0 Maximum: 1000000000 Default: "0" | 
| count | Count Maximum number of connections, requests or packets permitted each period. Allowed values are 1-1000000000. Default value when not specified in API or module is interpreted by ALB Controller as 1000000000. | integer | Minimum: 1 Maximum: 1000000000 Default: "1000000000" | 
| name | Name Identifier for Rate Limit. Constructed according to context. | string | |
| period | Period Time value in seconds to enforce rate count. Allowed values are 1-1000000000. Unit is SEC. Default value when not specified in API or module is interpreted by ALB Controller as 1. | integer | Minimum: 1 Maximum: 1000000000 Default: "1" | 
