StoragePropertiesResponse

data class StoragePropertiesResponse(val sizeGb: Double? = null)

The storage properties of the cluster. This includes the data storage size and scaling applied to servers in the cluster.

Constructors

Link copied to clipboard
constructor(sizeGb: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val sizeGb: Double? = null

The size of the data disk assigned to each server.