public final class ApplicationManifest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplicationManifest.ApplicationManifestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationManifest.ApplicationManifestBuilder |
builder() |
boolean |
equals(Object o) |
String |
getBuildpack()
The buildpack used by the application
|
String |
getCommand()
The command used to execute the application
|
Integer |
getDisk()
The disk quota in megabytes
|
List<String> |
getDomains()
The collection of domains bound to the application
|
Map<String,Object> |
getEnvironmentVariables()
The environment variables to set on the application
|
List<String> |
getHosts()
The collection of hosts bound to the application
|
Integer |
getInstances()
The number of instances of the application
|
Integer |
getMemory()
The memory quota in megabytes
|
String |
getName()
The name of the application
|
List<String> |
getServices()
The collection of service names bound to the application
|
String |
getStack()
The stack used to run the application
|
Integer |
getTimeout()
The number of seconds allowed for application start
|
int |
hashCode() |
String |
toString() |
@Generated(value="lombok") public static ApplicationManifest.ApplicationManifestBuilder builder()
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String toString()
@Generated(value="lombok") public String getBuildpack()
@Generated(value="lombok") public String getCommand()
@Generated(value="lombok") public Integer getDisk()
@Generated(value="lombok") public List<String> getDomains()
This representation of an application manifest cannot preserve the correct relationship between domains and hosts. See this issue for more information.
@Generated(value="lombok") public Map<String,Object> getEnvironmentVariables()
@Generated(value="lombok") public List<String> getHosts()
This representation of an application manifest cannot preserve the correct relationship between domains and hosts. See this issue for more information.
@Generated(value="lombok") public Integer getInstances()
@Generated(value="lombok") public Integer getMemory()
@Generated(value="lombok") public String getName()
@Generated(value="lombok") public List<String> getServices()
@Generated(value="lombok") public String getStack()
@Generated(value="lombok") public Integer getTimeout()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.