RemoteAccessRoutingDomainConfiguration class

A Remote Access routing domain configuration

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

Syntax

[ClassVersion("1.0.0"), dynamic, provider("RAMgmtPSProvider"), AMENDMENT]
class RemoteAccessRoutingDomainConfiguration
{
  object RoutingDomainConfig;
  uint8  Ipv4TransportInfo[];
  uint8  Ipv6TransportInfo[];
};

Members

The RemoteAccessRoutingDomainConfiguration class has these types of members:

Properties

The RemoteAccessRoutingDomainConfiguration class has these properties.

Ipv4TransportInfo

Data type: uint8 array

Access type: Read/write

The IPv4 transport information of the routing domain

Ipv6TransportInfo

Data type: uint8 array

Access type: Read/write

The IPv6 transport information of the routing domain

RoutingDomainConfig

Data type: object

Access type: Read/write

Qualifiers: EmbeddedObject

The configuration of the routing domain as an embedded object

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\Microsoft\Windows\RemoteAccess
MOF
RAMgmtPSProvider.Mof
DLL
RAMgmtPSProvider.dll

See also

RAMgmtPSProvider Provider Classes