Uses of Class
com.xensource.xenapi.PVSProxy
-
Uses of PVSProxy in com.xensource.xenapi
Fields in com.xensource.xenapi with type parameters of type PVSProxyModifier and TypeFieldDescriptionPVSSite.Record.proxies
The set of proxies associated with the siteMethods in com.xensource.xenapi that return PVSProxyModifier and TypeMethodDescriptionstatic PVSProxy
PVSProxy.create
(Connection c, PVSSite site, VIF VIF) Configure a VM/VIF to use a PVS proxy Minimum allowed role: pool-operator First published in XenServer 7.1.static PVSProxy
PVSProxy.getByUuid
(Connection c, String uuid) Get a reference to the PVS_proxy instance with the specified UUID.static PVSProxy
Types.toPVSProxy
(Task task, Connection connection) static PVSProxy
Types.toPVSProxy
(Object object) Methods in com.xensource.xenapi that return types with arguments of type PVSProxyModifier and TypeMethodDescriptionPVSProxy.getAll
(Connection c) Return a list of all the PVS_proxys known to the system.static Map<PVSProxy,
PVSProxy.Record> PVSProxy.getAllRecords
(Connection c) Return a map of PVS_proxy references to PVS_proxy records for all PVS_proxys known to the system.PVSSite.getProxies
(Connection c) Get the proxies field of the given PVS_site.static Map<PVSProxy,
PVSProxy.Record> Types.toMapOfPVSProxyPVSProxyRecord
(Object object) Types.toSetOfPVSProxy
(Object object)