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 VTPMVTPM.create(Connection c, VM vM, Boolean isUnique) Create a new VTPM instance, and return its handle.static VTPMVTPM.getByUuid(Connection c, String uuid) Get a reference to the VTPM instance with the specified UUID.static VTPMTypes.toVTPM(Task task, Connection connection) 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.