interface ListLbsResponse {
    lbs: LB.v1.Lb[];
    totalCount: number;
}

Properties

Properties

lbs: LB.v1.Lb[]

List of Load Balancer objects.

totalCount: number

The total number of Load Balancer objects.