Skip to content

Commit f9a345f

Browse files
authored
Merge pull request #485 from ptmcnally/psk-on-vpn-session
psk on vpn session
2 parents b8faca3 + 3fee10c commit f9a345f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/eCloud/Entities/VpnSession.php

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
* @property string $vpnServiceId
1313
* @property string $vpnEndpointId
1414
* @property string $remoteIp
15+
* @property string $psk
1516
* @property string $remoteNetworks
1617
* @property string $localNetworks
1718
* @property string $sync

src/eCloud/VpnSessionClient.php

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ public function getEntityMap()
2424
'vpn_service_id' => 'vpnServiceId',
2525
'vpn_endpoint_id' => 'vpnEndpointId',
2626
'remote_ip' => 'remoteIp',
27+
'psk' => 'psk',
2728
'remote_networks' => 'remoteNetworks',
2829
'local_networks' => 'localNetworks',
2930
'sync' => 'sync',

0 commit comments

Comments
 (0)