public static interface Listener.DeprecatedV1OrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.BoolValue |
getBindToPort()
Whether the listener should bind to the port.
|
com.google.protobuf.BoolValueOrBuilder |
getBindToPortOrBuilder()
Whether the listener should bind to the port.
|
boolean |
hasBindToPort()
Whether the listener should bind to the port.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasBindToPort()
Whether the listener should bind to the port. A listener that doesn't bind can only receive connections redirected from other listeners that set use_original_dst parameter to true. Default is true. This is deprecated. Use :ref:`Listener.bind_to_port <envoy_api_field_config.listener.v4alpha.Listener.bind_to_port>`
.google.protobuf.BoolValue bind_to_port = 1;com.google.protobuf.BoolValue getBindToPort()
Whether the listener should bind to the port. A listener that doesn't bind can only receive connections redirected from other listeners that set use_original_dst parameter to true. Default is true. This is deprecated. Use :ref:`Listener.bind_to_port <envoy_api_field_config.listener.v4alpha.Listener.bind_to_port>`
.google.protobuf.BoolValue bind_to_port = 1;com.google.protobuf.BoolValueOrBuilder getBindToPortOrBuilder()
Whether the listener should bind to the port. A listener that doesn't bind can only receive connections redirected from other listeners that set use_original_dst parameter to true. Default is true. This is deprecated. Use :ref:`Listener.bind_to_port <envoy_api_field_config.listener.v4alpha.Listener.bind_to_port>`
.google.protobuf.BoolValue bind_to_port = 1;Copyright © 2018–2021 The Envoy Project. All rights reserved.