IIPv4HostManager Interface |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Netadmin.Management.Network.IIPv4HostManager"]
Namespace: Netadmin.Management.Network
The IIPv4HostManager type exposes the following members.
Name | Description | ||
---|---|---|---|
![]() | 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.) |
![]() | IHost | 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.) |
![]() | String | GetFirstFreeHostAddress(Int64) | |
![]() | void | Update(T) |
Updates an entity with new values.
(Inherited from IUpdateableT.) |