IIPv4NetworkManager Methods |
[This is preliminary documentation and is subject to change.]
The IIPv4NetworkManager type exposes the following members.
Methods
| Name | Description |
---|
 | INetwork | CreateNetwork(String, String, String, String, String, Int64) | |
 | IEnumerableT, T: INetwork | CreateSubnet(String, String, Int32, GatewayOption, Boolean, Int64, Int64) | |
 | INetwork | CreateSubnet(String, String, String, String, String, Int64, Int64) | |
 |
void
| DeleteNetwork(Int64, Boolean) | |
 | IDetailsableT | Details(Int64) |
Get details for entity with specified Id
(Inherited from IDetailsableT.) |
 | IReadOnlyDictionaryTKey, TValue, T: Int64 | DetailsAny(IEnumerableInt64) |
Attempts to get details on multiple ids. If an id is not found, it will not be included in the returned dictionary
(Inherited from IDetailsableBatchT.) |
 | INetwork | EditNetwork(Int64, String, String, String) | |
 | IPaginationT | Filter(TFilterDtoInterface, PaginationRequestTDToInterface) |
Searches for entities using a filter and returnes a pagination based on the supplied request
(Inherited from IFilterableTDToInterface, TFilterDtoInterface.) |
 | IDictionaryTKey, TValue, T: String | FilterUniqueNetworkAddress(String) | |
 | String | GetBroadcastAddress(String, String) | |
 | IEnumerableT, T: INetwork | GetPossibleSuperNetworks(Int64) | |
 | IEnumerableT, T: INetwork | GetSubnets(Int64) | |
 | IEnumerableT, T: INetwork | GetUnallocatedSubnets(Int64) | |
 | Boolean | IsHostInRange(String, String, String) | |
 |
void
| IsSubnetValidAndAvailable(Int64, String, String) | |
 | Boolean | IsValidNetmask(String) | |
 | Boolean | IsValidNetwork(String, String) | |
 | INetwork | MoveNetwork(Int64, Int64) | |
 | INetwork | SetNetworkDetails(Int64, Int64, Int64, Int64, Int64, Int64, Int64) | |
Top
Extension Methods
See Also