OptionState

sealed class OptionState

The state of a requested change. One of the following:

  • Processing: The request change is still in-process.

  • Active: The request change is processed and deployed to the Elasticsearch domain.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
object Companion
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class SdkUnknown(val value: String) : OptionState

Properties

Link copied to clipboard
abstract val value: String