Home

envoy.config.core.v3.SocketOption

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.core.v3.SocketOption
.withBufValue('c3RyaW5n')
.withDescription('string')
.withIntValue(1)
.withLevel(1)
.withName(1)
.withState(types.envoy.config.core.v3.SocketOption.SocketState.STATE_PREBIND)
._validate()

Nested Enums

Fields

Name Type One-of group Required Constraints
buf_value bytes value  
description string  
int_value int64 value  
level int64  
name int64  
state envoy.config.core.v3.SocketOption.SocketState   {"Enum":{"defined_only":true}}