AWS SDK for Kotlin
Toggle table of contents
1.4.119
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
medialive
/
aws.sdk.kotlin.services.medialive.model
/
NodeState
Node
State
sealed
class
NodeState
Used in DescribeNodeSummary.
Inheritors
ActivationFailed
Active
Created
Deregistered
Deregistering
DeregistrationFailed
Draining
InUse
Ready
ReadyToActivate
Registering
RegistrationFailed
SdkUnknown
Members
Types
Activation
Failed
Link copied to clipboard
object
ActivationFailed
:
NodeState
Active
Link copied to clipboard
object
Active
:
NodeState
Companion
Link copied to clipboard
object
Companion
Created
Link copied to clipboard
object
Created
:
NodeState
Deregistered
Link copied to clipboard
object
Deregistered
:
NodeState
Deregistering
Link copied to clipboard
object
Deregistering
:
NodeState
Deregistration
Failed
Link copied to clipboard
object
DeregistrationFailed
:
NodeState
Draining
Link copied to clipboard
object
Draining
:
NodeState
In
Use
Link copied to clipboard
object
InUse
:
NodeState
Ready
Link copied to clipboard
object
Ready
:
NodeState
Ready
To
Activate
Link copied to clipboard
object
ReadyToActivate
:
NodeState
Registering
Link copied to clipboard
object
Registering
:
NodeState
Registration
Failed
Link copied to clipboard
object
RegistrationFailed
:
NodeState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
NodeState
Properties
value
Link copied to clipboard
abstract
val
value
:
String