@byteplus/pulumi-bytepluscc 0.0.36 → 0.0.37

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 (144) hide show
  1. package/alb/acl.d.ts +20 -21
  2. package/alb/acl.js +2 -2
  3. package/alb/acl.js.map +1 -1
  4. package/alb/certificate.d.ts +19 -3
  5. package/alb/certificate.js +3 -4
  6. package/alb/certificate.js.map +1 -1
  7. package/alb/getAcl.d.ts +11 -11
  8. package/alb/getCertificate.d.ts +5 -1
  9. package/alb/getCertificate.js.map +1 -1
  10. package/alb/getListener.d.ts +20 -20
  11. package/alb/getServerGroup.d.ts +9 -9
  12. package/alb/listener.d.ts +52 -52
  13. package/alb/listener.js +1 -1
  14. package/alb/serverGroup.d.ts +24 -24
  15. package/alb/serverGroup.js +1 -1
  16. package/bmq/getGroup.d.ts +10 -10
  17. package/bmq/getInstance.d.ts +13 -13
  18. package/bmq/group.d.ts +23 -43
  19. package/bmq/group.js +1 -21
  20. package/bmq/group.js.map +1 -1
  21. package/bmq/instance.d.ts +44 -44
  22. package/bmq/instance.js +6 -6
  23. package/cloudidentity/userProvisioning.d.ts +2 -2
  24. package/cloudidentity/userProvisioning.js +2 -2
  25. package/cloudmonitor/getRule.d.ts +11 -11
  26. package/cloudmonitor/rule.d.ts +33 -33
  27. package/cr/getRegistry.d.ts +11 -11
  28. package/cr/registry.d.ts +28 -28
  29. package/cr/registry.js +1 -1
  30. package/directconnect/connection.d.ts +332 -0
  31. package/directconnect/connection.js +163 -0
  32. package/directconnect/connection.js.map +1 -0
  33. package/directconnect/getConnection.d.ts +145 -0
  34. package/directconnect/getConnection.js +28 -0
  35. package/directconnect/getConnection.js.map +1 -0
  36. package/directconnect/getConnections.d.ts +22 -0
  37. package/directconnect/getConnections.js +24 -0
  38. package/directconnect/getConnections.js.map +1 -0
  39. package/directconnect/index.d.ts +9 -0
  40. package/directconnect/index.js +12 -1
  41. package/directconnect/index.js.map +1 -1
  42. package/fwcenter/addressBook.d.ts +210 -0
  43. package/fwcenter/addressBook.js +115 -0
  44. package/fwcenter/addressBook.js.map +1 -0
  45. package/fwcenter/controlPolicy.d.ts +437 -0
  46. package/fwcenter/controlPolicy.js +183 -0
  47. package/fwcenter/controlPolicy.js.map +1 -0
  48. package/fwcenter/getAddressBook.d.ts +93 -0
  49. package/fwcenter/getAddressBook.js +28 -0
  50. package/fwcenter/getAddressBook.js.map +1 -0
  51. package/fwcenter/getAddressBooks.d.ts +22 -0
  52. package/fwcenter/getAddressBooks.js +24 -0
  53. package/fwcenter/getAddressBooks.js.map +1 -0
  54. package/fwcenter/getControlPolicies.d.ts +22 -0
  55. package/fwcenter/getControlPolicies.js +24 -0
  56. package/fwcenter/getControlPolicies.js.map +1 -0
  57. package/fwcenter/getControlPolicy.d.ts +185 -0
  58. package/fwcenter/getControlPolicy.js +28 -0
  59. package/fwcenter/getControlPolicy.js.map +1 -0
  60. package/fwcenter/getVpcFireWallAclRule.d.ts +189 -0
  61. package/fwcenter/getVpcFireWallAclRule.js +28 -0
  62. package/fwcenter/getVpcFireWallAclRule.js.map +1 -0
  63. package/fwcenter/getVpcFireWallAclRules.d.ts +22 -0
  64. package/fwcenter/getVpcFireWallAclRules.js +24 -0
  65. package/fwcenter/getVpcFireWallAclRules.js.map +1 -0
  66. package/fwcenter/index.d.ts +27 -0
  67. package/fwcenter/index.js +34 -1
  68. package/fwcenter/index.js.map +1 -1
  69. package/fwcenter/vpcFireWallAclRule.d.ts +446 -0
  70. package/fwcenter/vpcFireWallAclRule.js +186 -0
  71. package/fwcenter/vpcFireWallAclRule.js.map +1 -0
  72. package/gtm/getGtm.d.ts +9 -0
  73. package/gtm/getGtm.js.map +1 -1
  74. package/gtm/gtm.d.ts +18 -0
  75. package/gtm/gtm.js +4 -0
  76. package/gtm/gtm.js.map +1 -1
  77. package/iam/accesskey.d.ts +0 -4
  78. package/iam/accesskey.js +1 -1
  79. package/iam/accesskey.js.map +1 -1
  80. package/kafka/allowList.d.ts +0 -22
  81. package/kafka/allowList.js +0 -22
  82. package/kafka/allowList.js.map +1 -1
  83. package/organization/getServiceControlPolicyEnabler.d.ts +48 -0
  84. package/organization/getServiceControlPolicyEnabler.js +28 -0
  85. package/organization/getServiceControlPolicyEnabler.js.map +1 -0
  86. package/organization/getServiceControlPolicyEnablers.d.ts +22 -0
  87. package/organization/getServiceControlPolicyEnablers.js +24 -0
  88. package/organization/getServiceControlPolicyEnablers.js.map +1 -0
  89. package/organization/index.d.ts +9 -0
  90. package/organization/index.js +12 -1
  91. package/organization/index.js.map +1 -1
  92. package/organization/serviceControlPolicyEnabler.d.ts +78 -0
  93. package/organization/serviceControlPolicyEnabler.js +71 -0
  94. package/organization/serviceControlPolicyEnabler.js.map +1 -0
  95. package/package.json +1 -1
  96. package/rabbitmq/allowList.d.ts +0 -17
  97. package/rabbitmq/allowList.js +0 -17
  98. package/rabbitmq/allowList.js.map +1 -1
  99. package/rdsmysql/getInstance.d.ts +16 -0
  100. package/rdsmysql/getInstance.js.map +1 -1
  101. package/rdsmysql/instance.d.ts +48 -0
  102. package/rdsmysql/instance.js +8 -0
  103. package/rdsmysql/instance.js.map +1 -1
  104. package/redis/getInstance.d.ts +4 -0
  105. package/redis/getInstance.js.map +1 -1
  106. package/redis/instance.d.ts +3 -0
  107. package/redis/instance.js +3 -0
  108. package/redis/instance.js.map +1 -1
  109. package/redis/parameterGroup.d.ts +2 -2
  110. package/redis/parameterGroup.js +2 -2
  111. package/tls/alarmWebhookIntegrationType.d.ts +159 -0
  112. package/tls/alarmWebhookIntegrationType.js +108 -0
  113. package/tls/alarmWebhookIntegrationType.js.map +1 -0
  114. package/tls/getAlarmWebhookIntegrationType.d.ts +73 -0
  115. package/tls/getAlarmWebhookIntegrationType.js +28 -0
  116. package/tls/getAlarmWebhookIntegrationType.js.map +1 -0
  117. package/tls/getAlarmWebhookIntegrationTypes.d.ts +22 -0
  118. package/tls/getAlarmWebhookIntegrationTypes.js +24 -0
  119. package/tls/getAlarmWebhookIntegrationTypes.js.map +1 -0
  120. package/tls/index.d.ts +9 -0
  121. package/tls/index.js +13 -2
  122. package/tls/index.js.map +1 -1
  123. package/types/input.d.ts +585 -65
  124. package/types/output.d.ts +1259 -219
  125. package/vke/node.d.ts +1 -1
  126. package/vke/node.js +0 -3
  127. package/vke/node.js.map +1 -1
  128. package/vmp/ruleFile.d.ts +2 -2
  129. package/vmp/ruleFile.js +2 -2
  130. package/vpc/vpc.d.ts +4 -0
  131. package/vpc/vpc.js +1 -1
  132. package/vpc/vpc.js.map +1 -1
  133. package/waf/getHostGroup.d.ts +69 -0
  134. package/waf/getHostGroup.js +28 -0
  135. package/waf/getHostGroup.js.map +1 -0
  136. package/waf/getHostGroups.d.ts +22 -0
  137. package/waf/getHostGroups.js +24 -0
  138. package/waf/getHostGroups.js.map +1 -0
  139. package/waf/hostGroup.d.ts +135 -0
  140. package/waf/hostGroup.js +92 -0
  141. package/waf/hostGroup.js.map +1 -0
  142. package/waf/index.d.ts +9 -0
  143. package/waf/index.js +12 -1
  144. package/waf/index.js.map +1 -1
