ClusterEbsStorageInfo

data class ClusterEbsStorageInfo(val provisionedThroughput: ClusterProvisionedThroughput? = null, val volumeSize: Int? = null)

Constructors

Link copied to clipboard
constructor(provisionedThroughput: ClusterProvisionedThroughput? = null, volumeSize: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val volumeSize: Int? = null