AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
cloudhsmv2
/
aws.sdk.kotlin.services.cloudhsmv2.model
/
ClusterState
Cluster
State
sealed
class
ClusterState
Inheritors
Active
CreateInProgress
Degraded
Deleted
DeleteInProgress
Initialized
InitializeInProgress
ModifyInProgress
RollbackInProgress
Uninitialized
UpdateInProgress
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
ClusterState
Companion
Link copied to clipboard
object
Companion
Create
In
Progress
Link copied to clipboard
object
CreateInProgress
:
ClusterState
Degraded
Link copied to clipboard
object
Degraded
:
ClusterState
Deleted
Link copied to clipboard
object
Deleted
:
ClusterState
Delete
In
Progress
Link copied to clipboard
object
DeleteInProgress
:
ClusterState
Initialized
Link copied to clipboard
object
Initialized
:
ClusterState
Initialize
In
Progress
Link copied to clipboard
object
InitializeInProgress
:
ClusterState
Modify
In
Progress
Link copied to clipboard
object
ModifyInProgress
:
ClusterState
Rollback
In
Progress
Link copied to clipboard
object
RollbackInProgress
:
ClusterState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ClusterState
Uninitialized
Link copied to clipboard
object
Uninitialized
:
ClusterState
Update
In
Progress
Link copied to clipboard
object
UpdateInProgress
:
ClusterState
Properties
value
Link copied to clipboard
abstract
val
value
:
String