interface ListLbTypesResponse {
    lbTypes: LbType[];
    totalCount: number;
}

Properties

Properties

lbTypes: LbType[]

List of Load Balancer commercial offer type objects.

totalCount: number

Total number of Load Balancer offer type objects.