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.
2 parents 87a5af0 + 3ba964a commit 86e37d2Copy full SHA for 86e37d2
src/eCloud/Entities/HostGroup.php
@@ -11,7 +11,10 @@
11
* @property string $availabilityZoneId
12
* @property string $specId
13
* @property string $windowsEnabled
14
- * @property string $sync
+ * @property object $usage
15
+ * @property object $hostLimits
16
+ * @property object $sync
17
+ * @property object $task
18
* @property string $createdAt
19
* @property string $updatedAt
20
*/
@@ -26,7 +29,10 @@ class HostGroup extends Entity
26
29
'availability_zone_id' => 'availabilityZoneId',
27
30
'host_spec_id' => 'specId',
28
31
'windows_enabled' => 'windowsEnabled',
32
+ 'usage' => 'usage',
33
+ 'host_limits' => 'hostLimits',
34
'sync' => 'sync',
35
+ 'task' => 'task',
36
'created_at' => 'createdAt',
37
'updated_at' => 'updatedAt',
38
];
0 commit comments