ClusterNodePoolUpgradeSettingsBlueGreenSettingsStandardRolloutPolicyArgs

data class ClusterNodePoolUpgradeSettingsBlueGreenSettingsStandardRolloutPolicyArgs(val batchNodeCount: Output<Int>? = null, val batchPercentage: Output<Double>? = null, val batchSoakDuration: Output<String>? = null) : ConvertibleToJava<ClusterNodePoolUpgradeSettingsBlueGreenSettingsStandardRolloutPolicyArgs>

Constructors

constructor(batchNodeCount: Output<Int>? = null, batchPercentage: Output<Double>? = null, batchSoakDuration: Output<String>? = null)

Properties

Link copied to clipboard
val batchNodeCount: Output<Int>? = null

Number of blue nodes to drain in a batch. Only one of the batch_percentage or batch_node_count can be specified.

Link copied to clipboard
val batchPercentage: Output<Double>? = null

Percentage of the bool pool nodes to drain in a batch. The range of this field should be (0.0, 1.0). Only one of the batch_percentage or batch_node_count can be specified.

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

Soak time after each batch gets drained. A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".`.

Functions

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