| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.applications | |
| org.cloudfoundry.client.v3.processes |
| Modifier and Type | Method and Description |
|---|---|
HealthCheck |
ScaleApplicationResponse.getHealthCheck()
The health check
|
HealthCheck |
GetApplicationProcessResponse.getHealthCheck()
The health check
|
| Modifier and Type | Method and Description |
|---|---|
ScaleApplicationResponse.Builder |
ScaleApplicationResponse.Builder.healthCheck(HealthCheck healthCheck)
Initializes the value for the
healthCheck attribute. |
GetApplicationProcessResponse.Builder |
GetApplicationProcessResponse.Builder.healthCheck(HealthCheck healthCheck)
Initializes the value for the
healthCheck attribute. |
| Modifier and Type | Method and Description |
|---|---|
HealthCheck |
HealthCheck.Builder.build()
Builds a new
HealthCheck. |
abstract HealthCheck |
Process.getHealthCheck()
The health check
|
HealthCheck |
UpdateProcessRequest.getHealthCheck()
The health check
|
HealthCheck |
ProcessResource.getHealthCheck()
The health check
|
HealthCheck |
GetProcessResponse.getHealthCheck()
The health check
|
HealthCheck |
UpdateProcessResponse.getHealthCheck()
The health check
|
HealthCheck |
ScaleProcessResponse.getHealthCheck()
The health check
|
| Modifier and Type | Method and Description |
|---|---|
HealthCheck.Builder |
HealthCheck.Builder.from(HealthCheck instance)
Fill a builder with attribute values from the provided
HealthCheck instance. |
UpdateProcessRequest.Builder |
UpdateProcessRequest.Builder.healthCheck(HealthCheck healthCheck)
Initializes the value for the
healthCheck attribute. |
ProcessResource.Builder |
ProcessResource.Builder.healthCheck(HealthCheck healthCheck)
Initializes the value for the
healthCheck attribute. |
GetProcessResponse.Builder |
GetProcessResponse.Builder.healthCheck(HealthCheck healthCheck)
Initializes the value for the
healthCheck attribute. |
UpdateProcessResponse.Builder |
UpdateProcessResponse.Builder.healthCheck(HealthCheck healthCheck)
Initializes the value for the
healthCheck attribute. |
ScaleProcessResponse.Builder |
ScaleProcessResponse.Builder.healthCheck(HealthCheck healthCheck)
Initializes the value for the
healthCheck attribute. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.