All Methods Instance Methods Abstract Methods Deprecated Methods
| Modifier and Type |
Method and Description |
A |
addAllToDestinationSubnets(Collection<String> items) |
A |
addAllToGateways(Collection<String> items) |
A |
addAllToSniHosts(Collection<String> items) |
A |
addNewDestinationSubnet(String arg0) |
A |
addNewGateway(String arg0) |
A |
addNewSniHost(String arg0) |
A |
addToDestinationSubnets(Integer index,
String item) |
A |
addToDestinationSubnets(String... items) |
A |
addToGateways(Integer index,
String item) |
A |
addToGateways(String... items) |
A |
addToSniHosts(Integer index,
String item) |
A |
addToSniHosts(String... items) |
A |
addToSourceLabels(Map<String,String> map) |
A |
addToSourceLabels(String key,
String value) |
String |
getDestinationSubnet(Integer index) |
List<String> |
getDestinationSubnets() |
String |
getFirstDestinationSubnet() |
String |
getFirstGateway() |
String |
getFirstSniHost() |
String |
getGateway(Integer index) |
List<String> |
getGateways() |
String |
getLastDestinationSubnet() |
String |
getLastGateway() |
String |
getLastSniHost() |
String |
getMatchingDestinationSubnet(Predicate<String> predicate) |
String |
getMatchingGateway(Predicate<String> predicate) |
String |
getMatchingSniHost(Predicate<String> predicate) |
Integer |
getPort() |
String |
getSniHost(Integer index) |
List<String> |
getSniHosts() |
Map<String,String> |
getSourceLabels() |
String |
getSourceNamespace() |
Boolean |
hasDestinationSubnets() |
Boolean |
hasGateways() |
Boolean |
hasMatchingDestinationSubnet(Predicate<String> predicate) |
Boolean |
hasMatchingGateway(Predicate<String> predicate) |
Boolean |
hasMatchingSniHost(Predicate<String> predicate) |
Boolean |
hasPort() |
Boolean |
hasSniHosts() |
Boolean |
hasSourceLabels() |
Boolean |
hasSourceNamespace() |
A |
removeAllFromDestinationSubnets(Collection<String> items) |
A |
removeAllFromGateways(Collection<String> items) |
A |
removeAllFromSniHosts(Collection<String> items) |
A |
removeFromDestinationSubnets(String... items) |
A |
removeFromGateways(String... items) |
A |
removeFromSniHosts(String... items) |
A |
removeFromSourceLabels(Map<String,String> map) |
A |
removeFromSourceLabels(String key) |
A |
setToDestinationSubnets(Integer index,
String item) |
A |
setToGateways(Integer index,
String item) |
A |
setToSniHosts(Integer index,
String item) |
A |
withDestinationSubnets(List<String> destinationSubnets) |
A |
withDestinationSubnets(String... destinationSubnets) |
A |
withGateways(List<String> gateways) |
A |
withGateways(String... gateways) |
A |
withNewSourceNamespace(String arg0)
Deprecated.
|
A |
withPort(Integer port) |
A |
withSniHosts(List<String> sniHosts) |
A |
withSniHosts(String... sniHosts) |
<K,V> A |
withSourceLabels(Map<String,String> sourceLabels) |
A |
withSourceNamespace(String sourceNamespace) |