Click or drag to resize
IIPv4NetworkManager Interface

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:Netadmin.Management.Network.IIPv4NetworkManager"]

Namespace: Netadmin.Management.Network
Assembly: Netadmin.Management (in Netadmin.Management.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface IIPv4NetworkManager : IFilterable<INetwork, INetworkFilter>, 
	IDetailsable<INetwork>, IDetailsableBatch<INetwork>, IManager<INetwork>

The IIPv4NetworkManager type exposes the following members.

Methods
  NameDescription
Public methodINetworkCreateNetwork(String, String, String, String, String, Int64)
Public methodIEnumerableT, T: INetworkCreateSubnet(String, String, Int32, GatewayOption, Boolean, Int64, Int64)
Public methodINetworkCreateSubnet(String, String, String, String, String, Int64, Int64)
Public method void DeleteNetwork(Int64, Boolean)
Public methodINetworkDetails(Int64)
Get details for entity with specified Id
(Inherited from IDetailsableT.)
Public methodIReadOnlyDictionaryTKey, TValue, T: Int64DetailsAny(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.)
Public methodINetworkEditNetwork(Int64, String, String, String)
Public methodIPaginationTFilter(TFilterDtoInterface, PaginationRequestTDToInterface)
Searches for entities using a filter and returnes a pagination based on the supplied request
(Inherited from IFilterableTDToInterface, TFilterDtoInterface.)
Public methodIDictionaryTKey, TValue, T: StringFilterUniqueNetworkAddress(String)
Public methodStringGetBroadcastAddress(String, String)
Public methodIEnumerableT, T: INetworkGetPossibleSuperNetworks(Int64)
Public methodIEnumerableT, T: INetworkGetSubnets(Int64)
Public methodIEnumerableT, T: INetworkGetUnallocatedSubnets(Int64)
Public methodBooleanIsHostInRange(String, String, String)
Public method void IsSubnetValidAndAvailable(Int64, String, String)
Public methodBooleanIsValidNetmask(String)
Public methodBooleanIsValidNetwork(String, String)
Public methodINetworkMoveNetwork(Int64, Int64)
Public methodINetworkSetNetworkDetails(Int64, Int64, Int64, Int64, Int64, Int64, Int64)
Top
Extension Methods
  NameDescription
Public Extension MethodINetworkDetailsAllINetwork(Int64)Overloaded. (Defined by DetailsableBatchExtensions.)
Public Extension MethodIReadOnlyDictionaryTKey, TValue, T: Int64DetailsAllINetwork(IEnumerableInt64)Overloaded. (Defined by DetailsableBatchExtensions.)
Public Extension MethodINetworkDetailsAnyINetwork(Int64) (Defined by DetailsableBatchExtensions.)
Top
See Also