interface ListServersResponse {
    servers: BareMetal.v1.Server[];
    totalCount: number;
}

Properties

Properties

servers: BareMetal.v1.Server[]

Array of Elastic Metal server objects matching the filters in the request.

totalCount: number

Total count of matching servers.