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

Gets or sets 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.