We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1bd463 commit 3fee10cCopy full SHA for 3fee10c
src/eCloud/Entities/VpnSession.php
@@ -12,6 +12,7 @@
12
* @property string $vpnServiceId
13
* @property string $vpnEndpointId
14
* @property string $remoteIp
15
+ * @property string $psk
16
* @property string $remoteNetworks
17
* @property string $localNetworks
18
* @property string $sync
src/eCloud/VpnSessionClient.php
@@ -22,6 +22,7 @@ public function getEntityMap()
22
'vpn_service_id' => 'vpnServiceId',
23
'vpn_endpoint_id' => 'vpnEndpointId',
24
'remote_ip' => 'remoteIp',
25
+ 'psk' => 'psk',
26
'remote_networks' => 'remoteNetworks',
27
'local_networks' => 'localNetworks',
28
'sync' => 'sync',
0 commit comments