@Generated(value={"Immutables.generator","_PushApplicationRequest"}) public final class PushApplicationRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PushApplicationRequest.Builder
Builds instances of type
PushApplicationRequest. |
| Modifier and Type | Method and Description |
|---|---|
static PushApplicationRequest.Builder |
builder()
Creates a builder for
PushApplicationRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
PushApplicationRequest that have equal attribute values. |
Path |
getApplication()
Deprecated.
in favor of variants of
path |
String |
getBuildpack()
The buildpack for the application
|
String |
getCommand()
The custom start command for the application
|
Integer |
getDiskQuota()
The disk quota in megabytes for the application
|
String |
getDockerImage()
The Docker image for the application
|
String |
getDockerPassword()
The Docker repository password
|
String |
getDockerUsername()
The Docker repository username
|
String |
getDomain()
The domain for the application
|
ApplicationHealthCheck |
getHealthCheckType()
The health check type for the application
|
String |
getHost()
The host for the application
|
Integer |
getInstances()
The number of instances for the application
|
Integer |
getMemory()
The memory in megabytes 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
|
Path |
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()
Computes a hash code from attributes:
application, buildpack, command, diskQuota, dockerImage, dockerPassword, dockerUsername, domain, healthCheckType, host, instances, memory, name, noHostname, noRoute, noStart, path, randomRoute, routePath, stack, stagingTimeout, startupTimeout, timeout. |
String |
toString()
Prints the immutable value
PushApplicationRequest with attribute values. |
@Deprecated public Path getApplication()
pathpublic String getBuildpack()
public String getCommand()
public Integer getDiskQuota()
public String getDockerImage()
public String getDockerPassword()
public String getDockerUsername()
public String getDomain()
public ApplicationHealthCheck getHealthCheckType()
public String getHost()
public Integer getInstances()
public Integer getMemory()
public String getName()
public Boolean getNoHostname()
public Boolean getNoRoute()
public Boolean getNoStart()
public Path getPath()
public Boolean getRandomRoute()
public String getRoutePath()
public String getStack()
public Duration getStagingTimeout()
public Duration getStartupTimeout()
public Integer getTimeout()
public boolean equals(Object another)
PushApplicationRequest that have equal attribute values.public int hashCode()
application, buildpack, command, diskQuota, dockerImage, dockerPassword, dockerUsername, domain, healthCheckType, host, instances, memory, name, noHostname, noRoute, noStart, path, randomRoute, routePath, stack, stagingTimeout, startupTimeout, timeout.public String toString()
PushApplicationRequest with attribute values.public static PushApplicationRequest.Builder builder()
PushApplicationRequest.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.