-
Notifications
You must be signed in to change notification settings - Fork 271
/
struct_datas_item.go
50 lines (48 loc) · 3.57 KB
/
struct_datas_item.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
package ahas_openapi
//Licensed under the Apache License, Version 2.0 (the "License");
//you may not use this file except in compliance with the License.
//You may obtain a copy of the License at
//
//http://www.apache.org/licenses/LICENSE-2.0
//
//Unless required by applicable law or agreed to in writing, software
//distributed under the License is distributed on an "AS IS" BASIS,
//WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
//See the License for the specific language governing permissions and
//limitations under the License.
//
// Code generated by Alibaba Cloud SDK Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is regenerated.
// DatasItem is a nested struct in ahas_openapi response
type DatasItem struct {
RelationStrategy int `json:"RelationStrategy" xml:"RelationStrategy"`
LimitOrigin string `json:"LimitOrigin" xml:"LimitOrigin"`
Strategy int `json:"Strategy" xml:"Strategy"`
ParamIdx int `json:"ParamIdx" xml:"ParamIdx"`
ClusterEstimatedMaxQps float64 `json:"ClusterEstimatedMaxQps" xml:"ClusterEstimatedMaxQps"`
Threshold float64 `json:"Threshold" xml:"Threshold"`
StatDurationSec int64 `json:"StatDurationSec" xml:"StatDurationSec"`
HalfOpenBaseAmountPerStep int `json:"HalfOpenBaseAmountPerStep" xml:"HalfOpenBaseAmountPerStep"`
ControlBehavior int `json:"ControlBehavior" xml:"ControlBehavior"`
HalfOpenRecoveryStepNum int `json:"HalfOpenRecoveryStepNum" xml:"HalfOpenRecoveryStepNum"`
RuleId int64 `json:"RuleId" xml:"RuleId"`
BurstCount int `json:"BurstCount" xml:"BurstCount"`
MetricType int `json:"MetricType" xml:"MetricType"`
ClusterFallbackStrategy int `json:"ClusterFallbackStrategy" xml:"ClusterFallbackStrategy"`
Resource string `json:"Resource" xml:"Resource"`
ClusterThresholdType int `json:"ClusterThresholdType" xml:"ClusterThresholdType"`
RefResource string `json:"RefResource" xml:"RefResource"`
WarmUpPeriodSec int `json:"WarmUpPeriodSec" xml:"WarmUpPeriodSec"`
SlowRtMs int `json:"SlowRtMs" xml:"SlowRtMs"`
MinRequestAmount int `json:"MinRequestAmount" xml:"MinRequestAmount"`
StatDurationMs int `json:"StatDurationMs" xml:"StatDurationMs"`
MaxQueueingTimeMs int `json:"MaxQueueingTimeMs" xml:"MaxQueueingTimeMs"`
RecoveryTimeoutMs int `json:"RecoveryTimeoutMs" xml:"RecoveryTimeoutMs"`
Namespace string `json:"Namespace" xml:"Namespace"`
Enable bool `json:"Enable" xml:"Enable"`
ClusterFallbackThreshold int `json:"ClusterFallbackThreshold" xml:"ClusterFallbackThreshold"`
ClusterMode bool `json:"ClusterMode" xml:"ClusterMode"`
ThresholdMode int `json:"ThresholdMode" xml:"ThresholdMode"`
AppName string `json:"AppName" xml:"AppName"`
ParamFlowItemList []ParamFlowItemListItem `json:"ParamFlowItemList" xml:"ParamFlowItemList"`
}