We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3323413 + 439f065 commit 7b91bacCopy full SHA for 7b91bac
src/eCloud/Entities/HostGroup.php
@@ -10,6 +10,7 @@
10
* @property string $vpcId
11
* @property string $availabilityZoneId
12
* @property string $specId
13
+ * @property string $windowsEnabled
14
* @property string $sync
15
* @property string $createdAt
16
* @property string $updatedAt
@@ -24,6 +25,7 @@ class HostGroup extends Entity
24
25
'vpc_id' => 'vpcId',
26
'availability_zone_id' => 'availabilityZoneId',
27
'host_spec_id' => 'specId',
28
+ 'windows_enabled' => 'windowsEnabled',
29
'sync' => 'sync',
30
'created_at' => 'createdAt',
31
'updated_at' => 'updatedAt',
0 commit comments