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

Properties

Properties

lbs: Lb[]

List of Load Balancer objects.

totalCount: number

The total number of Load Balancer objects.