Skip to content

Commit ed742cd

Browse files
authored
Merge pull request #462 from ptmcnally/249-make-config-id-public
249 make config id public
2 parents 0925ac6 + 42a01b6 commit ed742cd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/eCloud/Entities/LoadBalancer.php

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* @property string $vpcId
1111
* @property string $availabilityZoneId
1212
* @property string $specId
13+
* @property int $configId
1314
* @property string $sync
1415
* @property string $createdAt
1516
* @property string $updatedAt

src/eCloud/LoadBalancerClient.php

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public function getEntityMap()
2020
'vpc_id' => 'vpcId',
2121
'availability_zone_id' => 'availabilityZoneId',
2222
'load_balancer_spec_id' => 'specId',
23+
'config_id' => 'configId',
2324
'sync' => 'sync',
2425
'created_at' => 'createdAt',
2526
'updated_at' => 'updatedAt',

0 commit comments

Comments
 (0)