Click or drag to resize
IIPv6NetworkManager Interface

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

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

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

The IIPv6NetworkManager type exposes the following members.

Methods
  NameDescription
Public methodINetworkCreateNetwork(String, String, String, String, Int64)
Public methodINetworkRelationCreateRelation(Int64, Int64, Int64, Int64, Int64, Int64, Int64)
Public methodIEnumerableT, T: INetworkCreateSubnet(String, Byte, Int32, Boolean, Int64, Int64)
Public methodINetworkCreateSubnet(String, String, String, String, Int64, Int64)
Public method void DeleteNetwork(Int64, Boolean)
Public method void DeleteRelation(Int64)
Public methodINetworkDetails(Int64)
Get details for entity with specified Id
(Inherited from IDetailsableT.)
Public methodINetworkDetails(String)
Public methodINetworkEditNetwork(Int64, String, String, String)
Public methodINetworkRelationEditRelation(Int64, Int64, Int64, Int64, Int64, Int64, Int64)
Public methodIPaginationTFilter(TFilterDtoInterface, PaginationRequestTDToInterface)
Searches for entities using a filter and returnes a pagination based on the supplied request
(Inherited from IFilterableTDToInterface, TFilterDtoInterface.)
Public methodIEnumerableT, T: INetworkGetPossibleSuperNetworks(Int64)
Public methodIEnumerableT, T: INetworkRelationGetRelations(Int64)
Public methodIEnumerableT, T: INetworkGetSubnets(Int64)
Public methodIEnumerableT, T: INetworkGetUnallocatedSubnets(Int64)
Top
See Also