RegionCommitmentLicenseResource

data class RegionCommitmentLicenseResource(val amount: String? = null, val coresPerLicense: String? = null, val license: String)

Constructors

Link copied to clipboard
constructor(amount: String? = null, coresPerLicense: String? = null, license: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val amount: String? = null

The number of licenses purchased.

Link copied to clipboard
val coresPerLicense: String? = null

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

Link copied to clipboard

Any applicable license URI.