Click or drag to resize
IDeviceManagerUpdatePhysicalInterface Method

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

Updates a physical interface

Namespace: Netadmin.Management.Inventory
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
void UpdatePhysicalInterface(
	IPhysicalInterface dto
)

Parameters

dto
Type: Netadmin.Management.Inventory.DtoIPhysicalInterface
The physical interface
Exceptions
ExceptionCondition
ObjectNotFoundExceptionThrown when the physicalinterface id is not found
ObjectNameNotFoundExceptionThrown when inventorystatus is not null or empty, but can not be found.
MultipleObjectsWithNameExceptionThrown when multiple statuses with the specified name is found
InvalidOperationExceptionThrown if address already has a physical interface.
InvalidIdentifierExceptionThrown if dto's addressId is less than or equal to zero.
See Also