MSFT_NetDnsTransitionMonitoring class
Provides counters for DNS64 queries.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
[Dynamic, Provider("NetTtCim")]
class MSFT_NetDnsTransitionMonitoring : MSFT_NetSettingData
{
uint32 NumAAAAQueriesSucceeded;
uint32 NumAAAAQueriesFailed;
uint32 NumAAAAQueriesSynthesized;
uint32 NumAAAAQueriesIn6ArpaPtr;
uint32 NumOtherQueriesSucceeded;
uint32 NumOtherQueriesFailed;
};
Members
The MSFT_NetDnsTransitionMonitoring class has these types of members:
Properties
The MSFT_NetDnsTransitionMonitoring class has these properties.
-
NumAAAAQueriesFailed
-
-
Data type: uint32
-
Access type: Read-only
Indicates the number failed AAAA queries.
-
-
NumAAAAQueriesIn6ArpaPtr
-
-
Data type: uint32
-
Access type: Read-only
Indicates the number of translated PTR (record containing a FQDN pointer) queries.
-
-
NumAAAAQueriesSucceeded
-
-
Data type: uint32
-
Access type: Read-only
Indicates the number of successful AAAA (128-bit IPv6 address) queries.
-
-
NumAAAAQueriesSynthesized
-
-
Data type: uint32
-
Access type: Read-only
Indicates the number of synthesized AAAA queries.
-
-
NumOtherQueriesFailed
-
-
Data type: uint32
-
Access type: Read-only
Indicates the number of failed non-AAAA queries.
-
-
NumOtherQueriesSucceeded
-
-
Data type: uint32
-
Access type: Read-only
Indicates the number successful non-AAAA queries.
-
Requirements
Minimum supported client |
Windows 8 |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\StandardCimv2 |
MOF |
|
DLL |
|