DhcpServerv6Scope class

Dhcp Server v6 Scope.

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 DhcpServerv6Scope
{
  string   Prefix;
  string   Name;
  string   Description;
  uint16   Preference;
  DateTime PreferredLifetime;
  uint32   PrefixLength;
  string   State;
  DateTime T1;
  DateTime T2;
  DateTime ValidLifetime;
};

Members

The DhcpServerv6Scope class has these types of members:

Properties

The DhcpServerv6Scope class has these properties.

Description

Data type: string

Access type: Read/write

Description of the given scope on Dhcp server

Name

Data type: string

Access type: Read/write

Name of the given scope on Dhcp server

Preference

Data type: uint16

Access type: Read/write

Preference of the given scope on Dhcp server

PreferredLifetime

Data type: DateTime

Access type: Read/write

it specifies the preferred lifetime for IANA addresses for given scope on Dhcp server

Prefix

Data type: string

Access type: Read/write

Scope identifier(unique) for the given scope on Dhcp server

PrefixLength

Data type: uint32

Access type: Read/write

Specifies the Prefix Length for given scope on Dhcp server

State

Data type: string

Access type: Read/write

State of given scope on Dhcp server, whether its functional(active).

Active ("Active")

InActive ("InActive")

T1

Data type: DateTime

Access type: Read/write

Specifies the lease renewal time for given scope on Dhcp server.

T2

Data type: DateTime

Access type: Read/write

Specifies the lease rebind time for given scope on Dhcp server.

ValidLifetime

Data type: DateTime

Access type: Read/write

Specifies the valid lifetime for IANA addresses for given scope on Dhcp server.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\DHCP
MOF
DhcpServerPsProvider.mof
DLL
DhcpServerPsProvider.dll