FleetComputeCapacityArgs

data class FleetComputeCapacityArgs(val available: Output<Int>? = null, val desiredInstances: Output<Int>? = null, val desiredSessions: Output<Int>? = null, 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>? = null, desiredSessions: Output<Int>? = null, 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>? = null

Desired number of streaming instances.

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

Desired number of user sessions for a multi-session fleet. This is not allowed for single-session fleets.

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