@taiyi-io/api-connector-ts
Preparing search index...
TrafficQuotaSpec
Interface TrafficQuotaSpec
云主机配置
Interface
interface
TrafficQuotaSpec
{
count_mode
:
"rx"
|
"tx"
|
"both"
;
cycle_anchor_ts
?:
number
;
cycle_days
?:
number
;
cycle_mode
:
"rolling-days"
|
"monthly-anchor"
;
enabled
:
boolean
;
limit_bytes
:
number
;
over_action
:
"alert"
|
"ignore"
|
"throttle"
|
"shutdown"
;
throttle_kbps
?:
number
;
}
Index
Properties
count_
mode
cycle_
anchor_
ts?
cycle_
days?
cycle_
mode
enabled
limit_
bytes
over_
action
throttle_
kbps?
Properties
count_
mode
count_mode
:
"rx"
|
"tx"
|
"both"
Optional
cycle_
anchor_
ts
cycle_anchor_ts
?:
number
Optional
cycle_
days
cycle_days
?:
number
cycle_
mode
cycle_mode
:
"rolling-days"
|
"monthly-anchor"
enabled
enabled
:
boolean
limit_
bytes
limit_bytes
:
number
over_
action
over_action
:
"alert"
|
"ignore"
|
"throttle"
|
"shutdown"
Optional
throttle_
kbps
throttle_kbps
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
count_
mode
cycle_
anchor_
ts
cycle_
days
cycle_
mode
enabled
limit_
bytes
over_
action
throttle_
kbps
@taiyi-io/api-connector-ts
Loading...
云主机配置
Interface