Class RegionNameAndIngressRules

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

public class RegionNameAndIngressRules extends RegionAndName
  • Constructor Details

    • RegionNameAndIngressRules

      public RegionNameAndIngressRules(String region, String tag, int[] ports, boolean authorizeSelf, String vpcId)
  • Method Details

    • getPorts

      public int[] getPorts()
    • shouldAuthorizeSelf

      public boolean shouldAuthorizeSelf()
    • getVpcId

      public String getVpcId()