@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
|
@@ -4,10 +4,53 @@ import { WebCustomDomain } from "./WebCustomDomain";
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
export class WebCustomDomainBody extends $dara.Model {
|
|
7
|
+
/**
|
|
8
|
+
* @remarks
|
|
9
|
+
* The HTTP status code. Valid values:
|
|
10
|
+
*
|
|
11
|
+
* * **2xx**: The request was successful.
|
|
12
|
+
* * **3xx**: The request was redirected.
|
|
13
|
+
* * **4xx**: The request failed.
|
|
14
|
+
* * **5xx**: A server error occurred.
|
|
15
|
+
*
|
|
16
|
+
* @example
|
|
17
|
+
* 200
|
|
18
|
+
*/
|
|
7
19
|
code?: number;
|
|
20
|
+
/**
|
|
21
|
+
* @remarks
|
|
22
|
+
* The data returned for the operation.
|
|
23
|
+
*/
|
|
8
24
|
data?: WebCustomDomain;
|
|
25
|
+
/**
|
|
26
|
+
* @remarks
|
|
27
|
+
* The message returned for the operation. Valid values:
|
|
28
|
+
*
|
|
29
|
+
* * success is returned when the request succeeds.
|
|
30
|
+
* * An error code is returned if the request failed.
|
|
31
|
+
*
|
|
32
|
+
* @example
|
|
33
|
+
* success
|
|
34
|
+
*/
|
|
9
35
|
message?: string;
|
|
36
|
+
/**
|
|
37
|
+
* @remarks
|
|
38
|
+
* The ID of the request.
|
|
39
|
+
*
|
|
40
|
+
* @example
|
|
41
|
+
* 91F93257-7A4A-4BD3-9A7E-2F6EAE6D****
|
|
42
|
+
*/
|
|
10
43
|
requestId?: string;
|
|
44
|
+
/**
|
|
45
|
+
* @remarks
|
|
46
|
+
* Indicates whether the call was successful. Valid values:
|
|
47
|
+
*
|
|
48
|
+
* * **true**: The request is successful.
|
|
49
|
+
* * **false**: The request failed.
|
|
50
|
+
*
|
|
51
|
+
* @example
|
|
52
|
+
* true
|
|
53
|
+
*/
|
|
11
54
|
success?: boolean;
|
|
12
55
|
static names(): { [key: string]: string } {
|
|
13
56
|
return {
|
|
@@ -3,14 +3,34 @@ import * as $dara from '@darabonba/typescript';
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
export class WebInstanceInfo extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* The instance image.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* registry.cn-hangzhou.aliyuncs.com/sae_test/******:0.0.1
|
|
12
|
+
*/
|
|
6
13
|
imageUrl?: string;
|
|
7
14
|
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* The ID of the application instance.
|
|
17
|
+
*
|
|
8
18
|
* @example
|
|
9
|
-
* c-66691780-1522405d-
|
|
19
|
+
* c-66691780-1522405d-3021e1******
|
|
10
20
|
*/
|
|
11
21
|
instanceId?: string;
|
|
22
|
+
/**
|
|
23
|
+
* @remarks
|
|
24
|
+
* The instance status.
|
|
25
|
+
*
|
|
26
|
+
* @example
|
|
27
|
+
* Idle
|
|
28
|
+
*/
|
|
12
29
|
status?: string;
|
|
13
30
|
/**
|
|
31
|
+
* @remarks
|
|
32
|
+
* The ID of the application version.
|
|
33
|
+
*
|
|
14
34
|
* @example
|
|
15
35
|
* 1
|
|
16
36
|
*/
|
|
@@ -3,6 +3,16 @@ import * as $dara from '@darabonba/typescript';
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
export class WebLogEntry extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* The message returned. Valid values:
|
|
9
|
+
*
|
|
10
|
+
* * If the request was successful, a success message is returned.
|
|
11
|
+
* * If the request failed, an error code is returned.
|
|
12
|
+
*
|
|
13
|
+
* @example
|
|
14
|
+
* success
|
|
15
|
+
*/
|
|
6
16
|
message?: string;
|
|
7
17
|
static names(): { [key: string]: string } {
|
|
8
18
|
return {
|
|
@@ -3,8 +3,29 @@ import * as $dara from '@darabonba/typescript';
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
export class WebNASMountPoint extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* The local mount directory.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* /test/consumer/log
|
|
12
|
+
*/
|
|
6
13
|
mountDir?: string;
|
|
14
|
+
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* The mount target.
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* /home
|
|
20
|
+
*/
|
|
7
21
|
nasAddr?: string;
|
|
22
|
+
/**
|
|
23
|
+
* @remarks
|
|
24
|
+
* The mount directory.
|
|
25
|
+
*
|
|
26
|
+
* @example
|
|
27
|
+
* /
|
|
28
|
+
*/
|
|
8
29
|
nasPath?: string;
|
|
9
30
|
static names(): { [key: string]: string } {
|
|
10
31
|
return {
|
|
@@ -4,15 +4,28 @@ import * as $dara from '@darabonba/typescript';
|
|
|
4
4
|
|
|
5
5
|
export class WebNetworkConfig extends $dara.Model {
|
|
6
6
|
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* Specifies whether to enable Internet access for the application. Valid values:
|
|
9
|
+
*
|
|
10
|
+
* * **true**: enables Internet access.
|
|
11
|
+
* * **false**: disables Internet access.
|
|
12
|
+
*
|
|
7
13
|
* @example
|
|
8
14
|
* true
|
|
9
15
|
*/
|
|
10
16
|
internetAccess?: boolean;
|
|
11
17
|
/**
|
|
18
|
+
* @remarks
|
|
19
|
+
* The ID of a security group.
|
|
20
|
+
*
|
|
12
21
|
* @example
|
|
13
22
|
* sg-bp18hj1wtxgy3b0***
|
|
14
23
|
*/
|
|
15
24
|
securityGroupId?: string;
|
|
25
|
+
/**
|
|
26
|
+
* @remarks
|
|
27
|
+
* The list of vSwitches.
|
|
28
|
+
*/
|
|
16
29
|
vSwitchIds?: string[];
|
|
17
30
|
static names(): { [key: string]: string } {
|
|
18
31
|
return {
|
|
@@ -3,9 +3,37 @@ import * as $dara from '@darabonba/typescript';
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
export class WebOSSMountPoint extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* The name of the bucket.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* gcx-pic-test
|
|
12
|
+
*/
|
|
6
13
|
bucketName?: string;
|
|
14
|
+
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* The storage path in an OSS bucket.
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* billing-2023-11-06_17:30:18-rn7wG8
|
|
20
|
+
*/
|
|
7
21
|
bucketPath?: string;
|
|
22
|
+
/**
|
|
23
|
+
* @remarks
|
|
24
|
+
* The local mount directory.
|
|
25
|
+
*
|
|
26
|
+
* @example
|
|
27
|
+
* /k8s-prod/oms-api-yy-prod/log
|
|
28
|
+
*/
|
|
8
29
|
mountDir?: string;
|
|
30
|
+
/**
|
|
31
|
+
* @remarks
|
|
32
|
+
* Specifies whether it is read-only.
|
|
33
|
+
*
|
|
34
|
+
* @example
|
|
35
|
+
* true
|
|
36
|
+
*/
|
|
9
37
|
readOnly?: boolean;
|
|
10
38
|
static names(): { [key: string]: string } {
|
|
11
39
|
return {
|
|
@@ -4,10 +4,20 @@ import * as $dara from '@darabonba/typescript';
|
|
|
4
4
|
|
|
5
5
|
export class WebScalingConfig extends $dara.Model {
|
|
6
6
|
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* The maximum number of instances.
|
|
9
|
+
*
|
|
7
10
|
* @example
|
|
8
11
|
* 10
|
|
9
12
|
*/
|
|
10
13
|
maximumInstanceCount?: number;
|
|
14
|
+
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* The minimum number of instances.
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* 1
|
|
20
|
+
*/
|
|
11
21
|
minimumInstanceCount?: number;
|
|
12
22
|
static names(): { [key: string]: string } {
|
|
13
23
|
return {
|
|
@@ -3,9 +3,37 @@ import * as $dara from '@darabonba/typescript';
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
export class WebStaticsInfo extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* CPU usage
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* 1327
|
|
12
|
+
*/
|
|
6
13
|
cpuUsage?: number;
|
|
14
|
+
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* Indicates outbound traffic.
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* 2792
|
|
20
|
+
*/
|
|
7
21
|
internetTrafficOut?: number;
|
|
22
|
+
/**
|
|
23
|
+
* @remarks
|
|
24
|
+
* The number of times that the SQL statement is invoked.
|
|
25
|
+
*
|
|
26
|
+
* @example
|
|
27
|
+
* 2
|
|
28
|
+
*/
|
|
8
29
|
invocations?: number;
|
|
30
|
+
/**
|
|
31
|
+
* @remarks
|
|
32
|
+
* The peak memory usage for the query.
|
|
33
|
+
*
|
|
34
|
+
* @example
|
|
35
|
+
* 5045929297920
|
|
36
|
+
*/
|
|
9
37
|
memoryUsage?: number;
|
|
10
38
|
static names(): { [key: string]: string } {
|
|
11
39
|
return {
|
|
@@ -3,8 +3,26 @@ import * as $dara from '@darabonba/typescript';
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
export class WebTLSConfig extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* The supported cipher suites.
|
|
9
|
+
*/
|
|
6
10
|
cipherSuites?: string[];
|
|
11
|
+
/**
|
|
12
|
+
* @remarks
|
|
13
|
+
* The supported maximum TLS protocol version.
|
|
14
|
+
*
|
|
15
|
+
* @example
|
|
16
|
+
* TLSv1.3
|
|
17
|
+
*/
|
|
7
18
|
maxVersion?: string;
|
|
19
|
+
/**
|
|
20
|
+
* @remarks
|
|
21
|
+
* The supported minimum TLS protocol version.
|
|
22
|
+
*
|
|
23
|
+
* @example
|
|
24
|
+
* TLSv1.0
|
|
25
|
+
*/
|
|
8
26
|
minVersion?: string;
|
|
9
27
|
static names(): { [key: string]: string } {
|
|
10
28
|
return {
|
|
@@ -5,12 +5,35 @@ import { WebAclConfig } from "./WebAclConfig";
|
|
|
5
5
|
|
|
6
6
|
export class WebTrafficConfig extends $dara.Model {
|
|
7
7
|
/**
|
|
8
|
+
* @remarks
|
|
9
|
+
* The authentication type. Valid values:
|
|
10
|
+
*
|
|
11
|
+
* * **Anonymous**: does not require authentication.
|
|
12
|
+
* * **Application**: requires authentication.
|
|
13
|
+
*
|
|
14
|
+
* > The default value is **Anonymous**.
|
|
15
|
+
*
|
|
8
16
|
* @example
|
|
9
17
|
* Anonymous
|
|
10
18
|
*/
|
|
11
19
|
authType?: string;
|
|
20
|
+
/**
|
|
21
|
+
* @remarks
|
|
22
|
+
* 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.
|
|
23
|
+
*
|
|
24
|
+
* @example
|
|
25
|
+
* true
|
|
26
|
+
*/
|
|
12
27
|
disableInternetURL?: boolean;
|
|
28
|
+
/**
|
|
29
|
+
* @remarks
|
|
30
|
+
* Specifies the traffic weight of applications in different versions. The sum of traffic weight for all versions must be 100%.
|
|
31
|
+
*/
|
|
13
32
|
revisionsTrafficWeight?: { [key: string]: number };
|
|
33
|
+
/**
|
|
34
|
+
* @remarks
|
|
35
|
+
* The configurations of IP ACL whitelist.
|
|
36
|
+
*/
|
|
14
37
|
webAclConfig?: WebAclConfig;
|
|
15
38
|
static names(): { [key: string]: string } {
|
|
16
39
|
return {
|
|
@@ -3,7 +3,22 @@ import * as $dara from '@darabonba/typescript';
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
export class WebVersionStatus extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* The error message of the application execution. If the execution is successful, a null value is returned.
|
|
9
|
+
*/
|
|
6
10
|
errorMessage?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @remarks
|
|
13
|
+
* The state of the application execution. Valid values:
|
|
14
|
+
*
|
|
15
|
+
* * **Completed**: The execution is successful.
|
|
16
|
+
* * **Updating**:The instance is being updated.
|
|
17
|
+
* * **Updating**:The execution failed and a non-null error message is returned.
|
|
18
|
+
*
|
|
19
|
+
* @example
|
|
20
|
+
* Completed
|
|
21
|
+
*/
|
|
7
22
|
status?: string;
|
|
8
23
|
static names(): { [key: string]: string } {
|
|
9
24
|
return {
|
|
@@ -3,6 +3,16 @@ import * as $dara from '@darabonba/typescript';
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
export class WebWAFConfig extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* Specifies whether to enable Web Application Firewall (WAF). Valid values:
|
|
9
|
+
*
|
|
10
|
+
* * **true**: enables WAF.
|
|
11
|
+
* * **false**: disables WAF.
|
|
12
|
+
*
|
|
13
|
+
* @example
|
|
14
|
+
* true
|
|
15
|
+
*/
|
|
6
16
|
enableWAF?: boolean;
|
|
7
17
|
static names(): { [key: string]: string } {
|
|
8
18
|
return {
|
package/src/models/model.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';
|