Hyperv Virtualization Management Settings Response
data class HypervVirtualizationManagementSettingsResponse(val licenseAndSupportList: List<HypervLicenseResponse>, val numberOfPhysicalCoresPerLicense: Int, val softwareAssuranceCost: Double)
HyperV Virtualization Management Settings.
Constructors
Link copied to clipboard
constructor(licenseAndSupportList: List<HypervLicenseResponse>, numberOfPhysicalCoresPerLicense: Int, softwareAssuranceCost: Double)