Class MicrosoftDhcpServerv6ExclusionRange
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a Microsoft DHCP IPv6 exclusion range.
public class MicrosoftDhcpServerv6ExclusionRange : GlobalSerializableClassicBase, IComparable<MicrosoftDhcpServerv6ExclusionRange>
- Inheritance
-
MicrosoftDhcpServerv6ExclusionRange
- Implements
Constructors
MicrosoftDhcpServerv6ExclusionRange()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv6ExclusionRange class.
public MicrosoftDhcpServerv6ExclusionRange()
Properties
CollectionIndex
Gets the collection index for the exclusion range.
[Browsable(false)]
public string CollectionIndex { get; }
Property Value
EndRange
Gets or sets the end IP address for the exclusion range - for example "2001:dba:ce::10".
public string EndRange { get; set; }
Property Value
StartRange
Gets or sets the start IP address for the exclusion range - for example "2001:dba:ce::1".
public string StartRange { get; set; }
Property Value
Methods
CompareTo(MicrosoftDhcpServerv6ExclusionRange)
Compares two CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv6ExclusionRange values to allow sorting by start address.
public int CompareTo(MicrosoftDhcpServerv6ExclusionRange other)
Parameters
other
MicrosoftDhcpServerv6ExclusionRangeThe CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv6ExclusionRange to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv6ExclusionRange objects.
ToString()
Returns the exclusion range as a human readable string.
public override string ToString()
Returns
- string
The exclusion range as a human readable string.