public interface InstanceDataRetriever
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAvailabilityZone()
Get the availability zone of the running instance.
|
java.lang.String |
getAWSAccountId()
AWS Account ID of running instance.
|
java.lang.String |
getInstanceId()
Get the instance id of the running instance.
|
java.lang.String |
getInstanceType()
Get the instance type of the running instance.
|
java.lang.String |
getMac()
Get the id of the network interface for running instance.
|
java.lang.String |
getPrivateIP()
Get private ip address for running instance.
|
java.lang.String |
getPublicHostname()
Get the public hostname for the running instance.
|
java.lang.String |
getPublicIP()
Get public ip address for running instance.
|
java.lang.String |
getRac()
Get the availability zone of the running instance.
|
java.lang.String |
getRegion()
Get the region of the AWS account of running instance
|
java.lang.String |
getVpcId()
Get the id of the vpc account for running instance.
|
java.lang.String getRac()
java.lang.String getPublicHostname()
java.lang.String getPublicIP()
java.lang.String getPrivateIP()
java.lang.String getInstanceId()
java.lang.String getInstanceType()
java.lang.String getMac()
java.lang.String getVpcId()
java.lang.String getAWSAccountId() throws org.codehaus.jettison.json.JSONException
org.codehaus.jettison.json.JSONException
java.lang.String getRegion() throws org.codehaus.jettison.json.JSONException
org.codehaus.jettison.json.JSONException
java.lang.String getAvailabilityZone() throws org.codehaus.jettison.json.JSONException
org.codehaus.jettison.json.JSONException