DhcpServerv6Reservation class
Dhcp Server v6 Reservation.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
[ClassVersion("1.0.0"), dynamic, provider("DhcpServerPSProvider"), AMENDMENT]
class DhcpServerv6Reservation
{
uint32 Iaid;
string ClientDuid;
string IPAddress;
string Prefix;
string Name;
string Description;
string AddressState;
};
Members
The DhcpServerv6Reservation class has these types of members:
Properties
The DhcpServerv6Reservation class has these properties.
-
AddressState
-
-
Data type: string
-
Access type: Read/write
Address state of client.
-
-
ActiveReservation ("ActiveReservation")
-
InactiveReservation ("InactiveReservation")
Windows Server 2012: This value is supported beginning with Windows Server 2012 R2.
ClientDuid
-
Data type: string
-
Access type: Read/write
Client DUID for the reservation.
Description
-
Data type: string
-
Access type: Read/write
Description of the reservation.
Iaid
-
Data type: uint32
-
Access type: Read/write
The interface identifier of the DHCPv6 client interface.
IPAddress
-
Data type: string
-
Access type: Read/write
IPAddress of given reservation
Name
-
Data type: string
-
Access type: Read/write
Name of the reservation.
Prefix
-
Data type: string
-
Access type: Read/write
Scope identifier(unique) for the scope to which reservation belongs on Dhcp server
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\Microsoft\Windows\DHCP |
MOF |
|
DLL |
|