VirtualizationSoftwareSettingsResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Licence and support list.

Link copied to clipboard

Number of physical cores per licence.

Link copied to clipboard

Software Assurance cost.