package/types/output.d.ts CHANGED
@@ -2,27 +2,43 @@ import * as outputs from "../types/output";
2
2
  export declare namespace alb {
3
3
  interface AclAclEntry {
4
4
  /**
5
- * Description of the IP entry. Cannot start with http:// or https://. Must start with a letter or Chinese character. Can include numbers, English commas (,), periods (.), underscores (_), spaces, equals signs (=), hyphens (-), Chinese commas (,), and Chinese periods (。). Length must be between 1 and 255 characters. If not specified, defaults to an empty string.
5
+ * Description of the IP entry. Cannot start with http:// or https://. Must start with a letter or Chinese character. Can include numbers, English commas (,), periods (.), underscores (_), spaces ( ), equals signs (=), hyphens (-), Chinese commas (,), and Chinese periods (。). Length limit: 1255 characters. If not specified, defaults to an empty string
6
6
  */
7
7
  description: string;
8
8
  /**
9
- * IP entry address range. Only CIDR addresses are supported.
9
+ * IP entry address range; only CIDR addresses are supported
10
10
  */
11
11
  entry: string;
12
12
  }
13
13
  interface AclListener {
14
14
  /**
15
- * Listener control mode for this access control policy group. white: allowlist mode; black: denylist mode
15
+ * Control mode of the listener for this access control policy group. white: Allowlist mode; black: Denylist mode
16
16
  */
17
17
  aclType: string;
18
+ /**
19
+ * Listener ID
20
+ */
21
+ listenerId: string;
22
+ /**
23
+ * Listener name
24
+ */
25
+ listenerName: string;
26
+ /**
27
+ * Listener port
28
+ */
29
+ port: number;
30
+ /**
31
+ * Listener protocol
32
+ */
33
+ protocol: string;
18
34
  }
19
35
  interface AclTag {
20
36
  /**
21
- * Tag key for user tags. Length must be between 1 and 128 characters. Case sensitive. Cannot start with any combination of volc: or sys: in any case. Cannot start or end with a space. Can include characters from any language, numbers, spaces, underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), minus signs (-), and @. Tag keys for the same resource must be unique.
37
+ * User tag key. Length limit: 1128 characters. Case sensitive. Cannot start with any combination of volc: or sys: (case insensitive). Cannot start or end with a space. Supports characters from all languages, numbers, spaces (), underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), hyphens (-), and @. Tag keys for the same resource must be unique
22
38
  */
23
39
  key: string;
24
40
  /**
25
- * User tag value. Length must be between 0 and 256 characters. Case sensitive. Cannot start or end with a space. Supports characters from all languages, numbers, spaces (), underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), hyphens (-), and @.
41
+ * User tag value. Length limit: 0256 characters. Case sensitive. Cannot start or end with a space. Supports characters from all languages, numbers, spaces (), underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), hyphens (-), and @
26
42
  */
27
43
  value: string;
28
44
  }
@@ -66,17 +82,17 @@ export declare namespace alb {
66
82
  }
67
83
  interface GetAclAclEntry {
68
84
  /**
69
- * Description of the IP entry. Cannot start with http:// or https://. Must start with a letter or Chinese character. Can include numbers, English commas (,), periods (.), underscores (_), spaces, equals signs (=), hyphens (-), Chinese commas (,), and Chinese periods (。). Length must be between 1 and 255 characters. If not specified, defaults to an empty string.
85
+ * Description of the IP entry. Cannot start with http:// or https://. Must start with a letter or Chinese character. Can include numbers, English commas (,), periods (.), underscores (_), spaces ( ), equals signs (=), hyphens (-), Chinese commas (,), and Chinese periods (。). Length limit: 1255 characters. If not specified, defaults to an empty string
70
86
  */
71
87
  description: string;
72
88
  /**
73
- * IP entry address range. Only CIDR addresses are supported.
89
+ * IP entry address range; only CIDR addresses are supported
74
90
  */
75
91
  entry: string;
76
92
  }
77
93
  interface GetAclListener {
78
94
  /**
79
- * Listener control mode for this access control policy group. white: allowlist mode; black: denylist mode
95
+ * Control mode of the listener for this access control policy group. white: Allowlist mode; black: Denylist mode
80
96
  */
81
97
  aclType: string;
82
98
  /**
@@ -98,11 +114,11 @@ export declare namespace alb {
98
114
  }
99
115
  interface GetAclTag {
100
116
  /**
101
- * Tag key for user tags. Length must be between 1 and 128 characters. Case sensitive. Cannot start with any combination of volc: or sys: in any case. Cannot start or end with a space. Can include characters from any language, numbers, spaces, underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), minus signs (-), and @. Tag keys for the same resource must be unique.
117
+ * User tag key. Length limit: 1128 characters. Case sensitive. Cannot start with any combination of volc: or sys: (case insensitive). Cannot start or end with a space. Supports characters from all languages, numbers, spaces (), underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), hyphens (-), and @. Tag keys for the same resource must be unique
102
118
  */
103
119
  key: string;
104
120
  /**
105
- * User tag value. Length must be between 0 and 256 characters. Case sensitive. Cannot start or end with a space. Supports characters from all languages, numbers, spaces (), underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), hyphens (-), and @.
121
+ * User tag value. Length limit: 0256 characters. Case sensitive. Cannot start or end with a space. Supports characters from all languages, numbers, spaces (), underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), hyphens (-), and @
106
122
  */
107
123
  value: string;
108
124
  }
@@ -156,7 +172,7 @@ export declare namespace alb {
156
172
  }
157
173
  interface GetListenerDomainExtension {
158
174
  /**
159
- * Server certificate ID used by the domain name. Effective when the certificate source is cert_center.
175
+ * Server certificate ID used by the domain. Effective when the certificate source is cert_center.
160
176
  */
161
177
  certCenterCertificateId: string;
162
178
  /**
@@ -164,19 +180,19 @@ export declare namespace alb {
164
180
  */
165
181
  certificateId: string;
166
182
  /**
167
- * Source of the server certificate used by the domain. Values: alb: certificate uploaded via ALB. cert_center: SSL certificate purchased or uploaded via Volcano Engine Certificate Center.
183
+ * Source of the server certificate used by the domain. Values: alb: certificate uploaded via ALB. cert_center: SSL certificate purchased or uploaded through Volcano Engine Certificate Center.
168
184
  */
169
185
  certificateSource: string;
170
186
  /**
171
- * Domain name. Usually cannot be empty. If the instance supports automatic selection of extension certificates (SniAutoMatch is on), Domain must be set to an empty string. Must contain at least one '.' and cannot start or end with '.'. Only lowercase letters, digits, '.', '-', and '*' are allowed. Length limit: 1128 characters. Wildcard domain: use '*' to replace one or more characters. '*' must be at the beginning or end of the domain name. '*' cannot appear twice in the same domain name. No characters other than '.' can appear before or after '*'. Exact domain: an exact domain name that complies with domain name specifications. Domain names under the same HTTPS listener cannot be duplicated. Domain name matching is case-insensitive.
187
+ * Domain name. Usually cannot be empty. If the instance supports automatic selection of extended certificates (SniAutoMatch is on), Domain must be an empty string. Must contain at least one '.' and cannot start or end with '.'. Only lowercase letters, digits, '.', '-', and '*' are allowed. Length must be between 1 and 128 characters. Wildcard domain: use '*' to replace one or more characters. '*' must be at the beginning or end of the domain name. '*' cannot appear twice in the same domain name. No characters except '.' can be before or after '*'. Exact domain: a domain name that meets domain name specifications. Domain names under the same HTTPS listener cannot be duplicated. Domain matching is case-insensitive.
172
188
  */
173
189
  domain: string;
174
190
  /**
175
- * Extension domain name ID.
191
+ * Extended domain name ID.
176
192
  */
177
193
  domainExtensionId: string;
178
194
  /**
179
- * Listener ID associated with the extended domain name.
195
+ * Listener ID to which the extended domain name belongs.
180
196
  */
181
197
  listenerId: string;
182
198
  /**
@@ -184,7 +200,7 @@ export declare namespace alb {
184
200
  */
185
201
  pcaLeafCertificateId: string;
186
202
  /**
187
- * If the instance supports automatic selection of extension certificates, that is, when SniAutoMatch is set to on, Domain is an empty string. San refers to the certificate's extension domain names, separated by commas.
203
+ * If the instance supports automatic selection of extended certificates (SniAutoMatch is on), Domain is an empty string. San refers to the extended domain names of the certificate, separated by commas.
188
204
  */
189
205
  san: string;
190
206
  }
@@ -200,11 +216,11 @@ export declare namespace alb {
200
216
  }
201
217
  interface GetListenerTag {
202
218
  /**
203
- * User tag key. Rules: Length must be between 1 and 128 characters. Case sensitive. Cannot start with any case combination of volc:. Cannot start or end with a space. Allowed characters include all languages, numbers, spaces, parentheses (), underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), minus signs (-), and @. Tag keys for the same resource cannot be duplicated.
219
+ * Tag key for user tags. Rules are as follows: Length must be between 1 and 128 characters. Case sensitive. Cannot start with any case combination of volc:. Cannot start or end with a space. Can include characters from any language, numbers, spaces, underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), minus signs (-), and @. Tag keys for the same resource must be unique.
204
220
  */
205
221
  key: string;
206
222
  /**
207
- * User tag value. Rules: Length must be between 0 and 256 characters. Case sensitive. Cannot start or end with a space. Allowed characters include all languages, numbers, spaces, parentheses (), underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), minus signs (-), and @.
223
+ * The value of the user tag. Rules: Length must be between 0 and 256 characters. Case sensitive. Cannot start or end with a space. May include characters from any language, numbers, spaces, underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), hyphens (-), and @.
208
224
  */
209
225
  value: string;
210
226
  }
@@ -630,31 +646,31 @@ export declare namespace alb {
630
646
  }
631
647
  interface GetServerGroupHealthCheck {
632
648
  /**
633
- * The domain name for health checks must be configured as the actual address used by the backend server to provide external services. This parameter is only effective when HealthCheck.Protocol is set to HTTP. The domain name must contain at least one '.', and cannot start or end with a '.'. Each level of the domain name can include letters, numbers, '-', and '.' characters, but '-' cannot appear at the beginning or end of any level. Length must be between 1 and 128 characters. If this parameter is not provided or no value is specified, it defaults to empty, meaning the load balancer uses the private IP address of each backend server for health checks.
649
+ * Domain name for health check. Configure this as the actual service address provided by the backend server. This parameter takes effect only when HealthCheck.Protocol is set to HTTP. The domain name must contain at least one '.', and cannot start or end with '.'. Each level of the domain name can contain letters, digits, '-', and '.' characters, and '-' cannot appear at the beginning or end of any level. Length: 1128 characters. If this parameter is not specified or no value is provided, the default is empty, meaning the load balancer uses the private IP address of each backend server for health checks.
634
650
  */
635
651
  domain: string;
636
652
  /**
637
- * Whether the listener has enabled health check. Values: on: enabled (default), off: disabled.
653
+ * Whether the listener enables health check. Values: on: enabled (default), off: disabled.
638
654
  */
639
655
  enabled: string;
640
656
  /**
641
- * Health check threshold. Indicates that a backend server is considered healthy if it passes the specified number of consecutive health checks. Unit: checks. Range: 2–10. Default: 3.
657
+ * Health check threshold. Indicates the number of consecutive successful health checks required for a backend server to be considered healthy. Unit: times. Value range: 2–10. Default: 3.
642
658
  */
643
659
  healthyThreshold: number;
644
660
  /**
645
- * HTTP status codes indicating a successful health check. Use commas to separate multiple codes. This parameter is only available when HealthCheck.Protocol is set to HTTP. Valid values: http*2xx (default), http*3xx (default), http*4xx, http*5xx.
661
+ * HTTP status codes for a successful health check. Separate multiple codes with commas. This parameter is available only when HealthCheck.Protocol is HTTP. Valid values: http*2xx (default), http*3xx (default), http*4xx, http*5xx.
646
662
  */
647
663
  httpCode: string;
648
664
  /**
649
- * HTTP protocol version for health checks. This parameter is only available when HealthCheck.Protocol is set to HTTP. Values: HTTP1.0 (default when using API), HTTP1.1.
665
+ * Health check HTTP protocol version. This parameter is available only when HealthCheck.Protocol is set to HTTP. Values: HTTP1.0 (default for API usage), HTTP1.1.
650
666
  */
651
667
  httpVersion: string;
652
668
  /**
653
- * After enabling health check, the interval for performing health checks. Unit: seconds. Range: 1–300s. Default: 2.
669
+ * After health checks are enabled, the interval for performing health checks. Unit: seconds. Value range: 1–300s. Default: 2.
654
670
  */
655
671
  interval: number;
656
672
  /**
657
- * After enabling health check, the health check method. This parameter is effective only when HealthCheck.Protocol is set to HTTP. Values: GET: server must support the GET method. HEAD (default): server returns only HEAD header information, which can reduce backend performance consumption, but the server must support the HEAD method.
673
+ * Health check method after health checks are enabled. This parameter is valid only when HealthCheck.Protocol is set to HTTP. Values: GET: The server must support the GET method. HEAD (default): The server returns only the HEAD header, which reduces backend resource consumption, but the server must support the HEAD method.
658
674
  */
659
675
  method: string;
660
676
  /**
@@ -666,15 +682,15 @@ export declare namespace alb {
666
682
  */
667
683
  protocol: string;
668
684
  /**
669
- * Health check response timeout. If the backend server does not respond correctly within the specified time, it is considered a health check failure. Unit: seconds; range: 1~60; default: 2.
685
+ * Health check response timeout. If the backend server does not respond correctly within the specified time, the health check is considered abnormal. Unit: seconds. Value range: 160. Default: 2.
670
686
  */
671
687
  timeout: number;
672
688
  /**
673
- * Unhealthy threshold for health checks. If a backend server fails the specified number of consecutive health checks, it will be considered unhealthy. Unit: times. Value range: 2–10. Default: 3.
689
+ * Unhealthy threshold for health checks. Indicates that a backend server is considered unhealthy if it fails the specified number of consecutive health checks. Unit: times. Range: 2–10. Default: 3.
674
690
  */
675
691
  unhealthyThreshold: number;
676
692
  /**
677
- * Health check path, which must be configured as the actual path provided by the backend server. This parameter is effective only when HealthCheck.Protocol is set to HTTP. Must start with '/'. Only letters, numbers, '-', '_', '/', '.', '%', '?', '#', '&', '=' are allowed. Length must be between 1 and 128 characters. If this parameter is not specified or no value is provided, the default is '/'.
693
+ * Health check path. Must be configured as the actual path provided by the backend server. This parameter is only effective when HealthCheck.Protocol is set to HTTP. Must start with '/'. Only letters, numbers, '-', '_', '/', '.', '%', '?', '#', '&', '=' are allowed. Length: 1128 characters. If this parameter is not specified or specified without a value, the default is '/'.
678
694
  */
679
695
  uri: string;
680
696
  }
@@ -690,7 +706,7 @@ export declare namespace alb {
690
706
  */
691
707
  description: string;
692
708
  /**
693
- * ID of the cloud server instance or network interface.
709
+ * ID of the cloud server instance or network interface card.
694
710
  */
695
711
  instanceId: string;
696
712
  /**
@@ -702,7 +718,7 @@ export declare namespace alb {
702
718
  */
703
719
  port: number;
704
720
  /**
705
- * Enable remote IP feature. This field is valid when the backend server instance type is IP address, that is, when Type is set to ip. Values: on: enabled. off (default): disabled.
721
+ * Enable remote IP feature. This field is valid only when the backend server instance type is IP address, that is, when Type is set to ip. Parameter values: on: Enable. off (default): Disable.
706
722
  */
707
723
  remoteEnabled: string;
708
724
  /**
@@ -710,21 +726,21 @@ export declare namespace alb {
710
726
  */
711
727
  serverId: string;
712
728
  /**
713
- * Backend server instance type. ECS: cloud server instance; ENI: secondary network interface; IP: IP address (only valid for IP-type server groups).
729
+ * Backend server instance type. ecs: ECS instance. eni: auxiliary ENI. ip: IP address (valid only for IP-type server groups).
714
730
  */
715
731
  type: string;
716
732
  /**
717
- * Backend server weight.
733
+ * Weight of the backend server.
718
734
  */
719
735
  weight: number;
720
736
  }
721
737
  interface GetServerGroupStickySessionConfig {
722
738
  /**
723
- * Session persistence cookie name configured for the service. Only valid when session persistence is enabled and cookie rewrite is selected. Rules: Cookie name length must be 1–200 characters. The name can only contain ASCII letters and numbers, cannot include commas (,), semicolons (;), or spaces, and cannot start with a dollar sign ($). When stickySessionConfig.StickySessionEnabled is on and StickySessionConfig.StickySessionType is server, this parameter is required. When StickySessionConfig.StickySessionEnabled is on and StickySessionConfig.StickySessionType is insert, this parameter is invalid.
739
+ * Name of the session persistence Cookie for service configuration. This is only valid when session persistence is enabled and Cookie overwrite is selected. The specific rules are as follows: The Cookie name must be 1–200 characters long. The name can only contain ASCII letters and digits, cannot contain commas (,), semicolons (;), or spaces, and cannot start with a dollar sign ($). This parameter is required when tickySessionConfig.StickySessionEnabled is set to on and StickySessionConfig.StickySessionType is server. This parameter is invalid when StickySessionConfig.StickySessionEnabled is on and StickySessionConfig.StickySessionType is insert.
724
740
  */
725
741
  cookie: string;
726
742
  /**
727
- * Session persistence cookie timeout. Only effective when session persistence is enabled and cookie insertion is selected. Unit: seconds. Rules: timeout range: 1~86400; default: 1000. This parameter is required when StickySessionConfig.StickySessionEnabled is on and StickySessionConfig.StickySessionType is insert. This parameter is invalid when StickySessionConfig.StickySessionEnabled is on and StickySessionType is server.
743
+ * Session persistence cookie timeout. Only valid when session persistence is enabled and the insert cookie option is selected. Unit: seconds. Rules: Timeout range: 186400. Default: 1000. This parameter is required when StickySessionConfig.StickySessionEnabled is on and StickySessionConfig.StickySessionType is insert. This parameter is invalid when StickySessionConfig.StickySessionEnabled is on and StickySessionType is server.
728
744
  */
729
745
  cookieTimeout: number;
730
746
  /**
@@ -732,17 +748,17 @@ export declare namespace alb {
732
748
  */
733
749
  stickySessionEnabled: string;
734
750
  /**
735
- * Cookie handling method. When StickySessionConfig.StickySessionEnabled is set to on, this field is required. Values: insert: Insert a Cookie. ALB records the backend server to which the client's first request is forwarded. ALB inserts a Cookie in the response, and subsequent client requests carrying this Cookie are forwarded to the previously recorded backend server. server: Rewrite the Cookie. When session persistence with Cookie rewriting is enabled, after the client's first request is forwarded to the backend server, if ALB finds your custom Cookie in the response, it rewrites the original Cookie. Subsequent client requests carrying the rewritten Cookie are forwarded to the previously recorded backend server.
751
+ * Cookie handling method. This field is required when StickySessionConfig.StickySessionEnabled is set to on. Parameter values: insert: Inserts a Cookie. ALB records the backend server to which the client's first request is forwarded. ALB inserts a Cookie in the response. Subsequent client requests carry this Cookie, and ALB forwards the requests to the previously recorded backend server. server: Overwrites the Cookie. When session persistence with Cookie overwrite is enabled, after the client's first request is forwarded to the backend server, if ALB detects your custom Cookie in the response, it overwrites the original Cookie. Subsequent client requests carry the overwritten Cookie, and ALB forwards the requests to the previously recorded backend server.
736
752
  */
737
753
  stickySessionType: string;
738
754
  }
739
755
  interface GetServerGroupTag {
740
756
  /**
741
- * Tag key. Duplicate tag keys are not allowed for the same resource.
757
+ * Tag key. Tag keys for the same resource must be unique.
742
758
  */
743
759
  key: string;
744
760
  /**
745
- * Tag value.
761
+ * Tag value of the tag.
746
762
  */
747
763
  value: string;
748
764
  }
@@ -758,7 +774,7 @@ export declare namespace alb {
758
774
  }
759
775
  interface ListenerDomainExtension {
760
776
  /**
761
- * Server certificate ID used by the domain name. Effective when the certificate source is cert_center.
777
+ * Server certificate ID used by the domain. Effective when the certificate source is cert_center.
762
778
  */
763
779
  certCenterCertificateId: string;
764
780
  /**
@@ -766,11 +782,11 @@ export declare namespace alb {
766
782
  */
767
783
  certificateId: string;
768
784
  /**
769
- * Source of the server certificate used by the domain. Values: alb: certificate uploaded via ALB. cert_center: SSL certificate purchased or uploaded via Volcano Engine Certificate Center.
785
+ * Source of the server certificate used by the domain. Values: alb: certificate uploaded via ALB. cert_center: SSL certificate purchased or uploaded through Volcano Engine Certificate Center.
770
786
  */
771
787
  certificateSource: string;
772
788
  /**
773
- * Domain name. Usually cannot be empty. If the instance supports automatic selection of extension certificates (SniAutoMatch is on), Domain must be set to an empty string. Must contain at least one '.' and cannot start or end with '.'. Only lowercase letters, digits, '.', '-', and '*' are allowed. Length limit: 1128 characters. Wildcard domain: use '*' to replace one or more characters. '*' must be at the beginning or end of the domain name. '*' cannot appear twice in the same domain name. No characters other than '.' can appear before or after '*'. Exact domain: an exact domain name that complies with domain name specifications. Domain names under the same HTTPS listener cannot be duplicated. Domain name matching is case-insensitive.
789
+ * Domain name. Usually cannot be empty. If the instance supports automatic selection of extended certificates (SniAutoMatch is on), Domain must be an empty string. Must contain at least one '.' and cannot start or end with '.'. Only lowercase letters, digits, '.', '-', and '*' are allowed. Length must be between 1 and 128 characters. Wildcard domain: use '*' to replace one or more characters. '*' must be at the beginning or end of the domain name. '*' cannot appear twice in the same domain name. No characters except '.' can be before or after '*'. Exact domain: a domain name that meets domain name specifications. Domain names under the same HTTPS listener cannot be duplicated. Domain matching is case-insensitive.
774
790
  */
775
791
  domain: string;
776
792
  /**
@@ -778,7 +794,7 @@ export declare namespace alb {
778
794
  */
779
795
  pcaLeafCertificateId: string;
780
796
  /**
781
- * If the instance supports automatic selection of extension certificates, that is, when SniAutoMatch is set to on, Domain is an empty string. San refers to the certificate's extension domain names, separated by commas.
797
+ * If the instance supports automatic selection of extended certificates (SniAutoMatch is on), Domain is an empty string. San refers to the extended domain names of the certificate, separated by commas.
782
798
  */
783
799
  san: string;
784
800
  }
@@ -794,11 +810,11 @@ export declare namespace alb {
794
810
  }
795
811
  interface ListenerTag {
796
812
  /**
797
- * User tag key. Rules: Length must be between 1 and 128 characters. Case sensitive. Cannot start with any case combination of volc:. Cannot start or end with a space. Allowed characters include all languages, numbers, spaces, parentheses (), underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), minus signs (-), and @. Tag keys for the same resource cannot be duplicated.
813
+ * Tag key for user tags. Rules are as follows: Length must be between 1 and 128 characters. Case sensitive. Cannot start with any case combination of volc:. Cannot start or end with a space. Can include characters from any language, numbers, spaces, underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), minus signs (-), and @. Tag keys for the same resource must be unique.
798
814
  */
799
815
  key: string;
800
816
  /**
801
- * User tag value. Rules: Length must be between 0 and 256 characters. Case sensitive. Cannot start or end with a space. Allowed characters include all languages, numbers, spaces, parentheses (), underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), minus signs (-), and @.
817
+ * The value of the user tag. Rules: Length must be between 0 and 256 characters. Case sensitive. Cannot start or end with a space. May include characters from any language, numbers, spaces, underscores (_), periods (.), colons (:), slashes (/), equals signs (=), plus signs (+), hyphens (-), and @.
802
818
  */
803
819
  value: string;
804
820
  }
@@ -1123,31 +1139,31 @@ export declare namespace alb {
1123
1139
  }
1124
1140
  interface ServerGroupHealthCheck {
1125
1141
  /**
1126
- * The domain name for health checks must be configured as the actual address used by the backend server to provide external services. This parameter is only effective when HealthCheck.Protocol is set to HTTP. The domain name must contain at least one '.', and cannot start or end with a '.'. Each level of the domain name can include letters, numbers, '-', and '.' characters, but '-' cannot appear at the beginning or end of any level. Length must be between 1 and 128 characters. If this parameter is not provided or no value is specified, it defaults to empty, meaning the load balancer uses the private IP address of each backend server for health checks.
1142
+ * Domain name for health check. Configure this as the actual service address provided by the backend server. This parameter takes effect only when HealthCheck.Protocol is set to HTTP. The domain name must contain at least one '.', and cannot start or end with '.'. Each level of the domain name can contain letters, digits, '-', and '.' characters, and '-' cannot appear at the beginning or end of any level. Length: 1128 characters. If this parameter is not specified or no value is provided, the default is empty, meaning the load balancer uses the private IP address of each backend server for health checks.
1127
1143
  */
1128
1144
  domain: string;
1129
1145
  /**
1130
- * Whether the listener has enabled health check. Values: on: enabled (default), off: disabled.
1146
+ * Whether the listener enables health check. Values: on: enabled (default), off: disabled.
1131
1147
  */
1132
1148
  enabled: string;
1133
1149
  /**
1134
- * Health check threshold. Indicates that a backend server is considered healthy if it passes the specified number of consecutive health checks. Unit: checks. Range: 2–10. Default: 3.
1150
+ * Health check threshold. Indicates the number of consecutive successful health checks required for a backend server to be considered healthy. Unit: times. Value range: 2–10. Default: 3.
1135
1151
  */
1136
1152
  healthyThreshold: number;
1137
1153
  /**
1138
- * HTTP status codes indicating a successful health check. Use commas to separate multiple codes. This parameter is only available when HealthCheck.Protocol is set to HTTP. Valid values: http*2xx (default), http*3xx (default), http*4xx, http*5xx.
1154
+ * HTTP status codes for a successful health check. Separate multiple codes with commas. This parameter is available only when HealthCheck.Protocol is HTTP. Valid values: http*2xx (default), http*3xx (default), http*4xx, http*5xx.
1139
1155
  */
1140
1156
  httpCode: string;
1141
1157
  /**
1142
- * HTTP protocol version for health checks. This parameter is only available when HealthCheck.Protocol is set to HTTP. Values: HTTP1.0 (default when using API), HTTP1.1.
1158
+ * Health check HTTP protocol version. This parameter is available only when HealthCheck.Protocol is set to HTTP. Values: HTTP1.0 (default for API usage), HTTP1.1.
1143
1159
  */
1144
1160
  httpVersion: string;
1145
1161
  /**
1146
- * After enabling health check, the interval for performing health checks. Unit: seconds. Range: 1–300s. Default: 2.
1162
+ * After health checks are enabled, the interval for performing health checks. Unit: seconds. Value range: 1–300s. Default: 2.
1147
1163
  */
1148
1164
  interval: number;
1149
1165
  /**
1150
- * After enabling health check, the health check method. This parameter is effective only when HealthCheck.Protocol is set to HTTP. Values: GET: server must support the GET method. HEAD (default): server returns only HEAD header information, which can reduce backend performance consumption, but the server must support the HEAD method.
1166
+ * Health check method after health checks are enabled. This parameter is valid only when HealthCheck.Protocol is set to HTTP. Values: GET: The server must support the GET method. HEAD (default): The server returns only the HEAD header, which reduces backend resource consumption, but the server must support the HEAD method.
1151
1167
  */
1152
1168
  method: string;
1153
1169
  /**
@@ -1159,15 +1175,15 @@ export declare namespace alb {
1159
1175
  */
1160
1176
  protocol: string;
1161
1177
  /**
1162
- * Health check response timeout. If the backend server does not respond correctly within the specified time, it is considered a health check failure. Unit: seconds; range: 1~60; default: 2.
1178
+ * Health check response timeout. If the backend server does not respond correctly within the specified time, the health check is considered abnormal. Unit: seconds. Value range: 160. Default: 2.
1163
1179
  */
1164
1180
  timeout: number;
1165
1181
  /**
1166
- * Unhealthy threshold for health checks. If a backend server fails the specified number of consecutive health checks, it will be considered unhealthy. Unit: times. Value range: 2–10. Default: 3.
1182
+ * Unhealthy threshold for health checks. Indicates that a backend server is considered unhealthy if it fails the specified number of consecutive health checks. Unit: times. Range: 2–10. Default: 3.
1167
1183
  */
1168
1184
  unhealthyThreshold: number;
1169
1185
  /**
1170
- * Health check path, which must be configured as the actual path provided by the backend server. This parameter is effective only when HealthCheck.Protocol is set to HTTP. Must start with '/'. Only letters, numbers, '-', '_', '/', '.', '%', '?', '#', '&', '=' are allowed. Length must be between 1 and 128 characters. If this parameter is not specified or no value is provided, the default is '/'.
1186
+ * Health check path. Must be configured as the actual path provided by the backend server. This parameter is only effective when HealthCheck.Protocol is set to HTTP. Must start with '/'. Only letters, numbers, '-', '_', '/', '.', '%', '?', '#', '&', '=' are allowed. Length: 1128 characters. If this parameter is not specified or specified without a value, the default is '/'.
1171
1187
  */
1172
1188
  uri: string;
1173
1189
  }
@@ -1183,7 +1199,7 @@ export declare namespace alb {
1183
1199
  */
1184
1200
  description: string;
1185
1201
  /**
1186
- * ID of the cloud server instance or network interface.
1202
+ * ID of the cloud server instance or network interface card.
1187
1203
  */
1188
1204
  instanceId: string;
1189
1205
  /**
@@ -1195,7 +1211,7 @@ export declare namespace alb {
1195
1211
  */
1196
1212
  port: number;
1197
1213
  /**
1198
- * Enable remote IP feature. This field is valid when the backend server instance type is IP address, that is, when Type is set to ip. Values: on: enabled. off (default): disabled.
1214
+ * Enable remote IP feature. This field is valid only when the backend server instance type is IP address, that is, when Type is set to ip. Parameter values: on: Enable. off (default): Disable.
1199
1215
  */
1200
1216
  remoteEnabled: string;
1201
1217
  /**
@@ -1203,21 +1219,21 @@ export declare namespace alb {
1203
1219
  */
1204
1220
  serverId: string;
1205
1221
  /**
1206
- * Backend server instance type. ECS: cloud server instance; ENI: secondary network interface; IP: IP address (only valid for IP-type server groups).
1222
+ * Backend server instance type. ecs: ECS instance. eni: auxiliary ENI. ip: IP address (valid only for IP-type server groups).
1207
1223
  */
1208
1224
  type: string;
1209
1225
  /**
1210
- * Backend server weight.
1226
+ * Weight of the backend server.
1211
1227
  */
1212
1228
  weight: number;
1213
1229
  }
1214
1230
  interface ServerGroupStickySessionConfig {
1215
1231
  /**
1216
- * Session persistence cookie name configured for the service. Only valid when session persistence is enabled and cookie rewrite is selected. Rules: Cookie name length must be 1–200 characters. The name can only contain ASCII letters and numbers, cannot include commas (,), semicolons (;), or spaces, and cannot start with a dollar sign ($). When stickySessionConfig.StickySessionEnabled is on and StickySessionConfig.StickySessionType is server, this parameter is required. When StickySessionConfig.StickySessionEnabled is on and StickySessionConfig.StickySessionType is insert, this parameter is invalid.
1232
+ * Name of the session persistence Cookie for service configuration. This is only valid when session persistence is enabled and Cookie overwrite is selected. The specific rules are as follows: The Cookie name must be 1–200 characters long. The name can only contain ASCII letters and digits, cannot contain commas (,), semicolons (;), or spaces, and cannot start with a dollar sign ($). This parameter is required when tickySessionConfig.StickySessionEnabled is set to on and StickySessionConfig.StickySessionType is server. This parameter is invalid when StickySessionConfig.StickySessionEnabled is on and StickySessionConfig.StickySessionType is insert.
1217
1233
  */
1218
1234
  cookie: string;
1219
1235
  /**
1220
- * Session persistence cookie timeout. Only effective when session persistence is enabled and cookie insertion is selected. Unit: seconds. Rules: timeout range: 1~86400; default: 1000. This parameter is required when StickySessionConfig.StickySessionEnabled is on and StickySessionConfig.StickySessionType is insert. This parameter is invalid when StickySessionConfig.StickySessionEnabled is on and StickySessionType is server.
1236
+ * Session persistence cookie timeout. Only valid when session persistence is enabled and the insert cookie option is selected. Unit: seconds. Rules: Timeout range: 186400. Default: 1000. This parameter is required when StickySessionConfig.StickySessionEnabled is on and StickySessionConfig.StickySessionType is insert. This parameter is invalid when StickySessionConfig.StickySessionEnabled is on and StickySessionType is server.
1221
1237
  */
1222
1238
  cookieTimeout: number;
1223
1239
  /**
@@ -1225,17 +1241,17 @@ export declare namespace alb {
1225
1241
  */
1226
1242
  stickySessionEnabled: string;
1227
1243
  /**
1228
- * Cookie handling method. When StickySessionConfig.StickySessionEnabled is set to on, this field is required. Values: insert: Insert a Cookie. ALB records the backend server to which the client's first request is forwarded. ALB inserts a Cookie in the response, and subsequent client requests carrying this Cookie are forwarded to the previously recorded backend server. server: Rewrite the Cookie. When session persistence with Cookie rewriting is enabled, after the client's first request is forwarded to the backend server, if ALB finds your custom Cookie in the response, it rewrites the original Cookie. Subsequent client requests carrying the rewritten Cookie are forwarded to the previously recorded backend server.
1244
+ * Cookie handling method. This field is required when StickySessionConfig.StickySessionEnabled is set to on. Parameter values: insert: Inserts a Cookie. ALB records the backend server to which the client's first request is forwarded. ALB inserts a Cookie in the response. Subsequent client requests carry this Cookie, and ALB forwards the requests to the previously recorded backend server. server: Overwrites the Cookie. When session persistence with Cookie overwrite is enabled, after the client's first request is forwarded to the backend server, if ALB detects your custom Cookie in the response, it overwrites the original Cookie. Subsequent client requests carry the overwritten Cookie, and ALB forwards the requests to the previously recorded backend server.
1229
1245
  */
1230
1246
  stickySessionType: string;
1231
1247
  }
1232
1248
  interface ServerGroupTag {
1233
1249
  /**
1234
- * Tag key. Duplicate tag keys are not allowed for the same resource.
1250
+ * Tag key. Tag keys for the same resource must be unique.
1235
1251
  */
1236
1252
  key: string;
1237
1253
  /**
1238
- * Tag value.
1254
+ * Tag value of the tag.
1239
1255
  */
1240
1256
  value: string;
1241
1257
  }
@@ -1481,15 +1497,15 @@ export declare namespace apig {
1481
1497
  }
1482
1498
  interface GetGatewayCustomLog {
1483
1499
  /**
1484
- * Custom variable information
1500
+ * Custom Variable Information
1485
1501
  */
1486
1502
  customVariables: outputs.apig.GetGatewayCustomLogCustomVariable[];
1487
1503
  /**
1488
- * Request header information
1504
+ * Request Header Information
1489
1505
  */
1490
1506
  requestHeaders: outputs.apig.GetGatewayCustomLogRequestHeader[];
1491
1507
  /**
1492
- * Response header information
1508
+ * Response Header Information
1493
1509
  */
1494
1510
  responseHeaders: outputs.apig.GetGatewayCustomLogResponseHeader[];
1495
1511
  }
@@ -3161,19 +3177,19 @@ export declare namespace autoscaling {
3161
3177
  export declare namespace bmq {
3162
3178
  interface GetGroupResetInfo {
3163
3179
  /**
3164
- * This parameter is required when the reset mode is OFFSET. Specifies the reference consumption position for re-consuming. Options are: EARLIEST: The reference position is the earliest consumption point. CURRENT: The reference position is the current consumption point. LATEST: The reference position is the latest consumption point.
3180
+ * If the reset mode is OFFSET, this parameter is required. Specify the reference consumption position for resuming consumption. Options: EARLIEST: Reference position is the earliest offset. CURRENT: Reference position is the current offset. LATEST: Reference position is the latest offset.
3165
3181
  */
3166
3182
  offsetType: string;
3167
3183
  /**
3168
- * Partition number.
3184
+ * Partition number
3169
3185
  */
3170
3186
  partitionId: number;
3171
3187
  /**
3172
- * Reset mode. Options are: TIMESTAMP: Reset the consumption position based on a specific time point. Specify a past or future time, and jump directly to the position at that time to start consuming. OFFSET: Reset the consumption position based on a specified offset. Start consuming from the specified position, and you can use the offsetType parameter to specify the offset.
3188
+ * Reset mode. Options: TIMESTAMP: Reset the consumption offset based on a timestamp. Specify a past or future time to jump directly to the offset at that time and start consuming. OFFSET: Reset the consumption offset based on a specified offset, starting consumption from that offset. You can specify the offset using the offsetType parameter.
3173
3189
  */
3174
3190
  resetBy: string;
3175
3191
  /**
3176
- * Reset value. If the reset mode is TIMESTAMP, this value is the time point for re-consuming messages, for example, 1722224612000. If the reset mode is OFFSET, this value is the relative offset from the reference position specified in OffsetType, for example, 100.
3192
+ * Reset value. If TIMESTAMP is selected, this value is the timestamp for resuming consumption, e.g., 1722224612000. If OFFSET is selected, this value is the relative offset from the reference offset in OffsetType, e.g., 100.
3177
3193
  */
3178
3194
  resetValue: number;
3179
3195
  /**
@@ -3183,31 +3199,31 @@ export declare namespace bmq {
3183
3199
  }
3184
3200
  interface GetGroupTopicInfo {
3185
3201
  /**
3186
- * Topic creation time.
3202
+ * Topic creation time
3187
3203
  */
3188
3204
  createTime: string;
3189
3205
  /**
3190
- * Topic description.
3206
+ * Topic description
3191
3207
  */
3192
3208
  description: string;
3193
3209
  /**
3194
- * Number of unconsumed messages in the Topic.
3210
+ * Number of unconsumed messages in the Topic
3195
3211
  */
3196
3212
  lag: number;
3197
3213
  /**
3198
- * Partition list.
3214
+ * Partition list
3199
3215
  */
3200
3216
  partitionInfos: outputs.bmq.GetGroupTopicInfoPartitionInfo[];
3201
3217
  /**
3202
- * Number of Topic partitions.
3218
+ * Number of Topic partitions
3203
3219
  */
3204
3220
  partitions: number;
3205
3221
  /**
3206
- * Retention period of data in the Topic, in hours.
3222
+ * Retention period of data in the Topic, in hours
3207
3223
  */
3208
3224
  retention: number;
3209
3225
  /**
3210
- * Topic status.
3226
+ * Topic status
3211
3227
  */
3212
3228
  status: string;
3213
3229
  /**
@@ -3215,33 +3231,33 @@ export declare namespace bmq {
3215
3231
  */
3216
3232
  topicId: string;
3217
3233
  /**
3218
- * Topic name.
3234
+ * Topic name
3219
3235
  */
3220
3236
  topicName: string;
3221
3237
  }
3222
3238
  interface GetGroupTopicInfoPartitionInfo {
3223
3239
  /**
3224
- * Current consumption position.
3240
+ * Current consumption offset
3225
3241
  */
3226
3242
  currentOffset: number;
3227
3243
  /**
3228
- * Name of the Consumer Group.
3244
+ * Consumer Group name
3229
3245
  */
3230
3246
  groupName: string;
3231
3247
  /**
3232
- * Number of unconsumed messages in the partition.
3248
+ * Number of unconsumed messages in the partition
3233
3249
  */
3234
3250
  lag: number;
3235
3251
  /**
3236
- * Latest consumption position.
3252
+ * Latest consumption offset
3237
3253
  */
3238
3254
  latestOffset: number;
3239
3255
  /**
3240
- * Partition number.
3256
+ * Partition number
3241
3257
  */
3242
3258
  partitionId: number;
3243
3259
  /**
3244
- * Name of the Topic subscribed by the Consumer Group.
3260
+ * Name of the Topic subscribed by the Consumer Group
3245
3261
  */
3246
3262
  topicName: string;
3247
3263
  }
@@ -3265,7 +3281,7 @@ export declare namespace bmq {
3265
3281
  */
3266
3282
  eipId: string;
3267
3283
  /**
3268
- * Private network Plain endpoint
3284
+ * Private network Plain access point
3269
3285
  */
3270
3286
  plain: string;
3271
3287
  /**
@@ -3273,7 +3289,7 @@ export declare namespace bmq {
3273
3289
  */
3274
3290
  plainPort: number;
3275
3291
  /**
3276
- * Private network SASL authentication endpoint
3292
+ * Private network SASL authentication access point
3277
3293
  */
3278
3294
  sasl: string;
3279
3295
  /**
@@ -3307,7 +3323,7 @@ export declare namespace bmq {
3307
3323
  */
3308
3324
  eipId: string;
3309
3325
  /**
3310
- * Private network Plain endpoint
3326
+ * Private network Plain access point
3311
3327
  */
3312
3328
  plain: string;
3313
3329
  /**
@@ -3315,7 +3331,7 @@ export declare namespace bmq {
3315
3331
  */
3316
3332
  plainPort: number;
3317
3333
  /**
3318
- * Private network SASL authentication endpoint
3334
+ * Private network SASL authentication access point
3319
3335
  */
3320
3336
  sasl: string;
3321
3337
  /**
@@ -3345,7 +3361,7 @@ export declare namespace bmq {
3345
3361
  */
3346
3362
  tagKvs: outputs.bmq.GetInstanceResourceTagTagKv[];
3347
3363
  /**
3348
- * Tag type. Options: CUSTOM: custom tag. SYSTEM: system tag
3364
+ * Tag type. Options: CUSTOMcustom tag; SYSTEMsystem tag
3349
3365
  */
3350
3366
  type: string;
3351
3367
  }
@@ -3355,7 +3371,7 @@ export declare namespace bmq {
3355
3371
  */
3356
3372
  key: string;
3357
3373
  /**
3358
- * Type of instance tag. Possible values: CUSTOM: Custom tag. SYSTEM: System tag
3374
+ * Type of instance tag. Options: CUSTOM—custom tag; SYSTEM—system tag
3359
3375
  */
3360
3376
  type: string;
3361
3377
  /**
@@ -3385,7 +3401,7 @@ export declare namespace bmq {
3385
3401
  */
3386
3402
  key: string;
3387
3403
  /**
3388
- * Type of instance tag. Possible values: CUSTOM: Custom tag. SYSTEM: System tag
3404
+ * Type of instance tag. Options: CUSTOM—custom tag; SYSTEM—system tag
3389
3405
  */
3390
3406
  type: string;
3391
3407
  /**
@@ -3395,19 +3411,19 @@ export declare namespace bmq {
3395
3411
  }
3396
3412
  interface GroupResetInfo {
3397
3413
  /**
3398
- * This parameter is required when the reset mode is OFFSET. Specifies the reference consumption position for re-consuming. Options are: EARLIEST: The reference position is the earliest consumption point. CURRENT: The reference position is the current consumption point. LATEST: The reference position is the latest consumption point.
3414
+ * If the reset mode is OFFSET, this parameter is required. Specify the reference consumption position for resuming consumption. Options: EARLIEST: Reference position is the earliest offset. CURRENT: Reference position is the current offset. LATEST: Reference position is the latest offset.
3399
3415
  */
3400
3416
  offsetType: string;
3401
3417
  /**
3402
- * Partition number.
3418
+ * Partition number
3403
3419
  */
3404
3420
  partitionId: number;
3405
3421
  /**
3406
- * Reset mode. Options are: TIMESTAMP: Reset the consumption position based on a specific time point. Specify a past or future time, and jump directly to the position at that time to start consuming. OFFSET: Reset the consumption position based on a specified offset. Start consuming from the specified position, and you can use the offsetType parameter to specify the offset.
3422
+ * Reset mode. Options: TIMESTAMP: Reset the consumption offset based on a timestamp. Specify a past or future time to jump directly to the offset at that time and start consuming. OFFSET: Reset the consumption offset based on a specified offset, starting consumption from that offset. You can specify the offset using the offsetType parameter.
3407
3423
  */
3408
3424
  resetBy: string;
3409
3425
  /**
3410
- * Reset value. If the reset mode is TIMESTAMP, this value is the time point for re-consuming messages, for example, 1722224612000. If the reset mode is OFFSET, this value is the relative offset from the reference position specified in OffsetType, for example, 100.
3426
+ * Reset value. If TIMESTAMP is selected, this value is the timestamp for resuming consumption, e.g., 1722224612000. If OFFSET is selected, this value is the relative offset from the reference offset in OffsetType, e.g., 100.
3411
3427
  */
3412
3428
  resetValue: number;
3413
3429
  /**
@@ -3417,28 +3433,28 @@ export declare namespace bmq {
3417
3433
  }
3418
3434
  interface GroupTopicInfo {
3419
3435
  /**
3420
- * Topic creation time.
3436
+ * Topic creation time
3421
3437
  */
3422
3438
  createTime: string;
3423
3439
  /**
3424
- * Topic description.
3440
+ * Topic description
3425
3441
  */
3426
3442
  description: string;
3427
3443
  /**
3428
- * Number of unconsumed messages in the Topic.
3444
+ * Number of unconsumed messages in the Topic
3429
3445
  */
3430
3446
  lag: number;
3431
3447
  partitionInfos: outputs.bmq.GroupTopicInfoPartitionInfo[];
3432
3448
  /**
3433
- * Number of Topic partitions.
3449
+ * Number of Topic partitions
3434
3450
  */
3435
3451
  partitions: number;
3436
3452
  /**
3437
- * Retention period of data in the Topic, in hours.
3453
+ * Retention period of data in the Topic, in hours
3438
3454
  */
3439
3455
  retention: number;
3440
3456
  /**
3441
- * Topic status.
3457
+ * Topic status
3442
3458
  */
3443
3459
  status: string;
3444
3460
  /**
@@ -3446,33 +3462,33 @@ export declare namespace bmq {
3446
3462
  */
3447
3463
  topicId: string;
3448
3464
  /**
3449
- * Topic name.
3465
+ * Topic name
3450
3466
  */
3451
3467
  topicName: string;
3452
3468
  }
3453
3469
  interface GroupTopicInfoPartitionInfo {
3454
3470
  /**
3455
- * Current consumption position.
3471
+ * Current consumption offset
3456
3472
  */
3457
3473
  currentOffset: number;
3458
3474
  /**
3459
- * Name of the Consumer Group.
3475
+ * Consumer Group name
3460
3476
  */
3461
3477
  groupName: string;
3462
3478
  /**
3463
- * Number of unconsumed messages in the partition.
3479
+ * Number of unconsumed messages in the partition
3464
3480
  */
3465
3481
  lag: number;
3466
3482
  /**
3467
- * Latest consumption position.
3483
+ * Latest consumption offset
3468
3484
  */
3469
3485
  latestOffset: number;
3470
3486
  /**
3471
- * Partition number.
3487
+ * Partition number
3472
3488
  */
3473
3489
  partitionId: number;
3474
3490
  /**
3475
- * Name of the Topic subscribed by the Consumer Group.
3491
+ * Name of the Topic subscribed by the Consumer Group
3476
3492
  */
3477
3493
  topicName: string;
3478
3494
  }
@@ -3496,7 +3512,7 @@ export declare namespace bmq {
3496
3512
  */
3497
3513
  eipId: string;
3498
3514
  /**
3499
- * Private network Plain endpoint
3515
+ * Private network Plain access point
3500
3516
  */
3501
3517
  plain: string;
3502
3518
  /**
@@ -3504,7 +3520,7 @@ export declare namespace bmq {
3504
3520
  */
3505
3521
  plainPort: number;
3506
3522
  /**
3507
- * Private network SASL authentication endpoint
3523
+ * Private network SASL authentication access point
3508
3524
  */
3509
3525
  sasl: string;
3510
3526
  /**
@@ -3538,7 +3554,7 @@ export declare namespace bmq {
3538
3554
  */
3539
3555
  eipId: string;
3540
3556
  /**
3541
- * Private network Plain endpoint
3557
+ * Private network Plain access point
3542
3558
  */
3543
3559
  plain: string;
3544
3560
  /**
@@ -3546,7 +3562,7 @@ export declare namespace bmq {
3546
3562
  */
3547
3563
  plainPort: number;
3548
3564
  /**
3549
- * Private network SASL authentication endpoint
3565
+ * Private network SASL authentication access point
3550
3566
  */
3551
3567
  sasl: string;
3552
3568
  /**
@@ -3573,7 +3589,7 @@ export declare namespace bmq {
3573
3589
  interface InstanceResourceTag {
3574
3590
  tagKvs: outputs.bmq.InstanceResourceTagTagKv[];
3575
3591
  /**
3576
- * Tag type. Options: CUSTOM: custom tag. SYSTEM: system tag
3592
+ * Tag type. Options: CUSTOMcustom tag; SYSTEMsystem tag
3577
3593
  */
3578
3594
  type: string;
3579
3595
  }
@@ -3583,7 +3599,7 @@ export declare namespace bmq {
3583
3599
  */
3584
3600
  key: string;
3585
3601
  /**
3586
- * Type of instance tag. Possible values: CUSTOM: Custom tag. SYSTEM: System tag
3602
+ * Type of instance tag. Options: CUSTOM—custom tag; SYSTEM—system tag
3587
3603
  */
3588
3604
  type: string;
3589
3605
  /**
@@ -3613,7 +3629,7 @@ export declare namespace bmq {
3613
3629
  */
3614
3630
  key: string;
3615
3631
  /**
3616
- * Type of instance tag. Possible values: CUSTOM: Custom tag. SYSTEM: System tag
3632
+ * Type of instance tag. Options: CUSTOM—custom tag; SYSTEM—system tag
3617
3633
  */
3618
3634
  type: string;
3619
3635
  /**
@@ -9201,13 +9217,13 @@ export declare namespace cloudmonitor {
9201
9217
  */
9202
9218
  condition: string;
9203
9219
  /**
9204
- * Condition. and: All conditions met. or: Any condition met.
9220
+ * Resource list. Up to 10 resource names can be configured. When Comparator is equal or not*equal, there is no limit on the length of the resource name. When Comparator is contain, not*contain, prefix*match, or suffix*match, the resource name cannot exceed 100 characters.
9205
9221
  */
9206
9222
  metas: outputs.cloudmonitor.GetRuleDimensionConditionsMetaConditionMeta[];
9207
9223
  }
9208
9224
  interface GetRuleDimensionConditionsMetaConditionMeta {
9209
9225
  /**
9210
- * Tag match operator. contain: Contains not*contain: Does not contain prefix*match: Prefix match suffix*match: Suffix match equal: Equals not*equal: Does not equal exist: Exists.
9226
+ * Comparator for tag matching. contain: Contains. not*contain: Does not contain. prefix*match: Prefix match. suffix*match: Suffix match. equal: Equals. not*equal: Does not equal. exist: Exists.
9211
9227
  */
9212
9228
  comparator: string;
9213
9229
  /**
@@ -9237,7 +9253,7 @@ export declare namespace cloudmonitor {
9237
9253
  }
9238
9254
  interface GetRuleDimensionConditionsTagConditionTag {
9239
9255
  /**
9240
- * Tag match operator. contain: Contains not*contain: Does not contain prefix*match: Prefix match suffix*match: Suffix match equal: Equals not*equal: Does not equal exist: Exists.
9256
+ * Comparator for tag matching. contain: Contains. not*contain: Does not contain. prefix*match: Prefix match. suffix*match: Suffix match. equal: Equals. not*equal: Does not equal. exist: Exists.
9241
9257
  */
9242
9258
  comparator: string;
9243
9259
  /**
@@ -9301,7 +9317,7 @@ export declare namespace cloudmonitor {
9301
9317
  }
9302
9318
  interface GetRuleNotifyTemplate {
9303
9319
  /**
9304
- * Notification channel. Options: email: Email sms: SMS phone: Phone feishu: Feishu dingtalk: DingTalk wecom: WeCom slack: Slack api: Callback URL.
9320
+ * Notification channels. Values: email: Email, sms: SMS, phone: Phone, lark: Lark, dingtalk: DingTalk, wecom: WeCom, slack: Slack, api: Callback URL.
9305
9321
  */
9306
9322
  channel: string;
9307
9323
  /**
@@ -9392,7 +9408,7 @@ export declare namespace cloudmonitor {
9392
9408
  }
9393
9409
  interface RuleDimensionConditionsMetaConditionMeta {
9394
9410
  /**
9395
- * Tag match operator. contain: Contains not*contain: Does not contain prefix*match: Prefix match suffix*match: Suffix match equal: Equals not*equal: Does not equal exist: Exists.
9411
+ * Comparator for tag matching. contain: Contains. not*contain: Does not contain. prefix*match: Prefix match. suffix*match: Suffix match. equal: Equals. not*equal: Does not equal. exist: Exists.
9396
9412
  */
9397
9413
  comparator: string;
9398
9414
  /**
@@ -9419,7 +9435,7 @@ export declare namespace cloudmonitor {
9419
9435
  }
9420
9436
  interface RuleDimensionConditionsTagConditionTag {
9421
9437
  /**
9422
- * Tag match operator. contain: Contains not*contain: Does not contain prefix*match: Prefix match suffix*match: Suffix match equal: Equals not*equal: Does not equal exist: Exists.
9438
+ * Comparator for tag matching. contain: Contains. not*contain: Does not contain. prefix*match: Prefix match. suffix*match: Suffix match. equal: Equals. not*equal: Does not equal. exist: Exists.
9423
9439
  */
9424
9440
  comparator: string;
9425
9441
  /**
@@ -9480,7 +9496,7 @@ export declare namespace cloudmonitor {
9480
9496
  }
9481
9497
  interface RuleNotifyTemplate {
9482
9498
  /**
9483
- * Notification channel. Options: email: Email sms: SMS phone: Phone feishu: Feishu dingtalk: DingTalk wecom: WeCom slack: Slack api: Callback URL.
9499
+ * Notification channels. Values: email: Email, sms: SMS, phone: Phone, lark: Lark, dingtalk: DingTalk, wecom: WeCom, slack: Slack, api: Callback URL.
9484
9500
  */
9485
9501
  channel: string;
9486
9502
  /**
@@ -9544,47 +9560,63 @@ export declare namespace config {
9544
9560
  export declare namespace cr {
9545
9561
  interface GetRegistryEndpoint {
9546
9562
  /**
9547
- * Public IP allowlist
9563
+ * Public IP allowlist list.
9548
9564
  */
9549
9565
  aclPolicies: outputs.cr.GetRegistryEndpointAclPolicy[];
9550
9566
  /**
9551
- * Whether to enable the public endpoint. Options: false: not enabled; true: enabled. Default is false
9567
+ * Whether to enable the public endpoint. Values: false: do not enable. true: enable. Default is false.
9552
9568
  */
9553
9569
  enabled: boolean;
9554
9570
  /**
9555
- * Current status of the public endpoint. Parameter values: Enabling: enabling; Enabled: enabled; Disabling: disabling; Updating: updating; Failed: failed; Disabled: disabled
9571
+ * Current status of the public endpoint. Parameter values: Enabling: being enabled. Enabled: enabled. Disabling: being disabled. Updating: updating. Failed: failed. Disabled: disabled.
9556
9572
  */
9557
9573
  status: string;
9558
9574
  }
9559
9575
  interface GetRegistryEndpointAclPolicy {
9560
9576
  /**
9561
- * IP entry address
9577
+ * IP entry address.
9562
9578
  */
9563
9579
  description: string;
9564
9580
  /**
9565
- * IP entry description
9581
+ * IP entry description.
9566
9582
  */
9567
9583
  entry: string;
9568
9584
  }
9569
9585
  interface GetRegistryProxyCache {
9570
9586
  /**
9571
- * Instance types supported by ProxyCache. Parameter value description: DockerHub: DockerHub image repository.
9587
+ * Instance types supported by ProxyCache for container registry. Parameter values are as follows: DockerHub: DockerHub container registry
9572
9588
  */
9573
9589
  type: string;
9574
9590
  }
9575
9591
  interface GetRegistryStatus {
9576
9592
  /**
9577
- * Creating, [ Progressing ]: Creating. Running, [ Ok ]: Running. Running, [ Degraded ]: Running. Stopped, [ Balance ]: Suspended due to overdue payment. Stopped, [ Released ]: Pending recycle. Stopped, [ Released, Balance ]: Suspended due to overdue payment. Starting, [ Progressing ]: Starting. Deleting, [ Progressing ]: Deleting. Failed, [ Unknown ]: Error.
9593
+ * Creating, [ Progressing ]: Creating
9594
+ * Running, [ Ok ]: Running
9595
+ * Running, [ Degraded ]: Running
9596
+ * Stopped, [ Balance ]: Suspended due to insufficient balance
9597
+ * Stopped, [ Released ]: Pending reclamation
9598
+ * Stopped, [ Released, Balance ]: Suspended due to insufficient balance
9599
+ * Starting, [ Progressing ]: Starting
9600
+ * Deleting, [ Progressing ]: Deleting
9601
+ * Failed, [ Unknown ]: Abnormal
9578
9602
  */
9579
9603
  conditions: string[];
9580
9604
  /**
9581
- * Creating, [ Progressing ]: Creating. Running, [ Ok ]: Running. Running, [ Degraded ]: Running. Stopped, [ Balance ]: Suspended due to overdue payment. Stopped, [ Released ]: Pending recycle. Stopped, [ Released, Balance ]: Suspended due to overdue payment. Starting, [ Progressing ]: Starting. Deleting, [ Progressing ]: Deleting. Failed, [ Unknown ]: Error.
9605
+ * Creating, [ Progressing ]: Creating
9606
+ * Running, [ Ok ]: Running
9607
+ * Running, [ Degraded ]: Running
9608
+ * Stopped, [ Balance ]: Suspended due to insufficient balance
9609
+ * Stopped, [ Released ]: Pending reclamation
9610
+ * Stopped, [ Released, Balance ]: Suspended due to insufficient balance
9611
+ * Starting, [ Progressing ]: Starting
9612
+ * Deleting, [ Progressing ]: Deleting
9613
+ * Failed, [ Unknown ]: Abnormal
9582
9614
  */
9583
9615
  phase: string;
9584
9616
  }
9585
9617
  interface GetRegistryTag {
9586
9618
  /**
9587
- * Tag key
9619
+ * Tag key values
9588
9620
  */
9589
9621
  key: string;
9590
9622
  /**
@@ -9625,43 +9657,59 @@ export declare namespace cr {
9625
9657
  interface RegistryEndpoint {
9626
9658
  aclPolicies: outputs.cr.RegistryEndpointAclPolicy[];
9627
9659
  /**
9628
- * Whether to enable the public endpoint. Options: false: not enabled; true: enabled. Default is false
9660
+ * Whether to enable the public endpoint. Values: false: do not enable. true: enable. Default is false.
9629
9661
  */
9630
9662
  enabled: boolean;
9631
9663
  /**
9632
- * Current status of the public endpoint. Parameter values: Enabling: enabling; Enabled: enabled; Disabling: disabling; Updating: updating; Failed: failed; Disabled: disabled
9664
+ * Current status of the public endpoint. Parameter values: Enabling: being enabled. Enabled: enabled. Disabling: being disabled. Updating: updating. Failed: failed. Disabled: disabled.
9633
9665
  */
9634
9666
  status: string;
9635
9667
  }
9636
9668
  interface RegistryEndpointAclPolicy {
9637
9669
  /**
9638
- * IP entry address
9670
+ * IP entry address.
9639
9671
  */
9640
9672
  description: string;
9641
9673
  /**
9642
- * IP entry description
9674
+ * IP entry description.
9643
9675
  */
9644
9676
  entry: string;
9645
9677
  }
9646
9678
  interface RegistryProxyCache {
9647
9679
  /**
9648
- * Instance types supported by ProxyCache. Parameter value description: DockerHub: DockerHub image repository.
9680
+ * Instance types supported by ProxyCache for container registry. Parameter values are as follows: DockerHub: DockerHub container registry
9649
9681
  */
9650
9682
  type: string;
9651
9683
  }
9652
9684
  interface RegistryStatus {
9653
9685
  /**
9654
- * Creating, [ Progressing ]: Creating. Running, [ Ok ]: Running. Running, [ Degraded ]: Running. Stopped, [ Balance ]: Suspended due to overdue payment. Stopped, [ Released ]: Pending recycle. Stopped, [ Released, Balance ]: Suspended due to overdue payment. Starting, [ Progressing ]: Starting. Deleting, [ Progressing ]: Deleting. Failed, [ Unknown ]: Error.
9686
+ * Creating, [ Progressing ]: Creating
9687
+ * Running, [ Ok ]: Running
9688
+ * Running, [ Degraded ]: Running
9689
+ * Stopped, [ Balance ]: Suspended due to insufficient balance
9690
+ * Stopped, [ Released ]: Pending reclamation
9691
+ * Stopped, [ Released, Balance ]: Suspended due to insufficient balance
9692
+ * Starting, [ Progressing ]: Starting
9693
+ * Deleting, [ Progressing ]: Deleting
9694
+ * Failed, [ Unknown ]: Abnormal
9655
9695
  */
9656
9696
  conditions: string[];
9657
9697
  /**
9658
- * Creating, [ Progressing ]: Creating. Running, [ Ok ]: Running. Running, [ Degraded ]: Running. Stopped, [ Balance ]: Suspended due to overdue payment. Stopped, [ Released ]: Pending recycle. Stopped, [ Released, Balance ]: Suspended due to overdue payment. Starting, [ Progressing ]: Starting. Deleting, [ Progressing ]: Deleting. Failed, [ Unknown ]: Error.
9698
+ * Creating, [ Progressing ]: Creating
9699
+ * Running, [ Ok ]: Running
9700
+ * Running, [ Degraded ]: Running
9701
+ * Stopped, [ Balance ]: Suspended due to insufficient balance
9702
+ * Stopped, [ Released ]: Pending reclamation
9703
+ * Stopped, [ Released, Balance ]: Suspended due to insufficient balance
9704
+ * Starting, [ Progressing ]: Starting
9705
+ * Deleting, [ Progressing ]: Deleting
9706
+ * Failed, [ Unknown ]: Abnormal
9659
9707
  */
9660
9708
  phase: string;
9661
9709
  }
9662
9710
  interface RegistryTag {
9663
9711
  /**
9664
- * Tag key
9712
+ * Tag key values
9665
9713
  */
9666
9714
  key: string;
9667
9715
  /**
@@ -9685,6 +9733,16 @@ export declare namespace cr {
9685
9733
  }
9686
9734
  }
9687
9735
  export declare namespace directconnect {
9736
+ interface ConnectionTag {
9737
+ /**
9738
+ * Tag key. Cannot start with volc: or sys:. Length range: 1 ~ 128 characters
9739
+ */
9740
+ key: string;
9741
+ /**
9742
+ * Tag value. Length range: 0 ~ 256 characters. If not specified, defaults to empty
9743
+ */
9744
+ value: string;
9745
+ }
9688
9746
  interface DirectConnectGatewayAssociateCen {
9689
9747
  /**
9690
9748
  * ID of CEN.
@@ -9723,6 +9781,16 @@ export declare namespace directconnect {
9723
9781
  */
9724
9782
  value: string;
9725
9783
  }
9784
+ interface GetConnectionTag {
9785
+ /**
9786
+ * Tag key. Cannot start with volc: or sys:. Length range: 1 ~ 128 characters
9787
+ */
9788
+ key: string;
9789
+ /**
9790
+ * Tag value. Length range: 0 ~ 256 characters. If not specified, defaults to empty
9791
+ */
9792
+ value: string;
9793
+ }
9726
9794
  interface GetDirectConnectGatewayAssociateCen {
9727
9795
  /**
9728
9796
  * ID of CEN.
@@ -13708,6 +13776,68 @@ export declare namespace filenas {
13708
13776
  }
13709
13777
  }
13710
13778
  export declare namespace fwcenter {
13779
+ interface AddressBookAddressDetailList {
13780
+ /**
13781
+ * Detailed information about the address in the address book. The specific content depends on the address book type. If GroupType is ip, enter an IPv4 address or CIDRv4; if ipv6, enter an IPv6 address or CIDRv6; if port, enter port information (a single port such as 22 or a port range such as 100/200); if domain, enter domain information.
13782
+ */
13783
+ address: string;
13784
+ /**
13785
+ * Detailed description of a single address in the address book, used to explain the specific purpose or other relevant information for that address.
13786
+ */
13787
+ description: string;
13788
+ }
13789
+ interface AddressBookTag {
13790
+ /**
13791
+ * Tag key.
13792
+ */
13793
+ key: string;
13794
+ /**
13795
+ * Tag value.
13796
+ */
13797
+ value: string;
13798
+ }
13799
+ interface ControlPolicyDestPortListV1 {
13800
+ /**
13801
+ * Detailed address information.
13802
+ */
13803
+ address: string;
13804
+ /**
13805
+ * Description
13806
+ */
13807
+ description: string;
13808
+ /**
13809
+ * Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port
13810
+ */
13811
+ type: string;
13812
+ }
13813
+ interface ControlPolicyDestinationCidrListV1 {
13814
+ /**
13815
+ * Detailed address information.
13816
+ */
13817
+ address: string;
13818
+ /**
13819
+ * Description
13820
+ */
13821
+ description: string;
13822
+ /**
13823
+ * Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port
13824
+ */
13825
+ type: string;
13826
+ }
13827
+ interface ControlPolicySourceCidrListV1 {
13828
+ /**
13829
+ * Detailed address information.
13830
+ */
13831
+ address: string;
13832
+ /**
13833
+ * Description
13834
+ */
13835
+ description: string;
13836
+ /**
13837
+ * Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port
13838
+ */
13839
+ type: string;
13840
+ }
13711
13841
  interface DnsControlPolicyDomainListV1 {
13712
13842
  /**
13713
13843
  * Specific address information.
@@ -13732,6 +13862,72 @@ export declare namespace fwcenter {
13732
13862
  */
13733
13863
  vpcId: string;
13734
13864
  }
13865
+ interface GetAddressBookAddressDetailList {
13866
+ /**
13867
+ * Detailed information about the address in the address book. The specific content depends on the address book type. If GroupType is ip, enter an IPv4 address or CIDRv4; if ipv6, enter an IPv6 address or CIDRv6; if port, enter port information (a single port such as 22 or a port range such as 100/200); if domain, enter domain information.
13868
+ */
13869
+ address: string;
13870
+ /**
13871
+ * Detailed description of a single address in the address book, used to explain the specific purpose or other relevant information for that address.
13872
+ */
13873
+ description: string;
13874
+ /**
13875
+ * Address type, returned during queries. `ip`: IPv4 address; `ipv6`: IPv6 address; `domain`: domain name; `port`: port.
13876
+ */
13877
+ type: string;
13878
+ }
13879
+ interface GetAddressBookTag {
13880
+ /**
13881
+ * Tag key.
13882
+ */
13883
+ key: string;
13884
+ /**
13885
+ * Tag value.
13886
+ */
13887
+ value: string;
13888
+ }
13889
+ interface GetControlPolicyDestPortListV1 {
13890
+ /**
13891
+ * Detailed address information.
13892
+ */
13893
+ address: string;
13894
+ /**
13895
+ * Description
13896
+ */
13897
+ description: string;
13898
+ /**
13899
+ * Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port
13900
+ */
13901
+ type: string;
13902
+ }
13903
+ interface GetControlPolicyDestinationCidrListV1 {
13904
+ /**
13905
+ * Detailed address information.
13906
+ */
13907
+ address: string;
13908
+ /**
13909
+ * Description
13910
+ */
13911
+ description: string;
13912
+ /**
13913
+ * Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port
13914
+ */
13915
+ type: string;
13916
+ }
13917
+ interface GetControlPolicySourceCidrListV1 {
13918
+ /**
13919
+ * Detailed address information.
13920
+ */
13921
+ address: string;
13922
+ /**
13923
+ * Description
13924
+ */
13925
+ description: string;
13926
+ /**
13927
+ * Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port
13928
+ */
13929
+ type: string;
13930
+ }
13735
13931
  interface GetDnsControlPolicyDomainListV1 {
13736
13932
  /**
13737
13933
  * Specific address information.
@@ -13756,143 +13952,149 @@ export declare namespace fwcenter {
13756
13952
  */
13757
13953
  vpcId: string;
13758
13954
  }
13759
- }
13760
- export declare namespace gtm {
13761
- interface GetPolicyStatistics {
13955
+ interface GetVpcFireWallAclRuleDestPortListV1 {
13762
13956
  /**
13763
- * Number of available addresses
13957
+ * Detailed address information.
13764
13958
  */
13765
- activeAddr: number;
13959
+ address: string;
13766
13960
  /**
13767
- * Number of unavailable addresses
13961
+ * Description.
13768
13962
  */
13769
- inactiveAddr: number;
13770
- }
13771
- interface GetPolicyTarget {
13963
+ description: string;
13772
13964
  /**
13773
- * Address pool ID.
13965
+ * Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
13774
13966
  */
13775
- poolId: string;
13967
+ type: string;
13776
13968
  }
13777
- interface GetPoolAddress {
13969
+ interface GetVpcFireWallAclRuleDestinationCidrListV1 {
13778
13970
  /**
13779
- * Address capacity
13971
+ * Detailed address information.
13780
13972
  */
13781
- capacity: number;
13973
+ address: string;
13782
13974
  /**
13783
- * Geographic location of the address, returned only in queries
13975
+ * Description.
13784
13976
  */
13785
- geo: string;
13977
+ description: string;
13786
13978
  /**
13787
- * Address availability mode
13979
+ * Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
13788
13980
  */
13789
- mode: string;
13981
+ type: string;
13982
+ }
13983
+ interface GetVpcFireWallAclRuleSourceCidrListV1 {
13790
13984
  /**
13791
- * List of geographic route codes to be corrected
13985
+ * Detailed address information.
13792
13986
  */
13793
- rectifiedGeos: string[];
13987
+ address: string;
13794
13988
  /**
13795
- * Target address value
13989
+ * Description.
13796
13990
  */
13797
- value: string;
13991
+ description: string;
13798
13992
  /**
13799
- * Address weight
13993
+ * Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
13800
13994
  */
13801
- weight: number;
13995
+ type: string;
13802
13996
  }
13803
- interface GetRulePoolSet {
13804
- /**
13805
- * Whether the address pool is available. true: address is available. false: address is unavailable.
13806
- */
13807
- active: boolean;
13997
+ interface VpcFireWallAclRuleDestPortListV1 {
13808
13998
  /**
13809
- * Minimum number of available addresses required for the address pool collection to be considered available.
13999
+ * Detailed address information.
13810
14000
  */
13811
- activeAddrThr: number;
14001
+ address: string;
13812
14002
  /**
13813
- * Address pool name.
14003
+ * Description.
13814
14004
  */
13815
- name: string;
14005
+ description: string;
13816
14006
  /**
13817
- * Address pool set ID.
14007
+ * Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
13818
14008
  */
13819
- poolSetId: string;
14009
+ type: string;
14010
+ }
14011
+ interface VpcFireWallAclRuleDestinationCidrListV1 {
13820
14012
  /**
13821
- * Address pool list.
14013
+ * Detailed address information.
13822
14014
  */
13823
- pools: outputs.gtm.GetRulePoolSetPool[];
13824
- }
13825
- interface GetRulePoolSetPool {
14015
+ address: string;
13826
14016
  /**
13827
- * Address information under the address pool.
14017
+ * Description.
13828
14018
  */
13829
- addresses: outputs.gtm.GetRulePoolSetPoolAddress[];
14019
+ description: string;
13830
14020
  /**
13831
- * The number of unavailable addresses in the address pool.
14021
+ * Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
13832
14022
  */
13833
- inactiveAddrCount: number;
14023
+ type: string;
14024
+ }
14025
+ interface VpcFireWallAclRuleSourceCidrListV1 {
13834
14026
  /**
13835
- * Address pool name.
14027
+ * Detailed address information.
13836
14028
  */
13837
- name: string;
14029
+ address: string;
13838
14030
  /**
13839
- * Address pool ID.
14031
+ * Description.
13840
14032
  */
13841
- poolId: string;
14033
+ description: string;
13842
14034
  /**
13843
- * Address pool weight.
14035
+ * Address type. ip: IPv4; ipv6: IPv6; domain: domain name; port: port.
13844
14036
  */
13845
- weight: number;
14037
+ type: string;
13846
14038
  }
13847
- interface GetRulePoolSetPoolAddress {
14039
+ }
14040
+ export declare namespace gtm {
14041
+ interface GetGtmPolicy {
13848
14042
  /**
13849
- * Whether the address is available. true: The address is available. false: The address is unavailable.
14043
+ * If the current address pool set is unavailable, does Cloud Scheduling GTM only trigger an alert notification without automatically switching to an available address pool? true: Cloud Scheduling GTM only triggers an alert notification. false: Cloud Scheduling GTM automatically switches to an available address pool.
13850
14044
  */
13851
- active: boolean;
14045
+ alarmOnly: boolean;
13852
14046
  /**
13853
- * The capacity of the address. For addresses without a set capacity value, this parameter returns the default capacity value of 1000.
14047
+ * Routing mode for intelligent routing policies. perf: Performance first. capacity: Capacity first. feedback: Load feedback.
13854
14048
  */
13855
- capacity: number;
14049
+ perfMode: string;
13856
14050
  /**
13857
- * This parameter has no practical significance. You can ignore this parameter.
14051
+ * Routing mode. The parameter values are: lb: Routes user traffic proportionally to different IDC data centers based on load balancing. geo: Routes user traffic to the nearest IDC data center on the same carrier line based on the user's geographic location and carrier. geo-lb (default): First routes user traffic to the nearest IDC data center access line on the same carrier based on the user's geographic location and carrier, then distributes user traffic proportionally to multiple IDC data centers based on load balancing.
13858
14052
  */
13859
- geo: string;
14053
+ routingMode: string;
13860
14054
  /**
13861
- * Latency (ms) for health check probe accessing the target address.
14055
+ * Statistics for addresses associated with the scheduling policy.
13862
14056
  */
13863
- latency: number;
14057
+ statistics: outputs.gtm.GetGtmPolicyStatistics;
13864
14058
  /**
13865
- * The mechanism for determining whether an address is available. auto: automatic mode. Cloud Scheduling GTM determines address availability based on health check results. always*on: address is always available. always*off: address is always unavailable.
14059
+ * List of target address pools associated with the scheduling policy.
13866
14060
  */
13867
- mode: string;
14061
+ targets: outputs.gtm.GetGtmPolicyTarget[];
14062
+ }
14063
+ interface GetGtmPolicyStatistics {
13868
14064
  /**
13869
- * The assigned region for the target address. See line codes for the mapping between line codes and specific regions (i.e., lines).
14065
+ * Number of available addresses.
13870
14066
  */
13871
- rectifiedGeos: string[];
14067
+ activeAddr: number;
13872
14068
  /**
13873
- * Address.
14069
+ * Number of unavailable addresses.
13874
14070
  */
13875
- value: string;
14071
+ inactiveAddr: number;
14072
+ }
14073
+ interface GetGtmPolicyTarget {
13876
14074
  /**
13877
- * Address weight. For addresses without a specified weight, this parameter returns the default weight value of 1.
14075
+ * Target address pool ID.
13878
14076
  */
13879
- weight: number;
14077
+ poolId: string;
13880
14078
  }
13881
- interface GetRuleProbe {
14079
+ interface GetGtmProbe {
13882
14080
  /**
13883
14081
  * Recommended number of health check probe points.
13884
14082
  */
13885
14083
  advisedNodeCount: number;
13886
14084
  /**
13887
- * Whether health checks are disabled. true: disabled. false: not disabled.
14085
+ * Whether health check is disabled. true: disabled. false: enabled.
13888
14086
  */
13889
14087
  disable: boolean;
13890
14088
  /**
13891
- * The threshold for the number of health check failures before a single target address is considered faulty. For example, if you set this parameter to 3, a target address is marked as faulty after 3 consecutive health check failures. The default value is 3.
14089
+ * DNS record type for the health check.
14090
+ */
14091
+ dnsRecordType: string;
14092
+ /**
14093
+ * Threshold for the number of health check failures before a single target address is considered faulty. For example, if you set this parameter to 3, a target address will be marked as faulty after 3 consecutive health check failures. Default value: 3.
13892
14094
  */
13893
14095
  failedCount: number;
13894
14096
  /**
13895
- * Domain name of the health check target address. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
14097
+ * Full domain name of the health check target address. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
13896
14098
  */
13897
14099
  host: string;
13898
14100
  /**
@@ -13900,27 +14102,27 @@ export declare namespace gtm {
13900
14102
  */
13901
14103
  httpMethod: string;
13902
14104
  /**
13903
- * Customize a range of HTTP status codes. After a probe initiates a health check, if the target address returns an HTTP status code outside this range, the health check at that probe is considered failed. If you do not set the HttpUsabilityCodes parameter for the routing rule, this parameter will not be returned.
14105
+ * Customize a range of HTTP status codes. After a probe initiates a health check, if the target address returns an HTTP status code outside the specified range, the health check at that probe is considered failed. If you do not set the HttpUsabilityCodes parameter for the policy, this parameter will not be returned.
13904
14106
  */
13905
- httpUsabilityCodes: outputs.gtm.GetRuleProbeHttpUsabilityCode[];
14107
+ httpUsabilityCodes: outputs.gtm.GetGtmProbeHttpUsabilityCode[];
13906
14108
  /**
13907
- * The interval between each health check, in seconds.
14109
+ * Interval between each health check, in seconds.
13908
14110
  */
13909
14111
  interval: number;
13910
14112
  /**
13911
- * Whether to manually configure the health check probe. true: Manually configure the health check probe. false: Use recommended health check probe.
14113
+ * Whether to manually configure health check probe points. true: Manually configure health check probe points. false: Use recommended health check probe points.
13912
14114
  */
13913
14115
  isManualNodes: boolean;
13914
14116
  /**
13915
- * Health check probe point.
14117
+ * List of probe nodes used for health checks.
13916
14118
  */
13917
14119
  nodes: string[];
13918
14120
  /**
13919
- * Packet count. If you set this parameter to 10, each ping check sends 10 packets simultaneously. This parameter is only valid when the health check protocol is set to ping.
14121
+ * Number of packets sent. If you set this parameter to 10, each ping check sends 10 packets simultaneously. This parameter is only valid when the health check protocol is set to ping.
13920
14122
  */
13921
14123
  pingCount: number;
13922
14124
  /**
13923
- * Packet loss rate, expressed as a percentage. If the packet loss rate exceeds this parameter, the result is considered abnormal. For example, if this parameter is set to 10 and the packet loss rate during the health check is 11%, the result is considered abnormal. This parameter is only valid when the health check protocol is set to ping.
14125
+ * Packet loss rate. Unit: percent. If the packet loss rate exceeds this parameter value, the result is considered abnormal. For example, if this parameter is set to 10 and the packet loss rate during a health check is greater than 10, the result is considered abnormal. This parameter is only valid when the health check protocol is set to ping.
13924
14126
  */
13925
14127
  pingLossPercent: number;
13926
14128
  /**
@@ -13932,7 +14134,11 @@ export declare namespace gtm {
13932
14134
  */
13933
14135
  protocol: string;
13934
14136
  /**
13935
- * The timeout period for the health check task, in seconds. ping: If the latency exceeds the value of Timeout, it is considered packet loss. http/https: If the latency exceeds the value of Timeout, it is considered an abnormal result.
14137
+ * Timeout for establishing a single TCP connection. For example, if you set this parameter to 2 seconds, a TCP connection will be considered failed if it is not established within 2 seconds during a health check. This parameter is only valid when the health check protocol is set to tcp.
14138
+ */
14139
+ tcpConnTimeout: number;
14140
+ /**
14141
+ * Timeout for the health check task. Unit: seconds.
13936
14142
  */
13937
14143
  timeout: number;
13938
14144
  /**
@@ -13940,13 +14146,317 @@ export declare namespace gtm {
13940
14146
  */
13941
14147
  url: string;
13942
14148
  }
13943
- interface GetRuleProbeHttpUsabilityCode {
14149
+ interface GetGtmProbeHttpUsabilityCode {
13944
14150
  /**
13945
- * HTTP status code list.
14151
+ * List of HTTP status codes.
13946
14152
  */
13947
14153
  codes: number[];
13948
14154
  /**
13949
- * Operator. interval: Matches values within the range. include: Matches specified values. exclude: Matches values other than the specified values.
14155
+ * Operator. interval: matches values within the range. include: matches specified values. exclude: matches values other than the specified ones.
14156
+ */
14157
+ operator: string;
14158
+ }
14159
+ interface GetPolicyStatistics {
14160
+ /**
14161
+ * Number of available addresses
14162
+ */
14163
+ activeAddr: number;
14164
+ /**
14165
+ * Number of unavailable addresses
14166
+ */
14167
+ inactiveAddr: number;
14168
+ }
14169
+ interface GetPolicyTarget {
14170
+ /**
14171
+ * Address pool ID.
14172
+ */
14173
+ poolId: string;
14174
+ }
14175
+ interface GetPoolAddress {
14176
+ /**
14177
+ * Address capacity
14178
+ */
14179
+ capacity: number;
14180
+ /**
14181
+ * Geographic location of the address, returned only in queries
14182
+ */
14183
+ geo: string;
14184
+ /**
14185
+ * Address availability mode
14186
+ */
14187
+ mode: string;
14188
+ /**
14189
+ * List of geographic route codes to be corrected
14190
+ */
14191
+ rectifiedGeos: string[];
14192
+ /**
14193
+ * Target address value
14194
+ */
14195
+ value: string;
14196
+ /**
14197
+ * Address weight
14198
+ */
14199
+ weight: number;
14200
+ }
14201
+ interface GetRulePoolSet {
14202
+ /**
14203
+ * Whether the address pool is available. true: address is available. false: address is unavailable.
14204
+ */
14205
+ active: boolean;
14206
+ /**
14207
+ * Minimum number of available addresses required for the address pool collection to be considered available.
14208
+ */
14209
+ activeAddrThr: number;
14210
+ /**
14211
+ * Address pool name.
14212
+ */
14213
+ name: string;
14214
+ /**
14215
+ * Address pool set ID.
14216
+ */
14217
+ poolSetId: string;
14218
+ /**
14219
+ * Address pool list.
14220
+ */
14221
+ pools: outputs.gtm.GetRulePoolSetPool[];
14222
+ }
14223
+ interface GetRulePoolSetPool {
14224
+ /**
14225
+ * Address information under the address pool.
14226
+ */
14227
+ addresses: outputs.gtm.GetRulePoolSetPoolAddress[];
14228
+ /**
14229
+ * The number of unavailable addresses in the address pool.
14230
+ */
14231
+ inactiveAddrCount: number;
14232
+ /**
14233
+ * Address pool name.
14234
+ */
14235
+ name: string;
14236
+ /**
14237
+ * Address pool ID.
14238
+ */
14239
+ poolId: string;
14240
+ /**
14241
+ * Address pool weight.
14242
+ */
14243
+ weight: number;
14244
+ }
14245
+ interface GetRulePoolSetPoolAddress {
14246
+ /**
14247
+ * Whether the address is available. true: The address is available. false: The address is unavailable.
14248
+ */
14249
+ active: boolean;
14250
+ /**
14251
+ * The capacity of the address. For addresses without a set capacity value, this parameter returns the default capacity value of 1000.
14252
+ */
14253
+ capacity: number;
14254
+ /**
14255
+ * This parameter has no practical significance. You can ignore this parameter.
14256
+ */
14257
+ geo: string;
14258
+ /**
14259
+ * Latency (ms) for health check probe accessing the target address.
14260
+ */
14261
+ latency: number;
14262
+ /**
14263
+ * The mechanism for determining whether an address is available. auto: automatic mode. Cloud Scheduling GTM determines address availability based on health check results. always*on: address is always available. always*off: address is always unavailable.
14264
+ */
14265
+ mode: string;
14266
+ /**
14267
+ * The assigned region for the target address. See line codes for the mapping between line codes and specific regions (i.e., lines).
14268
+ */
14269
+ rectifiedGeos: string[];
14270
+ /**
14271
+ * Address.
14272
+ */
14273
+ value: string;
14274
+ /**
14275
+ * Address weight. For addresses without a specified weight, this parameter returns the default weight value of 1.
14276
+ */
14277
+ weight: number;
14278
+ }
14279
+ interface GetRuleProbe {
14280
+ /**
14281
+ * Recommended number of health check probe points.
14282
+ */
14283
+ advisedNodeCount: number;
14284
+ /**
14285
+ * Whether health checks are disabled. true: disabled. false: not disabled.
14286
+ */
14287
+ disable: boolean;
14288
+ /**
14289
+ * The threshold for the number of health check failures before a single target address is considered faulty. For example, if you set this parameter to 3, a target address is marked as faulty after 3 consecutive health check failures. The default value is 3.
14290
+ */
14291
+ failedCount: number;
14292
+ /**
14293
+ * Domain name of the health check target address. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
14294
+ */
14295
+ host: string;
14296
+ /**
14297
+ * HTTP request method. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
14298
+ */
14299
+ httpMethod: string;
14300
+ /**
14301
+ * Customize a range of HTTP status codes. After a probe initiates a health check, if the target address returns an HTTP status code outside this range, the health check at that probe is considered failed. If you do not set the HttpUsabilityCodes parameter for the routing rule, this parameter will not be returned.
14302
+ */
14303
+ httpUsabilityCodes: outputs.gtm.GetRuleProbeHttpUsabilityCode[];
14304
+ /**
14305
+ * The interval between each health check, in seconds.
14306
+ */
14307
+ interval: number;
14308
+ /**
14309
+ * Whether to manually configure the health check probe. true: Manually configure the health check probe. false: Use recommended health check probe.
14310
+ */
14311
+ isManualNodes: boolean;
14312
+ /**
14313
+ * Health check probe point.
14314
+ */
14315
+ nodes: string[];
14316
+ /**
14317
+ * Packet count. If you set this parameter to 10, each ping check sends 10 packets simultaneously. This parameter is only valid when the health check protocol is set to ping.
14318
+ */
14319
+ pingCount: number;
14320
+ /**
14321
+ * Packet loss rate, expressed as a percentage. If the packet loss rate exceeds this parameter, the result is considered abnormal. For example, if this parameter is set to 10 and the packet loss rate during the health check is 11%, the result is considered abnormal. This parameter is only valid when the health check protocol is set to ping.
14322
+ */
14323
+ pingLossPercent: number;
14324
+ /**
14325
+ * Port of the health check target address. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
14326
+ */
14327
+ port: number;
14328
+ /**
14329
+ * Protocol used for health checks. ping: ICMP protocol. tcp: TCP protocol. http: HTTP protocol. https: HTTPS protocol.
14330
+ */
14331
+ protocol: string;
14332
+ /**
14333
+ * The timeout period for the health check task, in seconds. ping: If the latency exceeds the value of Timeout, it is considered packet loss. http/https: If the latency exceeds the value of Timeout, it is considered an abnormal result.
14334
+ */
14335
+ timeout: number;
14336
+ /**
14337
+ * Path part of the health check target address, starting with /. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
14338
+ */
14339
+ url: string;
14340
+ }
14341
+ interface GetRuleProbeHttpUsabilityCode {
14342
+ /**
14343
+ * HTTP status code list.
14344
+ */
14345
+ codes: number[];
14346
+ /**
14347
+ * Operator. interval: Matches values within the range. include: Matches specified values. exclude: Matches values other than the specified values.
14348
+ */
14349
+ operator: string;
14350
+ }
14351
+ interface GtmPolicy {
14352
+ /**
14353
+ * If the current address pool set is unavailable, does Cloud Scheduling GTM only trigger an alert notification without automatically switching to an available address pool? true: Cloud Scheduling GTM only triggers an alert notification. false: Cloud Scheduling GTM automatically switches to an available address pool.
14354
+ */
14355
+ alarmOnly: boolean;
14356
+ /**
14357
+ * Routing mode for intelligent routing policies. perf: Performance first. capacity: Capacity first. feedback: Load feedback.
14358
+ */
14359
+ perfMode: string;
14360
+ /**
14361
+ * Routing mode. The parameter values are: lb: Routes user traffic proportionally to different IDC data centers based on load balancing. geo: Routes user traffic to the nearest IDC data center on the same carrier line based on the user's geographic location and carrier. geo-lb (default): First routes user traffic to the nearest IDC data center access line on the same carrier based on the user's geographic location and carrier, then distributes user traffic proportionally to multiple IDC data centers based on load balancing.
14362
+ */
14363
+ routingMode: string;
14364
+ /**
14365
+ * Statistics for addresses associated with the scheduling policy.
14366
+ */
14367
+ statistics: outputs.gtm.GtmPolicyStatistics;
14368
+ targets: outputs.gtm.GtmPolicyTarget[];
14369
+ }
14370
+ interface GtmPolicyStatistics {
14371
+ /**
14372
+ * Number of available addresses.
14373
+ */
14374
+ activeAddr: number;
14375
+ /**
14376
+ * Number of unavailable addresses.
14377
+ */
14378
+ inactiveAddr: number;
14379
+ }
14380
+ interface GtmPolicyTarget {
14381
+ /**
14382
+ * Target address pool ID.
14383
+ */
14384
+ poolId: string;
14385
+ }
14386
+ interface GtmProbe {
14387
+ /**
14388
+ * Recommended number of health check probe points.
14389
+ */
14390
+ advisedNodeCount: number;
14391
+ /**
14392
+ * Whether health check is disabled. true: disabled. false: enabled.
14393
+ */
14394
+ disable: boolean;
14395
+ /**
14396
+ * DNS record type for the health check.
14397
+ */
14398
+ dnsRecordType: string;
14399
+ /**
14400
+ * Threshold for the number of health check failures before a single target address is considered faulty. For example, if you set this parameter to 3, a target address will be marked as faulty after 3 consecutive health check failures. Default value: 3.
14401
+ */
14402
+ failedCount: number;
14403
+ /**
14404
+ * Full domain name of the health check target address. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
14405
+ */
14406
+ host: string;
14407
+ /**
14408
+ * HTTP request method. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
14409
+ */
14410
+ httpMethod: string;
14411
+ httpUsabilityCodes: outputs.gtm.GtmProbeHttpUsabilityCode[];
14412
+ /**
14413
+ * Interval between each health check, in seconds.
14414
+ */
14415
+ interval: number;
14416
+ /**
14417
+ * Whether to manually configure health check probe points. true: Manually configure health check probe points. false: Use recommended health check probe points.
14418
+ */
14419
+ isManualNodes: boolean;
14420
+ /**
14421
+ * List of probe nodes used for health checks.
14422
+ */
14423
+ nodes: string[];
14424
+ /**
14425
+ * Number of packets sent. If you set this parameter to 10, each ping check sends 10 packets simultaneously. This parameter is only valid when the health check protocol is set to ping.
14426
+ */
14427
+ pingCount: number;
14428
+ /**
14429
+ * Packet loss rate. Unit: percent. If the packet loss rate exceeds this parameter value, the result is considered abnormal. For example, if this parameter is set to 10 and the packet loss rate during a health check is greater than 10, the result is considered abnormal. This parameter is only valid when the health check protocol is set to ping.
14430
+ */
14431
+ pingLossPercent: number;
14432
+ /**
14433
+ * Port of the health check target address. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
14434
+ */
14435
+ port: number;
14436
+ /**
14437
+ * Protocol used for health checks. ping: ICMP protocol. tcp: TCP protocol. http: HTTP protocol. https: HTTPS protocol.
14438
+ */
14439
+ protocol: string;
14440
+ /**
14441
+ * Timeout for establishing a single TCP connection. For example, if you set this parameter to 2 seconds, a TCP connection will be considered failed if it is not established within 2 seconds during a health check. This parameter is only valid when the health check protocol is set to tcp.
14442
+ */
14443
+ tcpConnTimeout: number;
14444
+ /**
14445
+ * Timeout for the health check task. Unit: seconds.
14446
+ */
14447
+ timeout: number;
14448
+ /**
14449
+ * Path part of the health check target address, starting with /. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
14450
+ */
14451
+ url: string;
14452
+ }
14453
+ interface GtmProbeHttpUsabilityCode {
14454
+ /**
14455
+ * List of HTTP status codes.
14456
+ */
14457
+ codes: number[];
14458
+ /**
14459
+ * Operator. interval: matches values within the range. include: matches specified values. exclude: matches values other than the specified ones.
13950
14460
  */
13951
14461
  operator: string;
13952
14462
  }
@@ -18220,6 +18730,10 @@ export declare namespace rdsmysql {
18220
18730
  * Whether to enable automatic scaling for the instance. Values: true: Yes. false: No.
18221
18731
  */
18222
18732
  enableStorageAutoScale: boolean;
18733
+ /**
18734
+ * Node range for automatic scaling detection. Values: MasterNode: primary node. MasterSlaveNodes: primary and secondary nodes. AllNodes: all nodes. Note: When used as a request parameter, the default is MasterNode. For multi-node instances, MasterSlaveNodes and AllNodes have the same effect. For single-node instances, MasterNode, MasterSlaveNodes, and AllNodes have the same effect.
18735
+ */
18736
+ scalingDetectNode: string;
18223
18737
  /**
18224
18738
  * Percentage of available storage space that triggers automatic scaling. Value range: 10–50, default: 10, unit: %
18225
18739
  */
@@ -18229,6 +18743,152 @@ export declare namespace rdsmysql {
18229
18743
  */
18230
18744
  storageUpperBound: number;
18231
18745
  }
18746
+ interface GetInstanceBackupPolicy {
18747
+ /**
18748
+ * List of destination regions available for cross-region backup.
18749
+ */
18750
+ availableCrossRegions: string[];
18751
+ /**
18752
+ * Basic backup policy.
18753
+ */
18754
+ backupPolicyBase: outputs.rdsmysql.GetInstanceBackupPolicyBackupPolicyBase;
18755
+ /**
18756
+ * Cross-region backup policy.
18757
+ */
18758
+ crossBackupPolicy: outputs.rdsmysql.GetInstanceBackupPolicyCrossBackupPolicy;
18759
+ }
18760
+ interface GetInstanceBackupPolicyBackupPolicyBase {
18761
+ /**
18762
+ * Retain all log backups before releasing the instance. Values: true: yes. false: no.
18763
+ */
18764
+ binlogBackupAllRetention: boolean;
18765
+ /**
18766
+ * Enable log backup feature. Values: true: yes. false: no.
18767
+ */
18768
+ binlogBackupEnabled: boolean;
18769
+ /**
18770
+ * Whether to enable encryption for log backups. Values: true: Yes. false: No.
18771
+ */
18772
+ binlogBackupEncryptionEnabled: boolean;
18773
+ /**
18774
+ * Enable local Binlog retention limit. Values: true: enabled. false: disabled.
18775
+ */
18776
+ binlogFileCountsEnable: boolean;
18777
+ /**
18778
+ * Number of local Binlog files to retain, values range from 6 to 1000. Files exceeding the retention count are automatically deleted.
18779
+ */
18780
+ binlogLimitCount: number;
18781
+ /**
18782
+ * Local Binlog retention period. Value: 0–168. Unit: hours. Local logs exceeding the retention period are automatically deleted. When set to 0, local logs are not deleted automatically.
18783
+ */
18784
+ binlogLocalRetentionHour: number;
18785
+ /**
18786
+ * Enable automatic Binlog cleanup when storage is excessive. When total instance storage usage exceeds 80% or available space is less than 5 GiB, the system automatically deletes the oldest local Binlog files until usage drops below 80% and available space exceeds 5 GiB. true: enabled. false: disabled.
18787
+ */
18788
+ binlogSpaceLimitEnable: boolean;
18789
+ /**
18790
+ * Maximum storage space usage. Can be set to 20%–50%. When exceeded, the earliest Binlog files are automatically deleted until usage falls below this threshold. Note: Local Binlog space usage = local Binlog size / total available (purchased) instance space.
18791
+ */
18792
+ binlogStoragePercentage: number;
18793
+ /**
18794
+ * Retain all data backups before releasing the instance. Values: true: yes. false: no.
18795
+ */
18796
+ dataBackupAllRetention: boolean;
18797
+ /**
18798
+ * Enable encryption for data backups of local disk instances. Values: true: yes. false: no. Note: This feature is not supported for cloud disk instances.
18799
+ */
18800
+ dataBackupEncryptionEnabled: boolean;
18801
+ /**
18802
+ * Number of days to retain data backups. Valid values: 7–3650 days. Default: 7 days.
18803
+ */
18804
+ dataBackupRetentionDay: number;
18805
+ /**
18806
+ * Full backup cycle. Values: Monday: Monday. Tuesday: Tuesday. Wednesday: Wednesday. Thursday: Thursday. Friday: Friday. Saturday: Saturday. Sunday: Sunday.
18807
+ */
18808
+ dataFullBackupPeriods: string[];
18809
+ /**
18810
+ * Start time of the full backup task time window (UTC). The time window is 1 hour. Note: Both DataFullBackupStartUTCHour and DataFullBackupTime can be used to specify the full backup time period for the instance. DataFullBackupStartUTCHour has higher priority. If both fields are returned, DataFullBackupStartUTCHour takes precedence.
18811
+ */
18812
+ dataFullBackupStartUtcHour: number;
18813
+ /**
18814
+ * Time window for executing backup tasks, with a duration of 1 hour. Format: HH:mmZ-HH:mmZ (UTC). Note: Both DataFullBackupStartUTCHour and DataFullBackupTime can be used to specify the full backup time period for the instance. DataFullBackupStartUTCHour has higher priority. If both fields are returned, DataFullBackupStartUTCHour takes precedence.
18815
+ */
18816
+ dataFullBackupTime: string;
18817
+ /**
18818
+ * Incremental backup cycle for local disk instances. Values: Monday: Monday. Tuesday: Tuesday. Wednesday: Wednesday. Thursday: Thursday. Friday: Friday. Saturday: Saturday. Sunday: Sunday. Note: When high-frequency incremental backup is enabled (that is, when HourlyIncrBackupEnable is set to true), this field is not returned.
18819
+ */
18820
+ dataIncrBackupPeriods: string[];
18821
+ /**
18822
+ * Number of days to retain data after instance release.
18823
+ */
18824
+ dataKeepDaysAfterReleased: number;
18825
+ /**
18826
+ * Policy for retaining instance backups after the instance is released. Values: Last: retain the last backup (default). All: retain all backups of the instance.
18827
+ */
18828
+ dataKeepPolicyAfterReleased: string;
18829
+ /**
18830
+ * Whether high-frequency incremental snapshot backup is enabled for cloud disk instances. Values: true: Yes. false: No. Note: For local disk instances, this field returns false.
18831
+ */
18832
+ highFrequencySnapshotBackupEnable: boolean;
18833
+ /**
18834
+ * Frequency of high-frequency incremental snapshot backups for cloud disk instances, in seconds. Values: 3600: every 1 hour. 7200: every 2 hours. 10800: every 3 hours. 14400: every 4 hours. 19200: every 6 hours. 28800: every 8 hours. 38400: every 12 hours. Note: If the instance is a local disk instance or the high-frequency incremental snapshot backup feature for the cloud disk instance is not enabled, this field returns 0.
18835
+ */
18836
+ highFrequencySnapshotBackupSecondPeriod: number;
18837
+ /**
18838
+ * Whether to enable high-frequency backup for local disk instances. Values: true: Yes. false: No.
18839
+ */
18840
+ hourlyIncrBackupEnable: boolean;
18841
+ /**
18842
+ * Frequency of high-frequency incremental backups for local disk instances. Values: 0: no high-frequency incremental backup. In this case, HourlyIncrBackupEnable is false. 2: incremental backup every 2 hours. 4: incremental backup every 4 hours. 6: incremental backup every 6 hours. 12: incremental backup every 12 hours.
18843
+ */
18844
+ incrBackupHourPeriod: number;
18845
+ /**
18846
+ * Whether to retain cross-region backups. Values: true: Yes. false: No. Note: This feature is not supported for cloud disk instances.
18847
+ */
18848
+ keepCrossBackupEnableAfterReleased: boolean;
18849
+ /**
18850
+ * Maximum DDL wait time. Default value is 30, minimum is 10, maximum is 1440, in minutes.
18851
+ */
18852
+ lockDdlTime: number;
18853
+ /**
18854
+ * Maximum DDL wait time. Default value: 1800. Minimum: 1. Maximum: 86400. Unit: seconds. Note: The backup process will block DDL. If the blocking time exceeds the specified value, the backup will stop automatically. Only MySQL 8.0 instances support this setting.
18855
+ */
18856
+ lockDdlTimeSecond: number;
18857
+ /**
18858
+ * Binlog backup retention period. Value range: 7–3650 days. Default retention is 7 days. Note: This parameter is not returned when RetentionPolicySynced is set to true.
18859
+ */
18860
+ logBackupRetentionDay: number;
18861
+ /**
18862
+ * Whether to allow downloading instance backup data from a public network environment. Values: true: Yes. false: No.
18863
+ */
18864
+ publicDownloadEnable: boolean;
18865
+ /**
18866
+ * Whether the retention policy for log backups is the same as that for data backups. Values: true: Yes. false: No.
18867
+ */
18868
+ retentionPolicySynced: boolean;
18869
+ }
18870
+ interface GetInstanceBackupPolicyCrossBackupPolicy {
18871
+ /**
18872
+ * Enable cross-region backup. true: enabled. false: disabled. Default value (unspecified).
18873
+ */
18874
+ backupEnabled: boolean;
18875
+ /**
18876
+ * Retain cross-region backups long-term before instance release. Values: true: yes. false: no.
18877
+ */
18878
+ crossBackupAllRetention: boolean;
18879
+ /**
18880
+ * Destination region ID for cross-region backups. This parameter is required when BackupEnabled is true.
18881
+ */
18882
+ crossBackupRegion: string;
18883
+ /**
18884
+ * Whether to enable cross-region log backup. true: Enable. false: Disable (default). Note: Cross-region log backup can only be enabled when cross-region backup is enabled.
18885
+ */
18886
+ logBackupEnabled: boolean;
18887
+ /**
18888
+ * Cross-region backup retention days. Value range: 7–3650. Default: 7. Unit: days. Note: When CrossBackupAllRetention is set to true, this field does not need to be set.
18889
+ */
18890
+ retention: number;
18891
+ }
18232
18892
  interface GetInstanceChargeDetail {
18233
18893
  /**
18234
18894
  * Enable auto-renewal for prepaid scenarios. Values: true: auto-renewal. false: do not auto-renew
@@ -18306,6 +18966,10 @@ export declare namespace rdsmysql {
18306
18966
  secondsBehindMaster: number;
18307
18967
  }
18308
18968
  interface GetInstanceEndpoint {
18969
+ /**
18970
+ * Address list.
18971
+ */
18972
+ addresses: outputs.rdsmysql.GetInstanceEndpointAddress[];
18309
18973
  /**
18310
18974
  * When the endpoint type is read/write or read-only, you can set whether new nodes join automatically. Values: Enable: auto join. Disable: do not auto join (default)
18311
18975
  */
@@ -18322,6 +18986,10 @@ export declare namespace rdsmysql {
18322
18986
  * Connection pool type for proxy terminal. Values: Transaction: Transaction-level connection pool. Default value. Direct: Direct mode.
18323
18987
  */
18324
18988
  connectionPoolType: string;
18989
+ /**
18990
+ * Custom routing and forwarding rules for connected terminals.
18991
+ */
18992
+ customRouteStrategies: outputs.rdsmysql.GetInstanceEndpointCustomRouteStrategy[];
18325
18993
  /**
18326
18994
  * Description of the connection endpoint
18327
18995
  */
@@ -18391,6 +19059,54 @@ export declare namespace rdsmysql {
18391
19059
  */
18392
19060
  readWriteMode: string;
18393
19061
  }
19062
+ interface GetInstanceEndpointAddress {
19063
+ /**
19064
+ * false: Private network resolution (default). true: Private and public network resolution.
19065
+ */
19066
+ dnsVisibility: boolean;
19067
+ /**
19068
+ * Connection domain name.
19069
+ */
19070
+ domain: string;
19071
+ /**
19072
+ * EIP ID, valid only for Public addresses.
19073
+ */
19074
+ eipId: string;
19075
+ /**
19076
+ * Whether the EIP used by the connected terminal is suspended due to overdue payment. Values: true: Yes. false: No.
19077
+ */
19078
+ eipLocked: boolean;
19079
+ /**
19080
+ * IP protocol version. Value: IPv4.
19081
+ */
19082
+ internetProtocol: string;
19083
+ /**
19084
+ * IP address.
19085
+ */
19086
+ ipAddress: string;
19087
+ /**
19088
+ * Network address type. Values: Private: private address. Public: public address.
19089
+ */
19090
+ networkType: string;
19091
+ /**
19092
+ * Port.
19093
+ */
19094
+ port: string;
19095
+ /**
19096
+ * Subnet ID, valid only for Private addresses.
19097
+ */
19098
+ subnetId: string;
19099
+ }
19100
+ interface GetInstanceEndpointCustomRouteStrategy {
19101
+ /**
19102
+ * SQL forwarding rule target. Values: Primary: primary node. Secondary: secondary node. ReadOnly: read-only node. Note: For dual-node instances, you can select the primary node or read-only node. For multi-node instances, you can select the primary node or secondary node.
19103
+ */
19104
+ nodeType: string;
19105
+ /**
19106
+ * Forwarding rule keywords. SQL keyword setting rules are as follows: Each rule can contain up to 20 keywords. Maximum length is 64 characters. Can include English letters, numbers, underscores (_), @, #, :=, and Chinese characters.
19107
+ */
19108
+ sqlKeyword: string;
19109
+ }
18394
19110
  interface GetInstanceEndpointReadOnlyNodeWeight {
18395
19111
  /**
18396
19112
  * Read-only nodes require NodeId. Primary nodes do not require it
@@ -18568,6 +19284,10 @@ export declare namespace rdsmysql {
18568
19284
  * Whether to enable automatic scaling for the instance. Values: true: Yes. false: No.
18569
19285
  */
18570
19286
  enableStorageAutoScale: boolean;
19287
+ /**
19288
+ * Node range for automatic scaling detection. Values: MasterNode: primary node. MasterSlaveNodes: primary and secondary nodes. AllNodes: all nodes. Note: When used as a request parameter, the default is MasterNode. For multi-node instances, MasterSlaveNodes and AllNodes have the same effect. For single-node instances, MasterNode, MasterSlaveNodes, and AllNodes have the same effect.
19289
+ */
19290
+ scalingDetectNode: string;
18571
19291
  /**
18572
19292
  * Percentage of available storage space that triggers automatic scaling. Value range: 10–50, default: 10, unit: %
18573
19293
  */
@@ -18577,6 +19297,152 @@ export declare namespace rdsmysql {
18577
19297
  */
18578
19298
  storageUpperBound: number;
18579
19299
  }
19300
+ interface InstanceBackupPolicy {
19301
+ /**
19302
+ * List of destination regions available for cross-region backup.
19303
+ */
19304
+ availableCrossRegions: string[];
19305
+ /**
19306
+ * Basic backup policy.
19307
+ */
19308
+ backupPolicyBase: outputs.rdsmysql.InstanceBackupPolicyBackupPolicyBase;
19309
+ /**
19310
+ * Cross-region backup policy.
19311
+ */
19312
+ crossBackupPolicy: outputs.rdsmysql.InstanceBackupPolicyCrossBackupPolicy;
19313
+ }
19314
+ interface InstanceBackupPolicyBackupPolicyBase {
19315
+ /**
19316
+ * Retain all log backups before releasing the instance. Values: true: yes. false: no.
19317
+ */
19318
+ binlogBackupAllRetention: boolean;
19319
+ /**
19320
+ * Enable log backup feature. Values: true: yes. false: no.
19321
+ */
19322
+ binlogBackupEnabled: boolean;
19323
+ /**
19324
+ * Whether to enable encryption for log backups. Values: true: Yes. false: No.
19325
+ */
19326
+ binlogBackupEncryptionEnabled: boolean;
19327
+ /**
19328
+ * Enable local Binlog retention limit. Values: true: enabled. false: disabled.
19329
+ */
19330
+ binlogFileCountsEnable: boolean;
19331
+ /**
19332
+ * Number of local Binlog files to retain, values range from 6 to 1000. Files exceeding the retention count are automatically deleted.
19333
+ */
19334
+ binlogLimitCount: number;
19335
+ /**
19336
+ * Local Binlog retention period. Value: 0–168. Unit: hours. Local logs exceeding the retention period are automatically deleted. When set to 0, local logs are not deleted automatically.
19337
+ */
19338
+ binlogLocalRetentionHour: number;
19339
+ /**
19340
+ * Enable automatic Binlog cleanup when storage is excessive. When total instance storage usage exceeds 80% or available space is less than 5 GiB, the system automatically deletes the oldest local Binlog files until usage drops below 80% and available space exceeds 5 GiB. true: enabled. false: disabled.
19341
+ */
19342
+ binlogSpaceLimitEnable: boolean;
19343
+ /**
19344
+ * Maximum storage space usage. Can be set to 20%–50%. When exceeded, the earliest Binlog files are automatically deleted until usage falls below this threshold. Note: Local Binlog space usage = local Binlog size / total available (purchased) instance space.
19345
+ */
19346
+ binlogStoragePercentage: number;
19347
+ /**
19348
+ * Retain all data backups before releasing the instance. Values: true: yes. false: no.
19349
+ */
19350
+ dataBackupAllRetention: boolean;
19351
+ /**
19352
+ * Enable encryption for data backups of local disk instances. Values: true: yes. false: no. Note: This feature is not supported for cloud disk instances.
19353
+ */
19354
+ dataBackupEncryptionEnabled: boolean;
19355
+ /**
19356
+ * Number of days to retain data backups. Valid values: 7–3650 days. Default: 7 days.
19357
+ */
19358
+ dataBackupRetentionDay: number;
19359
+ /**
19360
+ * Full backup cycle. Values: Monday: Monday. Tuesday: Tuesday. Wednesday: Wednesday. Thursday: Thursday. Friday: Friday. Saturday: Saturday. Sunday: Sunday.
19361
+ */
19362
+ dataFullBackupPeriods: string[];
19363
+ /**
19364
+ * Start time of the full backup task time window (UTC). The time window is 1 hour. Note: Both DataFullBackupStartUTCHour and DataFullBackupTime can be used to specify the full backup time period for the instance. DataFullBackupStartUTCHour has higher priority. If both fields are returned, DataFullBackupStartUTCHour takes precedence.
19365
+ */
19366
+ dataFullBackupStartUtcHour: number;
19367
+ /**
19368
+ * Time window for executing backup tasks, with a duration of 1 hour. Format: HH:mmZ-HH:mmZ (UTC). Note: Both DataFullBackupStartUTCHour and DataFullBackupTime can be used to specify the full backup time period for the instance. DataFullBackupStartUTCHour has higher priority. If both fields are returned, DataFullBackupStartUTCHour takes precedence.
19369
+ */
19370
+ dataFullBackupTime: string;
19371
+ /**
19372
+ * Incremental backup cycle for local disk instances. Values: Monday: Monday. Tuesday: Tuesday. Wednesday: Wednesday. Thursday: Thursday. Friday: Friday. Saturday: Saturday. Sunday: Sunday. Note: When high-frequency incremental backup is enabled (that is, when HourlyIncrBackupEnable is set to true), this field is not returned.
19373
+ */
19374
+ dataIncrBackupPeriods: string[];
19375
+ /**
19376
+ * Number of days to retain data after instance release.
19377
+ */
19378
+ dataKeepDaysAfterReleased: number;
19379
+ /**
19380
+ * Policy for retaining instance backups after the instance is released. Values: Last: retain the last backup (default). All: retain all backups of the instance.
19381
+ */
19382
+ dataKeepPolicyAfterReleased: string;
19383
+ /**
19384
+ * Whether high-frequency incremental snapshot backup is enabled for cloud disk instances. Values: true: Yes. false: No. Note: For local disk instances, this field returns false.
19385
+ */
19386
+ highFrequencySnapshotBackupEnable: boolean;
19387
+ /**
19388
+ * Frequency of high-frequency incremental snapshot backups for cloud disk instances, in seconds. Values: 3600: every 1 hour. 7200: every 2 hours. 10800: every 3 hours. 14400: every 4 hours. 19200: every 6 hours. 28800: every 8 hours. 38400: every 12 hours. Note: If the instance is a local disk instance or the high-frequency incremental snapshot backup feature for the cloud disk instance is not enabled, this field returns 0.
19389
+ */
19390
+ highFrequencySnapshotBackupSecondPeriod: number;
19391
+ /**
19392
+ * Whether to enable high-frequency backup for local disk instances. Values: true: Yes. false: No.
19393
+ */
19394
+ hourlyIncrBackupEnable: boolean;
19395
+ /**
19396
+ * Frequency of high-frequency incremental backups for local disk instances. Values: 0: no high-frequency incremental backup. In this case, HourlyIncrBackupEnable is false. 2: incremental backup every 2 hours. 4: incremental backup every 4 hours. 6: incremental backup every 6 hours. 12: incremental backup every 12 hours.
19397
+ */
19398
+ incrBackupHourPeriod: number;
19399
+ /**
19400
+ * Whether to retain cross-region backups. Values: true: Yes. false: No. Note: This feature is not supported for cloud disk instances.
19401
+ */
19402
+ keepCrossBackupEnableAfterReleased: boolean;
19403
+ /**
19404
+ * Maximum DDL wait time. Default value is 30, minimum is 10, maximum is 1440, in minutes.
19405
+ */
19406
+ lockDdlTime: number;
19407
+ /**
19408
+ * Maximum DDL wait time. Default value: 1800. Minimum: 1. Maximum: 86400. Unit: seconds. Note: The backup process will block DDL. If the blocking time exceeds the specified value, the backup will stop automatically. Only MySQL 8.0 instances support this setting.
19409
+ */
19410
+ lockDdlTimeSecond: number;
19411
+ /**
19412
+ * Binlog backup retention period. Value range: 7–3650 days. Default retention is 7 days. Note: This parameter is not returned when RetentionPolicySynced is set to true.
19413
+ */
19414
+ logBackupRetentionDay: number;
19415
+ /**
19416
+ * Whether to allow downloading instance backup data from a public network environment. Values: true: Yes. false: No.
19417
+ */
19418
+ publicDownloadEnable: boolean;
19419
+ /**
19420
+ * Whether the retention policy for log backups is the same as that for data backups. Values: true: Yes. false: No.
19421
+ */
19422
+ retentionPolicySynced: boolean;
19423
+ }
19424
+ interface InstanceBackupPolicyCrossBackupPolicy {
19425
+ /**
19426
+ * Enable cross-region backup. true: enabled. false: disabled. Default value (unspecified).
19427
+ */
19428
+ backupEnabled: boolean;
19429
+ /**
19430
+ * Retain cross-region backups long-term before instance release. Values: true: yes. false: no.
19431
+ */
19432
+ crossBackupAllRetention: boolean;
19433
+ /**
19434
+ * Destination region ID for cross-region backups. This parameter is required when BackupEnabled is true.
19435
+ */
19436
+ crossBackupRegion: string;
19437
+ /**
19438
+ * Whether to enable cross-region log backup. true: Enable. false: Disable (default). Note: Cross-region log backup can only be enabled when cross-region backup is enabled.
19439
+ */
19440
+ logBackupEnabled: boolean;
19441
+ /**
19442
+ * Cross-region backup retention days. Value range: 7–3650. Default: 7. Unit: days. Note: When CrossBackupAllRetention is set to true, this field does not need to be set.
19443
+ */
19444
+ retention: number;
19445
+ }
18580
19446
  interface InstanceChargeDetail {
18581
19447
  /**
18582
19448
  * Enable auto-renewal for prepaid scenarios. Values: true: auto-renewal. false: do not auto-renew
@@ -18654,6 +19520,7 @@ export declare namespace rdsmysql {
18654
19520
  secondsBehindMaster: number;
18655
19521
  }
18656
19522
  interface InstanceEndpoint {
19523
+ addresses: outputs.rdsmysql.InstanceEndpointAddress[];
18657
19524
  /**
18658
19525
  * When the endpoint type is read/write or read-only, you can set whether new nodes join automatically. Values: Enable: auto join. Disable: do not auto join (default)
18659
19526
  */
@@ -18670,6 +19537,7 @@ export declare namespace rdsmysql {
18670
19537
  * Connection pool type for proxy terminal. Values: Transaction: Transaction-level connection pool. Default value. Direct: Direct mode.
18671
19538
  */
18672
19539
  connectionPoolType: string;
19540
+ customRouteStrategies: outputs.rdsmysql.InstanceEndpointCustomRouteStrategy[];
18673
19541
  /**
18674
19542
  * Description of the connection endpoint
18675
19543
  */
@@ -18736,6 +19604,54 @@ export declare namespace rdsmysql {
18736
19604
  */
18737
19605
  readWriteMode: string;
18738
19606
  }
19607
+ interface InstanceEndpointAddress {
19608
+ /**
19609
+ * false: Private network resolution (default). true: Private and public network resolution.
19610
+ */
19611
+ dnsVisibility: boolean;
19612
+ /**
19613
+ * Connection domain name.
19614
+ */
19615
+ domain: string;
19616
+ /**
19617
+ * EIP ID, valid only for Public addresses.
19618
+ */
19619
+ eipId: string;
19620
+ /**
19621
+ * Whether the EIP used by the connected terminal is suspended due to overdue payment. Values: true: Yes. false: No.
19622
+ */
19623
+ eipLocked: boolean;
19624
+ /**
19625
+ * IP protocol version. Value: IPv4.
19626
+ */
19627
+ internetProtocol: string;
19628
+ /**
19629
+ * IP address.
19630
+ */
19631
+ ipAddress: string;
19632
+ /**
19633
+ * Network address type. Values: Private: private address. Public: public address.
19634
+ */
19635
+ networkType: string;
19636
+ /**
19637
+ * Port.
19638
+ */
19639
+ port: string;
19640
+ /**
19641
+ * Subnet ID, valid only for Private addresses.
19642
+ */
19643
+ subnetId: string;
19644
+ }
19645
+ interface InstanceEndpointCustomRouteStrategy {
19646
+ /**
19647
+ * SQL forwarding rule target. Values: Primary: primary node. Secondary: secondary node. ReadOnly: read-only node. Note: For dual-node instances, you can select the primary node or read-only node. For multi-node instances, you can select the primary node or secondary node.
19648
+ */
19649
+ nodeType: string;
19650
+ /**
19651
+ * Forwarding rule keywords. SQL keyword setting rules are as follows: Each rule can contain up to 20 keywords. Maximum length is 64 characters. Can include English letters, numbers, underscores (_), @, #, :=, and Chinese characters.
19652
+ */
19653
+ sqlKeyword: string;
19654
+ }
18739
19655
  interface InstanceEndpointReadOnlyNodeWeight {
18740
19656
  /**
18741
19657
  * Read-only nodes require NodeId. Primary nodes do not require it
@@ -19928,6 +20844,44 @@ export declare namespace redis {
19928
20844
  */
19929
20845
  securityGroupName: string;
19930
20846
  }
20847
+ interface GetInstanceBackup {
20848
+ /**
20849
+ * Backup point ID
20850
+ */
20851
+ backupPointId: string;
20852
+ /**
20853
+ * Backup point name
20854
+ */
20855
+ backupPointName: string;
20856
+ /**
20857
+ * Backup policy
20858
+ */
20859
+ backupStrategy: string;
20860
+ /**
20861
+ * Backup type
20862
+ */
20863
+ backupType: string;
20864
+ /**
20865
+ * Backup end time
20866
+ */
20867
+ endTime: string;
20868
+ /**
20869
+ * Instance ID
20870
+ */
20871
+ instanceId: string;
20872
+ /**
20873
+ * Backup size (unit: Byte)
20874
+ */
20875
+ size: number;
20876
+ /**
20877
+ * Backup start time
20878
+ */
20879
+ startTime: string;
20880
+ /**
20881
+ * Backup status
20882
+ */
20883
+ status: string;
20884
+ }
19931
20885
  interface GetInstanceBackupRestore {
19932
20886
  /**
19933
20887
  * Backup ID, used to specify which backup to use when restoring from a backup set
@@ -20066,6 +21020,44 @@ export declare namespace redis {
20066
21020
  */
20067
21021
  unit: string;
20068
21022
  }
21023
+ interface InstanceBackup {
21024
+ /**
21025
+ * Backup point ID
21026
+ */
21027
+ backupPointId: string;
21028
+ /**
21029
+ * Backup point name
21030
+ */
21031
+ backupPointName: string;
21032
+ /**
21033
+ * Backup policy
21034
+ */
21035
+ backupStrategy: string;
21036
+ /**
21037
+ * Backup type
21038
+ */
21039
+ backupType: string;
21040
+ /**
21041
+ * Backup end time
21042
+ */
21043
+ endTime: string;
21044
+ /**
21045
+ * Instance ID
21046
+ */
21047
+ instanceId: string;
21048
+ /**
21049
+ * Backup size (unit: Byte)
21050
+ */
21051
+ size: number;
21052
+ /**
21053
+ * Backup start time
21054
+ */
21055
+ startTime: string;
21056
+ /**
21057
+ * Backup status
21058
+ */
21059
+ status: string;
21060
+ }
20069
21061
  interface InstanceBackupRestore {
20070
21062
  /**
20071
21063
  * Backup ID, used to specify which backup to use when restoring from a backup set
@@ -20803,6 +21795,16 @@ export declare namespace tls {
20803
21795
  */
20804
21796
  severity: string;
20805
21797
  }
21798
+ interface AlarmWebhookIntegrationTypeWebhookHeader {
21799
+ /**
21800
+ * Key for custom request header
21801
+ */
21802
+ key: string;
21803
+ /**
21804
+ * Value for custom request header
21805
+ */
21806
+ value: string;
21807
+ }
20806
21808
  interface EtlTargetResource {
20807
21809
  /**
20808
21810
  * Name of the custom output target. You must use this name to refer to the output target in the data processing rules
@@ -21285,6 +22287,16 @@ export declare namespace tls {
21285
22287
  */
21286
22288
  severity: string;
21287
22289
  }
22290
+ interface GetAlarmWebhookIntegrationTypeWebhookHeader {
22291
+ /**
22292
+ * Key for custom request header
22293
+ */
22294
+ key: string;
22295
+ /**
22296
+ * Value for custom request header
22297
+ */
22298
+ value: string;
22299
+ }
21288
22300
  interface GetEtlTargetResource {
21289
22301
  /**
21290
22302
  * Name of the custom output target. You must use this name to refer to the output target in the data processing rules
@@ -30840,4 +31852,32 @@ export declare namespace waf {
30840
31852
  */
30841
31853
  statisticalKeyLists: string[];
30842
31854
  }
31855
+ interface GetHostGroupRelatedRule {
31856
+ /**
31857
+ * Rule name.
31858
+ */
31859
+ ruleName: string;
31860
+ /**
31861
+ * Rule ID.
31862
+ */
31863
+ ruleTag: string;
31864
+ /**
31865
+ * Rule type. Allow indicates an allowlist, Block indicates a blocklist.
31866
+ */
31867
+ ruleType: string;
31868
+ }
31869
+ interface HostGroupRelatedRule {
31870
+ /**
31871
+ * Rule name.
31872
+ */
31873
+ ruleName: string;
31874
+ /**
31875
+ * Rule ID.
31876
+ */
31877
+ ruleTag: string;
31878
+ /**
31879
+ * Rule type. Allow indicates an allowlist, Block indicates a blocklist.
31880
+ */
31881
+ ruleType: string;
31882
+ }
30843
31883
  }