Click or drag to resize
Router Class
A logical entity for forwarding packets across internal subnets and NATting them on external networks through an appropriate external gateway.
Inheritance Hierarchy
SystemObject
  OpenStack.Networking.v2.Layer3Router

Namespace: OpenStack.Networking.v2.Layer3
Assembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax
public class Router : IHaveExtraData, IServiceResource

The Router type exposes the following members.

Constructors
  NameDescription
Public methodRouter
Initializes a new instance of the Router class.
Top
Methods
  NameDescription
Public methodAttachPortAsync
Attaches an existing port to the specified router.
Public methodAttachSubnetAsync
Creates a new port on the subnet and attaches it to the specified router.
Public methodDeleteAsync
Deletes the router and any attached interfaces.
Public methodDetachPortAsync
Detaches a port from the specified router.
Public methodDetachSubnetAsync
Finds the port on the subnet attached to the specified router, detaches then deletes it.
Top
Extension Methods
  NameDescription
Public Extension MethodAttachPort
Attaches an existing port to the specified router.
(Defined by RouterExtensions.)
Public Extension MethodAttachSubnet
Creates a new port on the subnet and attaches it to the specified router.
(Defined by RouterExtensions.)
Public Extension MethodDelete
Deletes the router and any attached interfaces.
(Defined by RouterExtensions.)
Public Extension MethodDetachPort
Detaches a port from the specified router.
(Defined by RouterExtensions.)
Public Extension MethodDetachSubnet
Finds the port on the subnet attached to the specified router, detaches then deletes it.
(Defined by RouterExtensions.)
Top
Properties
  NameDescription
Public propertyExternalGateway
The external gateway connection information.
Public propertyId
The router identifier.
Public propertyIsUp
The administrative state of the router.
Public propertyName
The router name.
Public propertyRoutes
The extra routes configuration for L3 router.
Public propertyStatus
The network status.
Top
Version Information

.NET Framework

Supported in: 4.5

openstack.net

Supported in: 1.6
See Also