AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
panorama
/
aws.sdk.kotlin.services.panorama.model
/
DeviceAggregatedStatus
Device
Aggregated
Status
sealed
class
DeviceAggregatedStatus
Inheritors
AwaitingProvisioning
Deleting
Error
Failed
LeaseExpired
Offline
Online
Pending
Rebooting
UpdateNeeded
SdkUnknown
Members
Types
Awaiting
Provisioning
Link copied to clipboard
object
AwaitingProvisioning
:
DeviceAggregatedStatus
Companion
Link copied to clipboard
object
Companion
Deleting
Link copied to clipboard
object
Deleting
:
DeviceAggregatedStatus
Error
Link copied to clipboard
object
Error
:
DeviceAggregatedStatus
Failed
Link copied to clipboard
object
Failed
:
DeviceAggregatedStatus
Lease
Expired
Link copied to clipboard
object
LeaseExpired
:
DeviceAggregatedStatus
Offline
Link copied to clipboard
object
Offline
:
DeviceAggregatedStatus
Online
Link copied to clipboard
object
Online
:
DeviceAggregatedStatus
Pending
Link copied to clipboard
object
Pending
:
DeviceAggregatedStatus
Rebooting
Link copied to clipboard
object
Rebooting
:
DeviceAggregatedStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DeviceAggregatedStatus
Update
Needed
Link copied to clipboard
object
UpdateNeeded
:
DeviceAggregatedStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String