DhcpServerv6Lease class
Dhcp Server v6 Client Lease.
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 DhcpServerv6Lease
{
string AddressType;
string IPAddress;
string Prefix;
string Description;
string ClientDuid;
string HostName;
uint32 Iaid;
DateTime LeaseExpiryTime;
};
Members
The DhcpServerv6Lease class has these types of members:
Properties
The DhcpServerv6Lease class has these properties.
-
AddressType
-
-
Data type: string
-
Access type: Read/write
Address Type of Client.
-
-
IATA ("IATA")
-
IANA ("IANA")
ClientDuid
-
Data type: string
-
Access type: Read/write
Client Duid.
Description
-
Data type: string
-
Access type: Read/write
Description for the client.
HostName
-
Data type: string
-
Access type: Read/write
Client Name.
Iaid
-
Data type: uint32
-
Access type: Read/write
Interface Identifier.
IPAddress
-
Data type: string
-
Access type: Read/write
Client IP Address.
LeaseExpiryTime
-
Data type: DateTime
-
Access type: Read/write
Valid lease expiry time.
Prefix
-
Data type: string
-
Access type: Read/write
Prefix Address to which Client belongs.
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\Microsoft\Windows\DHCP |
MOF |
|
DLL |
|