PropertyUpdatesInProgressResponse

data class PropertyUpdatesInProgressResponse(val targetTier: String? = null)

Properties of the disk for which update is pending.

Constructors

Link copied to clipboard
constructor(targetTier: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val targetTier: String? = null

The target performance tier of the disk if a tier change operation is in progress.