Uses of Enum
com.aeontronix.enhancedmule.tools.anypoint.application.deploy.RTFDeploymentConfig.DeploymentModel
Packages that use RTFDeploymentConfig.DeploymentModel
Package
Description
-
Uses of RTFDeploymentConfig.DeploymentModel in com.aeontronix.enhancedmule.tools.anypoint.application.deploy
Methods in com.aeontronix.enhancedmule.tools.anypoint.application.deploy that return RTFDeploymentConfig.DeploymentModelModifier and TypeMethodDescriptionRTFDeploymentConfig.getUpdateStrategy()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.DeploymentModelModifier and TypeMethodDescriptionvoidRTFDeploymentConfig.setUpdateStrategy(RTFDeploymentConfig.DeploymentModel updateStrategy) Constructors in com.aeontronix.enhancedmule.tools.anypoint.application.deploy with parameters of type RTFDeploymentConfig.DeploymentModelModifierConstructorDescriptionRTFDeploymentConfig(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.DeploymentModelMethods in com.aeontronix.enhancedmule.tools.application.deployment with parameters of type RTFDeploymentConfig.DeploymentModelModifier and TypeMethodDescriptionvoidRTFDeploymentParameters.setUpdateStrategy(RTFDeploymentConfig.DeploymentModel updateStrategy)