AppIngressTrafficWeightArgs

data class AppIngressTrafficWeightArgs(val label: Output<String>? = null, val latestRevision: Output<Boolean>? = null, val percentage: Output<Int>, val revisionSuffix: Output<String>? = null) : ConvertibleToJava<AppIngressTrafficWeightArgs>

Constructors

Link copied to clipboard
constructor(label: Output<String>? = null, latestRevision: Output<Boolean>? = null, percentage: Output<Int>, revisionSuffix: Output<String>? = null)

Properties

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

The label to apply to the revision as a name prefix for routing traffic.

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

This traffic Weight applies to the latest stable Container Revision. At most only one traffic_weight block can have the latest_revision set to true.

Link copied to clipboard
val percentage: Output<Int>

The percentage of traffic which should be sent this revision.

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

The suffix string to which this traffic_weight applies.

Functions

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