Package | Description |
---|---|
org.jclouds.aws.ec2.domain |
Modifier and Type | Method and Description |
---|---|
static SpotInstanceRequest.State |
SpotInstanceRequest.State.fromValue(String state) |
SpotInstanceRequest.State |
SpotInstanceRequest.getState() |
static SpotInstanceRequest.State |
SpotInstanceRequest.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpotInstanceRequest.State[] |
SpotInstanceRequest.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SpotInstanceRequest.Builder |
SpotInstanceRequest.Builder.state(SpotInstanceRequest.State state) |
Constructor and Description |
---|
SpotInstanceRequest(String region,
String availabilityZoneGroup,
String launchedAvailabilityZone,
Date createTime,
String faultCode,
String faultMessage,
String instanceId,
String launchGroup,
LaunchSpecification launchSpecification,
String productDescription,
String id,
float spotPrice,
SpotInstanceRequest.State state,
String rawState,
SpotInstanceRequest.Type type,
Date validFrom,
Date validUntil,
Map<String,String> tags) |
Copyright © 2009-2013 jclouds. All Rights Reserved.