Package com.xensource.xenapi
Class SM.Record
java.lang.Object
com.xensource.xenapi.SM.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- SM
Represents all the fields in a SM
-
Field Summary
FieldsModifier and TypeFieldDescriptioncapabilities of the SM plugin First published in XenServer 4.1.names and descriptions of device config keysEntity which owns the copyright of this pluginfilename of the storage driver First published in XenServer 5.0.capabilities of the SM plugin, with capability version numbers First published in XenServer 6.2.a notes field containing human-readable descriptiona human-readable nameadditional configuration First published in XenServer 4.1.Minimum SM API version required on the serverThe storage plugin requires that one of these cluster stacks is configured and running.SR.typeUnique identifier/object referenceVendor who created this pluginVersion of the plugin -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
Unique identifier/object reference -
nameLabel
a human-readable name -
nameDescription
a notes field containing human-readable description -
type
SR.type -
vendor
Vendor who created this plugin -
copyright
Entity which owns the copyright of this plugin -
version
Version of the plugin -
requiredApiVersion
Minimum SM API version required on the server -
configuration
names and descriptions of device config keys -
capabilities
capabilities of the SM plugin First published in XenServer 4.1. -
features
capabilities of the SM plugin, with capability version numbers First published in XenServer 6.2. -
otherConfig
additional configuration First published in XenServer 4.1. -
driverFilename
filename of the storage driver First published in XenServer 5.0. -
requiredClusterStack
The storage plugin requires that one of these cluster stacks is configured and running. First published in XenServer 7.0.
-
-
Constructor Details
-
Record
public Record()
-
-
Method Details
-
toString
-
toMap
Convert a SM.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-