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 |
getLogRateLimitInBytesPerSecond()
The log rate limit
|
abstract Integer |
getMemoryInMb()
The memory in megabytes
|
abstract Metadata |
getMetadata()
The metadata
|
abstract ReadinessHealthCheck |
getReadinessHealthCheck()
The readiness health check
|
abstract ProcessRelationships |
getRelationships()
The relationships
|
abstract String |
getType()
The type
|
abstract String |
getUser()
The user
|
abstract String |
getVersion()
The version UUID
|
getCreatedAt, getId, getLinks, getUpdatedAtpublic abstract String getCommand()
public abstract Integer getDiskInMb()
public abstract HealthCheck getHealthCheck()
public abstract ReadinessHealthCheck getReadinessHealthCheck()
public abstract Integer getInstances()
public abstract Integer getMemoryInMb()
public abstract Metadata getMetadata()
public abstract ProcessRelationships getRelationships()
public abstract String getType()
public abstract String getVersion()
public abstract Integer getLogRateLimitInBytesPerSecond()
public abstract String getUser()
Copyright © 2026. All rights reserved.