Table of Contents

Class IPv4RoutingConfiguration

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the IPv4 routes and IPv4 persisted routes found within a networked device.

public class IPv4RoutingConfiguration : BypassSection
Inheritance
IPv4RoutingConfiguration
Inherited Members

Constructors

IPv4RoutingConfiguration()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.IPv4RoutingConfiguration class.

public IPv4RoutingConfiguration()

Properties

PersistentRoutes

Gets or sets the persistent IPv4 routing table entries on this network device.

public IPv4RouteCollection PersistentRoutes { get; set; }

Property Value

IPv4RouteCollection

Routes

Gets or sets the active IPv4 routing table entries on this network device.

public IPv4RouteCollection Routes { get; set; }

Property Value

IPv4RouteCollection

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.IPv4RoutingConfiguration class from the specified XML.

public static IPv4RoutingConfiguration FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

IPv4RoutingConfiguration

A CENTREL.XIA.Configuration.Types.IPv4RoutingConfiguration class.

ToString()

Returns the IPv4 configuration as a human readable string.

public override string ToString()

Returns

string

The IPv4 configuration as a human readable string.