Skip to content

Commit 7b91bac

Browse files
authored
Merge pull request #502 from ecloud-jay2/master
surface windows enabled on hostgroup client
2 parents 3323413 + 439f065 commit 7b91bac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/eCloud/Entities/HostGroup.php

+2
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)