Class OpenShiftSDNConfigFluent<A extends OpenShiftSDNConfigFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.OpenShiftSDNConfigFluent<A>
-
- Direct Known Subclasses:
DefaultNetworkDefinitionFluent.OpenshiftSDNConfigNested,OpenShiftSDNConfigBuilder
public class OpenShiftSDNConfigFluent<A extends OpenShiftSDNConfigFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description OpenShiftSDNConfigFluent()OpenShiftSDNConfigFluent(OpenShiftSDNConfig instance)
-
Method Summary
-
-
-
Constructor Detail
-
OpenShiftSDNConfigFluent
public OpenShiftSDNConfigFluent()
-
OpenShiftSDNConfigFluent
public OpenShiftSDNConfigFluent(OpenShiftSDNConfig instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(OpenShiftSDNConfig instance)
-
getEnableUnidling
public Boolean getEnableUnidling()
-
hasEnableUnidling
public boolean hasEnableUnidling()
-
getMode
public String getMode()
-
hasMode
public boolean hasMode()
-
getMtu
public Long getMtu()
-
hasMtu
public boolean hasMtu()
-
getUseExternalOpenvswitch
public Boolean getUseExternalOpenvswitch()
-
hasUseExternalOpenvswitch
public boolean hasUseExternalOpenvswitch()
-
getVxlanPort
public Long getVxlanPort()
-
hasVxlanPort
public boolean hasVxlanPort()
-
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 OpenShiftSDNConfigFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends OpenShiftSDNConfigFluent<A>>
-
withEnableUnidling
public A withEnableUnidling()
-
withUseExternalOpenvswitch
public A withUseExternalOpenvswitch()
-
-