WorkloadProfileArgs

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

Workload profile to scope container app execution.

Constructors

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

Properties

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

The maximum capacity.

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

The minimum capacity.

Link copied to clipboard
val name: Output<String>

Workload profile type for the workloads to run on.

Link copied to clipboard

Workload profile type for the workloads to run on.

Functions

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