Package org.jclouds.ibm.smartcloud.domain

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


               "SYSTEM",
               "SUSE Linux Enterprise Server/11",
               Image.Architecture.I386,
               new Date(1216944000000l),
               "41",
               ImmutableSet.<InstanceType> of(new InstanceType("Bronze 32 bit", new Price(0.17, "UHR  ", "897", null,
                        "USD", 1), "BRZ32.1/2048/175"), new InstanceType("Gold 32 bit", new Price(0.41, "UHR  ", "897",
                        null, "USD", 1), "GLD32.4/4096/350"), new InstanceType("Silver 32 bit", new Price(0.265,
                        "UHR  ", "897", null, "USD", 1), "SLV32.2/4096/350")),
               ImmutableSet.<String> of("ifeE7VOzRG6SGvoDlRPTQw"),
               HttpUtils
                        .createUri("https://www-147.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{F006D027-02CC-9D08-D389-6C729D939D44}/1.0/GettingStarted.html"),
               "20001150", "SUSE Linux Enterprise Server 11 for x86 Base OS 32-bit with pay for use licensing");
View Full Code Here


   @Override
   @Unwrap
   public Set<StorageOffering> expected() {
      return ImmutableSet.of(//
               new StorageOffering("41", new Price(0.039, "UHR", "897", new Date(1279497600000l), "USD", 1), 256,
                        "Small", "20001208", ImmutableSet.of(new Format("ext3", "EXT3"))),//
               new StorageOffering("41", new Price(0.312, "UHR", "897", new Date(1279497600000l), "USD", 1), 2048,
                        "Large", "20001210", ImmutableSet.of(new Format("ext3", "EXT3"))),//
               new StorageOffering("41", new Price(0.078, "UHR", "897", new Date(1279497600000l), "USD", 1), 512,
                        "Medium", "20001209", ImmutableSet.of(new Format("ext3", "EXT3")))//
               );
   }
View Full Code Here

                        "SYSTEM",
                        "SUSE Linux Enterprise Server/11",
                        Image.Architecture.X86_64,
                        new Date(1216944000000l),
                        "41",
                        ImmutableSet.<InstanceType> of(new InstanceType("Bronze 32 bit", new Price(0.17, "UHR  ",
                                 "897", null, "USD", 1), "BRZ32.1/2048/175"), new InstanceType("Gold 32 bit",
                                 new Price(0.41, "UHR  ", "897", null, "USD", 1), "GLD32.4/4096/350"),
                                 new InstanceType("Silver 32 bit", new Price(0.265, "UHR  ", "897", null, "USD", 1),
                                          "SLV32.2/4096/350")),
                        ImmutableSet.<String> of("ifeE7VOzRG6SGvoDlRPTQw"),
                        HttpUtils
                                 .createUri("https://www-147.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{F006D027-02CC-9D08-D389-6C729D939D44}/1.0/GettingStarted.html"),
                        "20001150", "SUSE Linux Enterprise Server 11 for x86 Base OS 32-bit with pay for use licensing"));
View Full Code Here

TOP

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

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.