com.atlassian.aws.ec2
Class SubnetChooser

java.lang.Object
  extended by com.atlassian.aws.ec2.SubnetChooser

public class SubnetChooser
extends Object


Constructor Summary
SubnetChooser(AvailabilityZoneChooser availabilityZoneChooser, AWSAccount awsAccount)
           
 
Method Summary
 void blacklist(SubnetId subnet, EC2InstanceType instanceType)
           
 SubnetId choose(Iterable<SubnetId> subnets, EC2InstanceType instanceType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubnetChooser

public SubnetChooser(AvailabilityZoneChooser availabilityZoneChooser,
                     AWSAccount awsAccount)
Method Detail

choose

@Nullable
public SubnetId choose(Iterable<SubnetId> subnets,
                                EC2InstanceType instanceType)

blacklist

public void blacklist(@NotNull
                      SubnetId subnet,
                      @NotNull
                      EC2InstanceType instanceType)


Copyright © 2015 Atlassian. All rights reserved.