VsphereManagementLicenseResponse

data class VsphereManagementLicenseResponse(val basicSupportCost: Double, val licenseCost: Double, val licenseType: String, val productionSupportCost: Double)

Representation of a vsphere management licence.

Constructors

Link copied to clipboard
constructor(basicSupportCost: Double, licenseCost: Double, licenseType: String, productionSupportCost: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Basic support cost.

Link copied to clipboard

Cost of a licence.

Link copied to clipboard

VSphere licence type.

Link copied to clipboard

Production support cost.