org.jclouds.deltacloud.domain
Interface HardwareProperty

All Known Implementing Classes:
BaseHardwareProperty, EnumHardwareProperty, FixedHardwareProperty, ParameterizedHardwareProperty, RangeHardwareProperty

public interface HardwareProperty

Author:
Adrian Cole

Nested Class Summary
static class HardwareProperty.Kind
           
 
Method Summary
 HardwareProperty.Kind getKind()
           
 String getName()
           
 String getUnit()
           
 Object getValue()
           
 

Method Detail

getKind

HardwareProperty.Kind getKind()
Returns:
describes the values to chose from.

getName

String getName()
Returns:
the type of the property: e.g. memory or storage

getUnit

String getUnit()
Returns:
the units in which the value is specified: MB, GB, count or label

getValue

Object getValue()
Returns:
the actual value of the property. It depends on the specified unit: 1024, 2 on x86_64


Copyright © 2009-2012 jclouds. All Rights Reserved.