Uses of Class
com.aeontronix.enhancedmule.tools.anypoint.application.deploy.RTFDeploymentConfig.DeploymentModel
| Package | Description |
|---|---|
| com.aeontronix.enhancedmule.tools.anypoint.application.deploy | |
| com.aeontronix.enhancedmule.tools.application.deployment |
-
Uses of RTFDeploymentConfig.DeploymentModel in com.aeontronix.enhancedmule.tools.anypoint.application.deploy
Methods in com.aeontronix.enhancedmule.tools.anypoint.application.deploy that return RTFDeploymentConfig.DeploymentModel Modifier and Type Method Description RTFDeploymentConfig.DeploymentModelRTFDeploymentConfig. getUpdateStrategy()static RTFDeploymentConfig.DeploymentModelRTFDeploymentConfig.DeploymentModel. valueOf(String name)Returns the enum constant of this type with the specified name.static RTFDeploymentConfig.DeploymentModel[]RTFDeploymentConfig.DeploymentModel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.aeontronix.enhancedmule.tools.anypoint.application.deploy with parameters of type RTFDeploymentConfig.DeploymentModel Modifier and Type Method Description voidRTFDeploymentConfig. setUpdateStrategy(RTFDeploymentConfig.DeploymentModel updateStrategy)Constructors in com.aeontronix.enhancedmule.tools.anypoint.application.deploy with parameters of type RTFDeploymentConfig.DeploymentModel Constructor Description RTFDeploymentConfig(String cpuReserved, String cpuLimit, String memoryReserved, String memoryLimit, boolean clustered, boolean enforceDeployingReplicasAcrossNodes, String httpInboundPublicUrl, String jvmArgs, String runtimeVersion, boolean lastMileSecurity, boolean forwardSslSession, RTFDeploymentConfig.DeploymentModel updateStrategy, int replicas) -
Uses of RTFDeploymentConfig.DeploymentModel in com.aeontronix.enhancedmule.tools.application.deployment
Methods in com.aeontronix.enhancedmule.tools.application.deployment that return RTFDeploymentConfig.DeploymentModel Modifier and Type Method Description RTFDeploymentConfig.DeploymentModelRTFDeploymentParameters. getUpdateStrategy()Methods in com.aeontronix.enhancedmule.tools.application.deployment with parameters of type RTFDeploymentConfig.DeploymentModel Modifier and Type Method Description voidRTFDeploymentParameters. setUpdateStrategy(RTFDeploymentConfig.DeploymentModel updateStrategy)