Class SpringCloudDeploymentConfig
- java.lang.Object
-
- com.microsoft.azure.toolkit.lib.springcloud.config.SpringCloudDeploymentConfig
-
@Deprecated public class SpringCloudDeploymentConfig extends Object
Deprecated.useSpringCloudDeploymentDraftinstead.
-
-
Field Summary
Fields Modifier and Type Field Description private com.microsoft.azure.toolkit.lib.common.model.IArtifactartifactDeprecated.private DoublecpuDeprecated.private StringdeploymentNameDeprecated.private BooleanenablePersistentStorageDeprecated.private Map<String,String>environmentDeprecated.private IntegerinstanceCountDeprecated.private StringjvmOptionsDeprecated.private DoublememoryInGBDeprecated.private StringruntimeVersionDeprecated.
-
Constructor Summary
Constructors Constructor Description SpringCloudDeploymentConfig()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static SpringCloudDeploymentConfigfromDeployment(SpringCloudDeployment deployment)Deprecated.StringgetJavaVersion()Deprecated.BooleanisEnablePersistentStorage()Deprecated.
-
-
-
Method Detail
-
fromDeployment
@Nullable @Contract("null -> null") public static SpringCloudDeploymentConfig fromDeployment(@Nullable SpringCloudDeployment deployment)
Deprecated.
-
-