|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InstanceType | |
---|---|
com.xerox.amazonws.ec2 |
Uses of InstanceType in com.xerox.amazonws.ec2 |
---|
Methods in com.xerox.amazonws.ec2 that return InstanceType | |
---|---|
InstanceType |
SpotPriceHistoryItem.getInstanceType()
|
InstanceType |
ReservationDescription.Instance.getInstanceType()
|
InstanceType |
ProductDescription.getInstanceType()
|
InstanceType |
LaunchConfiguration.getInstanceType()
|
InstanceType |
DescribeInstanceAttributeResult.getInstanceType()
|
static InstanceType |
InstanceType.getTypeFromString(String val)
|
static InstanceType |
InstanceType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static InstanceType[] |
InstanceType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.xerox.amazonws.ec2 with parameters of type InstanceType | |
---|---|
ReservationDescription.Instance |
ReservationDescription.addInstance(String imageId,
String instanceId,
String privateDnsName,
String dnsName,
InstanceStateType state,
String reason,
String keyName,
String launchIndex,
List<String> productCodes,
Calendar launchTime,
InstanceType instanceType,
String availabilityZone,
String kernelId,
String ramdiskId,
String platform,
boolean monitoring,
String subnetId,
String privateIpAddress,
String ipAddress,
String architecture,
String rootDeviceType,
String rootDeviceName,
List<InstanceBlockDeviceMapping> blockDeviceMapping,
String instanceLifecycle,
String spotInstanceRequestId,
String vpcId,
String virtualizationType)
|
List<ProductDescription> |
Jec2.describeReservedInstancesOfferings(List<String> offeringIds,
InstanceType instanceType,
String availabilityZone,
String productDescription)
Returns a list of Reserved Instance offerings that are available for purchase. |
List<SpotPriceHistoryItem> |
Jec2.describeSpotPriceHistory(Calendar start,
Calendar end,
String productDescription,
InstanceType... instanceTypes)
|
ReservationDescription |
Jec2.runInstances(String imageId,
int minCount,
int maxCount,
List<String> groupSet,
String userData,
String keyName,
boolean publicAddr,
InstanceType type)
Requests reservation of a number of instances. |
ReservationDescription |
Jec2.runInstances(String imageId,
int minCount,
int maxCount,
List<String> groupSet,
String userData,
String keyName,
boolean publicAddr,
InstanceType type,
String availabilityZone,
String kernelId,
String ramdiskId,
List<BlockDeviceMapping> blockDeviceMappings)
Requests reservation of a number of instances. |
ReservationDescription |
Jec2.runInstances(String imageId,
int minCount,
int maxCount,
List<String> groupSet,
String userData,
String keyName,
InstanceType type)
Requests reservation of a number of instances. |
void |
LaunchConfiguration.setInstanceType(InstanceType instanceType)
|
Constructors in com.xerox.amazonws.ec2 with parameters of type InstanceType | |
---|---|
ProductDescription(String reservedInstanceOfferingId,
InstanceType instanceType,
String availabilityZone,
long duration,
double fixedPrice,
double usagePrice,
String productDescription)
|
|
ReservationDescription.Instance(String imageId,
String instanceId,
String privateDnsName,
String dnsName,
String stateName,
String stateCode,
String reason,
String keyName,
String launchIndex,
List<String> productCodes,
InstanceType instanceType,
Calendar launchTime,
String availabilityZone,
String kernelId,
String ramdiskId,
String platform,
boolean monitoring,
String subnetId,
String privateIpAddress,
String ipAddress,
String architecture,
String rootDeviceType,
String rootDeviceName,
List<InstanceBlockDeviceMapping> blockDeviceMapping,
String instanceLifecycle,
String spotInstanceRequestId,
String vpcId,
String virtualizationType)
|
|
ReservedInstances(String reservedInstancesId,
InstanceType instanceType,
String availabilityZone,
Calendar start,
long duration,
double fixedPrice,
double usagePrice,
String productDescription,
int instanceCount,
String state)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |