ComputeCapacityStatus

Describes the capacity status for a fleet.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of user sessions currently being used for streaming sessions. This only applies to multi-session fleets.

Link copied to clipboard

The total number of session slots that are available for streaming or are currently streaming.

Link copied to clipboard

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

Link copied to clipboard

The number of idle session slots currently available for user sessions.

Link copied to clipboard
val desired: Int?

The desired number of streaming instances.

Link copied to clipboard

The total number of sessions slots that are either running or pending. This represents the total number of concurrent streaming sessions your fleet can support in a steady state.

Link copied to clipboard
val inUse: Int?

The number of instances in use for streaming.

Link copied to clipboard
val running: Int?

The total number of simultaneous streaming instances that are running.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String