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