public class Ec2Instance extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Ec2Instance.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
getInstanceId() |
String |
getPrivateIp() |
String |
getPublicIp() |
AwsState |
getState() |
boolean |
isReachable(boolean usePrivate,
int port,
org.apache.maven.plugin.logging.Log log) |
void |
updateState(AwsState awsState) |
public String getInstanceId()
public String getPublicIp()
public String getPrivateIp()
public AwsState getState()
public void updateState(AwsState awsState)
public boolean isReachable(boolean usePrivate,
int port,
org.apache.maven.plugin.logging.Log log)
Copyright © 2016. All rights reserved.