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 a725d08 commit 759b25cCopy full SHA for 759b25c
src/eCloud/Entities/Vip.php
@@ -7,7 +7,7 @@
7
/**
8
* @property string $id
9
* @property string $name
10
- * @property string $loadBalancerNetworkId
+ * @property string $loadBalancerId
11
* @property string $ipAddressId
12
* @property integer $configId
13
* @property string $sync
src/eCloud/VipClient.php
@@ -17,7 +17,7 @@ public function getEntityMap()
17
return [
18
'id' => 'id',
19
'name' => 'name',
20
- 'load_balancer_network_id' => 'loadBalancerNetworkId',
+ 'load_balancer_id' => 'loadBalancerId',
21
'ip_address_id' => 'ipAddressId',
22
'config_id' => 'configId',
23
'sync' => 'sync',
0 commit comments