Table of Contents

Class ArpCacheEntries

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

Represents information stored within a network device's ARP cache.

public class ArpCacheEntries : BypassSection
Inheritance
ArpCacheEntries
Inherited Members

Constructors

ArpCacheEntries()

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

public ArpCacheEntries()

Properties

Items

Gets or sets the items within the collection

public ArpCacheEntryCollection Items { get; set; }

Property Value

ArpCacheEntryCollection

Methods

FromXml(string)

Returns the CENTREL.XIA.Configuration.Types.ArpCacheEntries from the specified XML data.

public static ArpCacheEntries FromXml(string xml)

Parameters

xml string

The XML representation of the ARP cache entries.

Returns

ArpCacheEntries

A CENTREL.XIA.Configuration.Types.ArpCacheEntries from the specified XML.

ToString()

Returns this ARP cache entries object as a human readable string - for example "10 Entries".

public override string ToString()

Returns

string

This ARP cache entries object as a human readable string.