Virtualization Software Settings Response
data class VirtualizationSoftwareSettingsResponse(val licenseAndSupportList: List<VsphereLicenseResponse>, val numberOfPhysicalCoresPerLicense: Int, val softwareAssuranceCost: Double)
Virtualization software settings.
Constructors
Link copied to clipboard
constructor(licenseAndSupportList: List<VsphereLicenseResponse>, numberOfPhysicalCoresPerLicense: Int, softwareAssuranceCost: Double)