Class HostSubnetFluent<A extends HostSubnetFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.miscellaneous.network.v1.HostSubnetFluent<A>
-
- Direct Known Subclasses:
HostSubnetBuilder,HostSubnetListFluent.ItemsNested
public class HostSubnetFluent<A extends HostSubnetFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classHostSubnetFluent.MetadataNested<N>
-
Constructor Summary
Constructors Constructor Description HostSubnetFluent()HostSubnetFluent(HostSubnet instance)
-
Method Summary
-
-
-
Constructor Detail
-
HostSubnetFluent
public HostSubnetFluent()
-
HostSubnetFluent
public HostSubnetFluent(HostSubnet instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(HostSubnet instance)
-
getApiVersion
public String getApiVersion()
-
hasApiVersion
public boolean hasApiVersion()
-
addAllToEgressCIDRs
public A addAllToEgressCIDRs(Collection<String> items)
-
removeAllFromEgressCIDRs
public A removeAllFromEgressCIDRs(Collection<String> items)
-
getEgressCIDR
public String getEgressCIDR(int index)
-
getFirstEgressCIDR
public String getFirstEgressCIDR()
-
getLastEgressCIDR
public String getLastEgressCIDR()
-
hasEgressCIDRs
public boolean hasEgressCIDRs()
-
addAllToEgressIPs
public A addAllToEgressIPs(Collection<String> items)
-
removeAllFromEgressIPs
public A removeAllFromEgressIPs(Collection<String> items)
-
getEgressIP
public String getEgressIP(int index)
-
getFirstEgressIP
public String getFirstEgressIP()
-
getLastEgressIP
public String getLastEgressIP()
-
hasEgressIPs
public boolean hasEgressIPs()
-
getHost
public String getHost()
-
hasHost
public boolean hasHost()
-
getHostIP
public String getHostIP()
-
hasHostIP
public boolean hasHostIP()
-
getKind
public String getKind()
-
hasKind
public boolean hasKind()
-
buildMetadata
public io.fabric8.kubernetes.api.model.ObjectMeta buildMetadata()
-
withMetadata
public A withMetadata(io.fabric8.kubernetes.api.model.ObjectMeta metadata)
-
hasMetadata
public boolean hasMetadata()
-
withNewMetadata
public HostSubnetFluent.MetadataNested<A> withNewMetadata()
-
withNewMetadataLike
public HostSubnetFluent.MetadataNested<A> withNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
-
editMetadata
public HostSubnetFluent.MetadataNested<A> editMetadata()
-
editOrNewMetadata
public HostSubnetFluent.MetadataNested<A> editOrNewMetadata()
-
editOrNewMetadataLike
public HostSubnetFluent.MetadataNested<A> editOrNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
-
getSubnet
public String getSubnet()
-
hasSubnet
public boolean hasSubnet()
-
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 HostSubnetFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends HostSubnetFluent<A>>
-
-