Package org.jclouds.compute.domain

Examples of org.jclouds.compute.domain.Hardware.supportsImage()


      assertEquals(hardware.getId(), machineName);
      assertEquals(hardware.getProviderId(), machineName);
      // for starters assume 1-to-1 relationship hardware to image (which
      // correlate to a single source IMachine)
      assertEquals(hardware.supportsImage().toString(), ImagePredicates.idEquals(machineName).toString());

   }

}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.