-
Notifications
You must be signed in to change notification settings - Fork 271
/
struct_web_rule_in_describe_web_rules.go
43 lines (41 loc) · 2.37 KB
/
struct_web_rule_in_describe_web_rules.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
package ddoscoo
//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.
// WebRuleInDescribeWebRules is a nested struct in ddoscoo response
type WebRuleInDescribeWebRules struct {
Domain string `json:"Domain" xml:"Domain"`
Http2HttpsEnable bool `json:"Http2HttpsEnable" xml:"Http2HttpsEnable"`
SslProtocols string `json:"SslProtocols" xml:"SslProtocols"`
PunishReason int `json:"PunishReason" xml:"PunishReason"`
CcTemplate string `json:"CcTemplate" xml:"CcTemplate"`
CcEnabled bool `json:"CcEnabled" xml:"CcEnabled"`
SslCiphers string `json:"SslCiphers" xml:"SslCiphers"`
Ssl13Enabled bool `json:"Ssl13Enabled" xml:"Ssl13Enabled"`
CcRuleEnabled bool `json:"CcRuleEnabled" xml:"CcRuleEnabled"`
OcspEnabled bool `json:"OcspEnabled" xml:"OcspEnabled"`
PunishStatus bool `json:"PunishStatus" xml:"PunishStatus"`
ProxyEnabled bool `json:"ProxyEnabled" xml:"ProxyEnabled"`
CertName string `json:"CertName" xml:"CertName"`
PolicyMode string `json:"PolicyMode" xml:"PolicyMode"`
Cname string `json:"Cname" xml:"Cname"`
Http2Enable bool `json:"Http2Enable" xml:"Http2Enable"`
Https2HttpEnable bool `json:"Https2HttpEnable" xml:"Https2HttpEnable"`
WhiteList []string `json:"WhiteList" xml:"WhiteList"`
BlackList []string `json:"BlackList" xml:"BlackList"`
CustomCiphers []string `json:"CustomCiphers" xml:"CustomCiphers"`
GmCert GmCert `json:"GmCert" xml:"GmCert"`
ProxyTypes []ProxyConfig `json:"ProxyTypes" xml:"ProxyTypes"`
RealServers []RealServer `json:"RealServers" xml:"RealServers"`
}