NSX-T Data Center REST API
IngressRateLimiter (schema)
A shaper that specifies ingress rate properties in Mb/s
| Name | Description | Type | Notes | 
|---|---|---|---|
| average_bandwidth | Average bandwidth in Mb/s You can use the average bandwidth to reduce network congestion. | int | Minimum: 0 Default: "0" | 
| burst_size | Burst size in bytes The burst duration is set in the burst size setting. | int | Minimum: 0 Default: "0" | 
| enabled | boolean | Required | |
| peak_bandwidth | Peak bandwidth in Mb/s The peak bandwidth rate is used to support burst traffic. | int | Minimum: 0 Default: "0" | 
| resource_type | Must be set to the value IngressRateLimiter | string | Required Enum: IngressRateLimiter, IngressBroadcastRateLimiter, EgressRateLimiter Default: "IngressRateLimiter" | 
