Skip to content

Commit 439f065

Browse files
committed
surface windows enabled on hostgroup client
1 parent 3323413 commit 439f065

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/eCloud/Entities/HostGroup.php

Lines changed: 2 additions & 0 deletions
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 string $windowsEnabled
1314
* @property string $sync
1415
* @property string $createdAt
1516
* @property string $updatedAt
@@ -24,6 +25,7 @@ class HostGroup extends Entity
2425
'vpc_id' => 'vpcId',
2526
'availability_zone_id' => 'availabilityZoneId',
2627
'host_spec_id' => 'specId',
28+
'windows_enabled' => 'windowsEnabled',
2729
'sync' => 'sync',
2830
'created_at' => 'createdAt',
2931
'updated_at' => 'updatedAt',

0 commit comments

Comments
 (0)