Package org.jclouds.ibm.smartcloud.domain

Examples of org.jclouds.ibm.smartcloud.domain.IP


   @Override
   public Instance expected() {
      return Instance.builder().launchTime(new Date(1305351683883l)).software(
               ImmutableSet.of(new Software("SUSE Linux Enterprise Server", "OS", "11 SP1"))).primaryIP(
               new IP("                ", "                ", 0)).requestId("80890").keyName("adriancole").name(
               "adriancole").instanceType("COP32.1/2048/60").status(Status.NEW).owner("adrian@cloudconscious.com")
               .location("101").imageId("20015393").rootOnly(true).requestName("adriancole").id("80590")
               .expirationTime(new Date(1368423692824l)).diskSize(60).build();
   }
View Full Code Here


   @Unwrap
   public Set<Instance> expected() {

      return ImmutableSet.of(Instance.builder().launchTime(new Date(1305351683883l)).software(
               ImmutableSet.of(new Software("SUSE Linux Enterprise Server", "OS", "11 SP1"))).primaryIP(
               new IP("                ", "                ", 0)).requestId("80890").keyName("adriancole").name("adriancole").instanceType(
               "COP32.1/2048/60").status(Status.NEW).owner("adrian@cloudconscious.com").location("101").imageId(
               "20015393").rootOnly(true).requestName("adriancole").id("80590")
               .expirationTime(new Date(1368423692824l)).diskSize(60).build());
   }
View Full Code Here

TOP

Related Classes of org.jclouds.ibm.smartcloud.domain.IP

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.