Uses of Class
com.xensource.xenapi.PVSSite
-
Uses of PVSSite in com.xensource.xenapi
Fields in com.xensource.xenapi declared as PVSSiteModifier and TypeFieldDescriptionPVSCacheStorage.Record.site
The PVS_site for which this object defines the storagePVSProxy.Record.site
PVS site this proxy is part ofPVSServer.Record.site
PVS site this server is part ofMethods in com.xensource.xenapi that return PVSSiteModifier and TypeMethodDescriptionstatic PVSSite
PVSSite.getByUuid
(Connection c, String uuid) Get a reference to the PVS_site instance with the specified UUID.PVSCacheStorage.getSite
(Connection c) Get the site field of the given PVS_cache_storage.PVSProxy.getSite
(Connection c) Get the site field of the given PVS_proxy.PVSServer.getSite
(Connection c) Get the site field of the given PVS_server.static PVSSite
PVSSite.introduce
(Connection c, String nameLabel, String nameDescription, String PVSUuid) Introduce new PVS site Minimum allowed role: pool-operator First published in XenServer 7.1.static PVSSite
Types.toPVSSite
(Task task, Connection connection) static PVSSite
Methods in com.xensource.xenapi that return types with arguments of type PVSSiteModifier and TypeMethodDescriptionPVSSite.getAll
(Connection c) Return a list of all the PVS_sites known to the system.static Map<PVSSite,
PVSSite.Record> PVSSite.getAllRecords
(Connection c) Return a map of PVS_site references to PVS_site records for all PVS_sites known to the system.PVSSite.getByNameLabel
(Connection c, String label) Get all the PVS_site instances with the given label.static Map<PVSSite,
PVSSite.Record> Types.toMapOfPVSSitePVSSiteRecord
(Object object) Types.toSetOfPVSSite
(Object object) Methods in com.xensource.xenapi with parameters of type PVSSiteModifier 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 Task
PVSProxy.createAsync
(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 PVSServer
PVSServer.introduce
(Connection c, Set<String> addresses, Long firstPort, Long lastPort, PVSSite site) introduce new PVS server Minimum allowed role: pool-operator First published in XenServer 7.1.static Task
PVSServer.introduceAsync
(Connection c, Set<String> addresses, Long firstPort, Long lastPort, PVSSite site) introduce new PVS server Minimum allowed role: pool-operator First published in XenServer 7.1.