public class IPBlockFluent<A extends IPBlockFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
IPBlockFluent() |
IPBlockFluent(IPBlock instance) |
public IPBlockFluent()
public IPBlockFluent(IPBlock instance)
protected void copyInstance(IPBlock instance)
public String getCidr()
public boolean hasCidr()
public A addAllToExcept(Collection<String> items)
public A removeAllFromExcept(Collection<String> items)
public String getExcept(int index)
public String getFirstExcept()
public String getLastExcept()
public boolean hasExcept()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends IPBlockFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends IPBlockFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.