local types = import 'types.libsonnet'; types.envoy.config.route.v3.RateLimit .withActions([ types.envoy.config.route.v3.RateLimit.Action ]) .withDisableKey('string') .withLimit(types.envoy.config.route.v3.RateLimit.Override) .withStage(1) ._validate()
| Name | Type | One-of group | Required | Constraints | 
|---|---|---|---|---|
| actions | [] envoy.config.route.v3.RateLimit.Action | yes | 
			{"Repeated":{"min_items":1}}
		 | 
	|
| disable_key | string | 
			
		 | 
	||
| limit | envoy.config.route.v3.RateLimit.Override | 
			
		 | 
	||
| stage | google.protobuf.UInt32Value | 
			{"Uint32":{"lte":10}}
		 |