public abstract class Process extends Object
| Constructor and Description |
|---|
Process() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getCommand()
The command
|
abstract String |
getCreatedAt()
The created at
|
abstract Integer |
getDiskInMb()
The disk in megabytes
|
abstract HealthCheck |
getHealthCheck()
The health check
|
abstract String |
getId()
The id
|
abstract Integer |
getInstances()
The instances
|
abstract Map<String,Link> |
getLinks()
The links
|
abstract Integer |
getMemoryInMb()
The memory in megabytes
|
abstract List<Integer> |
getPorts()
The ports opened to the application
|
abstract String |
getType()
The type
|
abstract String |
getUpdatedAt()
The updated at
|
public abstract String getCommand()
public abstract String getCreatedAt()
public abstract Integer getDiskInMb()
public abstract HealthCheck getHealthCheck()
public abstract String getId()
public abstract Integer getInstances()
public abstract Integer getMemoryInMb()
public abstract String getType()
public abstract String getUpdatedAt()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.