public class EC2ComputeProviderProperties extends ApplicationConfig
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
log |
| Constructor and Description |
|---|
EC2ComputeProviderProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAsXml() |
String |
getImageId() |
String |
getKeyname() |
int |
getMaxAsyncThreads() |
int |
getMaxInstanceCount() |
int |
getMinInstanceCount() |
String |
getProvider() |
String |
getSignatureMethod() |
String |
getWebappName() |
int |
getWebappPort() |
String |
getWebappProtocol() |
void |
loadFromXml(String xml) |
void |
loadFromXmlStream(InputStream propsXmlStream) |
String |
toString() |
getPropsFromResource, getPropsFromXml, getPropsFromXmlResource, getPropsFromXmlStream, getXmlFromPropspublic void loadFromXmlStream(InputStream propsXmlStream) throws Exception
Exceptionpublic String getProvider()
public String getSignatureMethod()
public String getKeyname()
public String getImageId()
public int getMinInstanceCount()
public int getMaxInstanceCount()
public int getMaxAsyncThreads()
public String getWebappProtocol()
public int getWebappPort()
public String getWebappName()
Copyright © 2009-2013 DuraSpace. All Rights Reserved.