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) |
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>>@Deprecated public A withNewCidr(String arg0)
withNewCidr in interface IPBlockFluent<A extends IPBlockFluent<A>>public A addToExcept(Integer index, String item)
addToExcept in interface IPBlockFluent<A extends IPBlockFluent<A>>public A setToExcept(Integer 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(Integer 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(Predicate<String> predicate)
getMatchingExcept in interface IPBlockFluent<A extends IPBlockFluent<A>>public Boolean hasMatchingExcept(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 arg0)
addNewExcept in interface IPBlockFluent<A extends IPBlockFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface IPBlockFluent<A extends IPBlockFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface IPBlockFluent<A extends IPBlockFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface IPBlockFluent<A extends IPBlockFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface IPBlockFluent<A extends IPBlockFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface IPBlockFluent<A extends IPBlockFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface IPBlockFluent<A extends IPBlockFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface IPBlockFluent<A extends IPBlockFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.