LicenseResourceCommitmentResponse

data class LicenseResourceCommitmentResponse(val amount: String, val coresPerLicense: String, val license: String)

Commitment for a particular license resource.

Constructors

Link copied to clipboard
fun LicenseResourceCommitmentResponse(amount: String, coresPerLicense: String, license: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of licenses purchased.

Link copied to clipboard

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

Link copied to clipboard

Any applicable license URI.