Package org.jclouds.ibm.smartcloud.domain

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


      return "/address.json";
   }

   @Override
   public Address expected() {
      return new Address(2, "1", "129.33.196.243", "1217", "1");
   }
View Full Code Here


   }
  
   @Override
   @Unwrap
   public Set<Address> expected() {
      return ImmutableSet.of(new Address(2, "1", "129.33.196.243", "1217", "1"), new Address(3, "2", "129.33.196.244",
               "1218", null));
   }
View Full Code Here

TOP

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

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.