Uses of Class
com.xensource.xenapi.VTPM
-
Uses of VTPM in com.xensource.xenapi
Fields in com.xensource.xenapi with type parameters of type VTPMMethods in com.xensource.xenapi that return VTPMModifier and TypeMethodDescriptionstatic VTPM
VTPM.create
(Connection c, VM vM, Boolean isUnique) Create a new VTPM instance, and return its handle.static VTPM
VTPM.getByUuid
(Connection c, String uuid) Get a reference to the VTPM instance with the specified UUID.static VTPM
Types.toVTPM
(Task task, Connection connection) static VTPM
Methods in com.xensource.xenapi that return types with arguments of type VTPMModifier and TypeMethodDescriptionVTPM.getAll
(Connection c) Return a list of all the VTPMs known to the system.static Map<VTPM,
VTPM.Record> VTPM.getAllRecords
(Connection c) Return a map of VTPM references to VTPM records for all VTPMs known to the system.VM.getVTPMs
(Connection c) Get the VTPMs field of the given VM.static Map<VTPM,
VTPM.Record> Types.toMapOfVTPMVTPMRecord
(Object object) Types.toSetOfVTPM
(Object object)