Package org.jclouds.ec2.compute.domain
Class RegionNameAndIngressRules
java.lang.Object
org.jclouds.ec2.compute.domain.RegionAndName
org.jclouds.ec2.compute.domain.RegionNameAndIngressRules
-
Field Summary
Fields inherited from class org.jclouds.ec2.compute.domain.RegionAndName
name, region
-
Constructor Summary
ConstructorsConstructorDescriptionRegionNameAndIngressRules
(String region, String tag, int[] ports, boolean authorizeSelf, String vpcId) -
Method Summary
Methods inherited from class org.jclouds.ec2.compute.domain.RegionAndName
equals, getName, getRegion, hashCode, nameFunction, regionFunction, slashEncode, string, toString
-
Constructor Details
-
RegionNameAndIngressRules
-
-
Method Details
-
getPorts
public int[] getPorts() -
shouldAuthorizeSelf
public boolean shouldAuthorizeSelf() -
getVpcId
-