StorageContainerStatusResponse

data class StorageContainerStatusResponse(val availableSizeMB: Double? = null, val containerSizeMB: Double? = null, val errorCode: String? = null, val errorMessage: String? = null, val provisioningStatus: StorageContainerStatusResponseProvisioningStatus? = null)

The observed state of storage containers

Constructors

Link copied to clipboard
constructor(availableSizeMB: Double? = null, containerSizeMB: Double? = null, errorCode: String? = null, errorMessage: String? = null, provisioningStatus: StorageContainerStatusResponseProvisioningStatus? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val availableSizeMB: Double? = null

Amount of space available on the disk in MB

Link copied to clipboard
val containerSizeMB: Double? = null

Total size of the disk in MB

Link copied to clipboard
val errorCode: String? = null

StorageContainer provisioning error code

Link copied to clipboard
val errorMessage: String? = null

Descriptive error message