File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -11154,6 +11154,24 @@ components:
11154
11154
Throttle connections per second. Set to 0 to disable throttling.
11155
11155
example : 0
11156
11156
x-linode-cli-display : 6
11157
+ transfer :
11158
+ type : object
11159
+ description : >
11160
+ Transfer statistics for this NodeBalancer for the current month.
11161
+ readOnly : true
11162
+ properties :
11163
+ in :
11164
+ type : float
11165
+ description : Inbound transfer.
11166
+ example : 3821.6655349731445
11167
+ out :
11168
+ type : float
11169
+ description : Outbound transfer.
11170
+ example : 241188.2196378708
11171
+ total :
11172
+ type : float
11173
+ description : Total transfer (in + out).
11174
+ example : 245009.88517284393
11157
11175
NodeBalancerConfig :
11158
11176
description : >
11159
11177
A NodeBalancer config represents the configuration of this NodeBalancer
You can’t perform that action at this time.
0 commit comments