Vsphere Management License Args
data class VsphereManagementLicenseArgs(val basicSupportCost: Output<Double>, val licenseCost: Output<Double>, val licenseType: Output<Either<String, VsphereManagementLicenseType>>, val productionSupportCost: Output<Double>) : ConvertibleToJava<VsphereManagementLicenseArgs>
Representation of a vsphere management licence.
Constructors
Link copied to clipboard
constructor(basicSupportCost: Output<Double>, licenseCost: Output<Double>, licenseType: Output<Either<String, VsphereManagementLicenseType>>, productionSupportCost: Output<Double>)