public class OpenShiftSDNConfigFluent<A extends OpenShiftSDNConfigFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
OpenShiftSDNConfigFluent() |
OpenShiftSDNConfigFluent(OpenShiftSDNConfig instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
Boolean |
getEnableUnidling() |
String |
getMode() |
Integer |
getMtu() |
Boolean |
getUseExternalOpenvswitch() |
Integer |
getVxlanPort() |
boolean |
hasAdditionalProperties() |
boolean |
hasEnableUnidling() |
int |
hashCode() |
boolean |
hasMode() |
boolean |
hasMtu() |
boolean |
hasUseExternalOpenvswitch() |
boolean |
hasVxlanPort() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withEnableUnidling() |
A |
withEnableUnidling(Boolean enableUnidling) |
A |
withMode(String mode) |
A |
withMtu(Integer mtu) |
A |
withUseExternalOpenvswitch() |
A |
withUseExternalOpenvswitch(Boolean useExternalOpenvswitch) |
A |
withVxlanPort(Integer vxlanPort) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic OpenShiftSDNConfigFluent()
public OpenShiftSDNConfigFluent(OpenShiftSDNConfig instance)
public Boolean getEnableUnidling()
public boolean hasEnableUnidling()
public String getMode()
public boolean hasMode()
public Integer getMtu()
public boolean hasMtu()
public Boolean getUseExternalOpenvswitch()
public boolean hasUseExternalOpenvswitch()
public Integer getVxlanPort()
public boolean hasVxlanPort()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends OpenShiftSDNConfigFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends OpenShiftSDNConfigFluent<A>>public A withEnableUnidling()
public A withUseExternalOpenvswitch()
Copyright © 2015–2023 Red Hat. All rights reserved.