public interface UpstreamBindConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Address |
getSourceAddress()
The address Envoy should bind to when establishing upstream connections.
|
AddressOrBuilder |
getSourceAddressOrBuilder()
The address Envoy should bind to when establishing upstream connections.
|
boolean |
hasSourceAddress()
The address Envoy should bind to when establishing upstream connections.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSourceAddress()
The address Envoy should bind to when establishing upstream connections.
.envoy.config.core.v4alpha.Address source_address = 1;Address getSourceAddress()
The address Envoy should bind to when establishing upstream connections.
.envoy.config.core.v4alpha.Address source_address = 1;AddressOrBuilder getSourceAddressOrBuilder()
The address Envoy should bind to when establishing upstream connections.
.envoy.config.core.v4alpha.Address source_address = 1;Copyright © 2018–2021 The Envoy Project. All rights reserved.