@alicloud/esa20240910 2.32.0 → 2.33.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 +40 -10
- package/dist/client.js +103 -10
- package/dist/client.js.map +1 -1
- package/dist/models/CreateRoutineCodeDeploymentRequest.d.ts +10 -1
- package/dist/models/CreateRoutineCodeDeploymentRequest.js.map +1 -1
- package/dist/models/CreateRoutineCodeDeploymentResponseBody.d.ts +20 -0
- package/dist/models/CreateRoutineCodeDeploymentResponseBody.js.map +1 -1
- package/dist/models/CreateRoutineCodeDeploymentShrinkRequest.d.ts +4 -1
- package/dist/models/CreateRoutineCodeDeploymentShrinkRequest.js.map +1 -1
- package/dist/models/CreateTransportLayerApplicationRequest.d.ts +73 -1
- package/dist/models/CreateTransportLayerApplicationRequest.js +2 -0
- package/dist/models/CreateTransportLayerApplicationRequest.js.map +1 -1
- package/dist/models/CreateTransportLayerApplicationResponseBody.d.ts +6 -0
- package/dist/models/CreateTransportLayerApplicationResponseBody.js.map +1 -1
- package/dist/models/CreateTransportLayerApplicationShrinkRequest.d.ts +33 -0
- package/dist/models/CreateTransportLayerApplicationShrinkRequest.js +2 -0
- package/dist/models/CreateTransportLayerApplicationShrinkRequest.js.map +1 -1
- package/dist/models/DeleteTransportLayerApplicationRequest.d.ts +4 -0
- package/dist/models/DeleteTransportLayerApplicationRequest.js.map +1 -1
- package/dist/models/DeleteTransportLayerApplicationResponseBody.d.ts +3 -0
- package/dist/models/DeleteTransportLayerApplicationResponseBody.js.map +1 -1
- package/dist/models/GetRoutineCodeVersionRequest.d.ts +26 -0
- package/dist/models/GetRoutineCodeVersionRequest.js +60 -0
- package/dist/models/GetRoutineCodeVersionRequest.js.map +1 -0
- package/dist/models/GetRoutineCodeVersionResponse.d.ts +19 -0
- package/dist/models/GetRoutineCodeVersionResponse.js +69 -0
- package/dist/models/GetRoutineCodeVersionResponse.js.map +1 -0
- package/dist/models/GetRoutineCodeVersionResponseBody.d.ts +21 -0
- package/dist/models/GetRoutineCodeVersionResponseBody.js +64 -0
- package/dist/models/GetRoutineCodeVersionResponseBody.js.map +1 -0
- package/dist/models/GetRoutineResponseBody.d.ts +0 -21
- package/dist/models/GetRoutineResponseBody.js +0 -9
- package/dist/models/GetRoutineResponseBody.js.map +1 -1
- package/dist/models/GetTransportLayerApplicationRequest.d.ts +4 -0
- package/dist/models/GetTransportLayerApplicationRequest.js.map +1 -1
- package/dist/models/GetTransportLayerApplicationResponseBody.d.ts +117 -0
- package/dist/models/GetTransportLayerApplicationResponseBody.js +29 -1
- package/dist/models/GetTransportLayerApplicationResponseBody.js.map +1 -1
- package/dist/models/ListTransportLayerApplicationsRequest.d.ts +19 -0
- package/dist/models/ListTransportLayerApplicationsRequest.js.map +1 -1
- package/dist/models/ListTransportLayerApplicationsResponseBody.d.ts +138 -0
- package/dist/models/ListTransportLayerApplicationsResponseBody.js +29 -1
- package/dist/models/ListTransportLayerApplicationsResponseBody.js.map +1 -1
- package/dist/models/PurchaseRatePlanRequest.d.ts +1 -0
- package/dist/models/PurchaseRatePlanRequest.js +2 -0
- package/dist/models/PurchaseRatePlanRequest.js.map +1 -1
- package/dist/models/UpdateRoutineConfigDescriptionRequest.d.ts +26 -0
- package/dist/models/UpdateRoutineConfigDescriptionRequest.js +60 -0
- package/dist/models/UpdateRoutineConfigDescriptionRequest.js.map +1 -0
- package/dist/models/UpdateRoutineConfigDescriptionResponse.d.ts +19 -0
- package/dist/models/UpdateRoutineConfigDescriptionResponse.js +69 -0
- package/dist/models/UpdateRoutineConfigDescriptionResponse.js.map +1 -0
- package/dist/models/UpdateRoutineConfigDescriptionResponseBody.d.ts +26 -0
- package/dist/models/UpdateRoutineConfigDescriptionResponseBody.js +60 -0
- package/dist/models/UpdateRoutineConfigDescriptionResponseBody.js.map +1 -0
- package/dist/models/UpdateTransportLayerApplicationRequest.d.ts +77 -1
- package/dist/models/UpdateTransportLayerApplicationRequest.js +2 -0
- package/dist/models/UpdateTransportLayerApplicationRequest.js.map +1 -1
- package/dist/models/UpdateTransportLayerApplicationResponseBody.d.ts +3 -0
- package/dist/models/UpdateTransportLayerApplicationResponseBody.js.map +1 -1
- package/dist/models/UpdateTransportLayerApplicationShrinkRequest.d.ts +36 -0
- package/dist/models/UpdateTransportLayerApplicationShrinkRequest.js +2 -0
- package/dist/models/UpdateTransportLayerApplicationShrinkRequest.js.map +1 -1
- package/dist/models/model.d.ts +8 -0
- package/dist/models/model.js +47 -31
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +114 -10
- package/src/models/CreateRoutineCodeDeploymentRequest.ts +10 -1
- package/src/models/CreateRoutineCodeDeploymentResponseBody.ts +20 -0
- package/src/models/CreateRoutineCodeDeploymentShrinkRequest.ts +4 -1
- package/src/models/CreateTransportLayerApplicationRequest.ts +75 -1
- package/src/models/CreateTransportLayerApplicationResponseBody.ts +6 -0
- package/src/models/CreateTransportLayerApplicationShrinkRequest.ts +35 -0
- package/src/models/DeleteTransportLayerApplicationRequest.ts +4 -0
- package/src/models/DeleteTransportLayerApplicationResponseBody.ts +3 -0
- package/src/models/GetRoutineCodeVersionRequest.ts +41 -0
- package/src/models/GetRoutineCodeVersionResponse.ts +40 -0
- package/src/models/GetRoutineCodeVersionResponseBody.ts +40 -0
- package/src/models/GetRoutineResponseBody.ts +0 -30
- package/src/models/GetTransportLayerApplicationRequest.ts +4 -0
- package/src/models/GetTransportLayerApplicationResponseBody.ts +136 -0
- package/src/models/ListTransportLayerApplicationsRequest.ts +19 -0
- package/src/models/ListTransportLayerApplicationsResponseBody.ts +157 -0
- package/src/models/PurchaseRatePlanRequest.ts +3 -0
- package/src/models/UpdateRoutineConfigDescriptionRequest.ts +41 -0
- package/src/models/UpdateRoutineConfigDescriptionResponse.ts +40 -0
- package/src/models/UpdateRoutineConfigDescriptionResponseBody.ts +41 -0
- package/src/models/UpdateTransportLayerApplicationRequest.ts +79 -1
- package/src/models/UpdateTransportLayerApplicationResponseBody.ts +3 -0
- package/src/models/UpdateTransportLayerApplicationShrinkRequest.ts +38 -0
- package/src/models/model.ts +8 -0
|
@@ -0,0 +1,64 @@
|
|
|
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.GetRoutineCodeVersionResponseBody = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class GetRoutineCodeVersionResponseBody extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
codeDescription: 'CodeDescription',
|
|
43
|
+
createTime: 'CreateTime',
|
|
44
|
+
requestId: 'RequestId',
|
|
45
|
+
routineCode: 'RoutineCode',
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
static types() {
|
|
49
|
+
return {
|
|
50
|
+
codeDescription: 'string',
|
|
51
|
+
createTime: 'string',
|
|
52
|
+
requestId: 'string',
|
|
53
|
+
routineCode: 'string',
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
validate() {
|
|
57
|
+
super.validate();
|
|
58
|
+
}
|
|
59
|
+
constructor(map) {
|
|
60
|
+
super(map);
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
exports.GetRoutineCodeVersionResponseBody = GetRoutineCodeVersionResponseBody;
|
|
64
|
+
//# sourceMappingURL=GetRoutineCodeVersionResponseBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GetRoutineCodeVersionResponseBody.js","sourceRoot":"","sources":["../../src/models/GetRoutineCodeVersionResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,iCAAkC,SAAQ,KAAK,CAAC,KAAK;IAShE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,eAAe,EAAE,iBAAiB;YAClC,UAAU,EAAE,YAAY;YACxB,SAAS,EAAE,WAAW;YACtB,WAAW,EAAE,aAAa;SAC3B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,eAAe,EAAE,QAAQ;YACzB,UAAU,EAAE,QAAQ;YACpB,SAAS,EAAE,QAAQ;YACnB,WAAW,EAAE,QAAQ;SACtB,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;AAlCD,8EAkCC"}
|
|
@@ -32,28 +32,7 @@ export declare class GetRoutineResponseBodyEnvsCodeDeploy extends $dara.Model {
|
|
|
32
32
|
});
|
|
33
33
|
}
|
|
34
34
|
export declare class GetRoutineResponseBodyEnvs extends $dara.Model {
|
|
35
|
-
/**
|
|
36
|
-
* @remarks
|
|
37
|
-
* The regions for canary release.
|
|
38
|
-
*/
|
|
39
|
-
canaryAreaList?: string[];
|
|
40
|
-
/**
|
|
41
|
-
* @remarks
|
|
42
|
-
* The version number for canary release.
|
|
43
|
-
*
|
|
44
|
-
* @example
|
|
45
|
-
* 1710120201067577628
|
|
46
|
-
*/
|
|
47
|
-
canaryCodeVersion?: string;
|
|
48
35
|
codeDeploy?: GetRoutineResponseBodyEnvsCodeDeploy;
|
|
49
|
-
/**
|
|
50
|
-
* @remarks
|
|
51
|
-
* The version number of the code in the environment.
|
|
52
|
-
*
|
|
53
|
-
* @example
|
|
54
|
-
* 1710120201067577628
|
|
55
|
-
*/
|
|
56
|
-
codeVersion?: string;
|
|
57
36
|
/**
|
|
58
37
|
* @remarks
|
|
59
38
|
* The environment type.
|
|
@@ -92,26 +92,17 @@ exports.GetRoutineResponseBodyEnvsCodeDeploy = GetRoutineResponseBodyEnvsCodeDep
|
|
|
92
92
|
class GetRoutineResponseBodyEnvs extends $dara.Model {
|
|
93
93
|
static names() {
|
|
94
94
|
return {
|
|
95
|
-
canaryAreaList: 'CanaryAreaList',
|
|
96
|
-
canaryCodeVersion: 'CanaryCodeVersion',
|
|
97
95
|
codeDeploy: 'CodeDeploy',
|
|
98
|
-
codeVersion: 'CodeVersion',
|
|
99
96
|
env: 'Env',
|
|
100
97
|
};
|
|
101
98
|
}
|
|
102
99
|
static types() {
|
|
103
100
|
return {
|
|
104
|
-
canaryAreaList: { 'type': 'array', 'itemType': 'string' },
|
|
105
|
-
canaryCodeVersion: 'string',
|
|
106
101
|
codeDeploy: GetRoutineResponseBodyEnvsCodeDeploy,
|
|
107
|
-
codeVersion: 'string',
|
|
108
102
|
env: 'string',
|
|
109
103
|
};
|
|
110
104
|
}
|
|
111
105
|
validate() {
|
|
112
|
-
if (Array.isArray(this.canaryAreaList)) {
|
|
113
|
-
$dara.Model.validateArray(this.canaryAreaList);
|
|
114
|
-
}
|
|
115
106
|
if (this.codeDeploy && typeof this.codeDeploy.validate === 'function') {
|
|
116
107
|
this.codeDeploy.validate();
|
|
117
108
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GetRoutineResponseBody.js","sourceRoot":"","sources":["../../src/models/GetRoutineResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,gDAAiD,SAAQ,KAAK,CAAC,KAAK;IAK/E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;YAC1B,UAAU,EAAE,YAAY;YACxB,WAAW,EAAE,aAAa;YAC1B,UAAU,EAAE,YAAY;SACzB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,QAAQ;YACrB,UAAU,EAAE,QAAQ;YACpB,WAAW,EAAE,QAAQ;YACrB,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;AA9BD,4GA8BC;AAED,MAAa,oCAAqC,SAAQ,KAAK,CAAC,KAAK;IAKnE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,YAAY,EAAE,cAAc;YAC5B,YAAY,EAAE,cAAc;YAC5B,QAAQ,EAAE,UAAU;YACpB,QAAQ,EAAE,UAAU;SACrB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,YAAY,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,gDAAgD,EAAE;YAC/F,YAAY,EAAE,QAAQ;YACtB,QAAQ,EAAE,QAAQ;YAClB,QAAQ,EAAE,QAAQ;SACnB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,YAAY,CAAC,EAAE,CAAC;YACpC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC/C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAjCD,oFAiCC;AAED,MAAa,0BAA2B,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"GetRoutineResponseBody.js","sourceRoot":"","sources":["../../src/models/GetRoutineResponseBody.ts"],"names":[],"mappings":"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"}
|
|
@@ -2,6 +2,8 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class GetTransportLayerApplicationRequest extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
+
* Application ID, which can be obtained by calling the [ListTransportLayerApplications](~~ListTransportLayerApplications~~) interface.
|
|
6
|
+
*
|
|
5
7
|
* This parameter is required.
|
|
6
8
|
*
|
|
7
9
|
* @example
|
|
@@ -10,6 +12,8 @@ export declare class GetTransportLayerApplicationRequest extends $dara.Model {
|
|
|
10
12
|
applicationId?: number;
|
|
11
13
|
/**
|
|
12
14
|
* @remarks
|
|
15
|
+
* Site ID, which can be obtained by calling the [ListSites](~~ListSites~~) interface.
|
|
16
|
+
*
|
|
13
17
|
* This parameter is required.
|
|
14
18
|
*
|
|
15
19
|
* @example
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GetTransportLayerApplicationRequest.js","sourceRoot":"","sources":["../../src/models/GetTransportLayerApplicationRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,mCAAoC,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"GetTransportLayerApplicationRequest.js","sourceRoot":"","sources":["../../src/models/GetTransportLayerApplicationRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,mCAAoC,SAAQ,KAAK,CAAC,KAAK;IAqBlE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,aAAa,EAAE,eAAe;YAC9B,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,aAAa,EAAE,QAAQ;YACvB,MAAM,EAAE,QAAQ;SACjB,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;AA1CD,kFA0CC"}
|
|
@@ -1,37 +1,83 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
export declare class GetTransportLayerApplicationResponseBodyRules extends $dara.Model {
|
|
3
3
|
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* Client IP pass-through protocol, supporting:
|
|
6
|
+
* - **off**: No pass-through.
|
|
7
|
+
* - **PPv1**: PROXY Protocol v1, supports client IP pass-through for TCP protocol.
|
|
8
|
+
* - **PPv2**: PROXY Protocol v2, supports client IP pass-through for TCP and UDP protocols.
|
|
9
|
+
* - **SPP**: Simple Proxy Protocol, supports client IP pass-through for UDP protocol.
|
|
10
|
+
*
|
|
4
11
|
* @example
|
|
5
12
|
* off
|
|
6
13
|
*/
|
|
7
14
|
clientIPPassThroughMode?: string;
|
|
15
|
+
/**
|
|
16
|
+
* @remarks
|
|
17
|
+
* Comment information of the rule.
|
|
18
|
+
*
|
|
19
|
+
* @example
|
|
20
|
+
* 测试
|
|
21
|
+
*/
|
|
8
22
|
comment?: string;
|
|
9
23
|
/**
|
|
24
|
+
* @remarks
|
|
25
|
+
* Edge port. Supports:
|
|
26
|
+
*
|
|
27
|
+
* - A single port, such as 80.
|
|
28
|
+
* - Port range, such as 81-85, representing ports 81, 82, 83, 84, 85.
|
|
29
|
+
* - Combination of ports and port ranges, separated by commas, for example 80,81-85,90, representing ports 80, 81, 82, 83, 84, 85, 90.
|
|
30
|
+
*
|
|
10
31
|
* @example
|
|
11
32
|
* 80
|
|
12
33
|
*/
|
|
13
34
|
edgePort?: string;
|
|
14
35
|
/**
|
|
36
|
+
* @remarks
|
|
37
|
+
* Forwarding rule protocol, with values:
|
|
38
|
+
*
|
|
39
|
+
* - TCP: TCP protocol.
|
|
40
|
+
* - UDP: UDP protocol.
|
|
41
|
+
*
|
|
15
42
|
* @example
|
|
16
43
|
* TCP
|
|
17
44
|
*/
|
|
18
45
|
protocol?: string;
|
|
19
46
|
/**
|
|
47
|
+
* @remarks
|
|
48
|
+
* Rule ID.
|
|
49
|
+
*
|
|
20
50
|
* @example
|
|
21
51
|
* 1234323***
|
|
22
52
|
*/
|
|
23
53
|
ruleId?: number;
|
|
24
54
|
/**
|
|
55
|
+
* @remarks
|
|
56
|
+
* Specific value of the origin, which needs to match the type of the origin.
|
|
57
|
+
*
|
|
25
58
|
* @example
|
|
26
59
|
* 1.1.1.1
|
|
27
60
|
*/
|
|
28
61
|
source?: string;
|
|
29
62
|
/**
|
|
63
|
+
* @remarks
|
|
64
|
+
* Origin port. Supports:
|
|
65
|
+
*
|
|
66
|
+
* - A single port, when the origin port is a single port, any valid edge port combination is supported.
|
|
67
|
+
* - Port range, only when the edge port is a port range, the origin port can be set as a port range and the size of the range must be consistent with the edge port. For example, if the edge port is 90-93, the origin port cannot be set to 81-85 because the origin port range is 5 and the edge port range is 3, which are inconsistent.
|
|
68
|
+
*
|
|
30
69
|
* @example
|
|
31
70
|
* 80
|
|
32
71
|
*/
|
|
33
72
|
sourcePort?: string;
|
|
34
73
|
/**
|
|
74
|
+
* @remarks
|
|
75
|
+
* Origin type, supporting:
|
|
76
|
+
* - **ip**: IP.
|
|
77
|
+
* - **domain**: Domain name.
|
|
78
|
+
* - **OP**: Origin pool.
|
|
79
|
+
* - **LB**: Load balancer.
|
|
80
|
+
*
|
|
35
81
|
* @example
|
|
36
82
|
* domain
|
|
37
83
|
*/
|
|
@@ -47,21 +93,70 @@ export declare class GetTransportLayerApplicationResponseBodyRules extends $dara
|
|
|
47
93
|
[key: string]: any;
|
|
48
94
|
});
|
|
49
95
|
}
|
|
96
|
+
export declare class GetTransportLayerApplicationResponseBodyStaticIpV4List extends $dara.Model {
|
|
97
|
+
address?: string;
|
|
98
|
+
status?: string;
|
|
99
|
+
static names(): {
|
|
100
|
+
[key: string]: string;
|
|
101
|
+
};
|
|
102
|
+
static types(): {
|
|
103
|
+
[key: string]: any;
|
|
104
|
+
};
|
|
105
|
+
validate(): void;
|
|
106
|
+
constructor(map?: {
|
|
107
|
+
[key: string]: any;
|
|
108
|
+
});
|
|
109
|
+
}
|
|
50
110
|
export declare class GetTransportLayerApplicationResponseBody extends $dara.Model {
|
|
51
111
|
/**
|
|
112
|
+
* @remarks
|
|
113
|
+
* Transport layer application ID.
|
|
114
|
+
*
|
|
52
115
|
* @example
|
|
53
116
|
* 17099311410****
|
|
54
117
|
*/
|
|
55
118
|
applicationId?: number;
|
|
56
119
|
/**
|
|
120
|
+
* @remarks
|
|
121
|
+
* The CNAME domain corresponding to the transport layer acceleration application. This field is not empty only when the site is accessed via CNAME.
|
|
122
|
+
*
|
|
57
123
|
* @example
|
|
58
124
|
* example.com.ialicdn.com
|
|
59
125
|
*/
|
|
60
126
|
cname?: string;
|
|
127
|
+
/**
|
|
128
|
+
* @remarks
|
|
129
|
+
* Whether to enable China mainland network access optimization, default is off. Value range:
|
|
130
|
+
* - on: Enabled.
|
|
131
|
+
* - off: Disabled.
|
|
132
|
+
*
|
|
133
|
+
* @example
|
|
134
|
+
* on
|
|
135
|
+
*/
|
|
61
136
|
crossBorderOptimization?: string;
|
|
137
|
+
/**
|
|
138
|
+
* @remarks
|
|
139
|
+
* Switch for IP access rules. When turned on, the IP access rules in WAF take effect on the transport layer application.
|
|
140
|
+
*
|
|
141
|
+
* - on: Turned on.
|
|
142
|
+
* - off: Turned off.
|
|
143
|
+
*
|
|
144
|
+
* @example
|
|
145
|
+
* on
|
|
146
|
+
*/
|
|
62
147
|
ipAccessRule?: string;
|
|
148
|
+
/**
|
|
149
|
+
* @remarks
|
|
150
|
+
* IPv6 switch.
|
|
151
|
+
*
|
|
152
|
+
* @example
|
|
153
|
+
* on
|
|
154
|
+
*/
|
|
63
155
|
ipv6?: string;
|
|
64
156
|
/**
|
|
157
|
+
* @remarks
|
|
158
|
+
* The domain name of the transport layer application.
|
|
159
|
+
*
|
|
65
160
|
* @example
|
|
66
161
|
* test.example.com
|
|
67
162
|
*/
|
|
@@ -74,17 +169,39 @@ export declare class GetTransportLayerApplicationResponseBody extends $dara.Mode
|
|
|
74
169
|
* EB635996-1FD6-5DFD-BA57-27A849599940
|
|
75
170
|
*/
|
|
76
171
|
requestId?: string;
|
|
172
|
+
/**
|
|
173
|
+
* @remarks
|
|
174
|
+
* List of forwarding rules.
|
|
175
|
+
*/
|
|
77
176
|
rules?: GetTransportLayerApplicationResponseBodyRules[];
|
|
78
177
|
/**
|
|
178
|
+
* @remarks
|
|
179
|
+
* Number of forwarding rules contained in the transport layer acceleration application.
|
|
180
|
+
*
|
|
79
181
|
* @example
|
|
80
182
|
* 1
|
|
81
183
|
*/
|
|
82
184
|
rulesCount?: number;
|
|
83
185
|
/**
|
|
186
|
+
* @remarks
|
|
187
|
+
* Site ID.
|
|
188
|
+
*
|
|
84
189
|
* @example
|
|
85
190
|
* 123456****
|
|
86
191
|
*/
|
|
87
192
|
siteId?: number;
|
|
193
|
+
staticIp?: string;
|
|
194
|
+
staticIpV4List?: GetTransportLayerApplicationResponseBodyStaticIpV4List[];
|
|
195
|
+
/**
|
|
196
|
+
* @remarks
|
|
197
|
+
* Status of the transport layer application
|
|
198
|
+
*
|
|
199
|
+
* - **deploying**: Deploying. In this state, modification and deletion are not allowed.
|
|
200
|
+
* - **active**: Active.
|
|
201
|
+
*
|
|
202
|
+
* @example
|
|
203
|
+
* active
|
|
204
|
+
*/
|
|
88
205
|
status?: string;
|
|
89
206
|
static names(): {
|
|
90
207
|
[key: string]: string;
|
|
@@ -33,7 +33,7 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
33
33
|
};
|
|
34
34
|
})();
|
|
35
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
-
exports.GetTransportLayerApplicationResponseBody = exports.GetTransportLayerApplicationResponseBodyRules = void 0;
|
|
36
|
+
exports.GetTransportLayerApplicationResponseBody = exports.GetTransportLayerApplicationResponseBodyStaticIpV4List = exports.GetTransportLayerApplicationResponseBodyRules = void 0;
|
|
37
37
|
// This file is auto-generated, don't edit it
|
|
38
38
|
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
39
|
class GetTransportLayerApplicationResponseBodyRules extends $dara.Model {
|
|
@@ -69,6 +69,27 @@ class GetTransportLayerApplicationResponseBodyRules extends $dara.Model {
|
|
|
69
69
|
}
|
|
70
70
|
}
|
|
71
71
|
exports.GetTransportLayerApplicationResponseBodyRules = GetTransportLayerApplicationResponseBodyRules;
|
|
72
|
+
class GetTransportLayerApplicationResponseBodyStaticIpV4List extends $dara.Model {
|
|
73
|
+
static names() {
|
|
74
|
+
return {
|
|
75
|
+
address: 'Address',
|
|
76
|
+
status: 'Status',
|
|
77
|
+
};
|
|
78
|
+
}
|
|
79
|
+
static types() {
|
|
80
|
+
return {
|
|
81
|
+
address: 'string',
|
|
82
|
+
status: 'string',
|
|
83
|
+
};
|
|
84
|
+
}
|
|
85
|
+
validate() {
|
|
86
|
+
super.validate();
|
|
87
|
+
}
|
|
88
|
+
constructor(map) {
|
|
89
|
+
super(map);
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
exports.GetTransportLayerApplicationResponseBodyStaticIpV4List = GetTransportLayerApplicationResponseBodyStaticIpV4List;
|
|
72
93
|
class GetTransportLayerApplicationResponseBody extends $dara.Model {
|
|
73
94
|
static names() {
|
|
74
95
|
return {
|
|
@@ -82,6 +103,8 @@ class GetTransportLayerApplicationResponseBody extends $dara.Model {
|
|
|
82
103
|
rules: 'Rules',
|
|
83
104
|
rulesCount: 'RulesCount',
|
|
84
105
|
siteId: 'SiteId',
|
|
106
|
+
staticIp: 'StaticIp',
|
|
107
|
+
staticIpV4List: 'StaticIpV4List',
|
|
85
108
|
status: 'Status',
|
|
86
109
|
};
|
|
87
110
|
}
|
|
@@ -97,6 +120,8 @@ class GetTransportLayerApplicationResponseBody extends $dara.Model {
|
|
|
97
120
|
rules: { 'type': 'array', 'itemType': GetTransportLayerApplicationResponseBodyRules },
|
|
98
121
|
rulesCount: 'number',
|
|
99
122
|
siteId: 'number',
|
|
123
|
+
staticIp: 'string',
|
|
124
|
+
staticIpV4List: { 'type': 'array', 'itemType': GetTransportLayerApplicationResponseBodyStaticIpV4List },
|
|
100
125
|
status: 'string',
|
|
101
126
|
};
|
|
102
127
|
}
|
|
@@ -104,6 +129,9 @@ class GetTransportLayerApplicationResponseBody extends $dara.Model {
|
|
|
104
129
|
if (Array.isArray(this.rules)) {
|
|
105
130
|
$dara.Model.validateArray(this.rules);
|
|
106
131
|
}
|
|
132
|
+
if (Array.isArray(this.staticIpV4List)) {
|
|
133
|
+
$dara.Model.validateArray(this.staticIpV4List);
|
|
134
|
+
}
|
|
107
135
|
super.validate();
|
|
108
136
|
}
|
|
109
137
|
constructor(map) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GetTransportLayerApplicationResponseBody.js","sourceRoot":"","sources":["../../src/models/GetTransportLayerApplicationResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,6CAA8C,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"GetTransportLayerApplicationResponseBody.js","sourceRoot":"","sources":["../../src/models/GetTransportLayerApplicationResponseBody.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,27 +1,46 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
export declare class ListTransportLayerApplicationsRequest extends $dara.Model {
|
|
3
3
|
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* Query type for the transport layer application host record, supporting the following 4 types, with exact query as the default.
|
|
6
|
+
*
|
|
7
|
+
* - fuzzy: Fuzzy query.
|
|
8
|
+
* - exact: Exact query.
|
|
9
|
+
* - prefix: Prefix match query.
|
|
10
|
+
* - suffix: Suffix match query.
|
|
11
|
+
*
|
|
4
12
|
* @example
|
|
5
13
|
* fuzzy
|
|
6
14
|
*/
|
|
7
15
|
matchType?: string;
|
|
8
16
|
/**
|
|
17
|
+
* @remarks
|
|
18
|
+
* Page number set for pagination. Starting value: 1. Default value: 1.
|
|
19
|
+
*
|
|
9
20
|
* @example
|
|
10
21
|
* 1
|
|
11
22
|
*/
|
|
12
23
|
pageNumber?: number;
|
|
13
24
|
/**
|
|
25
|
+
* @remarks
|
|
26
|
+
* Page size. The maximum value is 500.
|
|
27
|
+
*
|
|
14
28
|
* @example
|
|
15
29
|
* 500
|
|
16
30
|
*/
|
|
17
31
|
pageSize?: number;
|
|
18
32
|
/**
|
|
33
|
+
* @remarks
|
|
34
|
+
* Host record of the transport layer application.
|
|
35
|
+
*
|
|
19
36
|
* @example
|
|
20
37
|
* www.example.com
|
|
21
38
|
*/
|
|
22
39
|
recordName?: string;
|
|
23
40
|
/**
|
|
24
41
|
* @remarks
|
|
42
|
+
* Site ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) API.
|
|
43
|
+
*
|
|
25
44
|
* This parameter is required.
|
|
26
45
|
*
|
|
27
46
|
* @example
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListTransportLayerApplicationsRequest.js","sourceRoot":"","sources":["../../src/models/ListTransportLayerApplicationsRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,qCAAsC,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"ListTransportLayerApplicationsRequest.js","sourceRoot":"","sources":["../../src/models/ListTransportLayerApplicationsRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,qCAAsC,SAAQ,KAAK,CAAC,KAAK;IAgDpE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;YACtB,UAAU,EAAE,YAAY;YACxB,QAAQ,EAAE,UAAU;YACpB,UAAU,EAAE,YAAY;YACxB,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,QAAQ;YACnB,UAAU,EAAE,QAAQ;YACpB,QAAQ,EAAE,QAAQ;YAClB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,QAAQ;SACjB,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;AA3ED,sFA2EC"}
|