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 |
addNewIpset(byte[] arg1) |
A |
addNewIpset(byte[] arg1,
int arg2) |
A |
addNewIpset(byte[] arg1,
int arg2,
int arg3) |
A |
addNewIpset(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
addNewIpset(char[] arg1) |
A |
addNewIpset(char[] arg1,
int arg2,
int arg3) |
A |
addNewIpset(int[] arg1,
int arg2,
int arg3) |
A |
addNewIpset(String arg1) |
A |
addNewIpset(StringBuffer arg1) |
A |
addNewIpset(StringBuilder arg1) |
A |
addToIpsets(int index,
String item) |
A |
addToIpsets(String... items) |
boolean |
equals(Object o) |
String |
getDirection() |
String |
getFirstIpset() |
String |
getIpset(int index) |
List<String> |
getIpsets() |
String |
getLastIpset() |
String |
getMatchingIpset(Predicate<String> predicate) |
String |
getName() |
String |
getSource() |
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) |
A |
withDirection(String direction) |
A |
withIpsets(List<String> ipsets) |
A |
withIpsets(String... ipsets) |
A |
withName(String name) |
A |
withNewDirection(byte[] arg1) |
A |
withNewDirection(byte[] arg1,
int arg2) |
A |
withNewDirection(byte[] arg1,
int arg2,
int arg3) |
A |
withNewDirection(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewDirection(char[] arg1) |
A |
withNewDirection(char[] arg1,
int arg2,
int arg3) |
A |
withNewDirection(int[] arg1,
int arg2,
int arg3) |
A |
withNewDirection(String arg1) |
A |
withNewDirection(StringBuffer arg1) |
A |
withNewDirection(StringBuilder arg1) |
A |
withNewName(byte[] arg1) |
A |
withNewName(byte[] arg1,
int arg2) |
A |
withNewName(byte[] arg1,
int arg2,
int arg3) |
A |
withNewName(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewName(char[] arg1) |
A |
withNewName(char[] arg1,
int arg2,
int arg3) |
A |
withNewName(int[] arg1,
int arg2,
int arg3) |
A |
withNewName(String arg1) |
A |
withNewName(StringBuffer arg1) |
A |
withNewName(StringBuilder arg1) |
A |
withNewSource(byte[] arg1) |
A |
withNewSource(byte[] arg1,
int arg2) |
A |
withNewSource(byte[] arg1,
int arg2,
int arg3) |
A |
withNewSource(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewSource(char[] arg1) |
A |
withNewSource(char[] arg1,
int arg2,
int arg3) |
A |
withNewSource(int[] arg1,
int arg2,
int arg3) |
A |
withNewSource(String arg1) |
A |
withNewSource(StringBuffer arg1) |
A |
withNewSource(StringBuilder arg1) |
A |
withSource(String source) |
public RawIptablesFluentImpl()
public RawIptablesFluentImpl(RawIptables instance)
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 withNewDirection(StringBuilder arg1)
withNewDirection in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public A withNewDirection(int[] arg1, int arg2, int arg3)
withNewDirection in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public A withNewDirection(char[] arg1)
withNewDirection in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public A withNewDirection(StringBuffer arg1)
withNewDirection in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public A withNewDirection(byte[] arg1, int arg2)
withNewDirection in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public A withNewDirection(byte[] arg1)
withNewDirection in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public A withNewDirection(char[] arg1, int arg2, int arg3)
withNewDirection in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public A withNewDirection(byte[] arg1, int arg2, int arg3)
withNewDirection in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public A withNewDirection(byte[] arg1, int arg2, int arg3, int arg4)
withNewDirection in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public A withNewDirection(String arg1)
withNewDirection 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 A addNewIpset(StringBuilder arg1)
addNewIpset in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public A addNewIpset(int[] arg1, int arg2, int arg3)
addNewIpset in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public A addNewIpset(char[] arg1)
addNewIpset in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public A addNewIpset(StringBuffer arg1)
addNewIpset in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public A addNewIpset(byte[] arg1, int arg2)
addNewIpset in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public A addNewIpset(byte[] arg1)
addNewIpset in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public A addNewIpset(char[] arg1, int arg2, int arg3)
addNewIpset in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public A addNewIpset(byte[] arg1, int arg2, int arg3)
addNewIpset in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public A addNewIpset(byte[] arg1, int arg2, int arg3, int arg4)
addNewIpset in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public A addNewIpset(String arg1)
addNewIpset 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 A withNewName(StringBuilder arg1)
withNewName in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public A withNewName(int[] arg1, int arg2, int arg3)
withNewName in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public A withNewName(char[] arg1)
withNewName in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public A withNewName(StringBuffer arg1)
withNewName in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public A withNewName(byte[] arg1, int arg2)
withNewName in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public A withNewName(byte[] arg1)
withNewName in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public A withNewName(char[] arg1, int arg2, int arg3)
withNewName in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public A withNewName(byte[] arg1, int arg2, int arg3)
withNewName in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public A withNewName(byte[] arg1, int arg2, int arg3, int arg4)
withNewName in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public A withNewName(String arg1)
withNewName 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 A withNewSource(StringBuilder arg1)
withNewSource in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public A withNewSource(int[] arg1, int arg2, int arg3)
withNewSource in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public A withNewSource(char[] arg1)
withNewSource in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public A withNewSource(StringBuffer arg1)
withNewSource in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public A withNewSource(byte[] arg1, int arg2)
withNewSource in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public A withNewSource(byte[] arg1)
withNewSource in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public A withNewSource(char[] arg1, int arg2, int arg3)
withNewSource in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public A withNewSource(byte[] arg1, int arg2, int arg3)
withNewSource in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public A withNewSource(byte[] arg1, int arg2, int arg3, int arg4)
withNewSource in interface RawIptablesFluent<A extends RawIptablesFluent<A>>public A withNewSource(String arg1)
withNewSource in interface RawIptablesFluent<A extends RawIptablesFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.