@Generated(value="org.immutables.processor.ProxyProcessor") public final class ManifestV3Process extends Object
_ManifestV3Process.
Use the builder to create immutable instances:
ManifestV3Process.builder().
| Modifier and Type | Class and Description |
|---|---|
static class |
ManifestV3Process.Builder
Builds instances of type
ManifestV3Process. |
| Modifier and Type | Method and Description |
|---|---|
static ManifestV3Process.Builder |
builder()
Creates a builder for
ManifestV3Process. |
boolean |
equals(Object another)
This instance is equal to all instances of
ManifestV3Process that have equal attribute values. |
String |
getCommand()
The command to launch this process
|
String |
getDisk()
The disk quota of this process
|
String |
getHealthCheckHttpEndpoint()
The HTTP health check endpoint
|
Integer |
getHealthCheckInvocationTimeout()
The timeout in seconds for individual health check requests for http and port health checks
|
HealthCheckType |
getHealthCheckType()
Type of health check to perform
|
Integer |
getInstances()
The number of instances of this process
|
String |
getMemory()
The memory quota of this process
|
Integer |
getTimeout()
Time in seconds at which the health-check will report failure
|
String |
getType()
The type of this process
|
int |
hashCode()
Computes a hash code from attributes:
command, disk, healthCheckHttpEndpoint, healthCheckInvocationTimeout, healthCheckType, instances, memory, timeout, type. |
String |
toString()
Prints the immutable value
ManifestV3Process with attribute values. |
public String getCommand()
public String getDisk()
public String getHealthCheckHttpEndpoint()
public Integer getHealthCheckInvocationTimeout()
public HealthCheckType getHealthCheckType()
public Integer getInstances()
public String getMemory()
public Integer getTimeout()
public String getType()
public boolean equals(Object another)
ManifestV3Process that have equal attribute values.public int hashCode()
command, disk, healthCheckHttpEndpoint, healthCheckInvocationTimeout, healthCheckType, instances, memory, timeout, type.public String toString()
ManifestV3Process with attribute values.public static ManifestV3Process.Builder builder()
ManifestV3Process.
ManifestV3Process.builder()
.command(String | null) // nullable command
.disk(String | null) // nullable disk
.healthCheckHttpEndpoint(String | null) // nullable healthCheckHttpEndpoint
.healthCheckInvocationTimeout(Integer | null) // nullable healthCheckInvocationTimeout
.healthCheckType(org.cloudfoundry.client.v3.processes.HealthCheckType | null) // nullable healthCheckType
.instances(Integer | null) // nullable instances
.memory(String | null) // nullable memory
.timeout(Integer | null) // nullable timeout
.type(String) // required type
.build();
Copyright © 2024. All rights reserved.