public abstract class Process extends Resource
| Constructor and Description |
|---|
Process() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getCommand()
The command
|
abstract Integer |
getDiskInMb()
The disk in megabytes
|
abstract HealthCheck |
getHealthCheck()
The health check
|
abstract Integer |
getInstances()
The instances
|
abstract Integer |
getMemoryInMb()
The memory in megabytes
|
abstract String |
getType()
The type
|
getCreatedAt, getId, getLinks, getUpdatedAtpublic abstract String getType()
public abstract String getCommand()
public abstract Integer getInstances()
public abstract Integer getMemoryInMb()
public abstract Integer getDiskInMb()
public abstract HealthCheck getHealthCheck()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.