Uses of Class
com.xensource.xenapi.VMPP
-
Uses of VMPP in com.xensource.xenapi
Fields in com.xensource.xenapi declared as VMPPModifier and TypeFieldDescriptionVM.Record.protectionPolicy
Ref pointing to a protection policy for this VM First published in XenServer 5.6 FP1.Methods in com.xensource.xenapi that return VMPPModifier and TypeMethodDescriptionstatic VMPP
VMPP.create
(Connection c, VMPP.Record record) Deprecated.static VMPP
VMPP.getByUuid
(Connection c, String uuid) Deprecated.Deprecated.static VMPP
Types.toVMPP
(Task task, Connection connection) static VMPP
Methods in com.xensource.xenapi that return types with arguments of type VMPPModifier and TypeMethodDescriptionVMPP.getAll
(Connection c) Deprecated.static Map<VMPP,
VMPP.Record> VMPP.getAllRecords
(Connection c) Return a map of VMPP references to VMPP records for all VMPPs known to the system.VMPP.getByNameLabel
(Connection c, String label) Deprecated.static Map<VMPP,
VMPP.Record> Types.toMapOfVMPPVMPPRecord
(Object object) Types.toSetOfVMPP
(Object object) Methods in com.xensource.xenapi with parameters of type VMPPModifier and TypeMethodDescriptionvoid
VM.setProtectionPolicy
(Connection c, VMPP value) Deprecated.