public class KuryrConfig extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
KuryrConfig()
No args constructor for use in serialization
|
KuryrConfig(Integer controllerProbesPort,
Integer daemonProbesPort,
Boolean enablePortPoolsPrepopulation,
Integer mtu,
String openStackServiceNetwork,
Integer poolBatchPorts,
Integer poolMaxPorts,
Integer poolMinPorts) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
Integer |
getControllerProbesPort() |
Integer |
getDaemonProbesPort() |
Boolean |
getEnablePortPoolsPrepopulation() |
Integer |
getMtu() |
String |
getOpenStackServiceNetwork() |
Integer |
getPoolBatchPorts() |
Integer |
getPoolMaxPorts() |
Integer |
getPoolMinPorts() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setControllerProbesPort(Integer controllerProbesPort) |
void |
setDaemonProbesPort(Integer daemonProbesPort) |
void |
setEnablePortPoolsPrepopulation(Boolean enablePortPoolsPrepopulation) |
void |
setMtu(Integer mtu) |
void |
setOpenStackServiceNetwork(String openStackServiceNetwork) |
void |
setPoolBatchPorts(Integer poolBatchPorts) |
void |
setPoolMaxPorts(Integer poolMaxPorts) |
void |
setPoolMinPorts(Integer poolMinPorts) |
public KuryrConfig()
public KuryrConfig(Integer controllerProbesPort, Integer daemonProbesPort, Boolean enablePortPoolsPrepopulation, Integer mtu, String openStackServiceNetwork, Integer poolBatchPorts, Integer poolMaxPorts, Integer poolMinPorts)
controllerProbesPort - daemonProbesPort - enablePortPoolsPrepopulation - openStackServiceNetwork - poolBatchPorts - poolMaxPorts - poolMinPorts - mtu - public Integer getControllerProbesPort()
public void setControllerProbesPort(Integer controllerProbesPort)
public Integer getDaemonProbesPort()
public void setDaemonProbesPort(Integer daemonProbesPort)
public Boolean getEnablePortPoolsPrepopulation()
public void setEnablePortPoolsPrepopulation(Boolean enablePortPoolsPrepopulation)
public Integer getMtu()
public void setMtu(Integer mtu)
public String getOpenStackServiceNetwork()
public void setOpenStackServiceNetwork(String openStackServiceNetwork)
public Integer getPoolBatchPorts()
public void setPoolBatchPorts(Integer poolBatchPorts)
public Integer getPoolMaxPorts()
public void setPoolMaxPorts(Integer poolMaxPorts)
public Integer getPoolMinPorts()
public void setPoolMinPorts(Integer poolMinPorts)
Copyright © 2015–2020 Red Hat. All rights reserved.