Package org.jclouds.googlecomputeengine.domain

Examples of org.jclouds.googlecomputeengine.domain.Region


   }


   @Test(groups = "live", dependsOnMethods = "testListRegion")
   public void testGetRegion() {
      Region region = api().get(this.region.getName());
      assertNotNull(region);
      assertRegionEquals(region, this.region);
   }
View Full Code Here


   }


   @Test(groups = "live", dependsOnMethods = "testListRegion")
   public void testGetRegion() {
      Region region = api().get(this.region.getName());
      assertNotNull(region);
      assertRegionEquals(region, this.region);
   }
View Full Code Here

TOP

Related Classes of org.jclouds.googlecomputeengine.domain.Region

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.