org.jclouds.deltacloud.domain
Class ParameterizedHardwareProperty
java.lang.Object
org.jclouds.deltacloud.domain.internal.BaseHardwareProperty
org.jclouds.deltacloud.domain.ParameterizedHardwareProperty
- All Implemented Interfaces:
- HardwareProperty
- Direct Known Subclasses:
- EnumHardwareProperty, RangeHardwareProperty
public class ParameterizedHardwareProperty
- extends BaseHardwareProperty
- Author:
- Adrian Cole
ParameterizedHardwareProperty
public ParameterizedHardwareProperty(HardwareProperty.Kind kind,
String name,
String unit,
Object value,
HardwareParameter param)
getParam
public HardwareParameter getParam()
- Returns:
- how to associate a non-default value with a request against an instance.
hashCode
public int hashCode()
- Overrides:
hashCode
in class BaseHardwareProperty
equals
public boolean equals(Object obj)
- Overrides:
equals
in class BaseHardwareProperty
toString
public String toString()
- Overrides:
toString
in class BaseHardwareProperty
Copyright © 2009-2011 jclouds. All Rights Reserved.