Classes/HyperVVMTopology.ps1

class HyperVVMTopology {
    [string]                $ComputerName
    [HyperVVMEnvironment[]] $Environment
}