public class ExternalIPPolicyFluentImpl<A extends ExternalIPPolicyFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ExternalIPPolicyFluent<A>
| Constructor and Description |
|---|
ExternalIPPolicyFluentImpl() |
ExternalIPPolicyFluentImpl(ExternalIPPolicy instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ExternalIPPolicyFluentImpl()
public ExternalIPPolicyFluentImpl(ExternalIPPolicy instance)
public A addToAllowedCIDRs(Integer index, String item)
addToAllowedCIDRs in interface ExternalIPPolicyFluent<A extends ExternalIPPolicyFluent<A>>public A setToAllowedCIDRs(Integer index, String item)
setToAllowedCIDRs in interface ExternalIPPolicyFluent<A extends ExternalIPPolicyFluent<A>>public A addToAllowedCIDRs(String... items)
addToAllowedCIDRs in interface ExternalIPPolicyFluent<A extends ExternalIPPolicyFluent<A>>public A addAllToAllowedCIDRs(Collection<String> items)
addAllToAllowedCIDRs in interface ExternalIPPolicyFluent<A extends ExternalIPPolicyFluent<A>>public A removeFromAllowedCIDRs(String... items)
removeFromAllowedCIDRs in interface ExternalIPPolicyFluent<A extends ExternalIPPolicyFluent<A>>public A removeAllFromAllowedCIDRs(Collection<String> items)
removeAllFromAllowedCIDRs in interface ExternalIPPolicyFluent<A extends ExternalIPPolicyFluent<A>>public List<String> getAllowedCIDRs()
getAllowedCIDRs in interface ExternalIPPolicyFluent<A extends ExternalIPPolicyFluent<A>>public String getAllowedCIDR(Integer index)
getAllowedCIDR in interface ExternalIPPolicyFluent<A extends ExternalIPPolicyFluent<A>>public String getFirstAllowedCIDR()
getFirstAllowedCIDR in interface ExternalIPPolicyFluent<A extends ExternalIPPolicyFluent<A>>public String getLastAllowedCIDR()
getLastAllowedCIDR in interface ExternalIPPolicyFluent<A extends ExternalIPPolicyFluent<A>>public String getMatchingAllowedCIDR(Predicate<String> predicate)
getMatchingAllowedCIDR in interface ExternalIPPolicyFluent<A extends ExternalIPPolicyFluent<A>>public Boolean hasMatchingAllowedCIDR(Predicate<String> predicate)
hasMatchingAllowedCIDR in interface ExternalIPPolicyFluent<A extends ExternalIPPolicyFluent<A>>public A withAllowedCIDRs(List<String> allowedCIDRs)
withAllowedCIDRs in interface ExternalIPPolicyFluent<A extends ExternalIPPolicyFluent<A>>public A withAllowedCIDRs(String... allowedCIDRs)
withAllowedCIDRs in interface ExternalIPPolicyFluent<A extends ExternalIPPolicyFluent<A>>public Boolean hasAllowedCIDRs()
hasAllowedCIDRs in interface ExternalIPPolicyFluent<A extends ExternalIPPolicyFluent<A>>public A addToRejectedCIDRs(Integer index, String item)
addToRejectedCIDRs in interface ExternalIPPolicyFluent<A extends ExternalIPPolicyFluent<A>>public A setToRejectedCIDRs(Integer index, String item)
setToRejectedCIDRs in interface ExternalIPPolicyFluent<A extends ExternalIPPolicyFluent<A>>public A addToRejectedCIDRs(String... items)
addToRejectedCIDRs in interface ExternalIPPolicyFluent<A extends ExternalIPPolicyFluent<A>>public A addAllToRejectedCIDRs(Collection<String> items)
addAllToRejectedCIDRs in interface ExternalIPPolicyFluent<A extends ExternalIPPolicyFluent<A>>public A removeFromRejectedCIDRs(String... items)
removeFromRejectedCIDRs in interface ExternalIPPolicyFluent<A extends ExternalIPPolicyFluent<A>>public A removeAllFromRejectedCIDRs(Collection<String> items)
removeAllFromRejectedCIDRs in interface ExternalIPPolicyFluent<A extends ExternalIPPolicyFluent<A>>public List<String> getRejectedCIDRs()
getRejectedCIDRs in interface ExternalIPPolicyFluent<A extends ExternalIPPolicyFluent<A>>public String getRejectedCIDR(Integer index)
getRejectedCIDR in interface ExternalIPPolicyFluent<A extends ExternalIPPolicyFluent<A>>public String getFirstRejectedCIDR()
getFirstRejectedCIDR in interface ExternalIPPolicyFluent<A extends ExternalIPPolicyFluent<A>>public String getLastRejectedCIDR()
getLastRejectedCIDR in interface ExternalIPPolicyFluent<A extends ExternalIPPolicyFluent<A>>public String getMatchingRejectedCIDR(Predicate<String> predicate)
getMatchingRejectedCIDR in interface ExternalIPPolicyFluent<A extends ExternalIPPolicyFluent<A>>public Boolean hasMatchingRejectedCIDR(Predicate<String> predicate)
hasMatchingRejectedCIDR in interface ExternalIPPolicyFluent<A extends ExternalIPPolicyFluent<A>>public A withRejectedCIDRs(List<String> rejectedCIDRs)
withRejectedCIDRs in interface ExternalIPPolicyFluent<A extends ExternalIPPolicyFluent<A>>public A withRejectedCIDRs(String... rejectedCIDRs)
withRejectedCIDRs in interface ExternalIPPolicyFluent<A extends ExternalIPPolicyFluent<A>>public Boolean hasRejectedCIDRs()
hasRejectedCIDRs in interface ExternalIPPolicyFluent<A extends ExternalIPPolicyFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ExternalIPPolicyFluent<A extends ExternalIPPolicyFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ExternalIPPolicyFluent<A extends ExternalIPPolicyFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ExternalIPPolicyFluent<A extends ExternalIPPolicyFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ExternalIPPolicyFluent<A extends ExternalIPPolicyFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ExternalIPPolicyFluent<A extends ExternalIPPolicyFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ExternalIPPolicyFluent<A extends ExternalIPPolicyFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface ExternalIPPolicyFluent<A extends ExternalIPPolicyFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ExternalIPPolicyFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ExternalIPPolicyFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.