Table of Contents

Class IPv4Routes

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

Represents a collection of IPv4 routes.

public class IPv4Routes : BypassSection
Inheritance
IPv4Routes
Inherited Members

Constructors

IPv4Routes()

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

public IPv4Routes()

Properties

Items

Gets or sets the items in the collection.

public IPv4RouteCollection Items { get; set; }

Property Value

IPv4RouteCollection

Methods

FromXml(string)

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

public static IPv4Routes FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

IPv4Routes

A CENTREL.XIA.Configuration.Types.IPv4Routes class.

ToString()

Returns the IPv4 routes as a human readable string.

public override string ToString()

Returns

string

The IPv4 routes as a human readable string.