interface ListBackendsResponse {
    backends: Backend[];
    totalCount: number;
}

Properties

Properties

backends: Backend[]

List of backend objects of a given Load Balancer.

totalCount: number

Total count of backend objects, without pagination.