Click or drag to resize
RouterExtensions Class
Provides synchronous extention methods for a FloatingIP instance.
Inheritance Hierarchy
SystemObject
  OpenStack.Networking.v2.Layer3.SynchronousRouterExtensions

Namespace: OpenStack.Networking.v2.Layer3.Synchronous
Assembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax
public static class RouterExtensions

The RouterExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAttachPort
Attaches an existing port to the specified router.
Public methodStatic memberAttachSubnet
Creates a new port on the subnet and attaches it to the specified router.
Public methodStatic memberDelete
Deletes the router and any attached interfaces.
Public methodStatic memberDetachPort
Detaches a port from the specified router.
Public methodStatic memberDetachSubnet
Finds the port on the subnet attached to the specified router, detaches then deletes it.
Top
Version Information

.NET Framework

Supported in: 4.5

openstack.net

Supported in: 1.6
See Also