AvsEstimatedNodeResponse

data class AvsEstimatedNodeResponse(val cpuUtilization: Double? = null, val fttRaidLevel: String? = null, val monthlyPrice: Double? = null, val nodeNumber: Int? = null, val nodeType: String? = null, val pricingModel: String? = null, val ramUtilization: Double? = null, val storageUtilization: Double? = null, val totalCpu: Double? = null, val totalRam: Double? = null, val totalStorage: Double? = null)

Details on the Estimated nodes for AVS Assessment.

Constructors

Link copied to clipboard
constructor(cpuUtilization: Double? = null, fttRaidLevel: String? = null, monthlyPrice: Double? = null, nodeNumber: Int? = null, nodeType: String? = null, pricingModel: String? = null, ramUtilization: Double? = null, storageUtilization: Double? = null, totalCpu: Double? = null, totalRam: Double? = null, totalStorage: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cpuUtilization: Double? = null

Predicted CPU utilization.

Link copied to clipboard
val fttRaidLevel: String? = null

FttRaidLevel recommended for Node.

Link copied to clipboard
val monthlyPrice: Double? = null

Total monthly cost for type and number of nodes.

Link copied to clipboard
val nodeNumber: Int? = null

Number of nodes that will be needed.

Link copied to clipboard
val nodeType: String? = null

Recommended SKU.

Link copied to clipboard
val pricingModel: String? = null

Pricing model indicates what hour multiplier to use while estimating the Nodes cost.

Link copied to clipboard
val ramUtilization: Double? = null

Predicted RAM utilization.

Link copied to clipboard

Predicted storage utilization.

Link copied to clipboard
val totalCpu: Double? = null

Predicted total CPU cores across the set of nodes.

Link copied to clipboard
val totalRam: Double? = null

Predicted total RAM used in GB.

Link copied to clipboard
val totalStorage: Double? = null

Predicted total Storage used in GB.