Represents an individual reserved IP address

Inheritance Hierarchy

System.ObjectSystem.ObjectSystem::Object
  CENTREL.XIA.Network.Management.DHCP.DHCPReservationCENTREL.XIA.Network.Management.DHCP.DHCPReservationCENTREL::XIA::Network::Management::DHCP::DHCPReservation

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 DHCPReservation

VB

Public Class DHCPReservation

C++

public ref class DHCPReservation

The DHCPReservationDHCPReservationDHCPReservation type exposes the following members.

Constructors

Name Description
DHCPReservation()New()DHCPReservation() Initializes a new instance of the DHCPReservationDHCPReservationDHCPReservation class.
Top

Properties

Name Description
AllowedClientTypesAllowedClientTypesAllowedClientTypes Gets or sets the types of clients that are allowed this reservation
DDNSDDNSDDNS Gets or sets the DDNS settings configured for this reservation
DescriptionDescriptionDescription Gets or sets the description configured for this reservation
IPAddressIPAddressIPAddress Gets or sets the IP address for this reservation in dotted decimal format - for example "192.168.1.5"
IPAddressValueIPAddressValueIPAddressValue Gets or sets the IP address value of this reservation in interger format
MACAddressMACAddressMACAddress Gets or sets the MAC address of this reservation
NameNameName Gets or sets the name of the reservation (typically the machine name)
OptionsOptionsOptions Gets or sets the options configured specifically for this reservation
SubnetAddressSubnetAddressSubnetAddress Gets or sets the address of the subnet to which this reservation belongs in dotted decimal format - for example "192.168.1.0".
SubnetAddressValueSubnetAddressValueSubnetAddressValue Gets or sets the address of the subnet in which this reservation belongs in integer format
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