Class CloudProcess
- java.lang.Object
-
- com.sap.cloudfoundry.client.facade.domain.CloudEntity
-
- com.sap.cloudfoundry.client.facade.domain.CloudProcess
-
- All Implemented Interfaces:
Derivable<CloudProcess>
- Direct Known Subclasses:
ImmutableCloudProcess
@Immutable public abstract class CloudProcess extends CloudEntity implements Derivable<CloudProcess>
-
-
Constructor Summary
Constructors Constructor Description CloudProcess()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description CloudProcessderive()abstract StringgetCommand()abstract IntegergetDiskInMb()abstract StringgetHealthCheckHttpEndpoint()abstract IntegergetHealthCheckInvocationTimeout()abstract IntegergetHealthCheckTimeout()abstract HealthCheckTypegetHealthCheckType()abstract IntegergetInstances()abstract IntegergetMemoryInMb()-
Methods inherited from class com.sap.cloudfoundry.client.facade.domain.CloudEntity
getGuid, getMetadata, getName, getV3Metadata
-
-
-
-
Method Detail
-
getCommand
public abstract String getCommand()
-
getDiskInMb
public abstract Integer getDiskInMb()
-
getInstances
public abstract Integer getInstances()
-
getMemoryInMb
public abstract Integer getMemoryInMb()
-
getHealthCheckType
public abstract HealthCheckType getHealthCheckType()
-
getHealthCheckHttpEndpoint
public abstract String getHealthCheckHttpEndpoint()
-
getHealthCheckInvocationTimeout
public abstract Integer getHealthCheckInvocationTimeout()
-
getHealthCheckTimeout
public abstract Integer getHealthCheckTimeout()
-
derive
public CloudProcess derive()
- Specified by:
derivein interfaceDerivable<CloudProcess>
-
-