Package org.jclouds.compute.domain.internal

Examples of org.jclouds.compute.domain.internal.HardwareImpl


      return HardwareBuilder.class.cast(super.userMetadata(userMetadata));
   }

   @Override
   public Hardware build() {
      return new HardwareImpl(providerId, name, id, location, uri, userMetadata, tags, processors, ram, volumes,
               supportsImage, hypervisor);
   }
View Full Code Here

TOP

Related Classes of org.jclouds.compute.domain.internal.HardwareImpl

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.