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.snapshotScheduleRef pointing to a snapshot schedule for this VM First published in XenServer 7.2.Methods in com.xensource.xenapi that return VMSSModifier and TypeMethodDescriptionstatic VMSSVMSS.create(Connection c, VMSS.Record record) Create a new VMSS instance, and return its handle.static VMSSVMSS.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 VMSSTypes.toVMSS(Task task, Connection connection) static VMSSDeprecated.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 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) Deprecated.this method will not be publicly exposed in future releases of this package.Types.toSetOfVMSS(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 VMSSModifier and TypeMethodDescriptionvoidVM.setSnapshotSchedule(Connection c, VMSS value) Set the value of the snapshot schedule field Minimum allowed role: pool-operator First published in XenServer 7.2.