Package org.jclouds.googlecomputeengine.domain

Examples of org.jclouds.googlecomputeengine.domain.Snapshot


              TIME_WAIT);
   }

   @Test(groups = "live", dependsOnMethods = "testCreateSnapshot")
   public void testGetSnapshot() {
      Snapshot snapshot = api().get(SNAPSHOT_NAME);

      assertEquals(snapshot.getName(), SNAPSHOT_NAME);
      assertSnapshotEquals(snapshot);
   }
View Full Code Here


              TIME_WAIT);
   }

   @Test(groups = "live", dependsOnMethods = "testCreateSnapshot")
   public void testGetSnapshot() {
      Snapshot snapshot = api().get(SNAPSHOT_NAME);

      assertEquals(snapshot.getName(), SNAPSHOT_NAME);
      assertSnapshotEquals(snapshot);
   }
View Full Code Here

TOP

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

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.