Get Instance Types Instance Type
data class GetInstanceTypesInstanceType(val availabilityZones: List<String>, val burstableInstance: GetInstanceTypesInstanceTypeBurstableInstance, val cpuCoreCount: Int, val eniAmount: Int, val family: String, val gpu: GetInstanceTypesInstanceTypeGpu, val id: String, val localStorage: GetInstanceTypesInstanceTypeLocalStorage, val memorySize: Double, val nvmeSupport: String, val price: String)
Constructors
Link copied to clipboard
fun GetInstanceTypesInstanceType(availabilityZones: List<String>, burstableInstance: GetInstanceTypesInstanceTypeBurstableInstance, cpuCoreCount: Int, eniAmount: Int, family: String, gpu: GetInstanceTypesInstanceTypeGpu, id: String, localStorage: GetInstanceTypesInstanceTypeLocalStorage, memorySize: Double, nvmeSupport: String, price: String)