|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.xensource.xenapi.SM.Record
public static class SM.Record
Represents all the fields in a SM
Field Summary | |
---|---|
Set<String> |
capabilities
capabilities of the SM plugin |
Map<String,String> |
configuration
names and descriptions of device config keys |
String |
copyright
Entity which owns the copyright of this plugin |
String |
driverFilename
filename of the storage driver |
String |
nameDescription
a notes field containg human-readable description |
String |
nameLabel
a human-readable name |
Map<String,String> |
otherConfig
additional configuration |
String |
requiredApiVersion
Minimum SM API version required on the server |
String |
type
SR.type |
String |
uuid
Unique identifier/object reference |
String |
vendor
Vendor who created this plugin |
String |
version
Version of the plugin |
Constructor Summary | |
---|---|
SM.Record()
|
Method Summary | |
---|---|
Map<String,Object> |
toMap()
Convert a SM.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 String type
public String vendor
public String copyright
public String version
public String requiredApiVersion
public Map<String,String> configuration
public Set<String> capabilities
public Map<String,String> otherConfig
public String driverFilename
Constructor Detail |
---|
public SM.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 |