Class ExternalIPPolicyFluent<A extends ExternalIPPolicyFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1.ExternalIPPolicyFluent<A>
-
- Direct Known Subclasses:
ExternalIPConfigFluent.PolicyNested,ExternalIPPolicyBuilder
public class ExternalIPPolicyFluent<A extends ExternalIPPolicyFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description ExternalIPPolicyFluent()ExternalIPPolicyFluent(ExternalIPPolicy instance)
-
Method Summary
-
-
-
Constructor Detail
-
ExternalIPPolicyFluent
public ExternalIPPolicyFluent()
-
ExternalIPPolicyFluent
public ExternalIPPolicyFluent(ExternalIPPolicy instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(ExternalIPPolicy instance)
-
addAllToAllowedCIDRs
public A addAllToAllowedCIDRs(Collection<String> items)
-
removeAllFromAllowedCIDRs
public A removeAllFromAllowedCIDRs(Collection<String> items)
-
getAllowedCIDR
public String getAllowedCIDR(int index)
-
getFirstAllowedCIDR
public String getFirstAllowedCIDR()
-
getLastAllowedCIDR
public String getLastAllowedCIDR()
-
hasAllowedCIDRs
public boolean hasAllowedCIDRs()
-
addAllToRejectedCIDRs
public A addAllToRejectedCIDRs(Collection<String> items)
-
removeAllFromRejectedCIDRs
public A removeAllFromRejectedCIDRs(Collection<String> items)
-
getRejectedCIDR
public String getRejectedCIDR(int index)
-
getFirstRejectedCIDR
public String getFirstRejectedCIDR()
-
getLastRejectedCIDR
public String getLastRejectedCIDR()
-
hasRejectedCIDRs
public boolean hasRejectedCIDRs()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ExternalIPPolicyFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ExternalIPPolicyFluent<A>>
-
-