MSFT_NetTeredoConfiguration class
Represents global Teredo configuration shared across all Teredo interfaces.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
[Dynamic, Provider("NetTtCim")]
class MSFT_NetTeredoConfiguration : MSFT_NetSettingData
{
string PolicyStore;
uint32 Type;
string ServerName;
uint32 REF msft_netteredoconfiguration;
uint32 ClientPort;
boolean ServerShunt;
string ServerVirtualIP;
boolean DefaultQualified;
};
Members
The MSFT_NetTeredoConfiguration class has these types of members:
Methods
The MSFT_NetTeredoConfiguration class has these methods.
Method | Description |
---|---|
Reset | Resets the Teredo configuration. |
Properties
The MSFT_NetTeredoConfiguration class has these properties.
-
ClientPort
-
-
Data type: uint32
-
Access type: Read/write
Specifies the client's UDP port.
-
-
DefaultQualified
-
-
Data type: boolean
-
Access type: Write-only
Sets Teredo as ready to communicate, a process referred to as qualification. By default, Teredo enters a dormant state when not in use; the qualification process brings it out of a dormant state.
-
-
msft_netteredoconfiguration
-
-
Data type: uint32
-
Access type: Read/write
Specifies the client refresh interval in seconds.
-
-
PolicyStore
-
-
Data type: string
-
Access type: Read/write
Specifies the store from which to retrieve the Teredo configuration policy.
-
-
ServerName
-
-
Data type: string
-
Access type: Read/write
Specifies the name or the IPv4 address of the Teredo server.
-
-
ServerShunt
-
-
Data type: boolean
-
Access type: Read/write
Indicates whether to bypass the tunnel miniport and IPv4 routing layer for high throughput on the Teredo Relay functionality of the Teredo Server.
-
-
ServerVirtualIP
-
-
Data type: string
-
Access type: Read/write
Represents the IPv4 address of the server virtual IP. Not applicable if running as a Teredo client.
-
-
Type
-
-
Data type: uint32
-
Access type: Read/write
Describes the Teredo service using one of the following values:
-
default (0)
-
relay (1)
-
client (2)
-
server (3)
-
disabled (4)
-
automatic (5)
-
enterpriseclient (6 )
-
Requirements
Minimum supported client |
Windows 8 |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\StandardCIMV2 |
MOF |
|
DLL |
|