|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EC2InstanceType | |
|---|---|
| com.atlassian.aws.ec2 | |
| Uses of EC2InstanceType in com.atlassian.aws.ec2 |
|---|
| Fields in com.atlassian.aws.ec2 declared as EC2InstanceType | |
|---|---|
static EC2InstanceType |
EC2InstanceType.DEFAULT
|
| Methods in com.atlassian.aws.ec2 that return EC2InstanceType | |
|---|---|
EC2InstanceType |
InstanceLaunchConfiguration.getInstanceType()
|
static EC2InstanceType |
EC2InstanceType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EC2InstanceType[] |
EC2InstanceType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.atlassian.aws.ec2 with parameters of type EC2InstanceType | |
|---|---|
void |
AvailabilityZoneChooser.blacklist(AvailabilityZoneId availabilityZone,
EC2InstanceType instanceType)
|
void |
SubnetChooser.blacklist(SubnetId subnet,
EC2InstanceType instanceType)
|
AvailabilityZoneId |
AvailabilityZoneChooser.choose(Iterable<AvailabilityZoneId> availabilityZones,
EC2InstanceType instanceType)
|
SubnetId |
SubnetChooser.choose(Iterable<SubnetId> subnets,
EC2InstanceType instanceType)
|
InstanceLaunchConfigurationBuilder |
InstanceLaunchConfigurationBuilder.withInstanceType(EC2InstanceType instanceType)
|
| Constructors in com.atlassian.aws.ec2 with parameters of type EC2InstanceType | |
|---|---|
InstanceLaunchConfiguration(String imageId,
String keyName,
com.google.common.collect.ImmutableMultimap<SubnetId,SecurityGroupId> availableSecurityGroups,
Iterable<String> requestedAvailabilityZones,
int startupTimeoutInSeconds,
Iterable<String> subnetIds,
int spotRequestTimeoutSeconds,
Object userData,
double spotInstanceBid,
EC2InstanceType instanceType,
com.amazonaws.services.ec2.model.IamInstanceProfileSpecification iamInstanceProfile,
String ebsSnapshotId,
boolean ebsOptmised,
boolean shouldAssociatePublicIp)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||