geomacy commented on this pull request.


> +
+   /**
+    * Creates a subnet in an existing VPC.
+    *
+    * @param region
+    * @param vpcId     The ID of the VPC.
+    * @param cidrBlock The network range for the subnet, in CIDR notation. For 
example, 10.0.0.0/24.
+    * @param options
+    * @return AWS Subnet
+    */
+   @Named("CreateSubnet")
+   @POST
+   @Path("/")
+   @XMLResponseParser(SubnetHandler.class)
+   @FormParams(keys = ACTION, values = "CreateSubnet")
+   Subnet createSubnetInRegion(

you will need to add `DeleteSubnet` as well - this class will not be very 
usable if it can only create subnets

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1091#pullrequestreview-35775065

Reply via email to