protected static class EC2Provider.SpotAllocationRecord extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
ec2InstanceId
The EC2 instance ID, or
null if an instance has not been provisioned. |
protected boolean |
instanceTagged
Whether the EC2 instance has been tagged.
|
protected InetAddress |
privateIpAddress
The private IP address of the EC2 instance, or
null if the instance does not yet
have a private IP address. |
protected String |
spotInstanceRequestId
The Spot instance request ID, or
null if a Spot instance has not been requested. |
protected String |
virtualInstanceId
The virtual instance ID.
|
Modifier | Constructor and Description |
---|---|
protected |
SpotAllocationRecord(String virtualInstanceId)
Creates a Spot allocation record with the specified parameters.
|
protected final String virtualInstanceId
protected String spotInstanceRequestId
null
if a Spot instance has not been requested.protected String ec2InstanceId
null
if an instance has not been provisioned.protected boolean instanceTagged
protected InetAddress privateIpAddress
null
if the instance does not yet
have a private IP address.protected SpotAllocationRecord(String virtualInstanceId)
virtualInstanceId
- the virtual instance IDCopyright © 2016. All rights reserved.