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()
| 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}}
|