MSFT_Net6to4Configuration class
Represents the global 6to4 configuration shared across all 6to4 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_Net6to4Configuration : MSFT_NetSettingData
{
string PolicyStore;
uint32 State;
uint32 ResolutionInterval;
string RelayName;
uint32 RelayState;
};
Members
The MSFT_Net6to4Configuration class has these types of members:
Methods
The MSFT_Net6to4Configuration class has these methods.
Method | Description |
---|---|
GetConfig | Obtains the configuration given the specified policy store. |
Reset | Resets the 6to4 configuration. |
Properties
The MSFT_Net6to4Configuration class has these properties.
-
PolicyStore
-
-
Data type: string
-
Access type: Read/write
Specifies the store from which to retrieve the 6to4 configuration policy.
-
-
RelayName
-
-
Data type: string
-
Access type: Read/write
Specifies the name of the 6to4 relay.
-
-
RelayState
-
-
Data type: uint32
-
Access type: Read/write
Describes the state of the relay name resolution using one of the following values:
-
default (0)
-
automatic (1)
-
enabled (2)
-
disabled (3 )
-
-
ResolutionInterval
-
-
Data type: uint32
-
Access type: Read/write
Specifies the resolution interval in minutes.
-
-
State
-
-
Data type: uint32
-
Access type: Read/write
Specifies the 6to4 service state using one of the following values:
-
default (0)
-
automatic (1)
-
enabled (2)
-
disabled (3 )
-
Requirements
Minimum supported client |
Windows 8 |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\StandardCIMV2 |
MOF |
|
DLL |
|