PoolCapacityStatus class

Constructors

PoolCapacityStatus({required Input<int> activeUserSessions, required Input<int> actualUserSessions, required Input<int> availableUserSessions, required Input<int> desiredUserSessions})
Creates a new PoolCapacityStatus. activeUserSessions Number of user sessions that are currently being used for WorkSpaces in the pool. actualUserSessions Number of user sessions currently being used for WorkSpaces in the pool. availableUserSessions Number of user sessions available for WorkSpaces in the pool. desiredUserSessions Number of user sessions required for WorkSpaces in the pool.
const
PoolCapacityStatus.fromMap(Map<String, dynamic> map)
factory

Properties

activeUserSessions → Input<int>
Number of user sessions that are currently being used for WorkSpaces in the pool.
final
actualUserSessions → Input<int>
Number of user sessions currently being used for WorkSpaces in the pool.
final
availableUserSessions → Input<int>
Number of user sessions available for WorkSpaces in the pool.
final
desiredUserSessions → Input<int>
Number of user sessions required for WorkSpaces in the pool.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited