@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.
Files changed (223) hide show
  1. package/dist/client.d.ts +34 -26
  2. package/dist/client.js +52 -26
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/Container.d.ts +47 -0
  5. package/dist/models/Container.js.map +1 -1
  6. package/dist/models/ContainerResources.d.ts +24 -1
  7. package/dist/models/ContainerResources.js.map +1 -1
  8. package/dist/models/CreateApplicationRequest.d.ts +3 -0
  9. package/dist/models/CreateApplicationRequest.js +5 -0
  10. package/dist/models/CreateApplicationRequest.js.map +1 -1
  11. package/dist/models/CreateApplicationShrinkRequest.d.ts +1 -0
  12. package/dist/models/CreateApplicationShrinkRequest.js +2 -0
  13. package/dist/models/CreateApplicationShrinkRequest.js.map +1 -1
  14. package/dist/models/CreateWebApplicationInput.d.ts +21 -0
  15. package/dist/models/CreateWebApplicationInput.js.map +1 -1
  16. package/dist/models/CreateWebCustomDomainInput.d.ts +32 -0
  17. package/dist/models/CreateWebCustomDomainInput.js.map +1 -1
  18. package/dist/models/DeployApplicationRequest.d.ts +3 -0
  19. package/dist/models/DeployApplicationRequest.js +5 -0
  20. package/dist/models/DeployApplicationRequest.js.map +1 -1
  21. package/dist/models/DeployApplicationShrinkRequest.d.ts +1 -0
  22. package/dist/models/DeployApplicationShrinkRequest.js +2 -0
  23. package/dist/models/DeployApplicationShrinkRequest.js.map +1 -1
  24. package/dist/models/DescribeApplicationConfigResponseBody.d.ts +3 -0
  25. package/dist/models/DescribeApplicationConfigResponseBody.js +5 -0
  26. package/dist/models/DescribeApplicationConfigResponseBody.js.map +1 -1
  27. package/dist/models/DescribeConfigurationPriceRequest.d.ts +2 -0
  28. package/dist/models/DescribeConfigurationPriceRequest.js +4 -0
  29. package/dist/models/DescribeConfigurationPriceRequest.js.map +1 -1
  30. package/dist/models/DescribeInstanceLogsOutput.d.ts +4 -0
  31. package/dist/models/DescribeInstanceLogsOutput.js.map +1 -1
  32. package/dist/models/DescribeRegionsResponseBody.d.ts +0 -56
  33. package/dist/models/DescribeRegionsResponseBody.js.map +1 -1
  34. package/dist/models/DescribeWebAppStaticsOutput.d.ts +11 -0
  35. package/dist/models/DescribeWebAppStaticsOutput.js.map +1 -1
  36. package/dist/models/DescribeWebStaticsQueryOutput.d.ts +11 -0
  37. package/dist/models/DescribeWebStaticsQueryOutput.js.map +1 -1
  38. package/dist/models/HttpgetAction.d.ts +32 -0
  39. package/dist/models/HttpgetAction.js.map +1 -1
  40. package/dist/models/Httpheader.d.ts +14 -0
  41. package/dist/models/Httpheader.js.map +1 -1
  42. package/dist/models/ListWebApplicationInstancesBody.d.ts +43 -0
  43. package/dist/models/ListWebApplicationInstancesBody.js.map +1 -1
  44. package/dist/models/ListWebApplicationRevisionsBody.d.ts +32 -0
  45. package/dist/models/ListWebApplicationRevisionsBody.js.map +1 -1
  46. package/dist/models/ListWebApplicationRevisionsOutput.d.ts +11 -0
  47. package/dist/models/ListWebApplicationRevisionsOutput.js.map +1 -1
  48. package/dist/models/ListWebApplicationsBody.d.ts +43 -0
  49. package/dist/models/ListWebApplicationsBody.js.map +1 -1
  50. package/dist/models/ListWebApplicationsOutput.d.ts +11 -0
  51. package/dist/models/ListWebApplicationsOutput.js.map +1 -1
  52. package/dist/models/ListWebCustomDomainBody.d.ts +43 -0
  53. package/dist/models/ListWebCustomDomainBody.js.map +1 -1
  54. package/dist/models/ListWebCustomDomainOutput.d.ts +11 -0
  55. package/dist/models/ListWebCustomDomainOutput.js.map +1 -1
  56. package/dist/models/ListWebInstancesOutput.d.ts +12 -0
  57. package/dist/models/ListWebInstancesOutput.js.map +1 -1
  58. package/dist/models/MetricsCollectConfig.d.ts +16 -0
  59. package/dist/models/MetricsCollectConfig.js.map +1 -1
  60. package/dist/models/PathConfig.d.ts +14 -0
  61. package/dist/models/PathConfig.js.map +1 -1
  62. package/dist/models/PortProtocol.d.ts +16 -0
  63. package/dist/models/PortProtocol.js +62 -0
  64. package/dist/models/PortProtocol.js.map +1 -0
  65. package/dist/models/ProbeHandler.d.ts +8 -0
  66. package/dist/models/ProbeHandler.js.map +1 -1
  67. package/dist/models/PublishWebApplicationRevisionInput.d.ts +19 -0
  68. package/dist/models/PublishWebApplicationRevisionInput.js.map +1 -1
  69. package/dist/models/Revision.d.ts +32 -0
  70. package/dist/models/Revision.js.map +1 -1
  71. package/dist/models/RevisionConfig.d.ts +18 -0
  72. package/dist/models/RevisionConfig.js.map +1 -1
  73. package/dist/models/RouteConfig.d.ts +4 -0
  74. package/dist/models/RouteConfig.js.map +1 -1
  75. package/dist/models/SidecarContainerConfig.d.ts +70 -0
  76. package/dist/models/SidecarContainerConfig.js.map +1 -1
  77. package/dist/models/SlscollectConfig.d.ts +50 -0
  78. package/dist/models/SlscollectConfig.js.map +1 -1
  79. package/dist/models/SlscollectConfigs.d.ts +4 -0
  80. package/dist/models/SlscollectConfigs.js.map +1 -1
  81. package/dist/models/StartupProbe.d.ts +32 -0
  82. package/dist/models/StartupProbe.js.map +1 -1
  83. package/dist/models/TcpsocketAction.d.ts +14 -0
  84. package/dist/models/TcpsocketAction.js.map +1 -1
  85. package/dist/models/UpdateWebApplicationInput.d.ts +7 -0
  86. package/dist/models/UpdateWebApplicationInput.js.map +1 -1
  87. package/dist/models/UpdateWebApplicationScalingConfigInput.d.ts +7 -0
  88. package/dist/models/UpdateWebApplicationScalingConfigInput.js.map +1 -1
  89. package/dist/models/UpdateWebApplicationTrafficConfigInput.d.ts +18 -0
  90. package/dist/models/UpdateWebApplicationTrafficConfigInput.js.map +1 -1
  91. package/dist/models/UpdateWebCustomDomainInput.d.ts +30 -0
  92. package/dist/models/UpdateWebCustomDomainInput.js.map +1 -1
  93. package/dist/models/WebAclConfig.d.ts +2 -0
  94. package/dist/models/WebAclConfig.js.map +1 -1
  95. package/dist/models/WebAclEntryConfig.d.ts +4 -0
  96. package/dist/models/WebAclEntryConfig.js.map +1 -1
  97. package/dist/models/WebApplication.d.ts +71 -0
  98. package/dist/models/WebApplication.js.map +1 -1
  99. package/dist/models/WebApplicationBody.d.ts +43 -0
  100. package/dist/models/WebApplicationBody.js.map +1 -1
  101. package/dist/models/WebApplicationInstanceLogsBody.d.ts +43 -0
  102. package/dist/models/WebApplicationInstanceLogsBody.js.map +1 -1
  103. package/dist/models/WebApplicationResourceStaticsBody.d.ts +43 -0
  104. package/dist/models/WebApplicationResourceStaticsBody.js.map +1 -1
  105. package/dist/models/WebApplicationRevisionBody.d.ts +32 -0
  106. package/dist/models/WebApplicationRevisionBody.js.map +1 -1
  107. package/dist/models/WebApplicationScalingConfigBody.d.ts +43 -0
  108. package/dist/models/WebApplicationScalingConfigBody.js.map +1 -1
  109. package/dist/models/WebApplicationStatus.d.ts +11 -0
  110. package/dist/models/WebApplicationStatus.js.map +1 -1
  111. package/dist/models/WebApplicationTrafficConfigBody.d.ts +43 -0
  112. package/dist/models/WebApplicationTrafficConfigBody.js.map +1 -1
  113. package/dist/models/WebApplicationWithInstanceCount.d.ts +11 -0
  114. package/dist/models/WebApplicationWithInstanceCount.js.map +1 -1
  115. package/dist/models/WebApplicationWithStatus.d.ts +8 -0
  116. package/dist/models/WebApplicationWithStatus.js.map +1 -1
  117. package/dist/models/WebCertConfig.d.ts +24 -0
  118. package/dist/models/WebCertConfig.js.map +1 -1
  119. package/dist/models/WebCustomDomain.d.ts +41 -0
  120. package/dist/models/WebCustomDomain.js.map +1 -1
  121. package/dist/models/WebCustomDomainBody.d.ts +43 -0
  122. package/dist/models/WebCustomDomainBody.js.map +1 -1
  123. package/dist/models/WebInstanceInfo.d.ts +21 -1
  124. package/dist/models/WebInstanceInfo.js.map +1 -1
  125. package/dist/models/WebLogEntry.d.ts +10 -0
  126. package/dist/models/WebLogEntry.js.map +1 -1
  127. package/dist/models/WebNasconfig.d.ts +4 -0
  128. package/dist/models/WebNasconfig.js.map +1 -1
  129. package/dist/models/WebNasmountPoint.d.ts +21 -0
  130. package/dist/models/WebNasmountPoint.js.map +1 -1
  131. package/dist/models/WebNetworkConfig.d.ts +13 -0
  132. package/dist/models/WebNetworkConfig.js.map +1 -1
  133. package/dist/models/WebOssconfig.d.ts +4 -0
  134. package/dist/models/WebOssconfig.js.map +1 -1
  135. package/dist/models/WebOssmountPoint.d.ts +28 -0
  136. package/dist/models/WebOssmountPoint.js.map +1 -1
  137. package/dist/models/WebScalingConfig.d.ts +10 -0
  138. package/dist/models/WebScalingConfig.js.map +1 -1
  139. package/dist/models/WebStaticsInfo.d.ts +28 -0
  140. package/dist/models/WebStaticsInfo.js.map +1 -1
  141. package/dist/models/WebTlsconfig.d.ts +18 -0
  142. package/dist/models/WebTlsconfig.js.map +1 -1
  143. package/dist/models/WebTrafficConfig.d.ts +23 -0
  144. package/dist/models/WebTrafficConfig.js.map +1 -1
  145. package/dist/models/WebVersionStatus.d.ts +15 -0
  146. package/dist/models/WebVersionStatus.js.map +1 -1
  147. package/dist/models/WebWafconfig.d.ts +10 -0
  148. package/dist/models/WebWafconfig.js.map +1 -1
  149. package/dist/models/model.d.ts +1 -0
  150. package/dist/models/model.js +13 -11
  151. package/dist/models/model.js.map +1 -1
  152. package/package.json +1 -1
  153. package/src/client.ts +58 -26
  154. package/src/models/Container.ts +47 -0
  155. package/src/models/ContainerResources.ts +24 -1
  156. package/src/models/CreateApplicationRequest.ts +6 -0
  157. package/src/models/CreateApplicationShrinkRequest.ts +3 -0
  158. package/src/models/CreateWebApplicationInput.ts +21 -0
  159. package/src/models/CreateWebCustomDomainInput.ts +32 -0
  160. package/src/models/DeployApplicationRequest.ts +6 -0
  161. package/src/models/DeployApplicationShrinkRequest.ts +3 -0
  162. package/src/models/DescribeApplicationConfigResponseBody.ts +6 -0
  163. package/src/models/DescribeConfigurationPriceRequest.ts +6 -0
  164. package/src/models/DescribeInstanceLogsOutput.ts +4 -0
  165. package/src/models/DescribeRegionsResponseBody.ts +0 -56
  166. package/src/models/DescribeWebAppStaticsOutput.ts +11 -0
  167. package/src/models/DescribeWebStaticsQueryOutput.ts +11 -0
  168. package/src/models/HttpgetAction.ts +32 -0
  169. package/src/models/Httpheader.ts +14 -0
  170. package/src/models/ListWebApplicationInstancesBody.ts +43 -0
  171. package/src/models/ListWebApplicationRevisionsBody.ts +32 -0
  172. package/src/models/ListWebApplicationRevisionsOutput.ts +11 -0
  173. package/src/models/ListWebApplicationsBody.ts +43 -0
  174. package/src/models/ListWebApplicationsOutput.ts +11 -0
  175. package/src/models/ListWebCustomDomainBody.ts +43 -0
  176. package/src/models/ListWebCustomDomainOutput.ts +11 -0
  177. package/src/models/ListWebInstancesOutput.ts +12 -0
  178. package/src/models/MetricsCollectConfig.ts +16 -0
  179. package/src/models/PathConfig.ts +14 -0
  180. package/src/models/PortProtocol.ts +33 -0
  181. package/src/models/ProbeHandler.ts +8 -0
  182. package/src/models/PublishWebApplicationRevisionInput.ts +19 -0
  183. package/src/models/Revision.ts +32 -0
  184. package/src/models/RevisionConfig.ts +18 -0
  185. package/src/models/RouteConfig.ts +4 -0
  186. package/src/models/SidecarContainerConfig.ts +70 -0
  187. package/src/models/SlscollectConfig.ts +50 -0
  188. package/src/models/SlscollectConfigs.ts +4 -0
  189. package/src/models/StartupProbe.ts +32 -0
  190. package/src/models/TcpsocketAction.ts +14 -0
  191. package/src/models/UpdateWebApplicationInput.ts +7 -0
  192. package/src/models/UpdateWebApplicationScalingConfigInput.ts +7 -0
  193. package/src/models/UpdateWebApplicationTrafficConfigInput.ts +18 -0
  194. package/src/models/UpdateWebCustomDomainInput.ts +30 -0
  195. package/src/models/WebAclConfig.ts +2 -0
  196. package/src/models/WebAclEntryConfig.ts +4 -0
  197. package/src/models/WebApplication.ts +71 -0
  198. package/src/models/WebApplicationBody.ts +43 -0
  199. package/src/models/WebApplicationInstanceLogsBody.ts +43 -0
  200. package/src/models/WebApplicationResourceStaticsBody.ts +43 -0
  201. package/src/models/WebApplicationRevisionBody.ts +32 -0
  202. package/src/models/WebApplicationScalingConfigBody.ts +43 -0
  203. package/src/models/WebApplicationStatus.ts +11 -0
  204. package/src/models/WebApplicationTrafficConfigBody.ts +43 -0
  205. package/src/models/WebApplicationWithInstanceCount.ts +11 -0
  206. package/src/models/WebApplicationWithStatus.ts +8 -0
  207. package/src/models/WebCertConfig.ts +24 -0
  208. package/src/models/WebCustomDomain.ts +41 -0
  209. package/src/models/WebCustomDomainBody.ts +43 -0
  210. package/src/models/WebInstanceInfo.ts +21 -1
  211. package/src/models/WebLogEntry.ts +10 -0
  212. package/src/models/WebNasconfig.ts +4 -0
  213. package/src/models/WebNasmountPoint.ts +21 -0
  214. package/src/models/WebNetworkConfig.ts +13 -0
  215. package/src/models/WebOssconfig.ts +4 -0
  216. package/src/models/WebOssmountPoint.ts +28 -0
  217. package/src/models/WebScalingConfig.ts +10 -0
  218. package/src/models/WebStaticsInfo.ts +28 -0
  219. package/src/models/WebTlsconfig.ts +18 -0
  220. package/src/models/WebTrafficConfig.ts +23 -0
  221. package/src/models/WebVersionStatus.ts +15 -0
  222. package/src/models/WebWafconfig.ts +10 -0
  223. 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-3021e147e0c3
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 {
@@ -4,6 +4,10 @@ import { WebNASMountPoint } from "./WebNasmountPoint";
4
4
 
5
5
 
6
6
  export class WebNASConfig extends $dara.Model {
7
+ /**
8
+ * @remarks
9
+ * The mount targets.
10
+ */
7
11
  mountPoints?: WebNASMountPoint[];
8
12
  static names(): { [key: string]: string } {
9
13
  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 {
@@ -4,6 +4,10 @@ import { WebOSSMountPoint } from "./WebOssmountPoint";
4
4
 
5
5
 
6
6
  export class WebOSSConfig extends $dara.Model {
7
+ /**
8
+ * @remarks
9
+ * The mount point.
10
+ */
7
11
  mountPoints?: WebOSSMountPoint[];
8
12
  static names(): { [key: string]: string } {
9
13
  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 {
@@ -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';