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 |
addNewDestinationSubnet(String arg0) |
A |
addNewGateway(String arg0) |
A |
addToDestinationSubnets(Integer index,
String item) |
A |
addToDestinationSubnets(String... items) |
A |
addToGateways(Integer index,
String item) |
A |
addToGateways(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 |
getGateway(Integer index) |
List<String> |
getGateways() |
String |
getLastDestinationSubnet() |
String |
getLastGateway() |
String |
getMatchingDestinationSubnet(Predicate<String> predicate) |
String |
getMatchingGateway(Predicate<String> predicate) |
Integer |
getPort() |
Map<String,String> |
getSourceLabels() |
String |
getSourceNamespace() |
String |
getSourceSubnet() |
Boolean |
hasDestinationSubnets() |
Boolean |
hasGateways() |
Boolean |
hasMatchingDestinationSubnet(Predicate<String> predicate) |
Boolean |
hasMatchingGateway(Predicate<String> predicate) |
Boolean |
hasPort() |
Boolean |
hasSourceLabels() |
Boolean |
hasSourceNamespace() |
Boolean |
hasSourceSubnet() |
A |
removeAllFromDestinationSubnets(Collection<String> items) |
A |
removeAllFromGateways(Collection<String> items) |
A |
removeFromDestinationSubnets(String... items) |
A |
removeFromGateways(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 |
withDestinationSubnets(List<String> destinationSubnets) |
A |
withDestinationSubnets(String... destinationSubnets) |
A |
withGateways(List<String> gateways) |
A |
withGateways(String... gateways) |
A |
withNewSourceNamespace(String arg0)
Deprecated.
|
A |
withNewSourceSubnet(String arg0)
Deprecated.
|
A |
withPort(Integer port) |
<K,V> A |
withSourceLabels(Map<String,String> sourceLabels) |
A |
withSourceNamespace(String sourceNamespace) |
A |
withSourceSubnet(String sourceSubnet) |