public class RawIptablesFluent<A extends RawIptablesFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
RawIptablesFluent() |
RawIptablesFluent(RawIptables instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToIpsets(Collection<String> items) |
A |
addToIpsets(int index,
String item) |
A |
addToIpsets(String... items) |
protected void |
copyInstance(RawIptables instance) |
boolean |
equals(Object o) |
String |
getDevice() |
String |
getDirection() |
String |
getFirstIpset() |
String |
getIpset(int index) |
List<String> |
getIpsets() |
String |
getLastIpset() |
String |
getMatchingIpset(Predicate<String> predicate) |
String |
getName() |
String |
getSource() |
boolean |
hasDevice() |
boolean |
hasDirection() |
int |
hashCode() |
boolean |
hasIpsets() |
boolean |
hasMatchingIpset(Predicate<String> predicate) |
boolean |
hasName() |
boolean |
hasSource() |
A |
removeAllFromIpsets(Collection<String> items) |
A |
removeFromIpsets(String... items) |
A |
setToIpsets(int index,
String item) |
String |
toString() |
A |
withDevice(String device) |
A |
withDirection(String direction) |
A |
withIpsets(List<String> ipsets) |
A |
withIpsets(String... ipsets) |
A |
withName(String name) |
A |
withSource(String source) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic RawIptablesFluent()
public RawIptablesFluent(RawIptables instance)
protected void copyInstance(RawIptables instance)
public String getDevice()
public boolean hasDevice()
public String getDirection()
public boolean hasDirection()
public A addAllToIpsets(Collection<String> items)
public A removeAllFromIpsets(Collection<String> items)
public String getIpset(int index)
public String getFirstIpset()
public String getLastIpset()
public boolean hasIpsets()
public String getName()
public boolean hasName()
public String getSource()
public boolean hasSource()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends RawIptablesFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends RawIptablesFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.