@@ -47,6 +47,9 @@ def response_load_balancer():
4747 },
4848 "labels" : {},
4949 "created" : "2016-01-30T23:50:00+00:00" ,
50+ "outgoing_traffic" : 123456 ,
51+ "ingoing_traffic" : 123456 ,
52+ "included_traffic" : 654321 ,
5053 "services" : [
5154 {
5255 "protocol" : "https" ,
@@ -136,6 +139,9 @@ def response_create_load_balancer():
136139 "algorithm" : {
137140 "type" : "round_robin"
138141 },
142+ "outgoing_traffic" : 123456 ,
143+ "ingoing_traffic" : 123456 ,
144+ "included_traffic" : 654321 ,
139145 "services" : [
140146 {
141147 "protocol" : "https" ,
@@ -219,6 +225,9 @@ def response_update_load_balancer():
219225 "longitude" : 12.370071 ,
220226 "network_zone" : "eu-central"
221227 },
228+ "outgoing_traffic" : 123456 ,
229+ "ingoing_traffic" : 123456 ,
230+ "included_traffic" : 654321 ,
222231 "load_balancer_type" : {
223232 "id" : 1 ,
224233 "name" : "lb11" ,
@@ -324,6 +333,9 @@ def response_simple_load_balancers():
324333 "longitude" : 12.370071 ,
325334 "network_zone" : "eu-central"
326335 },
336+ "outgoing_traffic" : 123456 ,
337+ "ingoing_traffic" : 123456 ,
338+ "included_traffic" : 654321 ,
327339 "load_balancer_type" : {
328340 "id" : 1 ,
329341 "name" : "lb11" ,
@@ -448,6 +460,9 @@ def response_simple_load_balancers():
448460 },
449461 "labels" : {},
450462 "created" : "2016-01-30T23:50:00+00:00" ,
463+ "outgoing_traffic" : 123456 ,
464+ "ingoing_traffic" : 123456 ,
465+ "included_traffic" : 654321 ,
451466 "services" : [
452467 {
453468 "protocol" : "https" ,
0 commit comments