Router Methods |
The Router type exposes the following members.
Name | Description | |
---|---|---|
AttachPortAsync |
Attaches an existing port to the specified router.
| |
AttachSubnetAsync |
Creates a new port on the subnet and attaches it to the specified router.
| |
DeleteAsync |
Deletes the router and any attached interfaces.
| |
DetachPortAsync |
Detaches a port from the specified router.
| |
DetachSubnetAsync |
Finds the port on the subnet attached to the specified router, detaches then deletes it.
|
Name | Description | |
---|---|---|
AttachPort |
Attaches an existing port to the specified router.
(Defined by RouterExtensions.) | |
AttachSubnet |
Creates a new port on the subnet and attaches it to the specified router.
(Defined by RouterExtensions.) | |
Delete |
Deletes the router and any attached interfaces.
(Defined by RouterExtensions.) | |
DetachPort |
Detaches a port from the specified router.
(Defined by RouterExtensions.) | |
DetachSubnet |
Finds the port on the subnet attached to the specified router, detaches then deletes it.
(Defined by RouterExtensions.) |