Interface ListenersConfigDump.DynamicListenerOrBuilder

    • Method Detail

      • getName

        String getName()
         The name or unique id of this listener, pulled from the DynamicListenerState config.
         
        string name = 1;
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         The name or unique id of this listener, pulled from the DynamicListenerState config.
         
        string name = 1;
      • hasActiveState

        boolean hasActiveState()
         The listener state for any active listener by this name.
         These are listeners that are available to service data plane traffic.
         
        .envoy.admin.v2alpha.ListenersConfigDump.DynamicListenerState active_state = 2;
      • getActiveState

        ListenersConfigDump.DynamicListenerState getActiveState()
         The listener state for any active listener by this name.
         These are listeners that are available to service data plane traffic.
         
        .envoy.admin.v2alpha.ListenersConfigDump.DynamicListenerState active_state = 2;
      • getActiveStateOrBuilder

        ListenersConfigDump.DynamicListenerStateOrBuilder getActiveStateOrBuilder()
         The listener state for any active listener by this name.
         These are listeners that are available to service data plane traffic.
         
        .envoy.admin.v2alpha.ListenersConfigDump.DynamicListenerState active_state = 2;
      • hasWarmingState

        boolean hasWarmingState()
         The listener state for any warming listener by this name.
         These are listeners that are currently undergoing warming in preparation to service data
         plane traffic. Note that if attempting to recreate an Envoy configuration from a
         configuration dump, the warming listeners should generally be discarded.
         
        .envoy.admin.v2alpha.ListenersConfigDump.DynamicListenerState warming_state = 3;
      • getWarmingState

        ListenersConfigDump.DynamicListenerState getWarmingState()
         The listener state for any warming listener by this name.
         These are listeners that are currently undergoing warming in preparation to service data
         plane traffic. Note that if attempting to recreate an Envoy configuration from a
         configuration dump, the warming listeners should generally be discarded.
         
        .envoy.admin.v2alpha.ListenersConfigDump.DynamicListenerState warming_state = 3;
      • getWarmingStateOrBuilder

        ListenersConfigDump.DynamicListenerStateOrBuilder getWarmingStateOrBuilder()
         The listener state for any warming listener by this name.
         These are listeners that are currently undergoing warming in preparation to service data
         plane traffic. Note that if attempting to recreate an Envoy configuration from a
         configuration dump, the warming listeners should generally be discarded.
         
        .envoy.admin.v2alpha.ListenersConfigDump.DynamicListenerState warming_state = 3;
      • hasDrainingState

        boolean hasDrainingState()
         The listener state for any draining listener by this name.
         These are listeners that are currently undergoing draining in preparation to stop servicing
         data plane traffic. Note that if attempting to recreate an Envoy configuration from a
         configuration dump, the draining listeners should generally be discarded.
         
        .envoy.admin.v2alpha.ListenersConfigDump.DynamicListenerState draining_state = 4;
      • getDrainingState

        ListenersConfigDump.DynamicListenerState getDrainingState()
         The listener state for any draining listener by this name.
         These are listeners that are currently undergoing draining in preparation to stop servicing
         data plane traffic. Note that if attempting to recreate an Envoy configuration from a
         configuration dump, the draining listeners should generally be discarded.
         
        .envoy.admin.v2alpha.ListenersConfigDump.DynamicListenerState draining_state = 4;
      • getDrainingStateOrBuilder

        ListenersConfigDump.DynamicListenerStateOrBuilder getDrainingStateOrBuilder()
         The listener state for any draining listener by this name.
         These are listeners that are currently undergoing draining in preparation to stop servicing
         data plane traffic. Note that if attempting to recreate an Envoy configuration from a
         configuration dump, the draining listeners should generally be discarded.
         
        .envoy.admin.v2alpha.ListenersConfigDump.DynamicListenerState draining_state = 4;
      • hasErrorState

        boolean hasErrorState()
         Set if the last update failed, cleared after the next successful update.
         
        .envoy.admin.v2alpha.UpdateFailureState error_state = 5;
      • getErrorState

        UpdateFailureState getErrorState()
         Set if the last update failed, cleared after the next successful update.
         
        .envoy.admin.v2alpha.UpdateFailureState error_state = 5;
      • getErrorStateOrBuilder

        UpdateFailureStateOrBuilder getErrorStateOrBuilder()
         Set if the last update failed, cleared after the next successful update.
         
        .envoy.admin.v2alpha.UpdateFailureState error_state = 5;