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.siteThe PVS_site for which this object defines the storagePVSProxy.Record.sitePVS site this proxy is part ofPVSServer.Record.sitePVS site this server is part ofMethods in com.xensource.xenapi that return PVSSiteModifier and TypeMethodDescriptionstatic PVSSitePVSSite.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 PVSSitePVSSite.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 PVSSiteTypes.toPVSSite(Task task, Connection connection) static PVSSiteDeprecated.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 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) Deprecated.this method will not be publicly exposed in future releases of this package.Types.toSetOfPVSSite(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.Methods in com.xensource.xenapi with parameters of type PVSSiteModifier 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 TaskPVSProxy.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 PVSServerPVSServer.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 TaskPVSServer.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.