Interface UpstreamBindConfigOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UpstreamBindConfig, UpstreamBindConfig.Builder

public interface UpstreamBindConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The address Envoy should bind to when establishing upstream connections.
    The address Envoy should bind to when establishing upstream connections.
    boolean
    The address Envoy should bind to when establishing upstream connections.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasSourceAddress

      boolean hasSourceAddress()
       The address Envoy should bind to when establishing upstream connections.
       
      .envoy.api.v2.core.Address source_address = 1;
      Returns:
      Whether the sourceAddress field is set.
    • getSourceAddress

      Address getSourceAddress()
       The address Envoy should bind to when establishing upstream connections.
       
      .envoy.api.v2.core.Address source_address = 1;
      Returns:
      The sourceAddress.
    • getSourceAddressOrBuilder

      AddressOrBuilder getSourceAddressOrBuilder()
       The address Envoy should bind to when establishing upstream connections.
       
      .envoy.api.v2.core.Address source_address = 1;