CapacityStatus

Describes the capacity status for a pool of WorkSpaces.

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 your pool.

Link copied to clipboard

The total number of user sessions that are available for streaming or are currently streaming in your pool.

Link copied to clipboard

The number of user sessions currently available for streaming from your pool.

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 pool can support in a steady state.

Functions

Link copied to clipboard
inline fun copy(block: CapacityStatus.Builder.() -> Unit = {}): CapacityStatus
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