Skip to content

Commit

Permalink
Merge pull request #529 from DawidVH/30346-ecloud-host-group-host-limits
Browse files Browse the repository at this point in the history
Added missing properties to the HostGroup entity
  • Loading branch information
DawidVH authored Jul 2, 2024
2 parents 87a5af0 + 3ba964a commit 86e37d2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/eCloud/Entities/HostGroup.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
* @property string $availabilityZoneId
* @property string $specId
* @property string $windowsEnabled
* @property string $sync
* @property object $usage
* @property object $hostLimits
* @property object $sync
* @property object $task
* @property string $createdAt
* @property string $updatedAt
*/
Expand All @@ -26,7 +29,10 @@ class HostGroup extends Entity
'availability_zone_id' => 'availabilityZoneId',
'host_spec_id' => 'specId',
'windows_enabled' => 'windowsEnabled',
'usage' => 'usage',
'host_limits' => 'hostLimits',
'sync' => 'sync',
'task' => 'task',
'created_at' => 'createdAt',
'updated_at' => 'updatedAt',
];
Expand Down

0 comments on commit 86e37d2

Please sign in to comment.