@taiyi-io/api-connector-ts
    Preparing search index...

    Interface TrafficQuotaSpec

    云主机配置

    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: "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