public class StorageController extends Object
StorageBus
Modifier and Type | Class and Description |
---|---|
static class |
StorageController.Builder |
Constructor and Description |
---|
StorageController(String name,
org.virtualbox_4_1.StorageBus bus,
Set<HardDisk> hardDisks,
Set<IsoImage> isoImages) |
Modifier and Type | Method and Description |
---|---|
static StorageController.Builder |
builder() |
boolean |
equals(Object o) |
org.virtualbox_4_1.StorageBus |
getBus() |
HardDisk |
getHardDisk(String diskName) |
Set<HardDisk> |
getHardDisks() |
Set<IsoImage> |
getIsoImages() |
String |
getName() |
int |
hashCode() |
String |
toString() |
public String getName()
public org.virtualbox_4_1.StorageBus getBus()
public static StorageController.Builder builder()
Copyright © 2009-2013 jclouds. All Rights Reserved.