Compartir a través de


VpnIPAddressAssignment class

Virtual Private Network (VPN) IP address assignment policy

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 VpnIPAddressAssignment
{
  string            IPAssignmentMethod;
  VpnIPAddressRange IPAddressRange[];
  string            IPv6Prefix;
};

Members

The VpnIPAddressAssignment class has these types of members:

Properties

The VpnIPAddressAssignment class has these properties.

IPAddressRange

Data type: VpnIPAddressRange array

Access type: Read-only

Qualifiers: EmbeddedInstance ("VpnIPAddressRange")

Array of VpnIPAddressRange embedded instances

IPAssignmentMethod

Data type: string

Access type: Read/write

Type of IP address assignment

The possible values are.

Dhcp ("Dhcp")

StaticPool ("StaticPool")

IPv6Prefix

Data type: string

Access type: Read/write

IPv6 Prefix used for address assignment

Requirements

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