Ler en inglés

Compartir por


MSFT_NetDnsTransitionConfiguration class

Provides configuration settings for DNS64.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[Dynamic, Provider("NetTtCim")]
class MSFT_NetDnsTransitionConfiguration : MSFT_NetSettingData
{
  uint32  State;
  boolean OnlySendAQuery;
  uint32  Latency;
  boolean AlwaysSynthesize;
  string  PrefixMapping[];
  string  ExclusionList[];
  string  SendInterface[];
  string  AcceptInterface[];
};

Members

The MSFT_NetDnsTransitionConfiguration class has these types of members:

  • Methods
  • Properties

Methods

The MSFT_NetDnsTransitionConfiguration class has these methods.

Method Description
Disable

Turns DNS 64 off.

Enable

Turns DNS64 on.

Reset

Resets the configuration for DNS64.

 

Properties

The MSFT_NetDnsTransitionConfiguration class has these properties.

AcceptInterface

Data type: string array

Access type: Read/write

Specifies the names of interfaces on which to accept incoming queries.

AlwaysSynthesize

Data type: boolean

Access type: Read/write

Indicates whether to return synthesized AAAA response even if an A record was found.

ExclusionList

Data type: string array

Access type: Read/write

Specifies a list of addresses that DNS64 should not translate.

Latency

Data type: uint32

Access type: Read/write

Indicates the delay in milliseconds (ms) between the queries for AAAA records and A records.

OnlySendAQuery

Data type: boolean

Access type: Read/write

Indicates whether to send a query only for A records (32-bit IPv4 addresses), or to send a query for AAAA records (128-bit IPv6 addresses) before sending a query for A records.

PrefixMapping

Data type: string array

Access type: Read/write

Indicates the mapping of IPv4 address ranges to IPv4 prefixes.

SendInterface

Data type: string array

Access type: Read/write

Specifies the names of the interfaces on which to send outgoing queries.

State

Data type: uint32

Access type: Read/write

Indicates whether DNS64 is turned on.

Value Meaning
Enabled 0

DNS 64 is turned on.

Disabled 1

DNS 64 is turned off.

 

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Root\StandardCimv2

MOF

NetTtCim.mof

DLL

NetTtCim.dll