org.jclouds.deltacloud.domain
Class FixedHardwareProperty

java.lang.Object
  extended by org.jclouds.deltacloud.domain.internal.BaseHardwareProperty
      extended by org.jclouds.deltacloud.domain.FixedHardwareProperty
All Implemented Interfaces:
HardwareProperty

public class FixedHardwareProperty
extends BaseHardwareProperty

Author:
Adrian Cole

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jclouds.deltacloud.domain.HardwareProperty
HardwareProperty.Kind
 
Constructor Summary
FixedHardwareProperty(String name, String unit, Object value)
           
 
Method Summary
 
Methods inherited from class org.jclouds.deltacloud.domain.internal.BaseHardwareProperty
equals, getKind, getName, getUnit, getValue, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FixedHardwareProperty

public FixedHardwareProperty(String name,
                             String unit,
                             Object value)


Copyright © 2009-2012 jclouds. All Rights Reserved.