Skip to content

Commit

Permalink
Merge pull request #35 from Xelon-AG/feat/add-virtual-devices
Browse files Browse the repository at this point in the history
Feat/add virtual devices
  • Loading branch information
tonkoshkurik committed Nov 20, 2023
2 parents fa0f439 + 0537c7a commit 816a7e9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Types/VirtualCdromAtapiBackingInfo.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

namespace Xelon\VmWareClient\Types;

class VirtualCdromAtapiBackingInfo extends VirtualDeviceDeviceBackingInfo
{

}
8 changes: 8 additions & 0 deletions src/Types/VirtualUSBControllerPciBusSlotInfo.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

namespace Xelon\VmWareClient\Types;

class VirtualUSBControllerPciBusSlotInfo extends VirtualDevicePciBusSlotInfo
{
public $ehciPciSlotNumber;
}

0 comments on commit 816a7e9

Please sign in to comment.