GuaranteedResponse

data class GuaranteedResponse(val minDuration: String, val reserved: Boolean)

Guaranteed tier definition.

Constructors

Link copied to clipboard
fun GuaranteedResponse(minDuration: String, reserved: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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