@Value.Immutable public interface CloudApplication extends CloudEntity, Derivable<CloudApplication>
| Modifier and Type | Interface and Description |
|---|---|
static class |
CloudApplication.State |
| Modifier and Type | Method and Description |
|---|---|
default CloudApplication |
derive() |
default int |
getDiskQuota() |
Map<String,String> |
getEnv() |
default int |
getInstances() |
default int |
getMemory() |
PackageState |
getPackageState() |
default int |
getRunningInstances() |
List<String> |
getServices() |
CloudSpace |
getSpace() |
Staging |
getStaging() |
String |
getStagingError() |
CloudApplication.State |
getState() |
List<String> |
getUris() |
getMetadata, getName, getV3Metadata@Value.Default default int getMemory()
@Value.Default default int getDiskQuota()
@Value.Default default int getInstances()
@Value.Default default int getRunningInstances()
CloudApplication.State getState()
Staging getStaging()
PackageState getPackageState()
String getStagingError()
CloudSpace getSpace()
default CloudApplication derive()
derive in interface Derivable<CloudApplication>Copyright © 2020 SAP SE. All rights reserved.