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