WebAppUnits

sealed class WebAppUnits

Contains an integer value that represents the value for number of concurrent connections or the user sessions on your web app.

Inheritors

Types

Link copied to clipboard
data class Provisioned(val value: Int) : WebAppUnits

An integer that represents the number of units for your desired number of concurrent connections, or the number of user sessions on your web app at the same time.

Link copied to clipboard

Functions

Link copied to clipboard

Casts this WebAppUnits as a Provisioned and retrieves its kotlin.Int value. Throws an exception if the WebAppUnits is not a Provisioned.

Link copied to clipboard

Casts this WebAppUnits as a Provisioned and retrieves its kotlin.Int value. Returns null if the WebAppUnits is not a Provisioned.