VsphereLicenseArgs

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>)

Properties

Link copied to clipboard

Basic support cost.

Link copied to clipboard
val licenseCost: Output<Double>

Cost of a licence.

Link copied to clipboard
val licenseType: Output<Either<String, LicenseType>>

VSphere licence type.

Link copied to clipboard

Production support cost.

Functions

Link copied to clipboard
open override fun toJava(): VsphereLicenseArgs