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.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.Methods in com.xensource.xenapi with parameters of type VMSS.RecordModifier and TypeMethodDescriptionstatic VMSSVMSS.create(Connection c, VMSS.Record record) Create a new VMSS instance, and return its handle.static TaskVMSS.createAsync(Connection c, VMSS.Record record) Create a new VMSS instance, and return its handle.