BgpCustomNetworkInfo class

Retrieves the network configuration of a custom Border Gateway Protocol (BGP) network.

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 BgpCustomNetworkInfo
{
  string RoutingDomain;
  string Network[];
  string Interface[];
};

Members

The BgpCustomNetworkInfo class has these types of members:

Properties

The BgpCustomNetworkInfo class has these properties.

Interface

Data type: string array

Access type: Read-only

The name of the network's BGP router interface.

Network

Data type: string array

Access type: Read-only

An array of the IPv4 or IPv6 network address from the BGP router's Local Routing Information Base (Local-RIB), and the network mask for the Classless Inter-Domain Routing (CIDR) network address.

RoutingDomain

Data type: string

Access type: Read-only

The user defined alphanumeric ID of the network's routing domain. This property is only used for multi-tenant deployments.

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