|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.softlayer.domain.VirtualGuestBlockDevice
public class VirtualGuestBlockDevice
Class VirtualGuestBlockDevice
| Nested Class Summary | |
|---|---|
static class |
VirtualGuestBlockDevice.Builder
|
| Constructor Summary | |
|---|---|
protected |
VirtualGuestBlockDevice(int id,
String uuid,
int statusId,
String mountType,
String mountMode,
int bootableFlag,
String device,
VirtualDiskImage diskImage,
VirtualGuest guest)
|
| Method Summary | |
|---|---|
static VirtualGuestBlockDevice.Builder |
builder()
|
boolean |
equals(Object o)
|
int |
getBootableFlag()
|
String |
getDevice()
|
int |
getId()
|
String |
getMountMode()
|
String |
getMountType()
|
int |
getStatusId()
|
String |
getUuid()
|
VirtualDiskImage |
getVirtualDiskImage()
|
VirtualGuest |
getVirtualGuest()
|
int |
hashCode()
|
VirtualGuestBlockDevice.Builder |
toBuilder()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@ConstructorProperties(value={"id","uuid","statusId","mountType","mountMode","bootableFlag","device","diskImage","guest"})
protected VirtualGuestBlockDevice(int id,
@Nullable
String uuid,
int statusId,
@Nullable
String mountType,
@Nullable
String mountMode,
int bootableFlag,
String device,
@Nullable
VirtualDiskImage diskImage,
@Nullable
VirtualGuest guest)
| Method Detail |
|---|
public static VirtualGuestBlockDevice.Builder builder()
public VirtualGuestBlockDevice.Builder toBuilder()
public int getId()
public String getUuid()
public int getStatusId()
public String getMountType()
public String getMountMode()
public int getBootableFlag()
public String getDevice()
public VirtualDiskImage getVirtualDiskImage()
public VirtualGuest getVirtualGuest()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||