Builder

class Builder

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
var 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
var inUse: Int?

The number of instances in use for streaming.

Link copied to clipboard
var running: Int?

The total number of simultaneous streaming instances that are running.