LicenseResourceCommitmentArgs

data class LicenseResourceCommitmentArgs(val amount: Output<String>? = null, val coresPerLicense: Output<String>? = null, val license: Output<String>? = null) : ConvertibleToJava<LicenseResourceCommitmentArgs>

Commitment for a particular license resource.

Constructors

Link copied to clipboard
fun LicenseResourceCommitmentArgs(amount: Output<String>? = null, coresPerLicense: Output<String>? = null, license: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val amount: Output<String>? = null

The number of licenses purchased.

Link copied to clipboard
val coresPerLicense: Output<String>? = null

Specifies the core range of the instance for which this license applies.

Link copied to clipboard
val license: Output<String>? = null

Any applicable license URI.