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.proxiesThe set of proxies associated with the siteMethods in com.xensource.xenapi that return PVSProxyModifier and TypeMethodDescriptionstatic PVSProxyPVSProxy.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 PVSProxyPVSProxy.getByUuid(Connection c, String uuid) Get a reference to the PVS_proxy instance with the specified UUID.static PVSProxyTypes.toPVSProxy(Task task, Connection connection) static PVSProxyTypes.toPVSProxy(Object object) Deprecated.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 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) Deprecated.this method will not be publicly exposed in future releases of this package.Types.toSetOfPVSProxy(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.