@alicloud/sae20190506 2.11.0 → 2.11.2
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 +34 -26
- package/dist/client.js +52 -26
- package/dist/client.js.map +1 -1
- package/dist/models/Container.d.ts +47 -0
- package/dist/models/Container.js.map +1 -1
- package/dist/models/ContainerResources.d.ts +24 -1
- package/dist/models/ContainerResources.js.map +1 -1
- package/dist/models/CreateApplicationRequest.d.ts +3 -0
- package/dist/models/CreateApplicationRequest.js +5 -0
- package/dist/models/CreateApplicationRequest.js.map +1 -1
- package/dist/models/CreateApplicationShrinkRequest.d.ts +1 -0
- package/dist/models/CreateApplicationShrinkRequest.js +2 -0
- package/dist/models/CreateApplicationShrinkRequest.js.map +1 -1
- package/dist/models/CreateWebApplicationInput.d.ts +21 -0
- package/dist/models/CreateWebApplicationInput.js.map +1 -1
- package/dist/models/CreateWebCustomDomainInput.d.ts +32 -0
- package/dist/models/CreateWebCustomDomainInput.js.map +1 -1
- package/dist/models/DeployApplicationRequest.d.ts +3 -0
- package/dist/models/DeployApplicationRequest.js +5 -0
- package/dist/models/DeployApplicationRequest.js.map +1 -1
- package/dist/models/DeployApplicationShrinkRequest.d.ts +1 -0
- package/dist/models/DeployApplicationShrinkRequest.js +2 -0
- package/dist/models/DeployApplicationShrinkRequest.js.map +1 -1
- package/dist/models/DescribeApplicationConfigResponseBody.d.ts +3 -0
- package/dist/models/DescribeApplicationConfigResponseBody.js +5 -0
- package/dist/models/DescribeApplicationConfigResponseBody.js.map +1 -1
- package/dist/models/DescribeConfigurationPriceRequest.d.ts +2 -0
- package/dist/models/DescribeConfigurationPriceRequest.js +4 -0
- package/dist/models/DescribeConfigurationPriceRequest.js.map +1 -1
- package/dist/models/DescribeInstanceLogsOutput.d.ts +4 -0
- package/dist/models/DescribeInstanceLogsOutput.js.map +1 -1
- package/dist/models/DescribeRegionsResponseBody.d.ts +0 -56
- package/dist/models/DescribeRegionsResponseBody.js.map +1 -1
- package/dist/models/DescribeWebAppStaticsOutput.d.ts +11 -0
- package/dist/models/DescribeWebAppStaticsOutput.js.map +1 -1
- package/dist/models/DescribeWebStaticsQueryOutput.d.ts +11 -0
- package/dist/models/DescribeWebStaticsQueryOutput.js.map +1 -1
- package/dist/models/HttpgetAction.d.ts +32 -0
- package/dist/models/HttpgetAction.js.map +1 -1
- package/dist/models/Httpheader.d.ts +14 -0
- package/dist/models/Httpheader.js.map +1 -1
- package/dist/models/ListWebApplicationInstancesBody.d.ts +43 -0
- package/dist/models/ListWebApplicationInstancesBody.js.map +1 -1
- package/dist/models/ListWebApplicationRevisionsBody.d.ts +32 -0
- package/dist/models/ListWebApplicationRevisionsBody.js.map +1 -1
- package/dist/models/ListWebApplicationRevisionsOutput.d.ts +11 -0
- package/dist/models/ListWebApplicationRevisionsOutput.js.map +1 -1
- package/dist/models/ListWebApplicationsBody.d.ts +43 -0
- package/dist/models/ListWebApplicationsBody.js.map +1 -1
- package/dist/models/ListWebApplicationsOutput.d.ts +11 -0
- package/dist/models/ListWebApplicationsOutput.js.map +1 -1
- package/dist/models/ListWebCustomDomainBody.d.ts +43 -0
- package/dist/models/ListWebCustomDomainBody.js.map +1 -1
- package/dist/models/ListWebCustomDomainOutput.d.ts +11 -0
- package/dist/models/ListWebCustomDomainOutput.js.map +1 -1
- package/dist/models/ListWebInstancesOutput.d.ts +12 -0
- package/dist/models/ListWebInstancesOutput.js.map +1 -1
- package/dist/models/MetricsCollectConfig.d.ts +16 -0
- package/dist/models/MetricsCollectConfig.js.map +1 -1
- package/dist/models/PathConfig.d.ts +14 -0
- package/dist/models/PathConfig.js.map +1 -1
- package/dist/models/PortProtocol.d.ts +16 -0
- package/dist/models/PortProtocol.js +62 -0
- package/dist/models/PortProtocol.js.map +1 -0
- package/dist/models/ProbeHandler.d.ts +8 -0
- package/dist/models/ProbeHandler.js.map +1 -1
- package/dist/models/PublishWebApplicationRevisionInput.d.ts +19 -0
- package/dist/models/PublishWebApplicationRevisionInput.js.map +1 -1
- package/dist/models/Revision.d.ts +32 -0
- package/dist/models/Revision.js.map +1 -1
- package/dist/models/RevisionConfig.d.ts +18 -0
- package/dist/models/RevisionConfig.js.map +1 -1
- package/dist/models/RouteConfig.d.ts +4 -0
- package/dist/models/RouteConfig.js.map +1 -1
- package/dist/models/SidecarContainerConfig.d.ts +70 -0
- package/dist/models/SidecarContainerConfig.js.map +1 -1
- package/dist/models/SlscollectConfig.d.ts +50 -0
- package/dist/models/SlscollectConfig.js.map +1 -1
- package/dist/models/SlscollectConfigs.d.ts +4 -0
- package/dist/models/SlscollectConfigs.js.map +1 -1
- package/dist/models/StartupProbe.d.ts +32 -0
- package/dist/models/StartupProbe.js.map +1 -1
- package/dist/models/TcpsocketAction.d.ts +14 -0
- package/dist/models/TcpsocketAction.js.map +1 -1
- package/dist/models/UpdateWebApplicationInput.d.ts +7 -0
- package/dist/models/UpdateWebApplicationInput.js.map +1 -1
- package/dist/models/UpdateWebApplicationScalingConfigInput.d.ts +7 -0
- package/dist/models/UpdateWebApplicationScalingConfigInput.js.map +1 -1
- package/dist/models/UpdateWebApplicationTrafficConfigInput.d.ts +18 -0
- package/dist/models/UpdateWebApplicationTrafficConfigInput.js.map +1 -1
- package/dist/models/UpdateWebCustomDomainInput.d.ts +30 -0
- package/dist/models/UpdateWebCustomDomainInput.js.map +1 -1
- package/dist/models/WebAclConfig.d.ts +2 -0
- package/dist/models/WebAclConfig.js.map +1 -1
- package/dist/models/WebAclEntryConfig.d.ts +4 -0
- package/dist/models/WebAclEntryConfig.js.map +1 -1
- package/dist/models/WebApplication.d.ts +71 -0
- package/dist/models/WebApplication.js.map +1 -1
- package/dist/models/WebApplicationBody.d.ts +43 -0
- package/dist/models/WebApplicationBody.js.map +1 -1
- package/dist/models/WebApplicationInstanceLogsBody.d.ts +43 -0
- package/dist/models/WebApplicationInstanceLogsBody.js.map +1 -1
- package/dist/models/WebApplicationResourceStaticsBody.d.ts +43 -0
- package/dist/models/WebApplicationResourceStaticsBody.js.map +1 -1
- package/dist/models/WebApplicationRevisionBody.d.ts +32 -0
- package/dist/models/WebApplicationRevisionBody.js.map +1 -1
- package/dist/models/WebApplicationScalingConfigBody.d.ts +43 -0
- package/dist/models/WebApplicationScalingConfigBody.js.map +1 -1
- package/dist/models/WebApplicationStatus.d.ts +11 -0
- package/dist/models/WebApplicationStatus.js.map +1 -1
- package/dist/models/WebApplicationTrafficConfigBody.d.ts +43 -0
- package/dist/models/WebApplicationTrafficConfigBody.js.map +1 -1
- package/dist/models/WebApplicationWithInstanceCount.d.ts +11 -0
- package/dist/models/WebApplicationWithInstanceCount.js.map +1 -1
- package/dist/models/WebApplicationWithStatus.d.ts +8 -0
- package/dist/models/WebApplicationWithStatus.js.map +1 -1
- package/dist/models/WebCertConfig.d.ts +24 -0
- package/dist/models/WebCertConfig.js.map +1 -1
- package/dist/models/WebCustomDomain.d.ts +41 -0
- package/dist/models/WebCustomDomain.js.map +1 -1
- package/dist/models/WebCustomDomainBody.d.ts +43 -0
- package/dist/models/WebCustomDomainBody.js.map +1 -1
- package/dist/models/WebInstanceInfo.d.ts +21 -1
- package/dist/models/WebInstanceInfo.js.map +1 -1
- package/dist/models/WebLogEntry.d.ts +10 -0
- package/dist/models/WebLogEntry.js.map +1 -1
- package/dist/models/WebNasconfig.d.ts +4 -0
- package/dist/models/WebNasconfig.js.map +1 -1
- package/dist/models/WebNasmountPoint.d.ts +21 -0
- package/dist/models/WebNasmountPoint.js.map +1 -1
- package/dist/models/WebNetworkConfig.d.ts +13 -0
- package/dist/models/WebNetworkConfig.js.map +1 -1
- package/dist/models/WebOssconfig.d.ts +4 -0
- package/dist/models/WebOssconfig.js.map +1 -1
- package/dist/models/WebOssmountPoint.d.ts +28 -0
- package/dist/models/WebOssmountPoint.js.map +1 -1
- package/dist/models/WebScalingConfig.d.ts +10 -0
- package/dist/models/WebScalingConfig.js.map +1 -1
- package/dist/models/WebStaticsInfo.d.ts +28 -0
- package/dist/models/WebStaticsInfo.js.map +1 -1
- package/dist/models/WebTlsconfig.d.ts +18 -0
- package/dist/models/WebTlsconfig.js.map +1 -1
- package/dist/models/WebTrafficConfig.d.ts +23 -0
- package/dist/models/WebTrafficConfig.js.map +1 -1
- package/dist/models/WebVersionStatus.d.ts +15 -0
- package/dist/models/WebVersionStatus.js.map +1 -1
- package/dist/models/WebWafconfig.d.ts +10 -0
- package/dist/models/WebWafconfig.js.map +1 -1
- package/dist/models/model.d.ts +1 -0
- package/dist/models/model.js +13 -11
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +58 -26
- package/src/models/Container.ts +47 -0
- package/src/models/ContainerResources.ts +24 -1
- package/src/models/CreateApplicationRequest.ts +6 -0
- package/src/models/CreateApplicationShrinkRequest.ts +3 -0
- package/src/models/CreateWebApplicationInput.ts +21 -0
- package/src/models/CreateWebCustomDomainInput.ts +32 -0
- package/src/models/DeployApplicationRequest.ts +6 -0
- package/src/models/DeployApplicationShrinkRequest.ts +3 -0
- package/src/models/DescribeApplicationConfigResponseBody.ts +6 -0
- package/src/models/DescribeConfigurationPriceRequest.ts +6 -0
- package/src/models/DescribeInstanceLogsOutput.ts +4 -0
- package/src/models/DescribeRegionsResponseBody.ts +0 -56
- package/src/models/DescribeWebAppStaticsOutput.ts +11 -0
- package/src/models/DescribeWebStaticsQueryOutput.ts +11 -0
- package/src/models/HttpgetAction.ts +32 -0
- package/src/models/Httpheader.ts +14 -0
- package/src/models/ListWebApplicationInstancesBody.ts +43 -0
- package/src/models/ListWebApplicationRevisionsBody.ts +32 -0
- package/src/models/ListWebApplicationRevisionsOutput.ts +11 -0
- package/src/models/ListWebApplicationsBody.ts +43 -0
- package/src/models/ListWebApplicationsOutput.ts +11 -0
- package/src/models/ListWebCustomDomainBody.ts +43 -0
- package/src/models/ListWebCustomDomainOutput.ts +11 -0
- package/src/models/ListWebInstancesOutput.ts +12 -0
- package/src/models/MetricsCollectConfig.ts +16 -0
- package/src/models/PathConfig.ts +14 -0
- package/src/models/PortProtocol.ts +33 -0
- package/src/models/ProbeHandler.ts +8 -0
- package/src/models/PublishWebApplicationRevisionInput.ts +19 -0
- package/src/models/Revision.ts +32 -0
- package/src/models/RevisionConfig.ts +18 -0
- package/src/models/RouteConfig.ts +4 -0
- package/src/models/SidecarContainerConfig.ts +70 -0
- package/src/models/SlscollectConfig.ts +50 -0
- package/src/models/SlscollectConfigs.ts +4 -0
- package/src/models/StartupProbe.ts +32 -0
- package/src/models/TcpsocketAction.ts +14 -0
- package/src/models/UpdateWebApplicationInput.ts +7 -0
- package/src/models/UpdateWebApplicationScalingConfigInput.ts +7 -0
- package/src/models/UpdateWebApplicationTrafficConfigInput.ts +18 -0
- package/src/models/UpdateWebCustomDomainInput.ts +30 -0
- package/src/models/WebAclConfig.ts +2 -0
- package/src/models/WebAclEntryConfig.ts +4 -0
- package/src/models/WebApplication.ts +71 -0
- package/src/models/WebApplicationBody.ts +43 -0
- package/src/models/WebApplicationInstanceLogsBody.ts +43 -0
- package/src/models/WebApplicationResourceStaticsBody.ts +43 -0
- package/src/models/WebApplicationRevisionBody.ts +32 -0
- package/src/models/WebApplicationScalingConfigBody.ts +43 -0
- package/src/models/WebApplicationStatus.ts +11 -0
- package/src/models/WebApplicationTrafficConfigBody.ts +43 -0
- package/src/models/WebApplicationWithInstanceCount.ts +11 -0
- package/src/models/WebApplicationWithStatus.ts +8 -0
- package/src/models/WebCertConfig.ts +24 -0
- package/src/models/WebCustomDomain.ts +41 -0
- package/src/models/WebCustomDomainBody.ts +43 -0
- package/src/models/WebInstanceInfo.ts +21 -1
- package/src/models/WebLogEntry.ts +10 -0
- package/src/models/WebNasconfig.ts +4 -0
- package/src/models/WebNasmountPoint.ts +21 -0
- package/src/models/WebNetworkConfig.ts +13 -0
- package/src/models/WebOssconfig.ts +4 -0
- package/src/models/WebOssmountPoint.ts +28 -0
- package/src/models/WebScalingConfig.ts +10 -0
- package/src/models/WebStaticsInfo.ts +28 -0
- package/src/models/WebTlsconfig.ts +18 -0
- package/src/models/WebTrafficConfig.ts +23 -0
- package/src/models/WebVersionStatus.ts +15 -0
- package/src/models/WebWafconfig.ts +10 -0
- package/src/models/model.ts +1 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WebCertConfig.js","sourceRoot":"","sources":["../../src/models/WebCertConfig.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,aAAc,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"WebCertConfig.js","sourceRoot":"","sources":["../../src/models/WebCertConfig.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,aAAc,SAAQ,KAAK,CAAC,KAAK;IA4B5C,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,UAAU;YACpB,WAAW,EAAE,aAAa;YAC1B,UAAU,EAAE,YAAY;SACzB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,QAAQ;YAClB,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;AAnDD,sCAmDC"}
|
|
@@ -5,36 +5,77 @@ import { WebTLSConfig } from "./WebTlsconfig";
|
|
|
5
5
|
import { WebWAFConfig } from "./WebWafconfig";
|
|
6
6
|
export declare class WebCustomDomain extends $dara.Model {
|
|
7
7
|
/**
|
|
8
|
+
* @remarks
|
|
9
|
+
* The time when the custom domain name was created.
|
|
10
|
+
*
|
|
8
11
|
* @example
|
|
9
12
|
* 2023-03-30T08:02:19Z
|
|
10
13
|
*/
|
|
11
14
|
createdTime?: string;
|
|
12
15
|
/**
|
|
16
|
+
* @remarks
|
|
17
|
+
* The name of the application that is forwarded by the domain name by default.
|
|
18
|
+
*
|
|
13
19
|
* @example
|
|
14
20
|
* appxxxxx
|
|
15
21
|
*/
|
|
16
22
|
defaultForwardingAppName?: string;
|
|
17
23
|
/**
|
|
24
|
+
* @remarks
|
|
25
|
+
* The domain name.
|
|
26
|
+
*
|
|
18
27
|
* @example
|
|
19
28
|
* example.com
|
|
20
29
|
*/
|
|
21
30
|
domainName?: string;
|
|
22
31
|
/**
|
|
32
|
+
* @remarks
|
|
33
|
+
* The time when the custom domain name was last updated.
|
|
34
|
+
*
|
|
23
35
|
* @example
|
|
24
36
|
* 2023-03-30T08:02:19Z
|
|
25
37
|
*/
|
|
26
38
|
lastModifiedTime?: string;
|
|
39
|
+
/**
|
|
40
|
+
* @remarks
|
|
41
|
+
* The ID of the namespace to which the domain name belongs.
|
|
42
|
+
*
|
|
43
|
+
* @example
|
|
44
|
+
* cn-chengdu
|
|
45
|
+
*/
|
|
27
46
|
namespaceId?: string;
|
|
28
47
|
/**
|
|
48
|
+
* @remarks
|
|
49
|
+
* The protocol type that is supported by the custom domain name. HTTP: Only HTTP is supported. HTTPS: Only HTTPS is supported. HTTP, HTTPS: Both HTTP and HTTPS are supported.
|
|
50
|
+
*
|
|
29
51
|
* @example
|
|
30
52
|
* HTTP
|
|
31
53
|
*/
|
|
32
54
|
protocol?: string;
|
|
55
|
+
/**
|
|
56
|
+
* @remarks
|
|
57
|
+
* The route configurations.
|
|
58
|
+
*/
|
|
33
59
|
routeConfig?: RouteConfig;
|
|
60
|
+
/**
|
|
61
|
+
* @remarks
|
|
62
|
+
* The information about the HTTPS certificate.
|
|
63
|
+
*/
|
|
34
64
|
webCertConfig?: WebCertConfig;
|
|
65
|
+
/**
|
|
66
|
+
* @remarks
|
|
67
|
+
* The Transport Layer Security (TLS) configurations.
|
|
68
|
+
*/
|
|
35
69
|
webTLSConfig?: WebTLSConfig;
|
|
70
|
+
/**
|
|
71
|
+
* @remarks
|
|
72
|
+
* The WAF configurations.
|
|
73
|
+
*/
|
|
36
74
|
webWAFConfig?: WebWAFConfig;
|
|
37
75
|
/**
|
|
76
|
+
* @remarks
|
|
77
|
+
* The ID of your Alibaba Cloud account
|
|
78
|
+
*
|
|
38
79
|
* @example
|
|
39
80
|
* 123xxxxxx
|
|
40
81
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WebCustomDomain.js","sourceRoot":"","sources":["../../src/models/WebCustomDomain.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,+CAA4C;AAC5C,mDAAgD;AAChD,iDAA8C;AAC9C,iDAA8C;AAG9C,MAAa,eAAgB,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"WebCustomDomain.js","sourceRoot":"","sources":["../../src/models/WebCustomDomain.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,+CAA4C;AAC5C,mDAAgD;AAChD,iDAA8C;AAC9C,iDAA8C;AAG9C,MAAa,eAAgB,SAAQ,KAAK,CAAC,KAAK;IA6E9C,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;YAC1B,wBAAwB,EAAE,0BAA0B;YACpD,UAAU,EAAE,YAAY;YACxB,gBAAgB,EAAE,kBAAkB;YACpC,WAAW,EAAE,aAAa;YAC1B,QAAQ,EAAE,UAAU;YACpB,WAAW,EAAE,aAAa;YAC1B,aAAa,EAAE,eAAe;YAC9B,YAAY,EAAE,cAAc;YAC5B,YAAY,EAAE,cAAc;YAC5B,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,QAAQ;YACrB,wBAAwB,EAAE,QAAQ;YAClC,UAAU,EAAE,QAAQ;YACpB,gBAAgB,EAAE,QAAQ;YAC1B,WAAW,EAAE,QAAQ;YACrB,QAAQ,EAAE,QAAQ;YAClB,WAAW,EAAE,yBAAW;YACxB,aAAa,EAAE,6BAAa;YAC5B,YAAY,EAAE,2BAAY;YAC1B,YAAY,EAAE,2BAAY;YAC1B,SAAS,EAAE,QAAQ;SACpB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,WAAW,IAAI,OAAQ,IAAI,CAAC,WAAmB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YAC/E,IAAI,CAAC,WAAmB,CAAC,QAAQ,EAAE,CAAC;QACvC,CAAC;QACD,IAAG,IAAI,CAAC,aAAa,IAAI,OAAQ,IAAI,CAAC,aAAqB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACnF,IAAI,CAAC,aAAqB,CAAC,QAAQ,EAAE,CAAC;QACzC,CAAC;QACD,IAAG,IAAI,CAAC,YAAY,IAAI,OAAQ,IAAI,CAAC,YAAoB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACjF,IAAI,CAAC,YAAoB,CAAC,QAAQ,EAAE,CAAC;QACxC,CAAC;QACD,IAAG,IAAI,CAAC,YAAY,IAAI,OAAQ,IAAI,CAAC,YAAoB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACjF,IAAI,CAAC,YAAoB,CAAC,QAAQ,EAAE,CAAC;QACxC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAhID,0CAgIC"}
|
|
@@ -1,10 +1,53 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
import { WebCustomDomain } from "./WebCustomDomain";
|
|
3
3
|
export declare class WebCustomDomainBody extends $dara.Model {
|
|
4
|
+
/**
|
|
5
|
+
* @remarks
|
|
6
|
+
* The HTTP status code. Valid values:
|
|
7
|
+
*
|
|
8
|
+
* * **2xx**: The request was successful.
|
|
9
|
+
* * **3xx**: The request was redirected.
|
|
10
|
+
* * **4xx**: The request failed.
|
|
11
|
+
* * **5xx**: A server error occurred.
|
|
12
|
+
*
|
|
13
|
+
* @example
|
|
14
|
+
* 200
|
|
15
|
+
*/
|
|
4
16
|
code?: number;
|
|
17
|
+
/**
|
|
18
|
+
* @remarks
|
|
19
|
+
* The data returned for the operation.
|
|
20
|
+
*/
|
|
5
21
|
data?: WebCustomDomain;
|
|
22
|
+
/**
|
|
23
|
+
* @remarks
|
|
24
|
+
* The message returned for the operation. Valid values:
|
|
25
|
+
*
|
|
26
|
+
* * success is returned when the request succeeds.
|
|
27
|
+
* * An error code is returned if the request failed.
|
|
28
|
+
*
|
|
29
|
+
* @example
|
|
30
|
+
* success
|
|
31
|
+
*/
|
|
6
32
|
message?: string;
|
|
33
|
+
/**
|
|
34
|
+
* @remarks
|
|
35
|
+
* The ID of the request.
|
|
36
|
+
*
|
|
37
|
+
* @example
|
|
38
|
+
* 91F93257-7A4A-4BD3-9A7E-2F6EAE6D****
|
|
39
|
+
*/
|
|
7
40
|
requestId?: string;
|
|
41
|
+
/**
|
|
42
|
+
* @remarks
|
|
43
|
+
* Indicates whether the call was successful. Valid values:
|
|
44
|
+
*
|
|
45
|
+
* * **true**: The request is successful.
|
|
46
|
+
* * **false**: The request failed.
|
|
47
|
+
*
|
|
48
|
+
* @example
|
|
49
|
+
* true
|
|
50
|
+
*/
|
|
8
51
|
success?: boolean;
|
|
9
52
|
static names(): {
|
|
10
53
|
[key: string]: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WebCustomDomainBody.js","sourceRoot":"","sources":["../../src/models/WebCustomDomainBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,uDAAoD;AAGpD,MAAa,mBAAoB,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"WebCustomDomainBody.js","sourceRoot":"","sources":["../../src/models/WebCustomDomainBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,uDAAoD;AAGpD,MAAa,mBAAoB,SAAQ,KAAK,CAAC,KAAK;IAiDlD,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,iCAAe;YACrB,OAAO,EAAE,QAAQ;YACjB,SAAS,EAAE,QAAQ;YACnB,OAAO,EAAE,SAAS;SACnB,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;AA/ED,kDA+EC"}
|
|
@@ -1,13 +1,33 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
export declare class WebInstanceInfo extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* The instance image.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* registry.cn-hangzhou.aliyuncs.com/sae_test/******:0.0.1
|
|
9
|
+
*/
|
|
3
10
|
imageUrl?: string;
|
|
4
11
|
/**
|
|
12
|
+
* @remarks
|
|
13
|
+
* The ID of the application instance.
|
|
14
|
+
*
|
|
5
15
|
* @example
|
|
6
|
-
* c-66691780-1522405d-
|
|
16
|
+
* c-66691780-1522405d-3021e1******
|
|
7
17
|
*/
|
|
8
18
|
instanceId?: string;
|
|
19
|
+
/**
|
|
20
|
+
* @remarks
|
|
21
|
+
* The instance status.
|
|
22
|
+
*
|
|
23
|
+
* @example
|
|
24
|
+
* Idle
|
|
25
|
+
*/
|
|
9
26
|
status?: string;
|
|
10
27
|
/**
|
|
28
|
+
* @remarks
|
|
29
|
+
* The ID of the application version.
|
|
30
|
+
*
|
|
11
31
|
* @example
|
|
12
32
|
* 1
|
|
13
33
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WebInstanceInfo.js","sourceRoot":"","sources":["../../src/models/WebInstanceInfo.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,eAAgB,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"WebInstanceInfo.js","sourceRoot":"","sources":["../../src/models/WebInstanceInfo.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,eAAgB,SAAQ,KAAK,CAAC,KAAK;IAiC9C,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,UAAU;YACpB,UAAU,EAAE,YAAY;YACxB,MAAM,EAAE,QAAQ;YAChB,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,QAAQ;YAClB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,QAAQ;YAChB,SAAS,EAAE,QAAQ;SACpB,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;AA1DD,0CA0DC"}
|
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
export declare class WebLogEntry extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* The message returned. Valid values:
|
|
6
|
+
*
|
|
7
|
+
* * If the request was successful, a success message is returned.
|
|
8
|
+
* * If the request failed, an error code is returned.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* success
|
|
12
|
+
*/
|
|
3
13
|
message?: string;
|
|
4
14
|
static names(): {
|
|
5
15
|
[key: string]: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WebLogEntry.js","sourceRoot":"","sources":["../../src/models/WebLogEntry.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,WAAY,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"WebLogEntry.js","sourceRoot":"","sources":["../../src/models/WebLogEntry.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,WAAY,SAAQ,KAAK,CAAC,KAAK;IAY1C,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;SACnB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,QAAQ;SAClB,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;AA/BD,kCA+BC"}
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
import { WebNASMountPoint } from "./WebNasmountPoint";
|
|
3
3
|
export declare class WebNASConfig extends $dara.Model {
|
|
4
|
+
/**
|
|
5
|
+
* @remarks
|
|
6
|
+
* The mount targets.
|
|
7
|
+
*/
|
|
4
8
|
mountPoints?: WebNASMountPoint[];
|
|
5
9
|
static names(): {
|
|
6
10
|
[key: string]: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WebNasconfig.js","sourceRoot":"","sources":["../../src/models/WebNasconfig.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,yDAAsD;AAGtD,MAAa,YAAa,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"WebNasconfig.js","sourceRoot":"","sources":["../../src/models/WebNasconfig.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,yDAAsD;AAGtD,MAAa,YAAa,SAAQ,KAAK,CAAC,KAAK;IAM3C,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;SAC3B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,mCAAgB,EAAE;SAC/D,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC;YACnC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC9C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA5BD,oCA4BC"}
|
|
@@ -1,7 +1,28 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
export declare class WebNASMountPoint extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* The local mount directory.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* /test/consumer/log
|
|
9
|
+
*/
|
|
3
10
|
mountDir?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @remarks
|
|
13
|
+
* The mount target.
|
|
14
|
+
*
|
|
15
|
+
* @example
|
|
16
|
+
* /home
|
|
17
|
+
*/
|
|
4
18
|
nasAddr?: string;
|
|
19
|
+
/**
|
|
20
|
+
* @remarks
|
|
21
|
+
* The mount directory.
|
|
22
|
+
*
|
|
23
|
+
* @example
|
|
24
|
+
* /
|
|
25
|
+
*/
|
|
5
26
|
nasPath?: string;
|
|
6
27
|
static names(): {
|
|
7
28
|
[key: string]: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WebNasmountPoint.js","sourceRoot":"","sources":["../../src/models/WebNasmountPoint.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,gBAAiB,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"WebNasmountPoint.js","sourceRoot":"","sources":["../../src/models/WebNasmountPoint.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,gBAAiB,SAAQ,KAAK,CAAC,KAAK;IAyB/C,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,UAAU;YACpB,OAAO,EAAE,SAAS;YAClB,OAAO,EAAE,SAAS;SACnB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,QAAQ;YAClB,OAAO,EAAE,QAAQ;YACjB,OAAO,EAAE,QAAQ;SAClB,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,4CAgDC"}
|
|
@@ -1,15 +1,28 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
export declare class WebNetworkConfig extends $dara.Model {
|
|
3
3
|
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* Specifies whether to enable Internet access for the application. Valid values:
|
|
6
|
+
*
|
|
7
|
+
* * **true**: enables Internet access.
|
|
8
|
+
* * **false**: disables Internet access.
|
|
9
|
+
*
|
|
4
10
|
* @example
|
|
5
11
|
* true
|
|
6
12
|
*/
|
|
7
13
|
internetAccess?: boolean;
|
|
8
14
|
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* The ID of a security group.
|
|
17
|
+
*
|
|
9
18
|
* @example
|
|
10
19
|
* sg-bp18hj1wtxgy3b0***
|
|
11
20
|
*/
|
|
12
21
|
securityGroupId?: string;
|
|
22
|
+
/**
|
|
23
|
+
* @remarks
|
|
24
|
+
* The list of vSwitches.
|
|
25
|
+
*/
|
|
13
26
|
vSwitchIds?: string[];
|
|
14
27
|
static names(): {
|
|
15
28
|
[key: string]: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WebNetworkConfig.js","sourceRoot":"","sources":["../../src/models/WebNetworkConfig.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,gBAAiB,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"WebNetworkConfig.js","sourceRoot":"","sources":["../../src/models/WebNetworkConfig.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,gBAAiB,SAAQ,KAAK,CAAC,KAAK;IAyB/C,MAAM,CAAC,KAAK;QACV,OAAO;YACL,cAAc,EAAE,gBAAgB;YAChC,eAAe,EAAE,iBAAiB;YAClC,UAAU,EAAE,YAAY;SACzB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,cAAc,EAAE,SAAS;YACzB,eAAe,EAAE,QAAQ;YACzB,UAAU,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;SACtD,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;YAClC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QAC7C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAnDD,4CAmDC"}
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
import { WebOSSMountPoint } from "./WebOssmountPoint";
|
|
3
3
|
export declare class WebOSSConfig extends $dara.Model {
|
|
4
|
+
/**
|
|
5
|
+
* @remarks
|
|
6
|
+
* The mount point.
|
|
7
|
+
*/
|
|
4
8
|
mountPoints?: WebOSSMountPoint[];
|
|
5
9
|
static names(): {
|
|
6
10
|
[key: string]: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WebOssconfig.js","sourceRoot":"","sources":["../../src/models/WebOssconfig.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,yDAAsD;AAGtD,MAAa,YAAa,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"WebOssconfig.js","sourceRoot":"","sources":["../../src/models/WebOssconfig.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,yDAAsD;AAGtD,MAAa,YAAa,SAAQ,KAAK,CAAC,KAAK;IAM3C,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;SAC3B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,mCAAgB,EAAE;SAC/D,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC;YACnC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC9C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA5BD,oCA4BC"}
|
|
@@ -1,8 +1,36 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
export declare class WebOSSMountPoint extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* The name of the bucket.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* gcx-pic-test
|
|
9
|
+
*/
|
|
3
10
|
bucketName?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @remarks
|
|
13
|
+
* The storage path in an OSS bucket.
|
|
14
|
+
*
|
|
15
|
+
* @example
|
|
16
|
+
* billing-2023-11-06_17:30:18-rn7wG8
|
|
17
|
+
*/
|
|
4
18
|
bucketPath?: string;
|
|
19
|
+
/**
|
|
20
|
+
* @remarks
|
|
21
|
+
* The local mount directory.
|
|
22
|
+
*
|
|
23
|
+
* @example
|
|
24
|
+
* /k8s-prod/oms-api-yy-prod/log
|
|
25
|
+
*/
|
|
5
26
|
mountDir?: string;
|
|
27
|
+
/**
|
|
28
|
+
* @remarks
|
|
29
|
+
* Specifies whether it is read-only.
|
|
30
|
+
*
|
|
31
|
+
* @example
|
|
32
|
+
* true
|
|
33
|
+
*/
|
|
6
34
|
readOnly?: boolean;
|
|
7
35
|
static names(): {
|
|
8
36
|
[key: string]: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WebOssmountPoint.js","sourceRoot":"","sources":["../../src/models/WebOssmountPoint.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,gBAAiB,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"WebOssmountPoint.js","sourceRoot":"","sources":["../../src/models/WebOssmountPoint.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,gBAAiB,SAAQ,KAAK,CAAC,KAAK;IAiC/C,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,YAAY;YACxB,UAAU,EAAE,YAAY;YACxB,QAAQ,EAAE,UAAU;YACpB,QAAQ,EAAE,UAAU;SACrB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,QAAQ;YACpB,UAAU,EAAE,QAAQ;YACpB,QAAQ,EAAE,QAAQ;YAClB,QAAQ,EAAE,SAAS;SACpB,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;AA1DD,4CA0DC"}
|
|
@@ -1,10 +1,20 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
export declare class WebScalingConfig extends $dara.Model {
|
|
3
3
|
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* The maximum number of instances.
|
|
6
|
+
*
|
|
4
7
|
* @example
|
|
5
8
|
* 10
|
|
6
9
|
*/
|
|
7
10
|
maximumInstanceCount?: number;
|
|
11
|
+
/**
|
|
12
|
+
* @remarks
|
|
13
|
+
* The minimum number of instances.
|
|
14
|
+
*
|
|
15
|
+
* @example
|
|
16
|
+
* 1
|
|
17
|
+
*/
|
|
8
18
|
minimumInstanceCount?: number;
|
|
9
19
|
static names(): {
|
|
10
20
|
[key: string]: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WebScalingConfig.js","sourceRoot":"","sources":["../../src/models/WebScalingConfig.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,gBAAiB,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"WebScalingConfig.js","sourceRoot":"","sources":["../../src/models/WebScalingConfig.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,gBAAiB,SAAQ,KAAK,CAAC,KAAK;IAiB/C,MAAM,CAAC,KAAK;QACV,OAAO;YACL,oBAAoB,EAAE,sBAAsB;YAC5C,oBAAoB,EAAE,sBAAsB;SAC7C,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,oBAAoB,EAAE,QAAQ;YAC9B,oBAAoB,EAAE,QAAQ;SAC/B,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,4CAsCC"}
|
|
@@ -1,8 +1,36 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
export declare class WebStaticsInfo extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* CPU usage
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* 1327
|
|
9
|
+
*/
|
|
3
10
|
cpuUsage?: number;
|
|
11
|
+
/**
|
|
12
|
+
* @remarks
|
|
13
|
+
* Indicates outbound traffic.
|
|
14
|
+
*
|
|
15
|
+
* @example
|
|
16
|
+
* 2792
|
|
17
|
+
*/
|
|
4
18
|
internetTrafficOut?: number;
|
|
19
|
+
/**
|
|
20
|
+
* @remarks
|
|
21
|
+
* The number of times that the SQL statement is invoked.
|
|
22
|
+
*
|
|
23
|
+
* @example
|
|
24
|
+
* 2
|
|
25
|
+
*/
|
|
5
26
|
invocations?: number;
|
|
27
|
+
/**
|
|
28
|
+
* @remarks
|
|
29
|
+
* The peak memory usage for the query.
|
|
30
|
+
*
|
|
31
|
+
* @example
|
|
32
|
+
* 5045929297920
|
|
33
|
+
*/
|
|
6
34
|
memoryUsage?: number;
|
|
7
35
|
static names(): {
|
|
8
36
|
[key: string]: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WebStaticsInfo.js","sourceRoot":"","sources":["../../src/models/WebStaticsInfo.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,cAAe,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"WebStaticsInfo.js","sourceRoot":"","sources":["../../src/models/WebStaticsInfo.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,cAAe,SAAQ,KAAK,CAAC,KAAK;IAiC7C,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,UAAU;YACpB,kBAAkB,EAAE,oBAAoB;YACxC,WAAW,EAAE,aAAa;YAC1B,WAAW,EAAE,aAAa;SAC3B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,QAAQ;YAClB,kBAAkB,EAAE,QAAQ;YAC5B,WAAW,EAAE,QAAQ;YACrB,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;AA1DD,wCA0DC"}
|
|
@@ -1,7 +1,25 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
export declare class WebTLSConfig extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* The supported cipher suites.
|
|
6
|
+
*/
|
|
3
7
|
cipherSuites?: string[];
|
|
8
|
+
/**
|
|
9
|
+
* @remarks
|
|
10
|
+
* The supported maximum TLS protocol version.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* TLSv1.3
|
|
14
|
+
*/
|
|
4
15
|
maxVersion?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @remarks
|
|
18
|
+
* The supported minimum TLS protocol version.
|
|
19
|
+
*
|
|
20
|
+
* @example
|
|
21
|
+
* TLSv1.0
|
|
22
|
+
*/
|
|
5
23
|
minVersion?: string;
|
|
6
24
|
static names(): {
|
|
7
25
|
[key: string]: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WebTlsconfig.js","sourceRoot":"","sources":["../../src/models/WebTlsconfig.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,YAAa,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"WebTlsconfig.js","sourceRoot":"","sources":["../../src/models/WebTlsconfig.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,YAAa,SAAQ,KAAK,CAAC,KAAK;IAsB3C,MAAM,CAAC,KAAK;QACV,OAAO;YACL,YAAY,EAAE,cAAc;YAC5B,UAAU,EAAE,YAAY;YACxB,UAAU,EAAE,YAAY;SACzB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,YAAY,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;YACvD,UAAU,EAAE,QAAQ;YACpB,UAAU,EAAE,QAAQ;SACrB,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;AAhDD,oCAgDC"}
|
|
@@ -2,14 +2,37 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
import { WebAclConfig } from "./WebAclConfig";
|
|
3
3
|
export declare class WebTrafficConfig extends $dara.Model {
|
|
4
4
|
/**
|
|
5
|
+
* @remarks
|
|
6
|
+
* The authentication type. Valid values:
|
|
7
|
+
*
|
|
8
|
+
* * **Anonymous**: does not require authentication.
|
|
9
|
+
* * **Application**: requires authentication.
|
|
10
|
+
*
|
|
11
|
+
* > The default value is **Anonymous**.
|
|
12
|
+
*
|
|
5
13
|
* @example
|
|
6
14
|
* Anonymous
|
|
7
15
|
*/
|
|
8
16
|
authType?: string;
|
|
17
|
+
/**
|
|
18
|
+
* @remarks
|
|
19
|
+
* Specifies whether to disable access to the default Internet domain. If you set this parameter to true, a 403 error is returned if you access the default public URL provided by the function. A value of false does not have affect the running of the function.
|
|
20
|
+
*
|
|
21
|
+
* @example
|
|
22
|
+
* true
|
|
23
|
+
*/
|
|
9
24
|
disableInternetURL?: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* @remarks
|
|
27
|
+
* Specifies the traffic weight of applications in different versions. The sum of traffic weight for all versions must be 100%.
|
|
28
|
+
*/
|
|
10
29
|
revisionsTrafficWeight?: {
|
|
11
30
|
[key: string]: number;
|
|
12
31
|
};
|
|
32
|
+
/**
|
|
33
|
+
* @remarks
|
|
34
|
+
* The configurations of IP ACL whitelist.
|
|
35
|
+
*/
|
|
13
36
|
webAclConfig?: WebAclConfig;
|
|
14
37
|
static names(): {
|
|
15
38
|
[key: string]: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WebTrafficConfig.js","sourceRoot":"","sources":["../../src/models/WebTrafficConfig.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,iDAA8C;AAG9C,MAAa,gBAAiB,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"WebTrafficConfig.js","sourceRoot":"","sources":["../../src/models/WebTrafficConfig.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,iDAA8C;AAG9C,MAAa,gBAAiB,SAAQ,KAAK,CAAC,KAAK;IAgC/C,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,UAAU;YACpB,kBAAkB,EAAE,oBAAoB;YACxC,sBAAsB,EAAE,wBAAwB;YAChD,YAAY,EAAE,cAAc;SAC7B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,QAAQ;YAClB,kBAAkB,EAAE,SAAS;YAC7B,sBAAsB,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,WAAW,EAAE,QAAQ,EAAE;YACrF,YAAY,EAAE,2BAAY;SAC3B,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,sBAAsB,EAAE,CAAC;YAC/B,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC;QACvD,CAAC;QACD,IAAG,IAAI,CAAC,YAAY,IAAI,OAAQ,IAAI,CAAC,YAAoB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACjF,IAAI,CAAC,YAAoB,CAAC,QAAQ,EAAE,CAAC;QACxC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA/DD,4CA+DC"}
|
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
export declare class WebVersionStatus extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* The error message of the application execution. If the execution is successful, a null value is returned.
|
|
6
|
+
*/
|
|
3
7
|
errorMessage?: string;
|
|
8
|
+
/**
|
|
9
|
+
* @remarks
|
|
10
|
+
* The state of the application execution. Valid values:
|
|
11
|
+
*
|
|
12
|
+
* * **Completed**: The execution is successful.
|
|
13
|
+
* * **Updating**:The instance is being updated.
|
|
14
|
+
* * **Updating**:The execution failed and a non-null error message is returned.
|
|
15
|
+
*
|
|
16
|
+
* @example
|
|
17
|
+
* Completed
|
|
18
|
+
*/
|
|
4
19
|
status?: string;
|
|
5
20
|
static names(): {
|
|
6
21
|
[key: string]: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WebVersionStatus.js","sourceRoot":"","sources":["../../src/models/WebVersionStatus.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,gBAAiB,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"WebVersionStatus.js","sourceRoot":"","sources":["../../src/models/WebVersionStatus.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,gBAAiB,SAAQ,KAAK,CAAC,KAAK;IAkB/C,MAAM,CAAC,KAAK;QACV,OAAO;YACL,YAAY,EAAE,cAAc;YAC5B,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,YAAY,EAAE,QAAQ;YACtB,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;AAvCD,4CAuCC"}
|
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
export declare class WebWAFConfig extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* Specifies whether to enable Web Application Firewall (WAF). Valid values:
|
|
6
|
+
*
|
|
7
|
+
* * **true**: enables WAF.
|
|
8
|
+
* * **false**: disables WAF.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* true
|
|
12
|
+
*/
|
|
3
13
|
enableWAF?: boolean;
|
|
4
14
|
static names(): {
|
|
5
15
|
[key: string]: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WebWafconfig.js","sourceRoot":"","sources":["../../src/models/WebWafconfig.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,YAAa,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"WebWafconfig.js","sourceRoot":"","sources":["../../src/models/WebWafconfig.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,YAAa,SAAQ,KAAK,CAAC,KAAK;IAY3C,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,SAAS;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;AA/BD,oCA+BC"}
|
package/dist/models/model.d.ts
CHANGED
|
@@ -372,6 +372,7 @@ export { OSSMountPoint } from './OssmountPoint';
|
|
|
372
372
|
export { PathConfig } from './PathConfig';
|
|
373
373
|
export { PermissionAssistantApi } from './PermissionAssistantApi';
|
|
374
374
|
export { PolicyItem } from './PolicyItem';
|
|
375
|
+
export { PortProtocol } from './PortProtocol';
|
|
375
376
|
export { PriceEstimateFeature } from './PriceEstimateFeature';
|
|
376
377
|
export { PriceEstimateOutput } from './PriceEstimateOutput';
|
|
377
378
|
export { Probe } from './Probe';
|