com.atlassian.aws.ec2
Interface InstanceReservationDescription
- All Known Implementing Classes:
- AwsInstanceReservationDescription, AwsSpotInstanceReservationDescription
public interface InstanceReservationDescription
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.