Class IPBlockFluent<A extends IPBlockFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.networking.v1.IPBlockFluent<A>
-
- Direct Known Subclasses:
IPBlockBuilder
,NetworkPolicyPeerFluent.IpBlockNested
public class IPBlockFluent<A extends IPBlockFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
-
Constructor Summary
Constructors Constructor Description IPBlockFluent()
IPBlockFluent(IPBlock instance)
-
Method Summary
-
-
-
Constructor Detail
-
IPBlockFluent
public IPBlockFluent()
-
IPBlockFluent
public IPBlockFluent(IPBlock instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(IPBlock instance)
-
getCidr
public String getCidr()
-
hasCidr
public boolean hasCidr()
-
addAllToExcept
public A addAllToExcept(Collection<String> items)
-
removeAllFromExcept
public A removeAllFromExcept(Collection<String> items)
-
getExcept
public String getExcept(int index)
-
getFirstExcept
public String getFirstExcept()
-
getLastExcept
public String getLastExcept()
-
hasExcept
public boolean hasExcept()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends IPBlockFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends IPBlockFluent<A>>
-
-