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