|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.xensource.xenapi.VDI.Record
public static class VDI.Record
Represents all the fields in a VDI
Field Summary | |
---|---|
Set<Crashdump> |
crashDumps
list of crash dumps that refer to this disk |
String |
nameDescription
a notes field containg human-readable description |
String |
nameLabel
a human-readable name |
Map<String,String> |
otherConfig
additional configuration |
Long |
physicalUtilisation
amount of physical space that the disk image is currently taking up on the storage repository (in bytes) |
Boolean |
readOnly
true if this disk may ONLY be mounted read-only |
Boolean |
sharable
true if this disk may be shared |
SR |
SR
storage repository in which the VDI resides |
Boolean |
storageLock
true if this disk is locked at the storage level |
com.xensource.xenapi.Types.VdiType |
type
type of the VDI |
String |
uuid
unique identifier/object reference |
Set<VBD> |
VBDs
list of vbds that refer to this disk |
Long |
virtualSize
size of disk as presented to the guest (in bytes). |
Constructor Summary | |
---|---|
VDI.Record()
|
Method Summary | |
---|---|
Map<String,Object> |
toMap()
Convert a VDI.Record to a Map |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public String uuid
public String nameLabel
public String nameDescription
public SR SR
public Set<VBD> VBDs
public Set<Crashdump> crashDumps
public Long virtualSize
public Long physicalUtilisation
public com.xensource.xenapi.Types.VdiType type
public Boolean sharable
public Boolean readOnly
public Map<String,String> otherConfig
public Boolean storageLock
Constructor Detail |
---|
public VDI.Record()
Method Detail |
---|
public String toString()
toString
in class Object
public Map<String,Object> toMap()
toMap
in interface Types.Record
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |