public class RawIptablesFluentImpl<A extends RawIptablesFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements RawIptablesFluent<A>
| Constructor and Description |
|---|
RawIptablesFluentImpl() |
RawIptablesFluentImpl(RawIptables instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToIpsets(Collection<String> items) |
A |
addToIpsets(int index,
String item) |
A |
addToIpsets(String... items) |
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 RawIptablesFluentImpl()
public RawIptablesFluentImpl(RawIptables instance)
public String getDevice()
getDevice in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public A withDevice(String device)
withDevice in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public Boolean hasDevice()
hasDevice in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public String getDirection()
getDirection in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public A withDirection(String direction)
withDirection in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public Boolean hasDirection()
hasDirection in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public A addToIpsets(int index, String item)
addToIpsets in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public A setToIpsets(int index, String item)
setToIpsets in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public A addToIpsets(String... items)
addToIpsets in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public A addAllToIpsets(Collection<String> items)
addAllToIpsets in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public A removeFromIpsets(String... items)
removeFromIpsets in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public A removeAllFromIpsets(Collection<String> items)
removeAllFromIpsets in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public List<String> getIpsets()
getIpsets in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public String getIpset(int index)
getIpset in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public String getFirstIpset()
getFirstIpset in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public String getLastIpset()
getLastIpset in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public String getMatchingIpset(Predicate<String> predicate)
getMatchingIpset in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public Boolean hasMatchingIpset(Predicate<String> predicate)
hasMatchingIpset in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public A withIpsets(List<String> ipsets)
withIpsets in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public A withIpsets(String... ipsets)
withIpsets in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public Boolean hasIpsets()
hasIpsets in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public String getName()
getName in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public A withName(String name)
withName in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public Boolean hasName()
hasName in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public String getSource()
getSource in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public A withSource(String source)
withSource in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public Boolean hasSource()
hasSource in interface RawIptablesFluent<A extends RawIptablesFluent<A>>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.