Class SpringCloudDeploymentDraft.Config
- java.lang.Object
-
- com.microsoft.azure.toolkit.lib.springcloud.SpringCloudDeploymentDraft.Config
-
- All Implemented Interfaces:
SpringCloudDeploymentDraft.IConfig
- Enclosing class:
- SpringCloudDeploymentDraft
private static class SpringCloudDeploymentDraft.Config extends Object implements SpringCloudDeploymentDraft.IConfig
nullmeans not modified for properties
-
-
Field Summary
Fields Modifier and Type Field Description (package private) com.microsoft.azure.toolkit.lib.common.model.IArtifactartifact(package private) Integercapacity(package private) Doublecpu(package private) Map<String,String>environmentVariables(package private) StringjvmOptions(package private) DoublememoryInGB(package private) StringruntimeVersion
-
Constructor Summary
Constructors Modifier Constructor Description privateConfig()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.microsoft.azure.toolkit.lib.springcloud.SpringCloudDeploymentDraft.IConfig
getArtifact, getCapacity, getCpu, getEnvironmentVariables, getJvmOptions, getMemoryInGB, getRuntimeVersion, setArtifact, setCapacity, setCpu, setEnvironmentVariables, setJvmOptions, setMemoryInGB, setRuntimeVersion
-
-
-
-
Field Detail
-
artifact
@Nullable com.microsoft.azure.toolkit.lib.common.model.IArtifact artifact
-
-