WorkloadProfileResponse

data class WorkloadProfileResponse(val maximumCount: Int? = null, val minimumCount: Int? = null, val name: String, val workloadProfileType: String)

Workload profile to scope container app execution.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maximumCount: Int? = null

The maximum capacity.

Link copied to clipboard
val minimumCount: Int? = null

The minimum capacity.

Link copied to clipboard

Workload profile type for the workloads to run on.

Link copied to clipboard

Workload profile type for the workloads to run on.