| IServerPoolManager Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.Maintenance
The IServerPoolManager type exposes the following members.
| Name | Description | ||
|---|---|---|---|
| void | AddNetServersToPool(Int64, Int64) |
Adds a server to a pool
| |
| Int64 | Create(T) |
Creates a new instance of the entity
(Inherited from ICreateableT.) | |
| void | Delete(Int64) |
Deletes an entity with a specific Id
(Inherited from IDeletableT.) | |
| IServerPool | Details(Int64) |
Get details for entity with specified Id
(Inherited from IDetailsableT.) | |
| Boolean | DoesPoolContainsServerType(Int64, ServerType) |
Checks if a pool contains a server type
| |
| IEnumerableT | GetAll |
Retrieves every entity
(Inherited from IGetAllableT.) | |
| IEnumerableT, T: INetServer | GetAllNetServer |
Returns all net servers
| |
| IEnumerableT, T: IExtendedNetServer | GetComputedNetServers(Int64) |
Returns computed net servers
| |
| INetServer | GetNetServerDetails(Int64) |
Returns server details
| |
| IEnumerableT, T: INetServer | GetPoolMembers(Int64) |
Returns members of a pool
| |
| Boolean | IsMonitoringServiceActiveOnServerPool(Int64) |
Checks if there is a monitoring service active on a pool
| |
| Boolean | IsNameUnique(T) |
Checks if the name of a dto is unique
(Inherited from IUniqueNameT.) | |
| Boolean | IsNetServerInUse(INetServer) |
Checks if the net server is in use
| |
| Boolean | IsServerPoolInsynchronizationMode(Int64) |
Returns if the pool is in syncronization mode or not
| |
| IEnumerableT, T: INameable | ListTop100ByName(String) |
Returns the top 100 servers starting with specified name
| |
| void | RemoveNetServerFromPool(Int64, Int64) |
Removes a server from a pool
| |
| void | SetPoolMemberAsSynced(Int64, Int64) | ||
| void | TriggerSynchronizationForPool(Int64) |
Triggers a syncronization for a pool
| |
| void | Update(T) |
Updates an entity with new values.
(Inherited from IUpdateableT.) |