public class ClusterNetworkEntryFluentImpl<A extends ClusterNetworkEntryFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ClusterNetworkEntryFluent<A>
| Constructor and Description |
|---|
ClusterNetworkEntryFluentImpl() |
ClusterNetworkEntryFluentImpl(ClusterNetworkEntry instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCIDR() |
Integer |
getHostSubnetLength() |
Boolean |
hasCIDR() |
Boolean |
hasHostSubnetLength() |
A |
withCIDR(String cIDR) |
A |
withHostSubnetLength(Integer hostSubnetLength) |
A |
withNewCIDR(String arg1) |
A |
withNewCIDR(StringBuffer arg1) |
A |
withNewCIDR(StringBuilder arg1) |
public ClusterNetworkEntryFluentImpl()
public ClusterNetworkEntryFluentImpl(ClusterNetworkEntry instance)
public String getCIDR()
getCIDR in interface ClusterNetworkEntryFluent<A extends ClusterNetworkEntryFluent<A>>public A withCIDR(String cIDR)
withCIDR in interface ClusterNetworkEntryFluent<A extends ClusterNetworkEntryFluent<A>>public Boolean hasCIDR()
hasCIDR in interface ClusterNetworkEntryFluent<A extends ClusterNetworkEntryFluent<A>>public A withNewCIDR(String arg1)
withNewCIDR in interface ClusterNetworkEntryFluent<A extends ClusterNetworkEntryFluent<A>>public A withNewCIDR(StringBuilder arg1)
withNewCIDR in interface ClusterNetworkEntryFluent<A extends ClusterNetworkEntryFluent<A>>public A withNewCIDR(StringBuffer arg1)
withNewCIDR in interface ClusterNetworkEntryFluent<A extends ClusterNetworkEntryFluent<A>>public Integer getHostSubnetLength()
getHostSubnetLength in interface ClusterNetworkEntryFluent<A extends ClusterNetworkEntryFluent<A>>public A withHostSubnetLength(Integer hostSubnetLength)
withHostSubnetLength in interface ClusterNetworkEntryFluent<A extends ClusterNetworkEntryFluent<A>>public Boolean hasHostSubnetLength()
hasHostSubnetLength in interface ClusterNetworkEntryFluent<A extends ClusterNetworkEntryFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.