|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.elasticstack.domain.Device
org.jclouds.elasticstack.domain.IDEDevice
public class IDEDevice
| Nested Class Summary | |
|---|---|
static class |
IDEDevice.Builder
|
| Field Summary |
|---|
| Fields inherited from class org.jclouds.elasticstack.domain.Device |
|---|
driveUuid, mediaType |
| Constructor Summary | |
|---|---|
IDEDevice(String driveUuid,
MediaType mediaType,
int bus,
int unit)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
int |
getBus()
|
String |
getId()
id generated based on the device bus, unit, and/or index numbers; |
int |
getUnit()
|
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class org.jclouds.elasticstack.domain.Device |
|---|
getDriveUuid, getMediaType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IDEDevice(String driveUuid,
MediaType mediaType,
int bus,
int unit)
| Method Detail |
|---|
public int hashCode()
hashCode in class Devicepublic boolean equals(Object obj)
equals in class Devicepublic String getId()
Device
getId in class Devicepublic int getBus()
public int getUnit()
public String toString()
toString in class Device
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||