@Generated(value="org.jsonschema2pojo") 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,
String openStackServiceNetwork,
Integer poolBatchPorts,
Integer poolMaxPorts,
Integer poolMinPorts) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
Integer |
getControllerProbesPort() |
Integer |
getDaemonProbesPort() |
Boolean |
getEnablePortPoolsPrepopulation() |
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 |
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, String openStackServiceNetwork, Integer poolBatchPorts, Integer poolMaxPorts, Integer poolMinPorts)
controllerProbesPort - daemonProbesPort - enablePortPoolsPrepopulation - openStackServiceNetwork - poolBatchPorts - poolMaxPorts - poolMinPorts - public Integer getControllerProbesPort()
public void setControllerProbesPort(Integer controllerProbesPort)
controllerProbesPort - The controllerProbesPortpublic Integer getDaemonProbesPort()
public void setDaemonProbesPort(Integer daemonProbesPort)
daemonProbesPort - The daemonProbesPortpublic Boolean getEnablePortPoolsPrepopulation()
public void setEnablePortPoolsPrepopulation(Boolean enablePortPoolsPrepopulation)
enablePortPoolsPrepopulation - The enablePortPoolsPrepopulationpublic String getOpenStackServiceNetwork()
public void setOpenStackServiceNetwork(String openStackServiceNetwork)
openStackServiceNetwork - The openStackServiceNetworkpublic Integer getPoolBatchPorts()
public void setPoolBatchPorts(Integer poolBatchPorts)
poolBatchPorts - The poolBatchPortspublic Integer getPoolMaxPorts()
public void setPoolMaxPorts(Integer poolMaxPorts)
poolMaxPorts - The poolMaxPortspublic Integer getPoolMinPorts()
public void setPoolMinPorts(Integer poolMinPorts)
poolMinPorts - The poolMinPortsCopyright © 2015–2020 Red Hat. All rights reserved.