CreditSpecificationPropertiesArgs

data class CreditSpecificationPropertiesArgs(val cpuCredits: Output<String>? = null) : ConvertibleToJava<CreditSpecificationPropertiesArgs>

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

Constructors

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

Properties

Link copied to clipboard
val cpuCredits: Output<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.

Functions

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