FleetComputeCapacityArgs

data class FleetComputeCapacityArgs(val available: Output<Int>? = null, val desiredInstances: Output<Int>, val inUse: Output<Int>? = null, val running: Output<Int>? = null) : ConvertibleToJava<FleetComputeCapacityArgs>

Constructors

Link copied to clipboard
constructor(available: Output<Int>? = null, desiredInstances: Output<Int>, inUse: Output<Int>? = null, running: Output<Int>? = null)

Properties

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

Number of currently available instances that can be used to stream sessions.

Link copied to clipboard
val desiredInstances: Output<Int>

Desired number of streaming instances.

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

Number of instances in use for streaming.

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

Total number of simultaneous streaming instances that are running.

Functions

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