@alicloud/waf-openapi20211001 5.3.0 → 5.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +225 -0
- package/dist/client.js +859 -8
- package/dist/client.js.map +1 -1
- package/dist/models/CreateDomainRequest.d.ts +4 -0
- package/dist/models/CreateDomainRequest.js +8 -0
- package/dist/models/CreateDomainRequest.js.map +1 -1
- package/dist/models/CreateHybridCloudClusterRequest.d.ts +175 -0
- package/dist/models/CreateHybridCloudClusterRequest.js +88 -0
- package/dist/models/CreateHybridCloudClusterRequest.js.map +1 -0
- package/dist/models/CreateHybridCloudClusterResponse.d.ts +19 -0
- package/dist/models/CreateHybridCloudClusterResponse.js +69 -0
- package/dist/models/CreateHybridCloudClusterResponse.js.map +1 -0
- package/dist/models/CreateHybridCloudClusterResponseBody.d.ts +29 -0
- package/dist/models/CreateHybridCloudClusterResponseBody.js +60 -0
- package/dist/models/CreateHybridCloudClusterResponseBody.js.map +1 -0
- package/dist/models/DescribeCommonLogFieldsRequest.d.ts +42 -0
- package/dist/models/DescribeCommonLogFieldsRequest.js +71 -0
- package/dist/models/DescribeCommonLogFieldsRequest.js.map +1 -0
- package/dist/models/DescribeCommonLogFieldsResponse.d.ts +19 -0
- package/dist/models/DescribeCommonLogFieldsResponse.js +69 -0
- package/dist/models/DescribeCommonLogFieldsResponse.js.map +1 -0
- package/dist/models/DescribeCommonLogFieldsResponseBody.d.ts +56 -0
- package/dist/models/DescribeCommonLogFieldsResponseBody.js +90 -0
- package/dist/models/DescribeCommonLogFieldsResponseBody.js.map +1 -0
- package/dist/models/DescribeCommonLogFieldsShrinkRequest.d.ts +42 -0
- package/dist/models/DescribeCommonLogFieldsShrinkRequest.js +68 -0
- package/dist/models/DescribeCommonLogFieldsShrinkRequest.js.map +1 -0
- package/dist/models/DescribeDefenseGroupValidResourcesRequest.d.ts +51 -0
- package/dist/models/DescribeDefenseGroupValidResourcesRequest.js +70 -0
- package/dist/models/DescribeDefenseGroupValidResourcesRequest.js.map +1 -0
- package/dist/models/DescribeDefenseGroupValidResourcesResponse.d.ts +19 -0
- package/dist/models/DescribeDefenseGroupValidResourcesResponse.js +69 -0
- package/dist/models/DescribeDefenseGroupValidResourcesResponse.js.map +1 -0
- package/dist/models/DescribeDefenseGroupValidResourcesResponseBody.d.ts +24 -0
- package/dist/models/DescribeDefenseGroupValidResourcesResponseBody.js +65 -0
- package/dist/models/DescribeDefenseGroupValidResourcesResponseBody.js.map +1 -0
- package/dist/models/DescribeDefenseTemplateValidResourcesRequest.d.ts +59 -0
- package/dist/models/DescribeDefenseTemplateValidResourcesRequest.js +72 -0
- package/dist/models/DescribeDefenseTemplateValidResourcesRequest.js.map +1 -0
- package/dist/models/DescribeDefenseTemplateValidResourcesResponse.d.ts +19 -0
- package/dist/models/DescribeDefenseTemplateValidResourcesResponse.js +69 -0
- package/dist/models/DescribeDefenseTemplateValidResourcesResponse.js.map +1 -0
- package/dist/models/DescribeDefenseTemplateValidResourcesResponseBody.d.ts +24 -0
- package/dist/models/DescribeDefenseTemplateValidResourcesResponseBody.js +65 -0
- package/dist/models/DescribeDefenseTemplateValidResourcesResponseBody.js.map +1 -0
- package/dist/models/DescribeDomainDetailResponseBody.d.ts +4 -0
- package/dist/models/DescribeDomainDetailResponseBody.js +8 -0
- package/dist/models/DescribeDomainDetailResponseBody.js.map +1 -1
- package/dist/models/DescribeHybridCloudBasicMonitorRequest.d.ts +54 -0
- package/dist/models/DescribeHybridCloudBasicMonitorRequest.js +64 -0
- package/dist/models/DescribeHybridCloudBasicMonitorRequest.js.map +1 -0
- package/dist/models/DescribeHybridCloudBasicMonitorResponse.d.ts +19 -0
- package/dist/models/DescribeHybridCloudBasicMonitorResponse.js +69 -0
- package/dist/models/DescribeHybridCloudBasicMonitorResponse.js.map +1 -0
- package/dist/models/DescribeHybridCloudBasicMonitorResponseBody.d.ts +60 -0
- package/dist/models/DescribeHybridCloudBasicMonitorResponseBody.js +88 -0
- package/dist/models/DescribeHybridCloudBasicMonitorResponseBody.js.map +1 -0
- package/dist/models/DescribeHybridCloudClusterServersRequest.d.ts +69 -0
- package/dist/models/DescribeHybridCloudClusterServersRequest.js +76 -0
- package/dist/models/DescribeHybridCloudClusterServersRequest.js.map +1 -0
- package/dist/models/DescribeHybridCloudClusterServersResponse.d.ts +19 -0
- package/dist/models/DescribeHybridCloudClusterServersResponse.js +69 -0
- package/dist/models/DescribeHybridCloudClusterServersResponse.js.map +1 -0
- package/dist/models/DescribeHybridCloudClusterServersResponseBody.d.ts +128 -0
- package/dist/models/DescribeHybridCloudClusterServersResponseBody.js +122 -0
- package/dist/models/DescribeHybridCloudClusterServersResponseBody.js.map +1 -0
- package/dist/models/DescribeHybridCloudProcessMonitorRequest.d.ts +54 -0
- package/dist/models/DescribeHybridCloudProcessMonitorRequest.js +64 -0
- package/dist/models/DescribeHybridCloudProcessMonitorRequest.js.map +1 -0
- package/dist/models/DescribeHybridCloudProcessMonitorResponse.d.ts +19 -0
- package/dist/models/DescribeHybridCloudProcessMonitorResponse.js +69 -0
- package/dist/models/DescribeHybridCloudProcessMonitorResponse.js.map +1 -0
- package/dist/models/DescribeHybridCloudProcessMonitorResponseBody.d.ts +70 -0
- package/dist/models/DescribeHybridCloudProcessMonitorResponseBody.js +88 -0
- package/dist/models/DescribeHybridCloudProcessMonitorResponseBody.js.map +1 -0
- package/dist/models/DescribeHybridCloudResourceDetailRequest.d.ts +59 -0
- package/dist/models/DescribeHybridCloudResourceDetailRequest.js +72 -0
- package/dist/models/DescribeHybridCloudResourceDetailRequest.js.map +1 -0
- package/dist/models/DescribeHybridCloudResourceDetailResponse.d.ts +19 -0
- package/dist/models/DescribeHybridCloudResourceDetailResponse.js +69 -0
- package/dist/models/DescribeHybridCloudResourceDetailResponse.js.map +1 -0
- package/dist/models/DescribeHybridCloudResourceDetailResponseBody.d.ts +236 -0
- package/dist/models/DescribeHybridCloudResourceDetailResponseBody.js +233 -0
- package/dist/models/DescribeHybridCloudResourceDetailResponseBody.js.map +1 -0
- package/dist/models/DescribeHybridCloudSdkServersRequest.d.ts +44 -0
- package/dist/models/DescribeHybridCloudSdkServersRequest.js +72 -0
- package/dist/models/DescribeHybridCloudSdkServersRequest.js.map +1 -0
- package/dist/models/DescribeHybridCloudSdkServersResponse.d.ts +19 -0
- package/dist/models/DescribeHybridCloudSdkServersResponse.js +69 -0
- package/dist/models/DescribeHybridCloudSdkServersResponse.js.map +1 -0
- package/dist/models/DescribeHybridCloudSdkServersResponseBody.d.ts +73 -0
- package/dist/models/DescribeHybridCloudSdkServersResponseBody.js +102 -0
- package/dist/models/DescribeHybridCloudSdkServersResponseBody.js.map +1 -0
- package/dist/models/DescribeHybridCloudSupportRegionsRequest.d.ts +31 -0
- package/dist/models/DescribeHybridCloudSupportRegionsRequest.js +62 -0
- package/dist/models/DescribeHybridCloudSupportRegionsRequest.js.map +1 -0
- package/dist/models/DescribeHybridCloudSupportRegionsResponse.d.ts +19 -0
- package/dist/models/DescribeHybridCloudSupportRegionsResponse.js +69 -0
- package/dist/models/DescribeHybridCloudSupportRegionsResponse.js.map +1 -0
- package/dist/models/DescribeHybridCloudSupportRegionsResponseBody.d.ts +19 -0
- package/dist/models/DescribeHybridCloudSupportRegionsResponseBody.js +63 -0
- package/dist/models/DescribeHybridCloudSupportRegionsResponseBody.js.map +1 -0
- package/dist/models/DescribeHybridCloudUnsupportPortsRequest.d.ts +44 -0
- package/dist/models/DescribeHybridCloudUnsupportPortsRequest.js +62 -0
- package/dist/models/DescribeHybridCloudUnsupportPortsRequest.js.map +1 -0
- package/dist/models/DescribeHybridCloudUnsupportPortsResponse.d.ts +19 -0
- package/dist/models/DescribeHybridCloudUnsupportPortsResponse.js +69 -0
- package/dist/models/DescribeHybridCloudUnsupportPortsResponse.js.map +1 -0
- package/dist/models/DescribeHybridCloudUnsupportPortsResponseBody.d.ts +37 -0
- package/dist/models/DescribeHybridCloudUnsupportPortsResponseBody.js +62 -0
- package/dist/models/DescribeHybridCloudUnsupportPortsResponseBody.js.map +1 -0
- package/dist/models/DescribeUserLogFieldConfigRequest.d.ts +36 -0
- package/dist/models/DescribeUserLogFieldConfigRequest.js +64 -0
- package/dist/models/DescribeUserLogFieldConfigRequest.js.map +1 -0
- package/dist/models/DescribeUserLogFieldConfigResponse.d.ts +19 -0
- package/dist/models/DescribeUserLogFieldConfigResponse.js +69 -0
- package/dist/models/DescribeUserLogFieldConfigResponse.js.map +1 -0
- package/dist/models/DescribeUserLogFieldConfigResponseBody.d.ts +53 -0
- package/dist/models/DescribeUserLogFieldConfigResponseBody.js +72 -0
- package/dist/models/DescribeUserLogFieldConfigResponseBody.js.map +1 -0
- package/dist/models/ModifyDomainRequest.d.ts +20 -0
- package/dist/models/ModifyDomainRequest.js +8 -0
- package/dist/models/ModifyDomainRequest.js.map +1 -1
- package/dist/models/ModifyHybridCloudClusterRequest.d.ts +105 -0
- package/dist/models/ModifyHybridCloudClusterRequest.js +90 -0
- package/dist/models/ModifyHybridCloudClusterRequest.js.map +1 -0
- package/dist/models/ModifyHybridCloudClusterResponse.d.ts +19 -0
- package/dist/models/ModifyHybridCloudClusterResponse.js +69 -0
- package/dist/models/ModifyHybridCloudClusterResponse.js.map +1 -0
- package/dist/models/ModifyHybridCloudClusterResponseBody.d.ts +21 -0
- package/dist/models/ModifyHybridCloudClusterResponseBody.js +58 -0
- package/dist/models/ModifyHybridCloudClusterResponseBody.js.map +1 -0
- package/dist/models/ModifyUserLogFieldConfigRequest.d.ts +54 -0
- package/dist/models/ModifyUserLogFieldConfigRequest.js +70 -0
- package/dist/models/ModifyUserLogFieldConfigRequest.js.map +1 -0
- package/dist/models/ModifyUserLogFieldConfigResponse.d.ts +19 -0
- package/dist/models/ModifyUserLogFieldConfigResponse.js +69 -0
- package/dist/models/ModifyUserLogFieldConfigResponse.js.map +1 -0
- package/dist/models/ModifyUserLogFieldConfigResponseBody.d.ts +18 -0
- package/dist/models/ModifyUserLogFieldConfigResponseBody.js +58 -0
- package/dist/models/ModifyUserLogFieldConfigResponseBody.js.map +1 -0
- package/dist/models/ModifyUserWafLogStatusRequest.d.ts +44 -0
- package/dist/models/ModifyUserWafLogStatusRequest.js +66 -0
- package/dist/models/ModifyUserWafLogStatusRequest.js.map +1 -0
- package/dist/models/ModifyUserWafLogStatusResponse.d.ts +19 -0
- package/dist/models/ModifyUserWafLogStatusResponse.js +69 -0
- package/dist/models/ModifyUserWafLogStatusResponse.js.map +1 -0
- package/dist/models/ModifyUserWafLogStatusResponseBody.d.ts +28 -0
- package/dist/models/ModifyUserWafLogStatusResponseBody.js +62 -0
- package/dist/models/ModifyUserWafLogStatusResponseBody.js.map +1 -0
- package/dist/models/model.d.ts +55 -0
- package/dist/models/model.js +126 -15
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +1012 -28
- package/src/models/CreateDomainRequest.ts +12 -0
- package/src/models/CreateHybridCloudClusterRequest.ts +218 -0
- package/src/models/CreateHybridCloudClusterResponse.ts +40 -0
- package/src/models/CreateHybridCloudClusterResponseBody.ts +44 -0
- package/src/models/DescribeCommonLogFieldsRequest.ts +68 -0
- package/src/models/DescribeCommonLogFieldsResponse.ts +40 -0
- package/src/models/DescribeCommonLogFieldsResponseBody.ts +92 -0
- package/src/models/DescribeCommonLogFieldsShrinkRequest.ts +65 -0
- package/src/models/DescribeDefenseGroupValidResourcesRequest.ts +76 -0
- package/src/models/DescribeDefenseGroupValidResourcesResponse.ts +40 -0
- package/src/models/DescribeDefenseGroupValidResourcesResponseBody.ts +44 -0
- package/src/models/DescribeDefenseTemplateValidResourcesRequest.ts +86 -0
- package/src/models/DescribeDefenseTemplateValidResourcesResponse.ts +40 -0
- package/src/models/DescribeDefenseTemplateValidResourcesResponseBody.ts +44 -0
- package/src/models/DescribeDomainDetailResponseBody.ts +12 -0
- package/src/models/DescribeHybridCloudBasicMonitorRequest.ts +73 -0
- package/src/models/DescribeHybridCloudBasicMonitorResponse.ts +40 -0
- package/src/models/DescribeHybridCloudBasicMonitorResponseBody.ts +94 -0
- package/src/models/DescribeHybridCloudClusterServersRequest.ts +100 -0
- package/src/models/DescribeHybridCloudClusterServersResponse.ts +40 -0
- package/src/models/DescribeHybridCloudClusterServersResponseBody.ts +196 -0
- package/src/models/DescribeHybridCloudProcessMonitorRequest.ts +73 -0
- package/src/models/DescribeHybridCloudProcessMonitorResponse.ts +40 -0
- package/src/models/DescribeHybridCloudProcessMonitorResponseBody.ts +104 -0
- package/src/models/DescribeHybridCloudResourceDetailRequest.ts +86 -0
- package/src/models/DescribeHybridCloudResourceDetailResponse.ts +40 -0
- package/src/models/DescribeHybridCloudResourceDetailResponseBody.ts +388 -0
- package/src/models/DescribeHybridCloudSdkServersRequest.ts +71 -0
- package/src/models/DescribeHybridCloudSdkServersResponse.ts +40 -0
- package/src/models/DescribeHybridCloudSdkServersResponseBody.ts +121 -0
- package/src/models/DescribeHybridCloudSupportRegionsRequest.ts +48 -0
- package/src/models/DescribeHybridCloudSupportRegionsResponse.ts +40 -0
- package/src/models/DescribeHybridCloudSupportRegionsResponseBody.ts +37 -0
- package/src/models/DescribeHybridCloudUnsupportPortsRequest.ts +61 -0
- package/src/models/DescribeHybridCloudUnsupportPortsResponse.ts +40 -0
- package/src/models/DescribeHybridCloudUnsupportPortsResponseBody.ts +54 -0
- package/src/models/DescribeUserLogFieldConfigRequest.ts +55 -0
- package/src/models/DescribeUserLogFieldConfigResponse.ts +40 -0
- package/src/models/DescribeUserLogFieldConfigResponseBody.ts +80 -0
- package/src/models/ModifyDomainRequest.ts +28 -0
- package/src/models/ModifyHybridCloudClusterRequest.ts +150 -0
- package/src/models/ModifyHybridCloudClusterResponse.ts +40 -0
- package/src/models/ModifyHybridCloudClusterResponseBody.ts +34 -0
- package/src/models/ModifyUserLogFieldConfigRequest.ts +79 -0
- package/src/models/ModifyUserLogFieldConfigResponse.ts +40 -0
- package/src/models/ModifyUserLogFieldConfigResponseBody.ts +31 -0
- package/src/models/ModifyUserWafLogStatusRequest.ts +65 -0
- package/src/models/ModifyUserWafLogStatusResponse.ts +40 -0
- package/src/models/ModifyUserWafLogStatusResponseBody.ts +45 -0
- package/src/models/model.ts +55 -0
|
@@ -0,0 +1,388 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class DescribeHybridCloudResourceDetailResponseBodyDomainListen extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* 19312542-cn-hangzhou
|
|
9
|
+
*/
|
|
10
|
+
certId?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* 0
|
|
14
|
+
*/
|
|
15
|
+
cipherSuite?: number;
|
|
16
|
+
customCiphers?: string[];
|
|
17
|
+
/**
|
|
18
|
+
* @example
|
|
19
|
+
* true
|
|
20
|
+
*/
|
|
21
|
+
enableTLSv3?: boolean;
|
|
22
|
+
/**
|
|
23
|
+
* @example
|
|
24
|
+
* true
|
|
25
|
+
*/
|
|
26
|
+
exclusiveIp?: boolean;
|
|
27
|
+
/**
|
|
28
|
+
* @example
|
|
29
|
+
* true
|
|
30
|
+
*/
|
|
31
|
+
focusHttps?: boolean;
|
|
32
|
+
/**
|
|
33
|
+
* @example
|
|
34
|
+
* true
|
|
35
|
+
*/
|
|
36
|
+
http2Enabled?: boolean;
|
|
37
|
+
httpPorts?: number[];
|
|
38
|
+
httpsPorts?: number[];
|
|
39
|
+
/**
|
|
40
|
+
* @example
|
|
41
|
+
* true
|
|
42
|
+
*/
|
|
43
|
+
IPv6Enabled?: boolean;
|
|
44
|
+
/**
|
|
45
|
+
* @example
|
|
46
|
+
* share
|
|
47
|
+
*/
|
|
48
|
+
protectionResource?: string;
|
|
49
|
+
/**
|
|
50
|
+
* @example
|
|
51
|
+
* tlsv1
|
|
52
|
+
*/
|
|
53
|
+
TLSVersion?: string;
|
|
54
|
+
/**
|
|
55
|
+
* @example
|
|
56
|
+
* 1
|
|
57
|
+
*/
|
|
58
|
+
xffHeaderMode?: number;
|
|
59
|
+
xffHeaders?: string[];
|
|
60
|
+
static names(): { [key: string]: string } {
|
|
61
|
+
return {
|
|
62
|
+
certId: 'CertId',
|
|
63
|
+
cipherSuite: 'CipherSuite',
|
|
64
|
+
customCiphers: 'CustomCiphers',
|
|
65
|
+
enableTLSv3: 'EnableTLSv3',
|
|
66
|
+
exclusiveIp: 'ExclusiveIp',
|
|
67
|
+
focusHttps: 'FocusHttps',
|
|
68
|
+
http2Enabled: 'Http2Enabled',
|
|
69
|
+
httpPorts: 'HttpPorts',
|
|
70
|
+
httpsPorts: 'HttpsPorts',
|
|
71
|
+
IPv6Enabled: 'IPv6Enabled',
|
|
72
|
+
protectionResource: 'ProtectionResource',
|
|
73
|
+
TLSVersion: 'TLSVersion',
|
|
74
|
+
xffHeaderMode: 'XffHeaderMode',
|
|
75
|
+
xffHeaders: 'XffHeaders',
|
|
76
|
+
};
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
static types(): { [key: string]: any } {
|
|
80
|
+
return {
|
|
81
|
+
certId: 'string',
|
|
82
|
+
cipherSuite: 'number',
|
|
83
|
+
customCiphers: { 'type': 'array', 'itemType': 'string' },
|
|
84
|
+
enableTLSv3: 'boolean',
|
|
85
|
+
exclusiveIp: 'boolean',
|
|
86
|
+
focusHttps: 'boolean',
|
|
87
|
+
http2Enabled: 'boolean',
|
|
88
|
+
httpPorts: { 'type': 'array', 'itemType': 'number' },
|
|
89
|
+
httpsPorts: { 'type': 'array', 'itemType': 'number' },
|
|
90
|
+
IPv6Enabled: 'boolean',
|
|
91
|
+
protectionResource: 'string',
|
|
92
|
+
TLSVersion: 'string',
|
|
93
|
+
xffHeaderMode: 'number',
|
|
94
|
+
xffHeaders: { 'type': 'array', 'itemType': 'string' },
|
|
95
|
+
};
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
validate() {
|
|
99
|
+
if(Array.isArray(this.customCiphers)) {
|
|
100
|
+
$dara.Model.validateArray(this.customCiphers);
|
|
101
|
+
}
|
|
102
|
+
if(Array.isArray(this.httpPorts)) {
|
|
103
|
+
$dara.Model.validateArray(this.httpPorts);
|
|
104
|
+
}
|
|
105
|
+
if(Array.isArray(this.httpsPorts)) {
|
|
106
|
+
$dara.Model.validateArray(this.httpsPorts);
|
|
107
|
+
}
|
|
108
|
+
if(Array.isArray(this.xffHeaders)) {
|
|
109
|
+
$dara.Model.validateArray(this.xffHeaders);
|
|
110
|
+
}
|
|
111
|
+
super.validate();
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
constructor(map?: { [key: string]: any }) {
|
|
115
|
+
super(map);
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
export class DescribeHybridCloudResourceDetailResponseBodyDomainRedirectRequestHeaders extends $dara.Model {
|
|
120
|
+
/**
|
|
121
|
+
* @example
|
|
122
|
+
* L2x1ZmZ5L2NvcmUvYXBwcy9tLnl1bmR1bi53YWYuMS9wbHVnaW5z
|
|
123
|
+
*/
|
|
124
|
+
key?: string;
|
|
125
|
+
/**
|
|
126
|
+
* @example
|
|
127
|
+
* 9506360478730
|
|
128
|
+
*/
|
|
129
|
+
value?: string;
|
|
130
|
+
static names(): { [key: string]: string } {
|
|
131
|
+
return {
|
|
132
|
+
key: 'Key',
|
|
133
|
+
value: 'Value',
|
|
134
|
+
};
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
static types(): { [key: string]: any } {
|
|
138
|
+
return {
|
|
139
|
+
key: 'string',
|
|
140
|
+
value: 'string',
|
|
141
|
+
};
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
validate() {
|
|
145
|
+
super.validate();
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
constructor(map?: { [key: string]: any }) {
|
|
149
|
+
super(map);
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
export class DescribeHybridCloudResourceDetailResponseBodyDomainRedirect extends $dara.Model {
|
|
154
|
+
backends?: string[];
|
|
155
|
+
/**
|
|
156
|
+
* @example
|
|
157
|
+
* true
|
|
158
|
+
*/
|
|
159
|
+
cnameEnabled?: boolean;
|
|
160
|
+
/**
|
|
161
|
+
* @example
|
|
162
|
+
* 1
|
|
163
|
+
*/
|
|
164
|
+
connectTimeout?: number;
|
|
165
|
+
/**
|
|
166
|
+
* @example
|
|
167
|
+
* true
|
|
168
|
+
*/
|
|
169
|
+
focusHttpBackend?: boolean;
|
|
170
|
+
/**
|
|
171
|
+
* @example
|
|
172
|
+
* true
|
|
173
|
+
*/
|
|
174
|
+
keepalive?: boolean;
|
|
175
|
+
/**
|
|
176
|
+
* @example
|
|
177
|
+
* 1000
|
|
178
|
+
*/
|
|
179
|
+
keepaliveRequests?: number;
|
|
180
|
+
/**
|
|
181
|
+
* @example
|
|
182
|
+
* 1
|
|
183
|
+
*/
|
|
184
|
+
keepaliveTimeout?: number;
|
|
185
|
+
/**
|
|
186
|
+
* @example
|
|
187
|
+
* iphash
|
|
188
|
+
*/
|
|
189
|
+
loadbalance?: string;
|
|
190
|
+
/**
|
|
191
|
+
* @example
|
|
192
|
+
* 1
|
|
193
|
+
*/
|
|
194
|
+
readTimeout?: number;
|
|
195
|
+
requestHeaders?: DescribeHybridCloudResourceDetailResponseBodyDomainRedirectRequestHeaders[];
|
|
196
|
+
/**
|
|
197
|
+
* @example
|
|
198
|
+
* true
|
|
199
|
+
*/
|
|
200
|
+
retry?: boolean;
|
|
201
|
+
/**
|
|
202
|
+
* @example
|
|
203
|
+
* [{\\"backupRs\\":[],\\"location\\":\\"v3-test\\",\\"locationId\\":1148,\\"rs\\":[\\"39.98.217.197\\",\\"2.2.2.2\\"]}]
|
|
204
|
+
*/
|
|
205
|
+
routingRules?: string;
|
|
206
|
+
/**
|
|
207
|
+
* @example
|
|
208
|
+
* true
|
|
209
|
+
*/
|
|
210
|
+
sniEnabled?: boolean;
|
|
211
|
+
/**
|
|
212
|
+
* @example
|
|
213
|
+
* eew111
|
|
214
|
+
*/
|
|
215
|
+
sniHost?: string;
|
|
216
|
+
/**
|
|
217
|
+
* @example
|
|
218
|
+
* 1
|
|
219
|
+
*/
|
|
220
|
+
writeTimeout?: number;
|
|
221
|
+
static names(): { [key: string]: string } {
|
|
222
|
+
return {
|
|
223
|
+
backends: 'Backends',
|
|
224
|
+
cnameEnabled: 'CnameEnabled',
|
|
225
|
+
connectTimeout: 'ConnectTimeout',
|
|
226
|
+
focusHttpBackend: 'FocusHttpBackend',
|
|
227
|
+
keepalive: 'Keepalive',
|
|
228
|
+
keepaliveRequests: 'KeepaliveRequests',
|
|
229
|
+
keepaliveTimeout: 'KeepaliveTimeout',
|
|
230
|
+
loadbalance: 'Loadbalance',
|
|
231
|
+
readTimeout: 'ReadTimeout',
|
|
232
|
+
requestHeaders: 'RequestHeaders',
|
|
233
|
+
retry: 'Retry',
|
|
234
|
+
routingRules: 'RoutingRules',
|
|
235
|
+
sniEnabled: 'SniEnabled',
|
|
236
|
+
sniHost: 'SniHost',
|
|
237
|
+
writeTimeout: 'WriteTimeout',
|
|
238
|
+
};
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
static types(): { [key: string]: any } {
|
|
242
|
+
return {
|
|
243
|
+
backends: { 'type': 'array', 'itemType': 'string' },
|
|
244
|
+
cnameEnabled: 'boolean',
|
|
245
|
+
connectTimeout: 'number',
|
|
246
|
+
focusHttpBackend: 'boolean',
|
|
247
|
+
keepalive: 'boolean',
|
|
248
|
+
keepaliveRequests: 'number',
|
|
249
|
+
keepaliveTimeout: 'number',
|
|
250
|
+
loadbalance: 'string',
|
|
251
|
+
readTimeout: 'number',
|
|
252
|
+
requestHeaders: { 'type': 'array', 'itemType': DescribeHybridCloudResourceDetailResponseBodyDomainRedirectRequestHeaders },
|
|
253
|
+
retry: 'boolean',
|
|
254
|
+
routingRules: 'string',
|
|
255
|
+
sniEnabled: 'boolean',
|
|
256
|
+
sniHost: 'string',
|
|
257
|
+
writeTimeout: 'number',
|
|
258
|
+
};
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
validate() {
|
|
262
|
+
if(Array.isArray(this.backends)) {
|
|
263
|
+
$dara.Model.validateArray(this.backends);
|
|
264
|
+
}
|
|
265
|
+
if(Array.isArray(this.requestHeaders)) {
|
|
266
|
+
$dara.Model.validateArray(this.requestHeaders);
|
|
267
|
+
}
|
|
268
|
+
super.validate();
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
constructor(map?: { [key: string]: any }) {
|
|
272
|
+
super(map);
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
export class DescribeHybridCloudResourceDetailResponseBodyDomain extends $dara.Model {
|
|
277
|
+
/**
|
|
278
|
+
* @remarks
|
|
279
|
+
* CNAME
|
|
280
|
+
*
|
|
281
|
+
* @example
|
|
282
|
+
* kdmqyi3ck7xogegxpiyfpb0fj21mgkxn.****.com
|
|
283
|
+
*/
|
|
284
|
+
cname?: string;
|
|
285
|
+
/**
|
|
286
|
+
* @example
|
|
287
|
+
* www.*****.com
|
|
288
|
+
*/
|
|
289
|
+
domain?: string;
|
|
290
|
+
/**
|
|
291
|
+
* @remarks
|
|
292
|
+
* id
|
|
293
|
+
*
|
|
294
|
+
* @example
|
|
295
|
+
* 31323
|
|
296
|
+
*/
|
|
297
|
+
id?: number;
|
|
298
|
+
listen?: DescribeHybridCloudResourceDetailResponseBodyDomainListen;
|
|
299
|
+
redirect?: DescribeHybridCloudResourceDetailResponseBodyDomainRedirect;
|
|
300
|
+
/**
|
|
301
|
+
* @example
|
|
302
|
+
* rg-***aby
|
|
303
|
+
*/
|
|
304
|
+
resourceManagerResourceGroupId?: string;
|
|
305
|
+
/**
|
|
306
|
+
* @example
|
|
307
|
+
* 1
|
|
308
|
+
*/
|
|
309
|
+
status?: number;
|
|
310
|
+
/**
|
|
311
|
+
* @example
|
|
312
|
+
* 1046011128270720
|
|
313
|
+
*/
|
|
314
|
+
uid?: string;
|
|
315
|
+
static names(): { [key: string]: string } {
|
|
316
|
+
return {
|
|
317
|
+
cname: 'Cname',
|
|
318
|
+
domain: 'Domain',
|
|
319
|
+
id: 'Id',
|
|
320
|
+
listen: 'Listen',
|
|
321
|
+
redirect: 'Redirect',
|
|
322
|
+
resourceManagerResourceGroupId: 'ResourceManagerResourceGroupId',
|
|
323
|
+
status: 'Status',
|
|
324
|
+
uid: 'Uid',
|
|
325
|
+
};
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
static types(): { [key: string]: any } {
|
|
329
|
+
return {
|
|
330
|
+
cname: 'string',
|
|
331
|
+
domain: 'string',
|
|
332
|
+
id: 'number',
|
|
333
|
+
listen: DescribeHybridCloudResourceDetailResponseBodyDomainListen,
|
|
334
|
+
redirect: DescribeHybridCloudResourceDetailResponseBodyDomainRedirect,
|
|
335
|
+
resourceManagerResourceGroupId: 'string',
|
|
336
|
+
status: 'number',
|
|
337
|
+
uid: 'string',
|
|
338
|
+
};
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
validate() {
|
|
342
|
+
if(this.listen && typeof (this.listen as any).validate === 'function') {
|
|
343
|
+
(this.listen as any).validate();
|
|
344
|
+
}
|
|
345
|
+
if(this.redirect && typeof (this.redirect as any).validate === 'function') {
|
|
346
|
+
(this.redirect as any).validate();
|
|
347
|
+
}
|
|
348
|
+
super.validate();
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
constructor(map?: { [key: string]: any }) {
|
|
352
|
+
super(map);
|
|
353
|
+
}
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
export class DescribeHybridCloudResourceDetailResponseBody extends $dara.Model {
|
|
357
|
+
domain?: DescribeHybridCloudResourceDetailResponseBodyDomain;
|
|
358
|
+
/**
|
|
359
|
+
* @example
|
|
360
|
+
* 66A98669-CC6E-4F3E-80A6-3014697B11AE
|
|
361
|
+
*/
|
|
362
|
+
requestId?: string;
|
|
363
|
+
static names(): { [key: string]: string } {
|
|
364
|
+
return {
|
|
365
|
+
domain: 'Domain',
|
|
366
|
+
requestId: 'RequestId',
|
|
367
|
+
};
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
static types(): { [key: string]: any } {
|
|
371
|
+
return {
|
|
372
|
+
domain: DescribeHybridCloudResourceDetailResponseBodyDomain,
|
|
373
|
+
requestId: 'string',
|
|
374
|
+
};
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
validate() {
|
|
378
|
+
if(this.domain && typeof (this.domain as any).validate === 'function') {
|
|
379
|
+
(this.domain as any).validate();
|
|
380
|
+
}
|
|
381
|
+
super.validate();
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
constructor(map?: { [key: string]: any }) {
|
|
385
|
+
super(map);
|
|
386
|
+
}
|
|
387
|
+
}
|
|
388
|
+
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class DescribeHybridCloudSdkServersRequest extends $dara.Model {
|
|
6
|
+
clusterName?: string;
|
|
7
|
+
hostName?: string;
|
|
8
|
+
/**
|
|
9
|
+
* @remarks
|
|
10
|
+
* This parameter is required.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* waf_v3prepaid_public_cn-i7m2***0b
|
|
14
|
+
*/
|
|
15
|
+
instanceId?: string;
|
|
16
|
+
ip?: string;
|
|
17
|
+
/**
|
|
18
|
+
* @example
|
|
19
|
+
* 1
|
|
20
|
+
*/
|
|
21
|
+
pageNumber?: number;
|
|
22
|
+
/**
|
|
23
|
+
* @example
|
|
24
|
+
* 10
|
|
25
|
+
*/
|
|
26
|
+
pageSize?: number;
|
|
27
|
+
/**
|
|
28
|
+
* @example
|
|
29
|
+
* cn-hangzhou
|
|
30
|
+
*/
|
|
31
|
+
regionId?: string;
|
|
32
|
+
/**
|
|
33
|
+
* @example
|
|
34
|
+
* rg-acfm***q
|
|
35
|
+
*/
|
|
36
|
+
resourceManagerResourceGroupId?: string;
|
|
37
|
+
static names(): { [key: string]: string } {
|
|
38
|
+
return {
|
|
39
|
+
clusterName: 'ClusterName',
|
|
40
|
+
hostName: 'HostName',
|
|
41
|
+
instanceId: 'InstanceId',
|
|
42
|
+
ip: 'Ip',
|
|
43
|
+
pageNumber: 'PageNumber',
|
|
44
|
+
pageSize: 'PageSize',
|
|
45
|
+
regionId: 'RegionId',
|
|
46
|
+
resourceManagerResourceGroupId: 'ResourceManagerResourceGroupId',
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
static types(): { [key: string]: any } {
|
|
51
|
+
return {
|
|
52
|
+
clusterName: 'string',
|
|
53
|
+
hostName: 'string',
|
|
54
|
+
instanceId: 'string',
|
|
55
|
+
ip: 'string',
|
|
56
|
+
pageNumber: 'number',
|
|
57
|
+
pageSize: 'number',
|
|
58
|
+
regionId: 'string',
|
|
59
|
+
resourceManagerResourceGroupId: 'string',
|
|
60
|
+
};
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
validate() {
|
|
64
|
+
super.validate();
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
constructor(map?: { [key: string]: any }) {
|
|
68
|
+
super(map);
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { DescribeHybridCloudSdkServersResponseBody } from "./DescribeHybridCloudSdkServersResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class DescribeHybridCloudSdkServersResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: DescribeHybridCloudSdkServersResponseBody;
|
|
10
|
+
static names(): { [key: string]: string } {
|
|
11
|
+
return {
|
|
12
|
+
headers: 'headers',
|
|
13
|
+
statusCode: 'statusCode',
|
|
14
|
+
body: 'body',
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
static types(): { [key: string]: any } {
|
|
19
|
+
return {
|
|
20
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
21
|
+
statusCode: 'number',
|
|
22
|
+
body: DescribeHybridCloudSdkServersResponseBody,
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
if(this.headers) {
|
|
28
|
+
$dara.Model.validateMap(this.headers);
|
|
29
|
+
}
|
|
30
|
+
if(this.body && typeof (this.body as any).validate === 'function') {
|
|
31
|
+
(this.body as any).validate();
|
|
32
|
+
}
|
|
33
|
+
super.validate();
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
constructor(map?: { [key: string]: any }) {
|
|
37
|
+
super(map);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class DescribeHybridCloudSdkServersResponseBodySdkServers extends $dara.Model {
|
|
6
|
+
clusterName?: string;
|
|
7
|
+
/**
|
|
8
|
+
* @example
|
|
9
|
+
* 1621428205000
|
|
10
|
+
*/
|
|
11
|
+
createTime?: number;
|
|
12
|
+
/**
|
|
13
|
+
* @example
|
|
14
|
+
* qsh5-sec-8-fedd**005
|
|
15
|
+
*/
|
|
16
|
+
hostName?: string;
|
|
17
|
+
/**
|
|
18
|
+
* @example
|
|
19
|
+
* 127.0.0.1
|
|
20
|
+
*/
|
|
21
|
+
ip?: string;
|
|
22
|
+
/**
|
|
23
|
+
* @remarks
|
|
24
|
+
* SDKID。
|
|
25
|
+
*
|
|
26
|
+
* @example
|
|
27
|
+
* b11327c21790846374051d5d**83c
|
|
28
|
+
*/
|
|
29
|
+
mid?: string;
|
|
30
|
+
protectionGroupAddress?: string;
|
|
31
|
+
/**
|
|
32
|
+
* @example
|
|
33
|
+
* on
|
|
34
|
+
*/
|
|
35
|
+
pullinStatus?: string;
|
|
36
|
+
resourceId?: string;
|
|
37
|
+
status?: string;
|
|
38
|
+
/**
|
|
39
|
+
* @example
|
|
40
|
+
* 1719489906000
|
|
41
|
+
*/
|
|
42
|
+
updateTime?: number;
|
|
43
|
+
static names(): { [key: string]: string } {
|
|
44
|
+
return {
|
|
45
|
+
clusterName: 'ClusterName',
|
|
46
|
+
createTime: 'CreateTime',
|
|
47
|
+
hostName: 'HostName',
|
|
48
|
+
ip: 'Ip',
|
|
49
|
+
mid: 'Mid',
|
|
50
|
+
protectionGroupAddress: 'ProtectionGroupAddress',
|
|
51
|
+
pullinStatus: 'PullinStatus',
|
|
52
|
+
resourceId: 'ResourceId',
|
|
53
|
+
status: 'Status',
|
|
54
|
+
updateTime: 'UpdateTime',
|
|
55
|
+
};
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
static types(): { [key: string]: any } {
|
|
59
|
+
return {
|
|
60
|
+
clusterName: 'string',
|
|
61
|
+
createTime: 'number',
|
|
62
|
+
hostName: 'string',
|
|
63
|
+
ip: 'string',
|
|
64
|
+
mid: 'string',
|
|
65
|
+
protectionGroupAddress: 'string',
|
|
66
|
+
pullinStatus: 'string',
|
|
67
|
+
resourceId: 'string',
|
|
68
|
+
status: 'string',
|
|
69
|
+
updateTime: 'number',
|
|
70
|
+
};
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
validate() {
|
|
74
|
+
super.validate();
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
constructor(map?: { [key: string]: any }) {
|
|
78
|
+
super(map);
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
export class DescribeHybridCloudSdkServersResponseBody extends $dara.Model {
|
|
83
|
+
/**
|
|
84
|
+
* @example
|
|
85
|
+
* 3600F008-2E76-5D0B-BC76-EFBD****6D
|
|
86
|
+
*/
|
|
87
|
+
requestId?: string;
|
|
88
|
+
sdkServers?: DescribeHybridCloudSdkServersResponseBodySdkServers[];
|
|
89
|
+
/**
|
|
90
|
+
* @example
|
|
91
|
+
* 5
|
|
92
|
+
*/
|
|
93
|
+
totalCount?: number;
|
|
94
|
+
static names(): { [key: string]: string } {
|
|
95
|
+
return {
|
|
96
|
+
requestId: 'RequestId',
|
|
97
|
+
sdkServers: 'SdkServers',
|
|
98
|
+
totalCount: 'TotalCount',
|
|
99
|
+
};
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
static types(): { [key: string]: any } {
|
|
103
|
+
return {
|
|
104
|
+
requestId: 'string',
|
|
105
|
+
sdkServers: { 'type': 'array', 'itemType': DescribeHybridCloudSdkServersResponseBodySdkServers },
|
|
106
|
+
totalCount: 'number',
|
|
107
|
+
};
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
validate() {
|
|
111
|
+
if(Array.isArray(this.sdkServers)) {
|
|
112
|
+
$dara.Model.validateArray(this.sdkServers);
|
|
113
|
+
}
|
|
114
|
+
super.validate();
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
constructor(map?: { [key: string]: any }) {
|
|
118
|
+
super(map);
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class DescribeHybridCloudSupportRegionsRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* This parameter is required.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* waf_v3prepaid_public_cn-uqm3e3s6x03
|
|
12
|
+
*/
|
|
13
|
+
instanceId?: string;
|
|
14
|
+
/**
|
|
15
|
+
* @example
|
|
16
|
+
* cn-hangzhou
|
|
17
|
+
*/
|
|
18
|
+
regionId?: string;
|
|
19
|
+
/**
|
|
20
|
+
* @example
|
|
21
|
+
* rg-acfm***q
|
|
22
|
+
*/
|
|
23
|
+
resourceManagerResourceGroupId?: string;
|
|
24
|
+
static names(): { [key: string]: string } {
|
|
25
|
+
return {
|
|
26
|
+
instanceId: 'InstanceId',
|
|
27
|
+
regionId: 'RegionId',
|
|
28
|
+
resourceManagerResourceGroupId: 'ResourceManagerResourceGroupId',
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
static types(): { [key: string]: any } {
|
|
33
|
+
return {
|
|
34
|
+
instanceId: 'string',
|
|
35
|
+
regionId: 'string',
|
|
36
|
+
resourceManagerResourceGroupId: 'string',
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
validate() {
|
|
41
|
+
super.validate();
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
constructor(map?: { [key: string]: any }) {
|
|
45
|
+
super(map);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { DescribeHybridCloudSupportRegionsResponseBody } from "./DescribeHybridCloudSupportRegionsResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class DescribeHybridCloudSupportRegionsResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: DescribeHybridCloudSupportRegionsResponseBody;
|
|
10
|
+
static names(): { [key: string]: string } {
|
|
11
|
+
return {
|
|
12
|
+
headers: 'headers',
|
|
13
|
+
statusCode: 'statusCode',
|
|
14
|
+
body: 'body',
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
static types(): { [key: string]: any } {
|
|
19
|
+
return {
|
|
20
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
21
|
+
statusCode: 'number',
|
|
22
|
+
body: DescribeHybridCloudSupportRegionsResponseBody,
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
if(this.headers) {
|
|
28
|
+
$dara.Model.validateMap(this.headers);
|
|
29
|
+
}
|
|
30
|
+
if(this.body && typeof (this.body as any).validate === 'function') {
|
|
31
|
+
(this.body as any).validate();
|
|
32
|
+
}
|
|
33
|
+
super.validate();
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
constructor(map?: { [key: string]: any }) {
|
|
37
|
+
super(map);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|