public class ApplicationDeploymentSpec extends Object
| Constructor and Description |
|---|
ApplicationDeploymentSpec(String myName,
List<ComponentDeploymentSpec> cs)
Example: curl -X POST --header "Content-Type: application/json" --data
"{\"molpro_size\": \"950\", \"molpro_input\": \"lccsd-SP01\", \"idCloud\": 1, \"idImage\": 38, \"idLocation\": 47, \"idHardware\": 13}"
http://localhost:9090/services/applications/molpro
|
| Modifier and Type | Method and Description |
|---|---|
ComponentDeploymentSpec |
componentAvailable(String cname) |
List<ComponentDeploymentSpec> |
components() |
String |
getAppName() |
int |
numberOfComponents() |
String |
toString() |
public ApplicationDeploymentSpec(String myName, List<ComponentDeploymentSpec> cs)
name - componentName - instances - idCloud - idImage - idLocation - idHardware - public String getAppName()
public ComponentDeploymentSpec componentAvailable(String cname)
public int numberOfComponents()
public List<ComponentDeploymentSpec> components()