|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.xensource.xenapi.SR.Record
public static class SR.Record
Represents all the fields in a SR
Field Summary | |
---|---|
String |
contentType
the type of the SR's content, if required (e.g. |
String |
nameDescription
a notes field containg human-readable description |
String |
nameLabel
a human-readable name |
Map<String,String> |
otherConfig
additional configuration |
Set<PBD> |
PBDs
physical blockdevices |
Long |
physicalSize
total physical size of the repository (in bytes) |
Long |
physicalUtilisation
physical space currently utilised on this storage repository (in bytes). |
Boolean |
shared
true if this SR is (capable of being) shared between multiple hosts |
String |
type
type of the storage repository |
String |
uuid
unique identifier/object reference |
Set<VDI> |
VDIs
managed virtual disks |
Long |
virtualAllocation
sum of virtual_sizes of all VDIs in this storage repository (in bytes) |
Constructor Summary | |
---|---|
SR.Record()
|
Method Summary | |
---|---|
Map<String,Object> |
toMap()
Convert a SR.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 Set<VDI> VDIs
public Set<PBD> PBDs
public Long virtualAllocation
public Long physicalUtilisation
public Long physicalSize
public String type
public String contentType
public Boolean shared
public Map<String,String> otherConfig
Constructor Detail |
---|
public SR.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 |