Skip to content

Commit

Permalink
add missed properties
Browse files Browse the repository at this point in the history
  • Loading branch information
berkut1 committed Jan 6, 2025
1 parent 2293ceb commit 2e2f72b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ final class VirtualMachine extends ServiceProviderItem
public ?string $PrivateSwitchId = null;
public ?string $ManagementNicMacAddress = null;
public ?string $ManagementSwitchId = null;
public bool $DmzNetworkEnabled = false;
public ?string $DmzNicMacAddress = null;
public ?string $DmzSwitchId = null;
public int $DmzNetworkVlan = 0;
/** @var null|VirtualMachineNetworkAdapter[] */
public ?array $Adapters = null;
/** @var null|VirtualHardDiskInfo[] */
Expand Down

0 comments on commit 2e2f72b

Please sign in to comment.