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 Metadata |
getMetadata()
The metadata
|
abstract ProcessRelationships |
getRelationships()
The relationships
|
abstract String |
getType()
The type
|
getCreatedAt, getId, getLinks, getUpdatedAtpublic abstract String getCommand()
public abstract Integer getDiskInMb()
public abstract HealthCheck getHealthCheck()
public abstract Integer getInstances()
public abstract Integer getMemoryInMb()
public abstract Metadata getMetadata()
public abstract ProcessRelationships getRelationships()
public abstract String getType()
Copyright © 2020. All rights reserved.