Class KuryrConfig
- java.lang.Object
-
- io.fabric8.openshift.api.model.operator.v1.KuryrConfig
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
public class KuryrConfig extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KuryrConfig()No args constructor for use in serializationKuryrConfig(Integer controllerProbesPort, Integer daemonProbesPort, Boolean enablePortPoolsPrepopulation, String openStackServiceNetwork, Integer poolBatchPorts, Integer poolMaxPorts, Integer poolMinPorts)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getAdditionalProperties()IntegergetControllerProbesPort()IntegergetDaemonProbesPort()BooleangetEnablePortPoolsPrepopulation()StringgetOpenStackServiceNetwork()IntegergetPoolBatchPorts()IntegergetPoolMaxPorts()IntegergetPoolMinPorts()voidsetAdditionalProperty(String name, Object value)voidsetControllerProbesPort(Integer controllerProbesPort)voidsetDaemonProbesPort(Integer daemonProbesPort)voidsetEnablePortPoolsPrepopulation(Boolean enablePortPoolsPrepopulation)voidsetOpenStackServiceNetwork(String openStackServiceNetwork)voidsetPoolBatchPorts(Integer poolBatchPorts)voidsetPoolMaxPorts(Integer poolMaxPorts)voidsetPoolMinPorts(Integer poolMinPorts)
-
-
-
Constructor Detail
-
KuryrConfig
public KuryrConfig()
No args constructor for use in serialization
-
KuryrConfig
public KuryrConfig(Integer controllerProbesPort, Integer daemonProbesPort, Boolean enablePortPoolsPrepopulation, String openStackServiceNetwork, Integer poolBatchPorts, Integer poolMaxPorts, Integer poolMinPorts)
- Parameters:
controllerProbesPort-daemonProbesPort-enablePortPoolsPrepopulation-openStackServiceNetwork-poolBatchPorts-poolMaxPorts-poolMinPorts-
-
-
Method Detail
-
getControllerProbesPort
public Integer getControllerProbesPort()
-
setControllerProbesPort
public void setControllerProbesPort(Integer controllerProbesPort)
-
getDaemonProbesPort
public Integer getDaemonProbesPort()
-
setDaemonProbesPort
public void setDaemonProbesPort(Integer daemonProbesPort)
-
getEnablePortPoolsPrepopulation
public Boolean getEnablePortPoolsPrepopulation()
-
setEnablePortPoolsPrepopulation
public void setEnablePortPoolsPrepopulation(Boolean enablePortPoolsPrepopulation)
-
getOpenStackServiceNetwork
public String getOpenStackServiceNetwork()
-
setOpenStackServiceNetwork
public void setOpenStackServiceNetwork(String openStackServiceNetwork)
-
getPoolBatchPorts
public Integer getPoolBatchPorts()
-
setPoolBatchPorts
public void setPoolBatchPorts(Integer poolBatchPorts)
-
getPoolMaxPorts
public Integer getPoolMaxPorts()
-
setPoolMaxPorts
public void setPoolMaxPorts(Integer poolMaxPorts)
-
getPoolMinPorts
public Integer getPoolMinPorts()
-
setPoolMinPorts
public void setPoolMinPorts(Integer poolMinPorts)
-
-