Package | Description |
---|---|
org.jclouds.deltacloud.domain | |
org.jclouds.deltacloud.domain.internal |
Modifier and Type | Method and Description |
---|---|
static HardwareProperty.Kind |
HardwareProperty.Kind.fromValue(String kind) |
HardwareProperty.Kind |
HardwareProperty.getKind() |
static HardwareProperty.Kind |
HardwareProperty.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HardwareProperty.Kind[] |
HardwareProperty.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ParameterizedHardwareProperty(HardwareProperty.Kind kind,
String name,
String unit,
Object value,
HardwareParameter param) |
Modifier and Type | Method and Description |
---|---|
HardwareProperty.Kind |
BaseHardwareProperty.getKind() |
Constructor and Description |
---|
BaseHardwareProperty(HardwareProperty.Kind kind,
String name,
String unit,
Object value) |
Copyright © 2009-2013 jclouds. All Rights Reserved.