Get Instance Classes Result
data class GetInstanceClassesResult(val architecture: String? = null, val classes: List<GetInstanceClassesClass>, val editionType: String? = null, val engine: String? = null, val engineVersion: String? = null, val id: String, val instanceChargeType: String? = null, val instanceClasses: List<String>, val nodeType: String? = null, val outputFile: String? = null, val packageType: String? = null, val performanceType: String? = null, val productType: String? = null, val seriesType: String? = null, val shardNumber: Int? = null, val sortedBy: String? = null, val storageType: String? = null, val zoneId: String)
A collection of values returned by getInstanceClasses.
Constructors
Link copied to clipboard
constructor(architecture: String? = null, classes: List<GetInstanceClassesClass>, editionType: String? = null, engine: String? = null, engineVersion: String? = null, id: String, instanceChargeType: String? = null, instanceClasses: List<String>, nodeType: String? = null, outputFile: String? = null, packageType: String? = null, performanceType: String? = null, productType: String? = null, seriesType: String? = null, shardNumber: Int? = null, sortedBy: String? = null, storageType: String? = null, zoneId: String)
Properties
Link copied to clipboard
Link copied to clipboard
A list of KVStore available instance classes when the sorted_by
is "Price". include:
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A list of KVStore available instance classes.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard