envoy.extensions.filters.network.mongo_proxy.v3.MongoProxy
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.network.mongo_proxy.v3.MongoProxy
.withAccessLog('string')
.withCommands([ 'string' ])
.withDelay(types.envoy.extensions.filters.common.fault.v3.FaultDelay)
.withEmitDynamicMetadata(false)
.withStatPrefix('string')
._validate()
Fields