public final class PushApplicationRequest extends Object implements Validatable
| Modifier and Type | Class and Description |
|---|---|
static class |
PushApplicationRequest.PushApplicationRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static PushApplicationRequest.PushApplicationRequestBuilder |
builder() |
boolean |
equals(Object o) |
InputStream |
getApplication()
The bits for the application
|
String |
getBuildpack()
The buildpack for the application
|
String |
getCommand()
The custom start command for the application
|
Integer |
getDiskQuota()
The disk quota for the application
|
String |
getDockerImage()
The Docker image for the application
|
String |
getDomain()
The domain for the application
|
ApplicationHealthCheck |
getHealthCheckType()
The health check type for the application e.g.
|
String |
getHost()
The host for the application
|
Integer |
getInstances()
The number of instances for the application
|
Integer |
getMemory()
The memory in MB for the application
|
String |
getName()
The name for the application
|
Boolean |
getNoHostname()
Map the root domain to the application
|
Boolean |
getNoRoute()
Do not create a route for the application
|
Boolean |
getNoStart()
Do not start the application after pushing
|
String |
getPath()
The path for the application
|
Boolean |
getRandomRoute()
Use a random route for the application
|
String |
getRoutePath()
The route path for the application
|
String |
getStack()
The stack for the application
|
Duration |
getStagingTimeout()
How long to wait for staging
|
Duration |
getStartupTimeout()
How long to wait for startup
|
Integer |
getTimeout()
The health check timeout
|
int |
hashCode() |
ValidationResult |
isValid() |
String |
toString() |
public ValidationResult isValid()
isValid in interface Validatable@Generated(value="lombok") public static PushApplicationRequest.PushApplicationRequestBuilder builder()
@Generated(value="lombok") public InputStream getApplication()
@Generated(value="lombok") public String getBuildpack()
@Generated(value="lombok") public String getCommand()
@Generated(value="lombok") public Integer getDiskQuota()
@Generated(value="lombok") public String getDockerImage()
@Generated(value="lombok") public String getDomain()
@Generated(value="lombok") public ApplicationHealthCheck getHealthCheckType()
@Generated(value="lombok") public String getHost()
@Generated(value="lombok") public Integer getInstances()
@Generated(value="lombok") public Integer getMemory()
@Generated(value="lombok") public String getName()
@Generated(value="lombok") public Boolean getNoHostname()
@Generated(value="lombok") public Boolean getNoRoute()
@Generated(value="lombok") public Boolean getNoStart()
@Generated(value="lombok") public String getPath()
@Generated(value="lombok") public Boolean getRandomRoute()
@Generated(value="lombok") public String getRoutePath()
@Generated(value="lombok") public String getStack()
@Generated(value="lombok") public Duration getStagingTimeout()
@Generated(value="lombok") public Duration getStartupTimeout()
@Generated(value="lombok") public Integer getTimeout()
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String toString()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.