Cluster Ebs Storage Info
data class ClusterEbsStorageInfo(val provisionedThroughput: ClusterProvisionedThroughput? = null, val volumeSize: Int? = null)
Constructors
Link copied to clipboard
fun ClusterEbsStorageInfo(provisionedThroughput: ClusterProvisionedThroughput? = null, volumeSize: Int? = null)