Uses of Class
com.xensource.xenapi.PVSServer
-
Uses of PVSServer in com.xensource.xenapi
Fields in com.xensource.xenapi with type parameters of type PVSServerMethods in com.xensource.xenapi that return PVSServerModifier and TypeMethodDescriptionstatic PVSServerPVSServer.getByUuid(Connection c, String uuid) Get a reference to the PVS_server instance with the specified UUID.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 PVSServerTypes.toPVSServer(Task task, Connection connection) Methods in com.xensource.xenapi that return types with arguments of type PVSServerModifier and TypeMethodDescriptionPVSServer.getAll(Connection c) Return a list of all the PVS_servers known to the system.static Map<PVSServer,PVSServer.Record> PVSServer.getAllRecords(Connection c) Return a map of PVS_server references to PVS_server records for all PVS_servers known to the system.PVSSite.getServers(Connection c) Get the servers field of the given PVS_site.