Skip to content

Commit 86e37d2

Browse files
authored
Merge pull request #529 from DawidVH/30346-ecloud-host-group-host-limits
Added missing properties to the HostGroup entity
2 parents 87a5af0 + 3ba964a commit 86e37d2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/eCloud/Entities/HostGroup.php

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
* @property string $availabilityZoneId
1212
* @property string $specId
1313
* @property string $windowsEnabled
14-
* @property string $sync
14+
* @property object $usage
15+
* @property object $hostLimits
16+
* @property object $sync
17+
* @property object $task
1518
* @property string $createdAt
1619
* @property string $updatedAt
1720
*/
@@ -26,7 +29,10 @@ class HostGroup extends Entity
2629
'availability_zone_id' => 'availabilityZoneId',
2730
'host_spec_id' => 'specId',
2831
'windows_enabled' => 'windowsEnabled',
32+
'usage' => 'usage',
33+
'host_limits' => 'hostLimits',
2934
'sync' => 'sync',
35+
'task' => 'task',
3036
'created_at' => 'createdAt',
3137
'updated_at' => 'updatedAt',
3238
];

0 commit comments

Comments
 (0)