MultiTenantVpnIPAddressRange class

Represents an IP address range in a routing domain on a multi-tenant VPN

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 MultiTenantVpnIPAddressRange : VpnIPAddressRange
{
  string StartIPAddress;
  string EndIPAddress;
  string RoutingDomain;
};

Members

The MultiTenantVpnIPAddressRange class has these types of members:

Properties

The MultiTenantVpnIPAddressRange class has these properties.

EndIPAddress

Data type: string

Access type: Read-only

End IP address of the Range

This property is inherited from VpnIPAddressRange.

RoutingDomain

Data type: string

Access type: Read/write

The friendly name of the routing domain

StartIPAddress

Data type: string

Access type: Read-only

Start IP address of the Range

This property is inherited from VpnIPAddressRange.

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

VpnIPAddressRange

RAMgmtPSProvider Provider Classes