Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CleanThresholdSpec ¶
type IpResource ¶
type IpResourceFlow ¶
type IpResourceFlow struct { /* (Optional) */ Bps IpResourceFlowDetail `json:"bps"` /* (Optional) */ Pps IpResourceFlowDetail `json:"pps"` }
type IpResourceFlowDetail ¶
type IpResourceInfo ¶
type IpResourceInfo struct { /* 公网IP (Optional) */ Ip string `json:"ip"` /* 0->安全 1->清洗 2->黑洞 (Optional) */ SafeStatus int `json:"safeStatus"` /* 地域,cn-north-1、cn-south-1、cn-east-1、cn-east-2 (Optional) */ Region string `json:"region"` /* 黑洞阈值,单位bps (Optional) */ BlackHoleThreshold int64 `json:"blackHoleThreshold"` /* 触发清洗的流量速率,单位bps (Optional) */ CleanThresholdBps int64 `json:"cleanThresholdBps"` /* 触发清洗的包速率,单位pps (Optional) */ CleanThresholdPps int64 `json:"cleanThresholdPps"` }
type IpResourceProtectInfo ¶
Click to show internal directories.
Click to hide internal directories.