@alicloud/das20200116 2.5.2 → 2.6.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 +90 -0
- package/dist/client.js +261 -0
- package/dist/client.js.map +1 -1
- package/dist/models/CreateSecurityIpgroupRequest.d.ts +37 -0
- package/dist/models/CreateSecurityIpgroupRequest.js +62 -0
- package/dist/models/CreateSecurityIpgroupRequest.js.map +1 -0
- package/dist/models/CreateSecurityIpgroupResponse.d.ts +19 -0
- package/dist/models/CreateSecurityIpgroupResponse.js +69 -0
- package/dist/models/CreateSecurityIpgroupResponse.js.map +1 -0
- package/dist/models/CreateSecurityIpgroupResponseBody.d.ts +93 -0
- package/dist/models/CreateSecurityIpgroupResponseBody.js +120 -0
- package/dist/models/CreateSecurityIpgroupResponseBody.js.map +1 -0
- package/dist/models/DeleteSecurityIpgroupRequest.d.ts +29 -0
- package/dist/models/DeleteSecurityIpgroupRequest.js +60 -0
- package/dist/models/DeleteSecurityIpgroupRequest.js.map +1 -0
- package/dist/models/DeleteSecurityIpgroupResponse.d.ts +19 -0
- package/dist/models/DeleteSecurityIpgroupResponse.js +69 -0
- package/dist/models/DeleteSecurityIpgroupResponse.js.map +1 -0
- package/dist/models/DeleteSecurityIpgroupResponseBody.d.ts +68 -0
- package/dist/models/DeleteSecurityIpgroupResponseBody.js +110 -0
- package/dist/models/DeleteSecurityIpgroupResponseBody.js.map +1 -0
- package/dist/models/DescribeSecurityIpgroupRelationRequest.d.ts +29 -0
- package/dist/models/DescribeSecurityIpgroupRelationRequest.js +60 -0
- package/dist/models/DescribeSecurityIpgroupRelationRequest.js.map +1 -0
- package/dist/models/DescribeSecurityIpgroupRelationResponse.d.ts +19 -0
- package/dist/models/DescribeSecurityIpgroupRelationResponse.js +69 -0
- package/dist/models/DescribeSecurityIpgroupRelationResponse.js.map +1 -0
- package/dist/models/DescribeSecurityIpgroupRelationResponseBody.d.ts +88 -0
- package/dist/models/DescribeSecurityIpgroupRelationResponseBody.js +118 -0
- package/dist/models/DescribeSecurityIpgroupRelationResponseBody.js.map +1 -0
- package/dist/models/DescribeSecurityIpgroupRequest.d.ts +21 -0
- package/dist/models/DescribeSecurityIpgroupRequest.js +58 -0
- package/dist/models/DescribeSecurityIpgroupRequest.js.map +1 -0
- package/dist/models/DescribeSecurityIpgroupResponse.d.ts +19 -0
- package/dist/models/DescribeSecurityIpgroupResponse.js +69 -0
- package/dist/models/DescribeSecurityIpgroupResponse.js.map +1 -0
- package/dist/models/DescribeSecurityIpgroupResponseBody.d.ts +129 -0
- package/dist/models/DescribeSecurityIpgroupResponseBody.js +162 -0
- package/dist/models/DescribeSecurityIpgroupResponseBody.js.map +1 -0
- package/dist/models/ModifySecurityIpgroupRelationRequest.d.ts +37 -0
- package/dist/models/ModifySecurityIpgroupRelationRequest.js +62 -0
- package/dist/models/ModifySecurityIpgroupRelationRequest.js.map +1 -0
- package/dist/models/ModifySecurityIpgroupRelationResponse.d.ts +19 -0
- package/dist/models/ModifySecurityIpgroupRelationResponse.js +69 -0
- package/dist/models/ModifySecurityIpgroupRelationResponse.js.map +1 -0
- package/dist/models/ModifySecurityIpgroupRelationResponseBody.d.ts +88 -0
- package/dist/models/ModifySecurityIpgroupRelationResponseBody.js +118 -0
- package/dist/models/ModifySecurityIpgroupRelationResponseBody.js.map +1 -0
- package/dist/models/ModifySecurityIpgroupRequest.d.ts +45 -0
- package/dist/models/ModifySecurityIpgroupRequest.js +64 -0
- package/dist/models/ModifySecurityIpgroupRequest.js.map +1 -0
- package/dist/models/ModifySecurityIpgroupResponse.d.ts +19 -0
- package/dist/models/ModifySecurityIpgroupResponse.js +69 -0
- package/dist/models/ModifySecurityIpgroupResponse.js.map +1 -0
- package/dist/models/ModifySecurityIpgroupResponseBody.d.ts +93 -0
- package/dist/models/ModifySecurityIpgroupResponseBody.js +120 -0
- package/dist/models/ModifySecurityIpgroupResponseBody.js.map +1 -0
- package/dist/models/model.d.ts +31 -0
- package/dist/models/model.js +74 -11
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +288 -0
- package/src/models/CreateSecurityIpgroupRequest.ts +54 -0
- package/src/models/CreateSecurityIpgroupResponse.ts +40 -0
- package/src/models/CreateSecurityIpgroupResponseBody.ts +150 -0
- package/src/models/DeleteSecurityIpgroupRequest.ts +44 -0
- package/src/models/DeleteSecurityIpgroupResponse.ts +40 -0
- package/src/models/DeleteSecurityIpgroupResponseBody.ts +115 -0
- package/src/models/DescribeSecurityIpgroupRelationRequest.ts +44 -0
- package/src/models/DescribeSecurityIpgroupRelationResponse.ts +40 -0
- package/src/models/DescribeSecurityIpgroupRelationResponseBody.ts +143 -0
- package/src/models/DescribeSecurityIpgroupRequest.ts +34 -0
- package/src/models/DescribeSecurityIpgroupResponse.ts +40 -0
- package/src/models/DescribeSecurityIpgroupResponseBody.ts +219 -0
- package/src/models/ModifySecurityIpgroupRelationRequest.ts +54 -0
- package/src/models/ModifySecurityIpgroupRelationResponse.ts +40 -0
- package/src/models/ModifySecurityIpgroupRelationResponseBody.ts +143 -0
- package/src/models/ModifySecurityIpgroupRequest.ts +64 -0
- package/src/models/ModifySecurityIpgroupResponse.ts +40 -0
- package/src/models/ModifySecurityIpgroupResponseBody.ts +150 -0
- package/src/models/model.ts +31 -0
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class CreateSecurityIPGroupRequest extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* This parameter is required.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* 192.168.0.1
|
|
9
|
+
*/
|
|
10
|
+
GIpList?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @remarks
|
|
13
|
+
* This parameter is required.
|
|
14
|
+
*
|
|
15
|
+
* @example
|
|
16
|
+
* test_123
|
|
17
|
+
*/
|
|
18
|
+
globalIgName?: string;
|
|
19
|
+
/**
|
|
20
|
+
* @remarks
|
|
21
|
+
* This parameter is required.
|
|
22
|
+
*
|
|
23
|
+
* @example
|
|
24
|
+
* cn-beijing
|
|
25
|
+
*/
|
|
26
|
+
regionName?: string;
|
|
27
|
+
static names(): {
|
|
28
|
+
[key: string]: string;
|
|
29
|
+
};
|
|
30
|
+
static types(): {
|
|
31
|
+
[key: string]: any;
|
|
32
|
+
};
|
|
33
|
+
validate(): void;
|
|
34
|
+
constructor(map?: {
|
|
35
|
+
[key: string]: any;
|
|
36
|
+
});
|
|
37
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.CreateSecurityIPGroupRequest = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class CreateSecurityIPGroupRequest extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
GIpList: 'GIpList',
|
|
43
|
+
globalIgName: 'GlobalIgName',
|
|
44
|
+
regionName: 'RegionName',
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
static types() {
|
|
48
|
+
return {
|
|
49
|
+
GIpList: 'string',
|
|
50
|
+
globalIgName: 'string',
|
|
51
|
+
regionName: 'string',
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
validate() {
|
|
55
|
+
super.validate();
|
|
56
|
+
}
|
|
57
|
+
constructor(map) {
|
|
58
|
+
super(map);
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
exports.CreateSecurityIPGroupRequest = CreateSecurityIPGroupRequest;
|
|
62
|
+
//# sourceMappingURL=CreateSecurityIpgroupRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateSecurityIpgroupRequest.js","sourceRoot":"","sources":["../../src/models/CreateSecurityIpgroupRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,4BAA6B,SAAQ,KAAK,CAAC,KAAK;IAyB3D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,YAAY,EAAE,cAAc;YAC5B,UAAU,EAAE,YAAY;SACzB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,QAAQ;YACjB,YAAY,EAAE,QAAQ;YACtB,UAAU,EAAE,QAAQ;SACrB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAhDD,oEAgDC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
import { CreateSecurityIPGroupResponseBody } from "./CreateSecurityIpgroupResponseBody";
|
|
3
|
+
export declare class CreateSecurityIPGroupResponse extends $dara.Model {
|
|
4
|
+
headers?: {
|
|
5
|
+
[key: string]: string;
|
|
6
|
+
};
|
|
7
|
+
statusCode?: number;
|
|
8
|
+
body?: CreateSecurityIPGroupResponseBody;
|
|
9
|
+
static names(): {
|
|
10
|
+
[key: string]: string;
|
|
11
|
+
};
|
|
12
|
+
static types(): {
|
|
13
|
+
[key: string]: any;
|
|
14
|
+
};
|
|
15
|
+
validate(): void;
|
|
16
|
+
constructor(map?: {
|
|
17
|
+
[key: string]: any;
|
|
18
|
+
});
|
|
19
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.CreateSecurityIPGroupResponse = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
const CreateSecurityIpgroupResponseBody_1 = require("./CreateSecurityIpgroupResponseBody");
|
|
40
|
+
class CreateSecurityIPGroupResponse extends $dara.Model {
|
|
41
|
+
static names() {
|
|
42
|
+
return {
|
|
43
|
+
headers: 'headers',
|
|
44
|
+
statusCode: 'statusCode',
|
|
45
|
+
body: 'body',
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
static types() {
|
|
49
|
+
return {
|
|
50
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
51
|
+
statusCode: 'number',
|
|
52
|
+
body: CreateSecurityIpgroupResponseBody_1.CreateSecurityIPGroupResponseBody,
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
validate() {
|
|
56
|
+
if (this.headers) {
|
|
57
|
+
$dara.Model.validateMap(this.headers);
|
|
58
|
+
}
|
|
59
|
+
if (this.body && typeof this.body.validate === 'function') {
|
|
60
|
+
this.body.validate();
|
|
61
|
+
}
|
|
62
|
+
super.validate();
|
|
63
|
+
}
|
|
64
|
+
constructor(map) {
|
|
65
|
+
super(map);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
exports.CreateSecurityIPGroupResponse = CreateSecurityIPGroupResponse;
|
|
69
|
+
//# sourceMappingURL=CreateSecurityIpgroupResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateSecurityIpgroupResponse.js","sourceRoot":"","sources":["../../src/models/CreateSecurityIpgroupResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,2FAAwF;AAGxF,MAAa,6BAA8B,SAAQ,KAAK,CAAC,KAAK;IAI5D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,UAAU,EAAE,YAAY;YACxB,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,WAAW,EAAE,QAAQ,EAAE;YACtE,UAAU,EAAE,QAAQ;YACpB,IAAI,EAAE,qEAAiC;SACxC,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,OAAO,EAAE,CAAC;YAChB,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxC,CAAC;QACD,IAAG,IAAI,CAAC,IAAI,IAAI,OAAQ,IAAI,CAAC,IAAY,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACjE,IAAI,CAAC,IAAY,CAAC,QAAQ,EAAE,CAAC;QAChC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAjCD,sEAiCC"}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class CreateSecurityIPGroupResponseBodyDataGlobalSecurityIPGroup extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @example
|
|
5
|
+
* 192.168.0.0/24
|
|
6
|
+
*/
|
|
7
|
+
GIpList?: string;
|
|
8
|
+
/**
|
|
9
|
+
* @example
|
|
10
|
+
* test
|
|
11
|
+
*/
|
|
12
|
+
globalIgName?: string;
|
|
13
|
+
/**
|
|
14
|
+
* @example
|
|
15
|
+
* g-2uztsd6yvhmsqyjXXX
|
|
16
|
+
*/
|
|
17
|
+
globalSecurityGroupId?: string;
|
|
18
|
+
/**
|
|
19
|
+
* @example
|
|
20
|
+
* cn-shenzhen
|
|
21
|
+
*/
|
|
22
|
+
regionId?: string;
|
|
23
|
+
/**
|
|
24
|
+
* @example
|
|
25
|
+
* ipv4
|
|
26
|
+
*/
|
|
27
|
+
securityIpType?: string;
|
|
28
|
+
/**
|
|
29
|
+
* @example
|
|
30
|
+
* mix
|
|
31
|
+
*/
|
|
32
|
+
whitelistNetType?: string;
|
|
33
|
+
static names(): {
|
|
34
|
+
[key: string]: string;
|
|
35
|
+
};
|
|
36
|
+
static types(): {
|
|
37
|
+
[key: string]: any;
|
|
38
|
+
};
|
|
39
|
+
validate(): void;
|
|
40
|
+
constructor(map?: {
|
|
41
|
+
[key: string]: any;
|
|
42
|
+
});
|
|
43
|
+
}
|
|
44
|
+
export declare class CreateSecurityIPGroupResponseBodyData extends $dara.Model {
|
|
45
|
+
globalSecurityIPGroup?: CreateSecurityIPGroupResponseBodyDataGlobalSecurityIPGroup[];
|
|
46
|
+
static names(): {
|
|
47
|
+
[key: string]: string;
|
|
48
|
+
};
|
|
49
|
+
static types(): {
|
|
50
|
+
[key: string]: any;
|
|
51
|
+
};
|
|
52
|
+
validate(): void;
|
|
53
|
+
constructor(map?: {
|
|
54
|
+
[key: string]: any;
|
|
55
|
+
});
|
|
56
|
+
}
|
|
57
|
+
export declare class CreateSecurityIPGroupResponseBody extends $dara.Model {
|
|
58
|
+
/**
|
|
59
|
+
* @example
|
|
60
|
+
* 200
|
|
61
|
+
*/
|
|
62
|
+
code?: string;
|
|
63
|
+
/**
|
|
64
|
+
* @remarks
|
|
65
|
+
* ListResult<InstanceSSL>
|
|
66
|
+
*/
|
|
67
|
+
data?: CreateSecurityIPGroupResponseBodyData;
|
|
68
|
+
/**
|
|
69
|
+
* @example
|
|
70
|
+
* Successful
|
|
71
|
+
*/
|
|
72
|
+
message?: string;
|
|
73
|
+
/**
|
|
74
|
+
* @example
|
|
75
|
+
* D578DB3C-06BF-54F2-A78F-C6C25Exxxxxx
|
|
76
|
+
*/
|
|
77
|
+
requestId?: string;
|
|
78
|
+
/**
|
|
79
|
+
* @example
|
|
80
|
+
* true
|
|
81
|
+
*/
|
|
82
|
+
success?: string;
|
|
83
|
+
static names(): {
|
|
84
|
+
[key: string]: string;
|
|
85
|
+
};
|
|
86
|
+
static types(): {
|
|
87
|
+
[key: string]: any;
|
|
88
|
+
};
|
|
89
|
+
validate(): void;
|
|
90
|
+
constructor(map?: {
|
|
91
|
+
[key: string]: any;
|
|
92
|
+
});
|
|
93
|
+
}
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.CreateSecurityIPGroupResponseBody = exports.CreateSecurityIPGroupResponseBodyData = exports.CreateSecurityIPGroupResponseBodyDataGlobalSecurityIPGroup = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class CreateSecurityIPGroupResponseBodyDataGlobalSecurityIPGroup extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
GIpList: 'GIpList',
|
|
43
|
+
globalIgName: 'GlobalIgName',
|
|
44
|
+
globalSecurityGroupId: 'GlobalSecurityGroupId',
|
|
45
|
+
regionId: 'RegionId',
|
|
46
|
+
securityIpType: 'SecurityIpType',
|
|
47
|
+
whitelistNetType: 'WhitelistNetType',
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
static types() {
|
|
51
|
+
return {
|
|
52
|
+
GIpList: 'string',
|
|
53
|
+
globalIgName: 'string',
|
|
54
|
+
globalSecurityGroupId: 'string',
|
|
55
|
+
regionId: 'string',
|
|
56
|
+
securityIpType: 'string',
|
|
57
|
+
whitelistNetType: 'string',
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
validate() {
|
|
61
|
+
super.validate();
|
|
62
|
+
}
|
|
63
|
+
constructor(map) {
|
|
64
|
+
super(map);
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
exports.CreateSecurityIPGroupResponseBodyDataGlobalSecurityIPGroup = CreateSecurityIPGroupResponseBodyDataGlobalSecurityIPGroup;
|
|
68
|
+
class CreateSecurityIPGroupResponseBodyData extends $dara.Model {
|
|
69
|
+
static names() {
|
|
70
|
+
return {
|
|
71
|
+
globalSecurityIPGroup: 'GlobalSecurityIPGroup',
|
|
72
|
+
};
|
|
73
|
+
}
|
|
74
|
+
static types() {
|
|
75
|
+
return {
|
|
76
|
+
globalSecurityIPGroup: { 'type': 'array', 'itemType': CreateSecurityIPGroupResponseBodyDataGlobalSecurityIPGroup },
|
|
77
|
+
};
|
|
78
|
+
}
|
|
79
|
+
validate() {
|
|
80
|
+
if (Array.isArray(this.globalSecurityIPGroup)) {
|
|
81
|
+
$dara.Model.validateArray(this.globalSecurityIPGroup);
|
|
82
|
+
}
|
|
83
|
+
super.validate();
|
|
84
|
+
}
|
|
85
|
+
constructor(map) {
|
|
86
|
+
super(map);
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
exports.CreateSecurityIPGroupResponseBodyData = CreateSecurityIPGroupResponseBodyData;
|
|
90
|
+
class CreateSecurityIPGroupResponseBody extends $dara.Model {
|
|
91
|
+
static names() {
|
|
92
|
+
return {
|
|
93
|
+
code: 'Code',
|
|
94
|
+
data: 'Data',
|
|
95
|
+
message: 'Message',
|
|
96
|
+
requestId: 'RequestId',
|
|
97
|
+
success: 'Success',
|
|
98
|
+
};
|
|
99
|
+
}
|
|
100
|
+
static types() {
|
|
101
|
+
return {
|
|
102
|
+
code: 'string',
|
|
103
|
+
data: CreateSecurityIPGroupResponseBodyData,
|
|
104
|
+
message: 'string',
|
|
105
|
+
requestId: 'string',
|
|
106
|
+
success: 'string',
|
|
107
|
+
};
|
|
108
|
+
}
|
|
109
|
+
validate() {
|
|
110
|
+
if (this.data && typeof this.data.validate === 'function') {
|
|
111
|
+
this.data.validate();
|
|
112
|
+
}
|
|
113
|
+
super.validate();
|
|
114
|
+
}
|
|
115
|
+
constructor(map) {
|
|
116
|
+
super(map);
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
exports.CreateSecurityIPGroupResponseBody = CreateSecurityIPGroupResponseBody;
|
|
120
|
+
//# sourceMappingURL=CreateSecurityIpgroupResponseBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateSecurityIpgroupResponseBody.js","sourceRoot":"","sources":["../../src/models/CreateSecurityIpgroupResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,0DAA2D,SAAQ,KAAK,CAAC,KAAK;IA+BzF,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,YAAY,EAAE,cAAc;YAC5B,qBAAqB,EAAE,uBAAuB;YAC9C,QAAQ,EAAE,UAAU;YACpB,cAAc,EAAE,gBAAgB;YAChC,gBAAgB,EAAE,kBAAkB;SACrC,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,QAAQ;YACjB,YAAY,EAAE,QAAQ;YACtB,qBAAqB,EAAE,QAAQ;YAC/B,QAAQ,EAAE,QAAQ;YAClB,cAAc,EAAE,QAAQ;YACxB,gBAAgB,EAAE,QAAQ;SAC3B,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA5DD,gIA4DC;AAED,MAAa,qCAAsC,SAAQ,KAAK,CAAC,KAAK;IAEpE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,qBAAqB,EAAE,uBAAuB;SAC/C,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,qBAAqB,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,0DAA0D,EAAE;SACnH,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,qBAAqB,CAAC,EAAE,CAAC;YAC7C,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC;QACxD,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAxBD,sFAwBC;AAED,MAAa,iCAAkC,SAAQ,KAAK,CAAC,KAAK;IA0BhE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,MAAM;YACZ,IAAI,EAAE,MAAM;YACZ,OAAO,EAAE,SAAS;YAClB,SAAS,EAAE,WAAW;YACtB,OAAO,EAAE,SAAS;SACnB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,QAAQ;YACd,IAAI,EAAE,qCAAqC;YAC3C,OAAO,EAAE,QAAQ;YACjB,SAAS,EAAE,QAAQ;YACnB,OAAO,EAAE,QAAQ;SAClB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,IAAI,IAAI,OAAQ,IAAI,CAAC,IAAY,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACjE,IAAI,CAAC,IAAY,CAAC,QAAQ,EAAE,CAAC;QAChC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAxDD,8EAwDC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class DeleteSecurityIPGroupRequest extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* This parameter is required.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* g-rcge12hbfooad3m****
|
|
9
|
+
*/
|
|
10
|
+
globalSecurityGroupId?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @remarks
|
|
13
|
+
* This parameter is required.
|
|
14
|
+
*
|
|
15
|
+
* @example
|
|
16
|
+
* cn-shanghai
|
|
17
|
+
*/
|
|
18
|
+
regionName?: string;
|
|
19
|
+
static names(): {
|
|
20
|
+
[key: string]: string;
|
|
21
|
+
};
|
|
22
|
+
static types(): {
|
|
23
|
+
[key: string]: any;
|
|
24
|
+
};
|
|
25
|
+
validate(): void;
|
|
26
|
+
constructor(map?: {
|
|
27
|
+
[key: string]: any;
|
|
28
|
+
});
|
|
29
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.DeleteSecurityIPGroupRequest = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class DeleteSecurityIPGroupRequest extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
globalSecurityGroupId: 'GlobalSecurityGroupId',
|
|
43
|
+
regionName: 'RegionName',
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
static types() {
|
|
47
|
+
return {
|
|
48
|
+
globalSecurityGroupId: 'string',
|
|
49
|
+
regionName: 'string',
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
validate() {
|
|
53
|
+
super.validate();
|
|
54
|
+
}
|
|
55
|
+
constructor(map) {
|
|
56
|
+
super(map);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
exports.DeleteSecurityIPGroupRequest = DeleteSecurityIPGroupRequest;
|
|
60
|
+
//# sourceMappingURL=DeleteSecurityIpgroupRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DeleteSecurityIpgroupRequest.js","sourceRoot":"","sources":["../../src/models/DeleteSecurityIpgroupRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,4BAA6B,SAAQ,KAAK,CAAC,KAAK;IAiB3D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,qBAAqB,EAAE,uBAAuB;YAC9C,UAAU,EAAE,YAAY;SACzB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,qBAAqB,EAAE,QAAQ;YAC/B,UAAU,EAAE,QAAQ;SACrB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAtCD,oEAsCC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
import { DeleteSecurityIPGroupResponseBody } from "./DeleteSecurityIpgroupResponseBody";
|
|
3
|
+
export declare class DeleteSecurityIPGroupResponse extends $dara.Model {
|
|
4
|
+
headers?: {
|
|
5
|
+
[key: string]: string;
|
|
6
|
+
};
|
|
7
|
+
statusCode?: number;
|
|
8
|
+
body?: DeleteSecurityIPGroupResponseBody;
|
|
9
|
+
static names(): {
|
|
10
|
+
[key: string]: string;
|
|
11
|
+
};
|
|
12
|
+
static types(): {
|
|
13
|
+
[key: string]: any;
|
|
14
|
+
};
|
|
15
|
+
validate(): void;
|
|
16
|
+
constructor(map?: {
|
|
17
|
+
[key: string]: any;
|
|
18
|
+
});
|
|
19
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.DeleteSecurityIPGroupResponse = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
const DeleteSecurityIpgroupResponseBody_1 = require("./DeleteSecurityIpgroupResponseBody");
|
|
40
|
+
class DeleteSecurityIPGroupResponse extends $dara.Model {
|
|
41
|
+
static names() {
|
|
42
|
+
return {
|
|
43
|
+
headers: 'headers',
|
|
44
|
+
statusCode: 'statusCode',
|
|
45
|
+
body: 'body',
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
static types() {
|
|
49
|
+
return {
|
|
50
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
51
|
+
statusCode: 'number',
|
|
52
|
+
body: DeleteSecurityIpgroupResponseBody_1.DeleteSecurityIPGroupResponseBody,
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
validate() {
|
|
56
|
+
if (this.headers) {
|
|
57
|
+
$dara.Model.validateMap(this.headers);
|
|
58
|
+
}
|
|
59
|
+
if (this.body && typeof this.body.validate === 'function') {
|
|
60
|
+
this.body.validate();
|
|
61
|
+
}
|
|
62
|
+
super.validate();
|
|
63
|
+
}
|
|
64
|
+
constructor(map) {
|
|
65
|
+
super(map);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
exports.DeleteSecurityIPGroupResponse = DeleteSecurityIPGroupResponse;
|
|
69
|
+
//# sourceMappingURL=DeleteSecurityIpgroupResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DeleteSecurityIpgroupResponse.js","sourceRoot":"","sources":["../../src/models/DeleteSecurityIpgroupResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,2FAAwF;AAGxF,MAAa,6BAA8B,SAAQ,KAAK,CAAC,KAAK;IAI5D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,UAAU,EAAE,YAAY;YACxB,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,WAAW,EAAE,QAAQ,EAAE;YACtE,UAAU,EAAE,QAAQ;YACpB,IAAI,EAAE,qEAAiC;SACxC,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,OAAO,EAAE,CAAC;YAChB,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxC,CAAC;QACD,IAAG,IAAI,CAAC,IAAI,IAAI,OAAQ,IAAI,CAAC,IAAY,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACjE,IAAI,CAAC,IAAY,CAAC,QAAQ,EAAE,CAAC;QAChC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAjCD,sEAiCC"}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class DeleteSecurityIPGroupResponseBodyDataGlobalSecurityIPGroup extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @example
|
|
5
|
+
* g-1no2rzybnqcv0m****
|
|
6
|
+
*/
|
|
7
|
+
globalSecurityGroupId?: string;
|
|
8
|
+
static names(): {
|
|
9
|
+
[key: string]: string;
|
|
10
|
+
};
|
|
11
|
+
static types(): {
|
|
12
|
+
[key: string]: any;
|
|
13
|
+
};
|
|
14
|
+
validate(): void;
|
|
15
|
+
constructor(map?: {
|
|
16
|
+
[key: string]: any;
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
export declare class DeleteSecurityIPGroupResponseBodyData extends $dara.Model {
|
|
20
|
+
globalSecurityIPGroup?: DeleteSecurityIPGroupResponseBodyDataGlobalSecurityIPGroup[];
|
|
21
|
+
static names(): {
|
|
22
|
+
[key: string]: string;
|
|
23
|
+
};
|
|
24
|
+
static types(): {
|
|
25
|
+
[key: string]: any;
|
|
26
|
+
};
|
|
27
|
+
validate(): void;
|
|
28
|
+
constructor(map?: {
|
|
29
|
+
[key: string]: any;
|
|
30
|
+
});
|
|
31
|
+
}
|
|
32
|
+
export declare class DeleteSecurityIPGroupResponseBody extends $dara.Model {
|
|
33
|
+
/**
|
|
34
|
+
* @example
|
|
35
|
+
* 200
|
|
36
|
+
*/
|
|
37
|
+
code?: string;
|
|
38
|
+
/**
|
|
39
|
+
* @remarks
|
|
40
|
+
* ListResult<InstanceSSL>
|
|
41
|
+
*/
|
|
42
|
+
data?: DeleteSecurityIPGroupResponseBodyData;
|
|
43
|
+
/**
|
|
44
|
+
* @example
|
|
45
|
+
* Successful
|
|
46
|
+
*/
|
|
47
|
+
message?: string;
|
|
48
|
+
/**
|
|
49
|
+
* @example
|
|
50
|
+
* B6D17591-B48B-4D31-9CD6-9B9796B2****
|
|
51
|
+
*/
|
|
52
|
+
requestId?: string;
|
|
53
|
+
/**
|
|
54
|
+
* @example
|
|
55
|
+
* true
|
|
56
|
+
*/
|
|
57
|
+
success?: string;
|
|
58
|
+
static names(): {
|
|
59
|
+
[key: string]: string;
|
|
60
|
+
};
|
|
61
|
+
static types(): {
|
|
62
|
+
[key: string]: any;
|
|
63
|
+
};
|
|
64
|
+
validate(): void;
|
|
65
|
+
constructor(map?: {
|
|
66
|
+
[key: string]: any;
|
|
67
|
+
});
|
|
68
|
+
}
|