org.jclouds.gogrid.compute.suppliers
Class GoGridHardwareSupplier

java.lang.Object
  extended by org.jclouds.gogrid.compute.suppliers.GoGridHardwareSupplier
All Implemented Interfaces:
com.google.common.base.Supplier<Set<? extends Hardware>>

@Singleton
public class GoGridHardwareSupplier
extends Object
implements com.google.common.base.Supplier<Set<? extends Hardware>>

Author:
Adrian Cole

Field Summary
static com.google.common.collect.ImmutableSet<Hardware> H_ALL
           
static Hardware H1024
           
static Hardware H16384
           
static Hardware H2048
           
static Hardware H4096
           
static Hardware H512
           
static Hardware H8192
           
 
Constructor Summary
GoGridHardwareSupplier()
           
 
Method Summary
 Set<? extends Hardware> get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

H16384

public static final Hardware H16384

H8192

public static final Hardware H8192

H4096

public static final Hardware H4096

H2048

public static final Hardware H2048

H1024

public static final Hardware H1024

H512

public static final Hardware H512

H_ALL

public static final com.google.common.collect.ImmutableSet<Hardware> H_ALL
Constructor Detail

GoGridHardwareSupplier

public GoGridHardwareSupplier()
Method Detail

get

public Set<? extends Hardware> get()
Specified by:
get in interface com.google.common.base.Supplier<Set<? extends Hardware>>


Copyright © 2009-2011 jclouds. All Rights Reserved.