AWS SDK for Kotlin
Toggle table of contents
1.5.3
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
drs
/
aws.sdk.kotlin.services.drs.model
/
VolumeStatus
Volume
Status
sealed
class
VolumeStatus
Inheritors
ContainsMarketplaceProductCodes
MissingVolumeAttributes
MissingVolumeAttributesAndPrecheckUnavailable
Pending
Regular
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Contains
Marketplace
Product
Codes
Link copied to clipboard
object
ContainsMarketplaceProductCodes
:
VolumeStatus
Missing
Volume
Attributes
Link copied to clipboard
object
MissingVolumeAttributes
:
VolumeStatus
Missing
Volume
Attributes
And
Precheck
Unavailable
Link copied to clipboard
object
MissingVolumeAttributesAndPrecheckUnavailable
:
VolumeStatus
Pending
Link copied to clipboard
object
Pending
:
VolumeStatus
Regular
Link copied to clipboard
object
Regular
:
VolumeStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
VolumeStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String