Class IPv6OVNKubernetesConfigFluent<A extends IPv6OVNKubernetesConfigFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.IPv6OVNKubernetesConfigFluent<A>
-
- Direct Known Subclasses:
IPv6OVNKubernetesConfigBuilder,OVNKubernetesConfigFluent.Ipv6Nested
public class IPv6OVNKubernetesConfigFluent<A extends IPv6OVNKubernetesConfigFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description IPv6OVNKubernetesConfigFluent()IPv6OVNKubernetesConfigFluent(IPv6OVNKubernetesConfig 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(IPv6OVNKubernetesConfig 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
-
IPv6OVNKubernetesConfigFluent
public IPv6OVNKubernetesConfigFluent()
-
IPv6OVNKubernetesConfigFluent
public IPv6OVNKubernetesConfigFluent(IPv6OVNKubernetesConfig instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(IPv6OVNKubernetesConfig instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends IPv6OVNKubernetesConfigFluent<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 IPv6OVNKubernetesConfigFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
-