com.atlassian.aws.ec2
Interface InstanceReservationDescription

All Known Implementing Classes:
AwsInstanceReservationDescription, AwsSpotInstanceReservationDescription

public interface InstanceReservationDescription


Method Summary
 String getAddress()
          Returns best known instance address - in order of preference: - the public IP address (from EIP, if assigned) - the private IP address.
 String getAvailabilityZone()
           
 String getHostname()
          Returns best known instance host name - in order of preference: - the public DNS name (from EIP, if assigned) - the public IP address (from EIP, if assigned) - the private DNS name - the private IP address.
 String getInstanceId()
           
 String getState()
           
 String getStateDescription()
           
 SubnetId getSubnet()
           
 

Method Detail

getInstanceId

String getInstanceId()

getAvailabilityZone

String getAvailabilityZone()

getSubnet

@Nullable
SubnetId getSubnet()

getAddress

@NotNull
String getAddress()
Returns best known instance address - in order of preference: - the public IP address (from EIP, if assigned) - the private IP address.


getHostname

@NotNull
String getHostname()
Returns best known instance host name - in order of preference: - the public DNS name (from EIP, if assigned) - the public IP address (from EIP, if assigned) - the private DNS name - the private IP address.


getState

String getState()

getStateDescription

String getStateDescription()


Copyright © 2015 Atlassian. All rights reserved.