VpnClientConfiguration Class
VpnClientConfiguration for P2S client.
- Inheritance
-
VpnClientConfiguration
Constructor
VpnClientConfiguration(*, vpn_client_address_pool: typing.Union[_ForwardRef('AddressSpace'), NoneType] = None, vpn_client_root_certificates: typing.Union[typing.List[_ForwardRef('VpnClientRootCertificate')], NoneType] = None, vpn_client_revoked_certificates: typing.Union[typing.List[_ForwardRef('VpnClientRevokedCertificate')], NoneType] = None, **kwargs)
Parameters
- vpn_client_address_pool
- AddressSpace
The reference of the address space resource which represents Address space for P2S VpnClient.
- vpn_client_root_certificates
- list[VpnClientRootCertificate]
VpnClientRootCertificate for virtual network gateway.
- vpn_client_revoked_certificates
- list[VpnClientRevokedCertificate]
VpnClientRevokedCertificate for Virtual network gateway.
Feedback
Submit and view feedback for