Represents an individual reserved IPv6 address

Inheritance Hierarchy

System.ObjectSystem.ObjectSystem::Object
  CENTREL.XIA.Network.Management.DHCP.DHCPReservationV6CENTREL.XIA.Network.Management.DHCP.DHCPReservationV6CENTREL::XIA::Network::Management::DHCP::DHCPReservationV6

Namespace: CENTREL.XIA.Network.Management.DHCPCENTREL.XIA.Network.Management.DHCPCENTREL::XIA::Network::Management::DHCP
Assembly: CENTREL.XIA.Network.Management.DHCP (in CENTREL.XIA.Network.Management.DHCP.dll)

Syntax

C#

public class DHCPReservationV6

VB

Public Class DHCPReservationV6

C++

public ref class DHCPReservationV6

The DHCPReservationV6DHCPReservationV6DHCPReservationV6 type exposes the following members.

Constructors

Name Description
DHCPReservationV6()New()DHCPReservationV6() Initializes a new instance of the DHCPReservationV6DHCPReservationV6DHCPReservationV6 class.
Top

Properties

Name Description
AddressTypeAddressTypeAddressType Gets or sets the type of IPv6 address
DDNSDDNSDDNS Gets or sets the DDNS settings configured for this reservation
DUIDDUIDDUID Gets or sets the DHCPv6 client identifier.
DescriptionDescriptionDescription Gets or sets the description configured for this reservation
IAIDIAIDIAID Gets or sets the interface identifier of the DHCPv6 client interface.
IPAddressIPAddressIPAddress Gets or sets the IP address for this reservation - for example "2001:db8::1"
IPAddressValueIPAddressValueIPAddressValue Gets or sets the IP address value of this reservation in DHCP_IPV6_ADDRESS format
NameNameName Gets or sets the name of the reservation (typically the machine name)
OptionsOptionsOptions Gets or sets the options configured specifically for this reservation
Top

Methods

Name Description
Equals(object)Equals(Object)Equals(Object^) Determines whether the specified Object is equal to the current Object. (Inherited from ObjectObjectObject.)
Finalize()Finalize()Finalize() Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from ObjectObjectObject.)
GetHashCode()GetHashCode()GetHashCode() Serves as a hash function for a particular type. (Inherited from ObjectObjectObject.)
GetType()GetType()GetType() Gets the Type of the current instance. (Inherited from ObjectObjectObject.)
MemberwiseClone()MemberwiseClone()MemberwiseClone() Creates a shallow copy of the current Object. (Inherited from ObjectObjectObject.)
ToString()ToString()ToString() Returns a String that represents the current Object. (Inherited from ObjectObjectObject.)
Top

See Also

CENTREL.XIA.Network.Management.DHCPCENTREL.XIA.Network.Management.DHCPCENTREL::XIA::Network::Management::DHCP Namespace