GetInstanceTypeFpga

data class GetInstanceTypeFpga(val count: Int, val manufacturer: String, val memorySize: Int, val name: String)

Constructors

Link copied to clipboard
constructor(count: Int, manufacturer: String, memorySize: Int, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int
Link copied to clipboard
Link copied to clipboard

Size of the instance memory, in MiB.

Link copied to clipboard