namespace MaksIT.PodmanClientDotNet.Models; /// /// Libpod container or image specification model (Linux Intel Rdt). /// public class LinuxIntelRdt { public string? ClosID { get; set; } public bool EnableCMT { get; set; } public bool EnableMBM { get; set; } public string? L3CacheSchema { get; set; } public string? MemBwSchema { get; set; } }