Avs Estimated Node Response
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)
Properties
Link copied to clipboard
Predicted CPU utilization.
Link copied to clipboard
FttRaidLevel recommended for Node.
Link copied to clipboard
Total monthly cost for type and number of nodes.
Link copied to clipboard
Number of nodes that will be needed.
Link copied to clipboard
Pricing model indicates what hour multiplier to use while estimating the Nodes cost.
Link copied to clipboard
Predicted RAM utilization.
Link copied to clipboard
Predicted storage utilization.
Link copied to clipboard
Predicted total Storage used in GB.