Home

envoy.extensions.filters.http.rate_limit_quota.v3.RateLimitQuotaBucketSettings.DenyResponseSettings

Example

Disclaimer: The example is meant to show what methods are available on the object and does not necessarily constitute working code.
local types = import 'types.libsonnet';

types.envoy.extensions.filters.http.rate_limit_quota.v3.RateLimitQuotaBucketSettings.DenyResponseSettings
.withGrpcStatus(types.google.rpc.Status)
.withHttpBody('c3RyaW5n')
.withHttpStatus(types.envoy.type.v3.HttpStatus)
.withResponseHeadersToAdd([ types.envoy.config.core.v3.HeaderValueOption ])
._validate()

Fields

Name Type One-of group Required Constraints
grpc_status google.rpc.Status  
http_body google.protobuf.BytesValue  
http_status envoy.type.v3.HttpStatus  
response_headers_to_add [] envoy.config.core.v3.HeaderValueOption   {"Repeated":{"max_items":10}}