MSFT_IPAM_DhcpScope class
DHCP scope object in IPAM.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
[ClassVersion("1.0"), dynamic, provider("IPAMServerPSProvider"), AMENDMENT]
class MSFT_IPAM_DhcpScope
{
string InstanceID;
string ScopeId;
uint16 AddressFamily;
string ScopeName;
string SubnetMask;
string StartRange;
string EndRange;
uint16 Delay;
string Description;
string LeaseDuration;
string ScopeStatus;
string SuperscopeName;
string ServerFqdn;
uint16 Utilization;
real64 PercentUtilized;
string PolicyActivationStatus;
string AccessScopePath;
boolean IsInheritedAccessScope;
string PreferredLeaseTime;
string ValidLeaseTime;
};
Members
The MSFT_IPAM_DhcpScope class has these types of members:
Properties
The MSFT_IPAM_DhcpScope class has these properties.
-
AccessScopePath
-
-
Data type: string
-
Access type: Read-only
Access scope path for this DHCP scope.
-
-
AddressFamily
-
-
Data type: uint16
-
Access type: Read-only
AddressFamily.
The possible values are.
-
-
IPv4 (1)
-
IPv6 (2)
Delay
-
Data type: uint16
-
Access type: Read-only
DHCP scope subnet delay in milliseconds.
Description
-
Data type: string
-
Access type: Read-only
DHCP scope description.
EndRange
-
Data type: string
-
Access type: Read-only
End range of this DHCP scope.
InstanceID
-
Data type: string
-
Access type: Read-only
-
Qualifiers: key
Opaquely and uniquely identifies an instance of this class within the scope of the instantiating Namespace.
IsInheritedAccessScope
-
Data type: boolean
-
Access type: Read-only
Whether the access scope for this DHCP scope is inherited from parent.
LeaseDuration
-
Data type: string
-
Access type: Read-only
DHCP scope lease duration.
PercentUtilized
-
Data type: real64
-
Access type: Read-only
Percent Utilization of this DHCP scope.
PolicyActivationStatus
-
Data type: string
-
Access type: Read-only
Policy Activation Status of this DHCP scope. Possible values are Active/Inactive.
PreferredLeaseTime
-
Data type: string
-
Access type: Read-only
Preferred lease time of IPv6 DHCP scope.
ScopeId
-
Data type: string
-
Access type: Read-only
Scope Id of this DHCP scope.
ScopeName
-
Data type: string
-
Access type: Read-only
Name of this DHCP scope.
ScopeStatus
-
Data type: string
-
Access type: Read-only
Scope status of this DHCP scope. Possible values are Active/Inactive.
ServerFqdn
-
Data type: string
-
Access type: Read-only
DHCP server fully qualified domain name to which this scope belongs.
StartRange
-
Data type: string
-
Access type: Read-only
Start range of this DHCP scope.
SubnetMask
-
Data type: string
-
Access type: Read-only
Subnet mask of this DHCP scope.
SuperscopeName
-
Data type: string
-
Access type: Read-only
Superscope name to which this DHCP scope belongs to.
Utilization
-
Data type: uint16
-
Access type: Read-only
DHCP scope utilization status.
The possible values are.
None (0)
Under (1)
Optimal (2)
Over (3)
ValidLeaseTime
-
Data type: string
-
Access type: Read-only
Valid lease time of IPv6 DHCP scope.
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2016 |
Namespace |
Root\Microsoft\IPAM |
MOF |
|
DLL |
|