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 IntegercpuDeprecated.private static StringDEFAULT_RUNTIME_VERSIONDeprecated.private StringdeploymentNameDeprecated.private BooleanenablePersistentStorageDeprecated.private Map<String,String>environmentDeprecated.private IntegerinstanceCountDeprecated.private StringjvmOptionsDeprecated.private IntegermemoryInGBDeprecated.private static StringRUNTIME_VERSION_PATTERNDeprecated.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.ScaleSettingsgetScaleSettings()Deprecated.BooleanisEnablePersistentStorage()Deprecated.static Stringnormalize(String runtimeVersion)Deprecated.
-
-
-
Field Detail
-
DEFAULT_RUNTIME_VERSION
private static final String DEFAULT_RUNTIME_VERSION
Deprecated.- See Also:
- Constant Field Values
-
RUNTIME_VERSION_PATTERN
private static final String RUNTIME_VERSION_PATTERN
Deprecated.- See Also:
- Constant Field Values
-
instanceCount
private Integer instanceCount
Deprecated.
-
deploymentName
private String deploymentName
Deprecated.
-
runtimeVersion
private String runtimeVersion
Deprecated.
-
artifact
@Nullable private com.microsoft.azure.toolkit.lib.common.model.IArtifact artifact
Deprecated.
-
-
Method Detail
-
getScaleSettings
public ScaleSettings getScaleSettings()
Deprecated.
-
getJavaVersion
public String getJavaVersion()
Deprecated.
-
fromDeployment
@Nullable @Contract("null -> null") public static SpringCloudDeploymentConfig fromDeployment(@Nullable SpringCloudDeployment deployment)
Deprecated.
-
-