Home

envoy.config.route.v3.ScopedRouteConfiguration

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.config.route.v3.ScopedRouteConfiguration
.withKey(types.envoy.config.route.v3.ScopedRouteConfiguration.Key)
.withName('string')
.withOnDemand(false)
.withRouteConfiguration(types.envoy.config.route.v3.RouteConfiguration)
.withRouteConfigurationName('string')
._validate()

Nested Messages

Fields

Name Type One-of group Required Constraints
key envoy.config.route.v3.ScopedRouteConfiguration.Key yes 
name string   {"String_":{"WellKnown":null,"min_len":1}}
on_demand bool  
route_configuration envoy.config.route.v3.RouteConfiguration  
route_configuration_name string