GoogleCloudDialogflowCxV3beta1RolloutConfigRolloutStepArgs

data class GoogleCloudDialogflowCxV3beta1RolloutConfigRolloutStepArgs(val displayName: Output<String>? = null, val minDuration: Output<String>? = null, val trafficPercent: Output<Int>? = null) : ConvertibleToJava<GoogleCloudDialogflowCxV3beta1RolloutConfigRolloutStepArgs>

A single rollout step with specified traffic allocation.

Constructors

fun GoogleCloudDialogflowCxV3beta1RolloutConfigRolloutStepArgs(displayName: Output<String>? = null, minDuration: Output<String>? = null, trafficPercent: Output<Int>? = null)

Functions

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

Properties

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

The name of the rollout step;

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

The minimum time that this step should last. Should be longer than 1 hour. If not set, the default minimum duration for each step will be 1 hour.

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

The percentage of traffic allocated to the flow version of this rollout step. (0%, 100%].