StopOnDisconnectConfigurationResponse

data class StopOnDisconnectConfigurationResponse(val gracePeriodMinutes: Int? = null, val status: String? = null)

Stop on disconnect configuration settings for Dev Boxes created in this pool.

Constructors

Link copied to clipboard
constructor(gracePeriodMinutes: Int? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val gracePeriodMinutes: Int? = null

The specified time in minutes to wait before stopping a Dev Box once disconnect is detected.

Link copied to clipboard
val status: String? = null

Whether the feature to stop the Dev Box on disconnect once the grace period has lapsed is enabled.