public interface OpenShiftSDNConfigFluent<A extends OpenShiftSDNConfigFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getEnableUnidling() |
String |
getMode() |
Integer |
getMtu() |
Boolean |
getUseExternalOpenvswitch() |
Integer |
getVxlanPort() |
Boolean |
hasEnableUnidling() |
Boolean |
hasMode() |
Boolean |
hasMtu() |
Boolean |
hasUseExternalOpenvswitch() |
Boolean |
hasVxlanPort() |
A |
withEnableUnidling(Boolean enableUnidling) |
A |
withMode(String mode) |
A |
withMtu(Integer mtu) |
A |
withNewMode(String arg0)
Deprecated.
|
A |
withUseExternalOpenvswitch(Boolean useExternalOpenvswitch) |
A |
withVxlanPort(Integer vxlanPort) |
Boolean getEnableUnidling()
Boolean hasEnableUnidling()
String getMode()
Boolean hasMode()
@Deprecated A withNewMode(String arg0)
Integer getMtu()
Boolean hasMtu()
Boolean getUseExternalOpenvswitch()
Boolean hasUseExternalOpenvswitch()
Integer getVxlanPort()
Boolean hasVxlanPort()
Copyright © 2015–2020 Red Hat. All rights reserved.