GuaranteedArgs

data class GuaranteedArgs(val minDuration: Output<String>? = null, val reserved: Output<Boolean>? = null) : ConvertibleToJava<GuaranteedArgs>

Guaranteed tier definition.

Constructors

Link copied to clipboard
fun GuaranteedArgs(minDuration: Output<String>? = null, reserved: Output<Boolean>? = null)

Functions

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

Properties

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

Optional. Defines the minimum duration of the guarantee. If specified, the requested resources will only be provisioned if they can be allocated for at least the given duration.

Link copied to clipboard
val reserved: Output<Boolean>? = null

Optional. Specifies the request should be scheduled on reserved capacity.