WorkloadProfileArgs

data class WorkloadProfileArgs(val maximumCount: Output<Int>, val minimumCount: Output<Int>, val workloadProfileType: Output<String>) : ConvertibleToJava<WorkloadProfileArgs>

Workload profile to scope container app execution.

Constructors

Link copied to clipboard
constructor(maximumCount: Output<Int>, minimumCount: Output<Int>, workloadProfileType: Output<String>)

Properties

Link copied to clipboard
val maximumCount: Output<Int>

The maximum capacity.

Link copied to clipboard
val minimumCount: Output<Int>

The minimum capacity.

Link copied to clipboard

Workload profile type for the workloads to run on.

Functions

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