AvsEstimatedExternalStorageResponse

data class AvsEstimatedExternalStorageResponse(val monthlyPrice: Double? = null, val storageType: String? = null, val storageUtilization: Double? = null, val totalStorageInGB: Double? = null)

Details on the Estimated External Storage for AVS Assessment.

Constructors

Link copied to clipboard
constructor(monthlyPrice: Double? = null, storageType: String? = null, storageUtilization: Double? = null, totalStorageInGB: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val monthlyPrice: Double? = null

Total monthly cost for type of storage.

Link copied to clipboard
val storageType: String? = null

Recommended External Storage.

Link copied to clipboard

Predicted storage utilization.

Link copied to clipboard

Predicted total Storage used in GB.