LxdCpuResources constructor

LxdCpuResources({
  1. required String architecture,
  2. required List<String> sockets,
})

Implementation

LxdCpuResources({required this.architecture, required this.sockets});