ListP2SVpnServerConfigurationsResult Class

Result of the request to list all P2SVpnServerConfigurations associated to a VirtualWan. It contains a list of P2SVpnServerConfigurations and a URL nextLink to get the next set of results.

Inheritance
ListP2SVpnServerConfigurationsResult

Constructor

ListP2SVpnServerConfigurationsResult(*, value: typing.Union[typing.List[_ForwardRef('P2SVpnServerConfiguration')], NoneType] = None, next_link: typing.Union[str, NoneType] = None, **kwargs)

Parameters

value
list[P2SVpnServerConfiguration]

List of P2SVpnServerConfigurations.

next_link
str

URL to get the next set of operation list results if there are any.