interface ListOSResponse {
    os: BareMetal.v1.OS[];
    totalCount: number;
}

Properties

Properties

OS that match filters.

totalCount: number

Total count of matching OS.