Skip to content

Commit 759b25c

Browse files
rawvegTim Green
andauthored
253 vips changes to submitted values (#467)
* Removed duplicate method * Implemented load_balancer_id in vips, and removed old implementation. Co-authored-by: Tim Green <tim.green@ukfast.co.uk>
1 parent a725d08 commit 759b25c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/eCloud/Entities/Vip.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/**
88
* @property string $id
99
* @property string $name
10-
* @property string $loadBalancerNetworkId
10+
* @property string $loadBalancerId
1111
* @property string $ipAddressId
1212
* @property integer $configId
1313
* @property string $sync

src/eCloud/VipClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public function getEntityMap()
1717
return [
1818
'id' => 'id',
1919
'name' => 'name',
20-
'load_balancer_network_id' => 'loadBalancerNetworkId',
20+
'load_balancer_id' => 'loadBalancerId',
2121
'ip_address_id' => 'ipAddressId',
2222
'config_id' => 'configId',
2323
'sync' => 'sync',

0 commit comments

Comments
 (0)