Uses of Class
com.xensource.xenapi.VMSS
-
Uses of VMSS in com.xensource.xenapi
Fields in com.xensource.xenapi declared as VMSSModifier and TypeFieldDescriptionVM.Record.snapshotSchedule
Ref pointing to a snapshot schedule for this VM First published in XenServer 7.2.Methods in com.xensource.xenapi that return VMSSModifier and TypeMethodDescriptionstatic VMSS
VMSS.create
(Connection c, VMSS.Record record) Create a new VMSS instance, and return its handle.static VMSS
VMSS.getByUuid
(Connection c, String uuid) Get a reference to the VMSS instance with the specified UUID.Get the snapshot_schedule field of the given VM.static VMSS
Types.toVMSS
(Task task, Connection connection) static VMSS
Methods in com.xensource.xenapi that return types with arguments of type VMSSModifier and TypeMethodDescriptionVMSS.getAll
(Connection c) Return a list of all the VMSSs known to the system.static Map<VMSS,
VMSS.Record> VMSS.getAllRecords
(Connection c) Return a map of VMSS references to VMSS records for all VMSSs known to the system.VMSS.getByNameLabel
(Connection c, String label) Get all the VMSS instances with the given label.static Map<VMSS,
VMSS.Record> Types.toMapOfVMSSVMSSRecord
(Object object) Types.toSetOfVMSS
(Object object) Methods in com.xensource.xenapi with parameters of type VMSSModifier and TypeMethodDescriptionvoid
VM.setSnapshotSchedule
(Connection c, VMSS value) Set the value of the snapshot schedule field Minimum allowed role: pool-operator First published in XenServer 7.2.