Skip to content

Commit

Permalink
feat: add VirtualUSBControllerPciBusSlotInfo and VirtualCdromAtapiBac…
Browse files Browse the repository at this point in the history
…kingInfo
  • Loading branch information
Dmitry Filatov committed Nov 20, 2023
1 parent d0c2c2e commit 0537c7a
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 0537c7a

Please sign in to comment.