org.jclouds.ec2.compute.domain
Class RegionNameAndIngressRules

java.lang.Object
  extended by org.jclouds.ec2.compute.domain.RegionAndName
      extended by org.jclouds.ec2.compute.domain.RegionNameAndIngressRules

public class RegionNameAndIngressRules
extends RegionAndName

Author:
Adrian Cole

Field Summary
 
Fields inherited from class org.jclouds.ec2.compute.domain.RegionAndName
name, region
 
Constructor Summary
RegionNameAndIngressRules(String region, String tag, int[] ports, boolean authorizeSelf)
           
 
Method Summary
 int[] getPorts()
           
 boolean shouldAuthorizeSelf()
           
 
Methods inherited from class org.jclouds.ec2.compute.domain.RegionAndName
equals, getName, getRegion, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RegionNameAndIngressRules

public RegionNameAndIngressRules(String region,
                                 String tag,
                                 int[] ports,
                                 boolean authorizeSelf)
Method Detail

getPorts

public int[] getPorts()

shouldAuthorizeSelf

public boolean shouldAuthorizeSelf()


Copyright © 2009-2012 jclouds. All Rights Reserved.