public class IPBlockFluentImpl<A extends IPBlockFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements IPBlockFluent<A>
| Constructor and Description |
|---|
IPBlockFluentImpl() |
IPBlockFluentImpl(IPBlock instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToExcept(Collection<String> items) |
A |
addNewExcept(String arg1) |
A |
addNewExcept(StringBuffer arg1) |
A |
addNewExcept(StringBuilder arg1) |
A |
addToExcept(int index,
String item) |
A |
addToExcept(String... items) |
boolean |
equals(Object o) |
String |
getCidr() |
List<String> |
getExcept() |
String |
getExcept(int index) |
String |
getFirstExcept() |
String |
getLastExcept() |
String |
getMatchingExcept(io.fabric8.kubernetes.api.builder.Predicate<String> predicate) |
Boolean |
hasCidr() |
Boolean |
hasExcept() |
int |
hashCode() |
Boolean |
hasMatchingExcept(io.fabric8.kubernetes.api.builder.Predicate<String> predicate) |
A |
removeAllFromExcept(Collection<String> items) |
A |
removeFromExcept(String... items) |
A |
setToExcept(int index,
String item) |
A |
withCidr(String cidr) |
A |
withExcept(List<String> except) |
A |
withExcept(String... except) |
A |
withNewCidr(String arg1) |
A |
withNewCidr(StringBuffer arg1) |
A |
withNewCidr(StringBuilder arg1) |
public IPBlockFluentImpl()
public IPBlockFluentImpl(IPBlock instance)
public String getCidr()
getCidr in interface IPBlockFluent<A extends IPBlockFluent<A>>public A withCidr(String cidr)
withCidr in interface IPBlockFluent<A extends IPBlockFluent<A>>public Boolean hasCidr()
hasCidr in interface IPBlockFluent<A extends IPBlockFluent<A>>public A withNewCidr(String arg1)
withNewCidr in interface IPBlockFluent<A extends IPBlockFluent<A>>public A withNewCidr(StringBuilder arg1)
withNewCidr in interface IPBlockFluent<A extends IPBlockFluent<A>>public A withNewCidr(StringBuffer arg1)
withNewCidr in interface IPBlockFluent<A extends IPBlockFluent<A>>public A addToExcept(int index, String item)
addToExcept in interface IPBlockFluent<A extends IPBlockFluent<A>>public A setToExcept(int index, String item)
setToExcept in interface IPBlockFluent<A extends IPBlockFluent<A>>public A addToExcept(String... items)
addToExcept in interface IPBlockFluent<A extends IPBlockFluent<A>>public A addAllToExcept(Collection<String> items)
addAllToExcept in interface IPBlockFluent<A extends IPBlockFluent<A>>public A removeFromExcept(String... items)
removeFromExcept in interface IPBlockFluent<A extends IPBlockFluent<A>>public A removeAllFromExcept(Collection<String> items)
removeAllFromExcept in interface IPBlockFluent<A extends IPBlockFluent<A>>public List<String> getExcept()
getExcept in interface IPBlockFluent<A extends IPBlockFluent<A>>public String getExcept(int index)
getExcept in interface IPBlockFluent<A extends IPBlockFluent<A>>public String getFirstExcept()
getFirstExcept in interface IPBlockFluent<A extends IPBlockFluent<A>>public String getLastExcept()
getLastExcept in interface IPBlockFluent<A extends IPBlockFluent<A>>public String getMatchingExcept(io.fabric8.kubernetes.api.builder.Predicate<String> predicate)
getMatchingExcept in interface IPBlockFluent<A extends IPBlockFluent<A>>public Boolean hasMatchingExcept(io.fabric8.kubernetes.api.builder.Predicate<String> predicate)
hasMatchingExcept in interface IPBlockFluent<A extends IPBlockFluent<A>>public A withExcept(List<String> except)
withExcept in interface IPBlockFluent<A extends IPBlockFluent<A>>public A withExcept(String... except)
withExcept in interface IPBlockFluent<A extends IPBlockFluent<A>>public Boolean hasExcept()
hasExcept in interface IPBlockFluent<A extends IPBlockFluent<A>>public A addNewExcept(String arg1)
addNewExcept in interface IPBlockFluent<A extends IPBlockFluent<A>>public A addNewExcept(StringBuilder arg1)
addNewExcept in interface IPBlockFluent<A extends IPBlockFluent<A>>public A addNewExcept(StringBuffer arg1)
addNewExcept in interface IPBlockFluent<A extends IPBlockFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.