ApplicationUpdateStrategyV2BatchUpdate

data class ApplicationUpdateStrategyV2BatchUpdate(val batch: Int? = null, val batchWaitTime: Int? = null, val releaseType: String? = null)

Constructors

Link copied to clipboard
constructor(batch: Int? = null, batchWaitTime: Int? = null, releaseType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val batch: Int? = null

The number of batches in which you want to release the instances.

Link copied to clipboard
val batchWaitTime: Int? = null

The batch wait time.

Link copied to clipboard
val releaseType: String? = null

The processing method for the batches. Valid values: auto and manual.