VsphereManagementLicenseArgs

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

Properties

Link copied to clipboard

Basic support cost.

Link copied to clipboard
val licenseCost: Output<Double>

Cost of a licence.

Link copied to clipboard

VSphere licence type.

Link copied to clipboard

Production support cost.

Functions

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