public static interface AddressOuterClass.BindConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getFreebind()
[#not-implemented-hide:] Whether to set the IP_FREEBIND option when creating the socket.
|
AddressOuterClass.SocketAddress |
getSourceAddress()
The address to bind to when creating a socket.
|
AddressOuterClass.SocketAddressOrBuilder |
getSourceAddressOrBuilder()
The address to bind to when creating a socket.
|
boolean |
hasSourceAddress()
The address to bind to when creating a socket.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSourceAddress()
The address to bind to when creating a socket.
.envoy.api.v2.core.SocketAddress source_address = 1 [(.gogoproto.nullable) = false, (.validate.rules) = { ... }AddressOuterClass.SocketAddress getSourceAddress()
The address to bind to when creating a socket.
.envoy.api.v2.core.SocketAddress source_address = 1 [(.gogoproto.nullable) = false, (.validate.rules) = { ... }AddressOuterClass.SocketAddressOrBuilder getSourceAddressOrBuilder()
The address to bind to when creating a socket.
.envoy.api.v2.core.SocketAddress source_address = 1 [(.gogoproto.nullable) = false, (.validate.rules) = { ... }boolean getFreebind()
[#not-implemented-hide:] Whether to set the IP_FREEBIND option when creating the socket. If set, allows the source_address specified to be an address that is not configured on the system running Envoy. Defaults to false.
bool freebind = 2;Copyright © 2018 The Envoy Project. All rights reserved.