CreditSpecificationProperties

data class CreditSpecificationProperties(val cpuCredits: String? = null)

The credit option for CPU usage of the burstable performance instance. Valid values are standard and unlimited.

Constructors

Link copied to clipboard
constructor(cpuCredits: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cpuCredits: String? = null

The credit option for CPU usage of the instance. Valid values: standard | unlimited T3 instances with host tenancy do not support the unlimited CPU credit option.