public static interface ListenersConfigDump.DynamicListenerOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ListenersConfigDump.DynamicListenerState |
getActiveState()
The listener state for any active listener by this name.
|
ListenersConfigDump.DynamicListenerStateOrBuilder |
getActiveStateOrBuilder()
The listener state for any active listener by this name.
|
ListenersConfigDump.DynamicListenerState |
getDrainingState()
The listener state for any draining listener by this name.
|
ListenersConfigDump.DynamicListenerStateOrBuilder |
getDrainingStateOrBuilder()
The listener state for any draining listener by this name.
|
UpdateFailureState |
getErrorState()
Set if the last update failed, cleared after the next successful update.
|
UpdateFailureStateOrBuilder |
getErrorStateOrBuilder()
Set if the last update failed, cleared after the next successful update.
|
String |
getName()
The name or unique id of this listener, pulled from the DynamicListenerState config.
|
com.google.protobuf.ByteString |
getNameBytes()
The name or unique id of this listener, pulled from the DynamicListenerState config.
|
ListenersConfigDump.DynamicListenerState |
getWarmingState()
The listener state for any warming listener by this name.
|
ListenersConfigDump.DynamicListenerStateOrBuilder |
getWarmingStateOrBuilder()
The listener state for any warming listener by this name.
|
boolean |
hasActiveState()
The listener state for any active listener by this name.
|
boolean |
hasDrainingState()
The listener state for any draining listener by this name.
|
boolean |
hasErrorState()
Set if the last update failed, cleared after the next successful update.
|
boolean |
hasWarmingState()
The listener state for any warming listener by this name.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The name or unique id of this listener, pulled from the DynamicListenerState config.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The name or unique id of this listener, pulled from the DynamicListenerState config.
string name = 1;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.v4alpha.ListenersConfigDump.DynamicListenerState active_state = 2;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.v4alpha.ListenersConfigDump.DynamicListenerState active_state = 2;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.v4alpha.ListenersConfigDump.DynamicListenerState active_state = 2;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.v4alpha.ListenersConfigDump.DynamicListenerState warming_state = 3;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.v4alpha.ListenersConfigDump.DynamicListenerState warming_state = 3;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.v4alpha.ListenersConfigDump.DynamicListenerState warming_state = 3;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.v4alpha.ListenersConfigDump.DynamicListenerState draining_state = 4;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.v4alpha.ListenersConfigDump.DynamicListenerState draining_state = 4;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.v4alpha.ListenersConfigDump.DynamicListenerState draining_state = 4;boolean hasErrorState()
Set if the last update failed, cleared after the next successful update.
.envoy.admin.v4alpha.UpdateFailureState error_state = 5;UpdateFailureState getErrorState()
Set if the last update failed, cleared after the next successful update.
.envoy.admin.v4alpha.UpdateFailureState error_state = 5;UpdateFailureStateOrBuilder getErrorStateOrBuilder()
Set if the last update failed, cleared after the next successful update.
.envoy.admin.v4alpha.UpdateFailureState error_state = 5;Copyright © 2018–2021 The Envoy Project. All rights reserved.