Compartir a través de


VSIDConfiguration class

The configuration of a Virtual Subnet ID (VSID).

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 VSIDConfiguration
{
  uint32 VSID;
  string RDID;
  string MTNICName;
  uint8  Ipv4TransportInfo[];
  uint8  Ipv6TransportInfo[];
  uint64 LUID;
  string InterfaceName;
};

Members

The VSIDConfiguration class has these types of members:

Properties

The VSIDConfiguration class has these properties.

InterfaceName

Data type: string

Access type: Read/write

The name of the VSID interface

Windows Server 2012 R2 and Windows Server 2012: This property is not supported before Windows Server 2016.

Ipv4TransportInfo

Data type: uint8 array

Access type: Read/write

The IPv4 transport info of the VSID

Ipv6TransportInfo

Data type: uint8 array

Access type: Read/write

The IPv6 transport info of the VSID

LUID

Data type: uint64

Access type: Read/write

The LUID of the VSID

MTNICName

Data type: string

Access type: Read/write

The locally unique identifier (LUID) of a multi-tenant network interface controller (NIC)

RDID

Data type: string

Access type: Read/write

The ID of the routing domain

VSID

Data type: uint32

Access type: Read/write

The ID of the VSID.

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