Uses of Class
com.xensource.xenapi.VMSS.Record
-
Uses of VMSS.Record in com.xensource.xenapi
Methods in com.xensource.xenapi that return VMSS.RecordModifier and TypeMethodDescriptionVMSS.getRecord
(Connection c) Get a record containing the current state of the given VMSS.static VMSS.Record
Types.toVMSSRecord
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.Methods in com.xensource.xenapi that return types with arguments of type VMSS.RecordModifier and TypeMethodDescriptionstatic Map<VMSS,
VMSS.Record> VMSS.getAllRecords
(Connection c) Return a map of VMSS references to VMSS records for all VMSSs known to the system.static Map<VMSS,
VMSS.Record> Types.toMapOfVMSSVMSSRecord
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.Methods in com.xensource.xenapi with parameters of type VMSS.RecordModifier and TypeMethodDescriptionstatic VMSS
VMSS.create
(Connection c, VMSS.Record record) Create a new VMSS instance, and return its handle.static Task
VMSS.createAsync
(Connection c, VMSS.Record record) Create a new VMSS instance, and return its handle.