| IVlanGroupManager Interface |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Netadmin.Management.Network.IVlanGroupManager"]
Namespace: Netadmin.Management.Network
The IVlanGroupManager type exposes the following members.
| Name | Description | ||
|---|---|---|---|
| Int64 | AddInterval(Int64, Int64, Int64) | ||
| Boolean | CanChangeGlobalOption(Int64, Int64) | ||
| 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.) | |
| void | DeleteInterval(Int64) | ||
| IVlanGroup | Details(Int64) |
Get details for entity with specified Id
(Inherited from IDetailsableT.) | |
| IPaginationT | Filter(TFilterDtoInterface, PaginationRequestTDToInterface) |
Searches for entities using a filter and returnes a pagination based on the supplied request
(Inherited from IFilterableTDToInterface, TFilterDtoInterface.) | |
| IEnumerableT, T: IVlanGroupInterval | GetIntervals(Int64) | ||
| IPaginationT, T: IDevice | GetRouters(Int64, PaginationRequestIDevice) | ||
| void | ResetVlanDefinitionsMembership(IEnumerableInt64, Int64) | ||
| void | ResetVlanRoutersMemberShip(IEnumerableInt64, Int64) | ||
| void | Update(T) |
Updates an entity with new values.
(Inherited from IUpdateableT.) |