public class HardwareProfile extends Object
Constructor and Description |
---|
HardwareProfile(URI href,
String id,
String name,
Set<? extends HardwareProperty> properties) |
public HardwareProfile(URI href, String id, String name, Set<? extends HardwareProperty> properties)
public URI getHref()
public String getId()
public String getName()
public Set<? extends HardwareProperty> getProperties()
Copyright © 2009-2012 jclouds. All Rights Reserved.