All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addAllToHosts(Collection<String> items) |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToHosts(int index,
String item) |
A |
addToHosts(String... items) |
Port |
buildPort() |
protected void |
copyInstance(IstioEgressListener instance) |
IstioEgressListenerFluent.PortNested<A> |
editOrNewPort() |
IstioEgressListenerFluent.PortNested<A> |
editOrNewPortLike(Port item) |
IstioEgressListenerFluent.PortNested<A> |
editPort() |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getBind() |
CaptureMode |
getCaptureMode() |
String |
getFirstHost() |
String |
getHost(int index) |
List<String> |
getHosts() |
String |
getLastHost() |
String |
getMatchingHost(Predicate<String> predicate) |
boolean |
hasAdditionalProperties() |
boolean |
hasBind() |
boolean |
hasCaptureMode() |
int |
hashCode() |
boolean |
hasHosts() |
boolean |
hasMatchingHost(Predicate<String> predicate) |
boolean |
hasPort() |
A |
removeAllFromHosts(Collection<String> items) |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromHosts(String... items) |
A |
setToHosts(int index,
String item) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withBind(String bind) |
A |
withCaptureMode(CaptureMode captureMode) |
A |
withHosts(List<String> hosts) |
A |
withHosts(String... hosts) |
IstioEgressListenerFluent.PortNested<A> |
withNewPort() |
A |
withNewPort(String name,
Integer number,
String protocol,
Integer targetPort) |
IstioEgressListenerFluent.PortNested<A> |
withNewPortLike(Port item) |
A |
withPort(Port port) |