BgpPolicyContentSourceBlockListArgs

data class BgpPolicyContentSourceBlockListArgs(val blockExpireSeconds: Output<Int>, val everySeconds: Output<Int>, val exceedLimitTimes: Output<Int>, val type: Output<Int>) : ConvertibleToJava<BgpPolicyContentSourceBlockListArgs>

Constructors

Link copied to clipboard
constructor(blockExpireSeconds: Output<Int>, everySeconds: Output<Int>, exceedLimitTimes: Output<Int>, type: Output<Int>)

Properties

Link copied to clipboard
val blockExpireSeconds: Output<Int>

Statistical cycle range 60-1200.

Link copied to clipboard
val everySeconds: Output<Int>

The time (unit second) for automatically releasing the black after triggering the speed limit is 60~2592000.

Link copied to clipboard
val exceedLimitTimes: Output<Int>

The number of times the speed limit is exceeded in a statistical period ranges from 1 to 1200.

Link copied to clipboard
val type: Output<Int>

Type

Functions

Link copied to clipboard
open override fun toJava(): BgpPolicyContentSourceBlockListArgs