public class SpringCloudDeploymentConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
private IArtifact |
artifact |
private Integer |
capacity |
private Double |
cpu |
private String |
deploymentName |
private Boolean |
enablePersistentStorage |
private Map<String,String> |
environment |
private String |
jvmOptions |
private Double |
memoryInGB |
private String |
runtimeVersion |
| Constructor and Description |
|---|
SpringCloudDeploymentConfig() |
| Modifier and Type | Method and Description |
|---|---|
static SpringCloudDeploymentConfig |
fromDeployment(SpringCloudDeployment deployment) |
String |
getJavaVersion() |
Boolean |
isEnablePersistentStorage() |
private String deploymentName
private String runtimeVersion
@Nullable @Contract(value="null -> null") public static SpringCloudDeploymentConfig fromDeployment(@Nullable SpringCloudDeployment deployment)
Copyright © 2024. All rights reserved.