interface ListFrontendsResponse {
    frontends: Frontend[];
    totalCount: number;
}

Properties

frontends: Frontend[]

List of frontend objects of a given Load Balancer.

totalCount: number

Total count of frontend objects, without pagination.