Class IPv4OVNKubernetesConfigFluent<A extends IPv4OVNKubernetesConfigFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.IPv4OVNKubernetesConfigFluent<A>
-
- Direct Known Subclasses:
IPv4OVNKubernetesConfigBuilder,OVNKubernetesConfigFluent.Ipv4Nested
public class IPv4OVNKubernetesConfigFluent<A extends IPv4OVNKubernetesConfigFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description IPv4OVNKubernetesConfigFluent()IPv4OVNKubernetesConfigFluent(IPv4OVNKubernetesConfig instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddToAdditionalProperties(String key, Object value)AaddToAdditionalProperties(Map<String,Object> map)protected voidcopyInstance(IPv4OVNKubernetesConfig instance)booleanequals(Object o)Map<String,Object>getAdditionalProperties()StringgetInternalJoinSubnet()StringgetInternalTransitSwitchSubnet()booleanhasAdditionalProperties()inthashCode()booleanhasInternalJoinSubnet()booleanhasInternalTransitSwitchSubnet()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithInternalJoinSubnet(String internalJoinSubnet)AwithInternalTransitSwitchSubnet(String internalTransitSwitchSubnet)
-
-
-
Constructor Detail
-
IPv4OVNKubernetesConfigFluent
public IPv4OVNKubernetesConfigFluent()
-
IPv4OVNKubernetesConfigFluent
public IPv4OVNKubernetesConfigFluent(IPv4OVNKubernetesConfig instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(IPv4OVNKubernetesConfig instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends IPv4OVNKubernetesConfigFluent<A>>
-
getInternalJoinSubnet
public String getInternalJoinSubnet()
-
getInternalTransitSwitchSubnet
public String getInternalTransitSwitchSubnet()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasInternalJoinSubnet
public boolean hasInternalJoinSubnet()
-
hasInternalTransitSwitchSubnet
public boolean hasInternalTransitSwitchSubnet()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends IPv4OVNKubernetesConfigFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
-