@volcengine/pulumi-volcenginecc 0.0.41 → 0.0.43

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 (254) hide show
  1. package/directconnect/bgpPeer.d.ts +189 -0
  2. package/directconnect/bgpPeer.js +104 -0
  3. package/directconnect/bgpPeer.js.map +1 -0
  4. package/directconnect/getBgpPeer.d.ts +88 -0
  5. package/directconnect/getBgpPeer.js +28 -0
  6. package/directconnect/getBgpPeer.js.map +1 -0
  7. package/directconnect/getBgpPeers.d.ts +22 -0
  8. package/directconnect/getBgpPeers.js +24 -0
  9. package/directconnect/getBgpPeers.js.map +1 -0
  10. package/directconnect/index.d.ts +9 -0
  11. package/directconnect/index.js +12 -1
  12. package/directconnect/index.js.map +1 -1
  13. package/dns/backup.d.ts +90 -0
  14. package/dns/backup.js +76 -0
  15. package/dns/backup.js.map +1 -0
  16. package/dns/getBackup.d.ts +52 -0
  17. package/dns/getBackup.js +28 -0
  18. package/dns/getBackup.js.map +1 -0
  19. package/dns/getBackups.d.ts +22 -0
  20. package/dns/getBackups.js +24 -0
  21. package/dns/getBackups.js.map +1 -0
  22. package/dns/getRecord.d.ts +104 -0
  23. package/dns/getRecord.js +28 -0
  24. package/dns/getRecord.js.map +1 -0
  25. package/dns/getRecords.d.ts +22 -0
  26. package/dns/getRecords.js +24 -0
  27. package/dns/getRecords.js.map +1 -0
  28. package/dns/index.d.ts +18 -0
  29. package/dns/index.js +23 -1
  30. package/dns/index.js.map +1 -1
  31. package/dns/record.d.ts +236 -0
  32. package/dns/record.js +121 -0
  33. package/dns/record.js.map +1 -0
  34. package/gtm/getGtm.d.ts +100 -0
  35. package/gtm/getGtm.js +28 -0
  36. package/gtm/getGtm.js.map +1 -0
  37. package/gtm/getGtms.d.ts +22 -0
  38. package/gtm/getGtms.js +24 -0
  39. package/gtm/getGtms.js.map +1 -0
  40. package/gtm/getRouting.d.ts +48 -0
  41. package/gtm/getRouting.js +28 -0
  42. package/gtm/getRouting.js.map +1 -0
  43. package/gtm/getRoutings.d.ts +22 -0
  44. package/gtm/getRoutings.js +24 -0
  45. package/gtm/getRoutings.js.map +1 -0
  46. package/gtm/getRule.d.ts +105 -0
  47. package/gtm/getRule.js +28 -0
  48. package/gtm/getRule.js.map +1 -0
  49. package/gtm/getRules.d.ts +22 -0
  50. package/gtm/getRules.js +24 -0
  51. package/gtm/getRules.js.map +1 -0
  52. package/gtm/gtm.d.ts +228 -0
  53. package/gtm/gtm.js +113 -0
  54. package/gtm/gtm.js.map +1 -0
  55. package/gtm/index.d.ts +27 -0
  56. package/gtm/index.js +34 -1
  57. package/gtm/index.js.map +1 -1
  58. package/gtm/routing.d.ts +89 -0
  59. package/gtm/routing.js +74 -0
  60. package/gtm/routing.js.map +1 -0
  61. package/gtm/rule.d.ts +226 -0
  62. package/gtm/rule.js +99 -0
  63. package/gtm/rule.js.map +1 -0
  64. package/iam/allowedIpAddress.d.ts +107 -0
  65. package/iam/allowedIpAddress.js +95 -0
  66. package/iam/allowedIpAddress.js.map +1 -0
  67. package/iam/getAllowedIpAddress.d.ts +53 -0
  68. package/iam/getAllowedIpAddress.js +28 -0
  69. package/iam/getAllowedIpAddress.js.map +1 -0
  70. package/iam/getAllowedIpAddresses.d.ts +22 -0
  71. package/iam/getAllowedIpAddresses.js +24 -0
  72. package/iam/getAllowedIpAddresses.js.map +1 -0
  73. package/iam/getOauthProvider.d.ts +44 -0
  74. package/iam/getOauthProvider.js +28 -0
  75. package/iam/getOauthProvider.js.map +1 -0
  76. package/iam/getOauthProviders.d.ts +22 -0
  77. package/iam/getOauthProviders.js +24 -0
  78. package/iam/getOauthProviders.js.map +1 -0
  79. package/iam/index.d.ts +18 -0
  80. package/iam/index.js +23 -1
  81. package/iam/index.js.map +1 -1
  82. package/iam/oauthProvider.d.ts +256 -0
  83. package/iam/oauthProvider.js +143 -0
  84. package/iam/oauthProvider.js.map +1 -0
  85. package/kafka/getUser.d.ts +34 -0
  86. package/kafka/getUser.js +28 -0
  87. package/kafka/getUser.js.map +1 -0
  88. package/kafka/getUsers.d.ts +22 -0
  89. package/kafka/getUsers.js +24 -0
  90. package/kafka/getUsers.js.map +1 -0
  91. package/kafka/index.d.ts +9 -0
  92. package/kafka/index.js +12 -1
  93. package/kafka/index.js.map +1 -1
  94. package/kafka/user.d.ts +155 -0
  95. package/kafka/user.js +97 -0
  96. package/kafka/user.js.map +1 -0
  97. package/mongodb/account.d.ts +146 -0
  98. package/mongodb/account.js +82 -0
  99. package/mongodb/account.js.map +1 -0
  100. package/mongodb/endpoint.d.ts +175 -0
  101. package/mongodb/endpoint.js +97 -0
  102. package/mongodb/endpoint.js.map +1 -0
  103. package/mongodb/getAccount.d.ts +77 -0
  104. package/mongodb/getAccount.js +28 -0
  105. package/mongodb/getAccount.js.map +1 -0
  106. package/mongodb/getAccounts.d.ts +22 -0
  107. package/mongodb/getAccounts.js +24 -0
  108. package/mongodb/getAccounts.js.map +1 -0
  109. package/mongodb/getEndpoint.d.ts +39 -0
  110. package/mongodb/getEndpoint.js +28 -0
  111. package/mongodb/getEndpoint.js.map +1 -0
  112. package/mongodb/getEndpoints.d.ts +22 -0
  113. package/mongodb/getEndpoints.js +24 -0
  114. package/mongodb/getEndpoints.js.map +1 -0
  115. package/mongodb/index.d.ts +18 -0
  116. package/mongodb/index.js +23 -1
  117. package/mongodb/index.js.map +1 -1
  118. package/package.json +1 -1
  119. package/privatelink/gatewayEndpoint.d.ts +182 -0
  120. package/privatelink/gatewayEndpoint.js +106 -0
  121. package/privatelink/gatewayEndpoint.js.map +1 -0
  122. package/privatelink/getGatewayEndpoint.d.ts +85 -0
  123. package/privatelink/getGatewayEndpoint.js +28 -0
  124. package/privatelink/getGatewayEndpoint.js.map +1 -0
  125. package/privatelink/getGatewayEndpoints.d.ts +22 -0
  126. package/privatelink/getGatewayEndpoints.js +24 -0
  127. package/privatelink/getGatewayEndpoints.js.map +1 -0
  128. package/privatelink/index.d.ts +9 -0
  129. package/privatelink/index.js +12 -1
  130. package/privatelink/index.js.map +1 -1
  131. package/rdsmssql/backup.d.ts +148 -0
  132. package/rdsmssql/backup.js +85 -0
  133. package/rdsmssql/backup.js.map +1 -0
  134. package/rdsmssql/getBackup.d.ts +89 -0
  135. package/rdsmssql/getBackup.js +28 -0
  136. package/rdsmssql/getBackup.js.map +1 -0
  137. package/rdsmssql/getBackups.d.ts +22 -0
  138. package/rdsmssql/getBackups.js +24 -0
  139. package/rdsmssql/getBackups.js.map +1 -0
  140. package/rdsmssql/index.d.ts +9 -0
  141. package/rdsmssql/index.js +12 -1
  142. package/rdsmssql/index.js.map +1 -1
  143. package/rdsmysql/endpointPublicAddress.d.ts +182 -0
  144. package/rdsmysql/endpointPublicAddress.js +104 -0
  145. package/rdsmysql/endpointPublicAddress.js.map +1 -0
  146. package/rdsmysql/getEndpointPublicAddress.d.ts +39 -0
  147. package/rdsmysql/getEndpointPublicAddress.js +28 -0
  148. package/rdsmysql/getEndpointPublicAddress.js.map +1 -0
  149. package/rdsmysql/getEndpointPublicAddresses.d.ts +22 -0
  150. package/rdsmysql/getEndpointPublicAddresses.js +24 -0
  151. package/rdsmysql/getEndpointPublicAddresses.js.map +1 -0
  152. package/rdsmysql/index.d.ts +9 -0
  153. package/rdsmysql/index.js +12 -1
  154. package/rdsmysql/index.js.map +1 -1
  155. package/rdspostgresql/allowList.d.ts +24 -0
  156. package/rdspostgresql/allowList.js +4 -0
  157. package/rdspostgresql/allowList.js.map +1 -1
  158. package/rdspostgresql/getAllowList.d.ts +8 -0
  159. package/rdspostgresql/getAllowList.js.map +1 -1
  160. package/rdspostgresql/getInstanceSsl.d.ts +68 -0
  161. package/rdspostgresql/getInstanceSsl.js +28 -0
  162. package/rdspostgresql/getInstanceSsl.js.map +1 -0
  163. package/rdspostgresql/getInstanceSsls.d.ts +22 -0
  164. package/rdspostgresql/getInstanceSsls.js +24 -0
  165. package/rdspostgresql/getInstanceSsls.js.map +1 -0
  166. package/rdspostgresql/index.d.ts +9 -0
  167. package/rdspostgresql/index.js +12 -1
  168. package/rdspostgresql/index.js.map +1 -1
  169. package/rdspostgresql/instanceSsl.d.ts +134 -0
  170. package/rdspostgresql/instanceSsl.js +88 -0
  171. package/rdspostgresql/instanceSsl.js.map +1 -0
  172. package/redis/allowList.d.ts +2 -2
  173. package/redis/allowList.js +3 -0
  174. package/redis/allowList.js.map +1 -1
  175. package/storageebs/getSnapshotPolicies.d.ts +22 -0
  176. package/storageebs/getSnapshotPolicies.js +24 -0
  177. package/storageebs/getSnapshotPolicies.js.map +1 -0
  178. package/storageebs/getSnapshotPolicy.d.ts +93 -0
  179. package/storageebs/getSnapshotPolicy.js +28 -0
  180. package/storageebs/getSnapshotPolicy.js.map +1 -0
  181. package/storageebs/index.d.ts +9 -0
  182. package/storageebs/index.js +12 -1
  183. package/storageebs/index.js.map +1 -1
  184. package/storageebs/snapshotPolicy.d.ts +215 -0
  185. package/storageebs/snapshotPolicy.js +122 -0
  186. package/storageebs/snapshotPolicy.js.map +1 -0
  187. package/tos/bucketAccessMonitor.d.ts +74 -0
  188. package/tos/bucketAccessMonitor.js +72 -0
  189. package/tos/bucketAccessMonitor.js.map +1 -0
  190. package/tos/getBucketAccessMonitor.d.ts +44 -0
  191. package/tos/getBucketAccessMonitor.js +28 -0
  192. package/tos/getBucketAccessMonitor.js.map +1 -0
  193. package/tos/getBucketAccessMonitors.d.ts +22 -0
  194. package/tos/getBucketAccessMonitors.js +24 -0
  195. package/tos/getBucketAccessMonitors.js.map +1 -0
  196. package/tos/index.d.ts +9 -0
  197. package/tos/index.js +12 -1
  198. package/tos/index.js.map +1 -1
  199. package/transitrouter/directConnectGatewayAttachment.d.ts +180 -0
  200. package/transitrouter/directConnectGatewayAttachment.js +106 -0
  201. package/transitrouter/directConnectGatewayAttachment.js.map +1 -0
  202. package/transitrouter/getDirectConnectGatewayAttachment.d.ts +89 -0
  203. package/transitrouter/getDirectConnectGatewayAttachment.js +28 -0
  204. package/transitrouter/getDirectConnectGatewayAttachment.js.map +1 -0
  205. package/transitrouter/getDirectConnectGatewayAttachments.d.ts +22 -0
  206. package/transitrouter/getDirectConnectGatewayAttachments.js +24 -0
  207. package/transitrouter/getDirectConnectGatewayAttachments.js.map +1 -0
  208. package/transitrouter/getTransitRouterBandwidthPackage.d.ts +141 -0
  209. package/transitrouter/getTransitRouterBandwidthPackage.js +28 -0
  210. package/transitrouter/getTransitRouterBandwidthPackage.js.map +1 -0
  211. package/transitrouter/getTransitRouterBandwidthPackages.d.ts +22 -0
  212. package/transitrouter/getTransitRouterBandwidthPackages.js +24 -0
  213. package/transitrouter/getTransitRouterBandwidthPackages.js.map +1 -0
  214. package/transitrouter/getTransitRouterRouteTableAssociation.d.ts +48 -0
  215. package/transitrouter/getTransitRouterRouteTableAssociation.js +28 -0
  216. package/transitrouter/getTransitRouterRouteTableAssociation.js.map +1 -0
  217. package/transitrouter/getTransitRouterRouteTableAssociations.d.ts +22 -0
  218. package/transitrouter/getTransitRouterRouteTableAssociations.js +24 -0
  219. package/transitrouter/getTransitRouterRouteTableAssociations.js.map +1 -0
  220. package/transitrouter/index.d.ts +27 -0
  221. package/transitrouter/index.js +34 -1
  222. package/transitrouter/index.js.map +1 -1
  223. package/transitrouter/transitRouterBandwidthPackage.d.ts +320 -0
  224. package/transitrouter/transitRouterBandwidthPackage.js +138 -0
  225. package/transitrouter/transitRouterBandwidthPackage.js.map +1 -0
  226. package/transitrouter/transitRouterRouteTableAssociation.d.ts +89 -0
  227. package/transitrouter/transitRouterRouteTableAssociation.js +80 -0
  228. package/transitrouter/transitRouterRouteTableAssociation.js.map +1 -0
  229. package/types/input.d.ts +310 -0
  230. package/types/output.d.ts +641 -0
  231. package/vepfs/fileset.d.ts +202 -0
  232. package/vepfs/fileset.js +106 -0
  233. package/vepfs/fileset.js.map +1 -0
  234. package/vepfs/getFileset.d.ts +41 -0
  235. package/vepfs/getFileset.js +28 -0
  236. package/vepfs/getFileset.js.map +1 -0
  237. package/vepfs/getFilesets.d.ts +22 -0
  238. package/vepfs/getFilesets.js +24 -0
  239. package/vepfs/getFilesets.js.map +1 -0
  240. package/vepfs/index.d.ts +9 -0
  241. package/vepfs/index.js +12 -1
  242. package/vepfs/index.js.map +1 -1
  243. package/vmp/getRuleFile.d.ts +37 -0
  244. package/vmp/getRuleFile.js +28 -0
  245. package/vmp/getRuleFile.js.map +1 -0
  246. package/vmp/getRuleFiles.d.ts +22 -0
  247. package/vmp/getRuleFiles.js +24 -0
  248. package/vmp/getRuleFiles.js.map +1 -0
  249. package/vmp/index.d.ts +9 -0
  250. package/vmp/index.js +12 -1
  251. package/vmp/index.js.map +1 -1
  252. package/vmp/ruleFile.d.ts +172 -0
  253. package/vmp/ruleFile.js +104 -0
  254. package/vmp/ruleFile.js.map +1 -0
package/types/output.d.ts CHANGED
@@ -14120,6 +14120,156 @@ export declare namespace gtm {
14120
14120
  */
14121
14121
  weight: number;
14122
14122
  }
14123
+ interface GetRulePoolSet {
14124
+ /**
14125
+ * Whether the address pool is available. true: address is available. false: address is unavailable.
14126
+ */
14127
+ active: boolean;
14128
+ /**
14129
+ * Minimum number of available addresses required for the address pool collection to be considered available.
14130
+ */
14131
+ activeAddrThr: number;
14132
+ /**
14133
+ * Address pool name.
14134
+ */
14135
+ name: string;
14136
+ /**
14137
+ * Address pool set ID.
14138
+ */
14139
+ poolSetId: string;
14140
+ /**
14141
+ * Address pool list.
14142
+ */
14143
+ pools: outputs.gtm.GetRulePoolSetPool[];
14144
+ }
14145
+ interface GetRulePoolSetPool {
14146
+ /**
14147
+ * Address information under the address pool.
14148
+ */
14149
+ addresses: outputs.gtm.GetRulePoolSetPoolAddress[];
14150
+ /**
14151
+ * The number of unavailable addresses in the address pool.
14152
+ */
14153
+ inactiveAddrCount: number;
14154
+ /**
14155
+ * Address pool name.
14156
+ */
14157
+ name: string;
14158
+ /**
14159
+ * Address pool ID.
14160
+ */
14161
+ poolId: string;
14162
+ /**
14163
+ * Address pool weight.
14164
+ */
14165
+ weight: number;
14166
+ }
14167
+ interface GetRulePoolSetPoolAddress {
14168
+ /**
14169
+ * Whether the address is available. true: The address is available. false: The address is unavailable.
14170
+ */
14171
+ active: boolean;
14172
+ /**
14173
+ * The capacity of the address. For addresses without a set capacity value, this parameter returns the default capacity value of 1000.
14174
+ */
14175
+ capacity: number;
14176
+ /**
14177
+ * This parameter has no practical significance. You can ignore this parameter.
14178
+ */
14179
+ geo: string;
14180
+ /**
14181
+ * Latency (ms) for health check probe accessing the target address.
14182
+ */
14183
+ latency: number;
14184
+ /**
14185
+ * 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.
14186
+ */
14187
+ mode: string;
14188
+ /**
14189
+ * The assigned region for the target address. See line codes for the mapping between line codes and specific regions (i.e., lines).
14190
+ */
14191
+ rectifiedGeos: string[];
14192
+ /**
14193
+ * Address.
14194
+ */
14195
+ value: string;
14196
+ /**
14197
+ * Address weight. For addresses without a specified weight, this parameter returns the default weight value of 1.
14198
+ */
14199
+ weight: number;
14200
+ }
14201
+ interface GetRuleProbe {
14202
+ /**
14203
+ * Recommended number of health check probe points.
14204
+ */
14205
+ advisedNodeCount: number;
14206
+ /**
14207
+ * Whether health checks are disabled. true: disabled. false: not disabled.
14208
+ */
14209
+ disable: boolean;
14210
+ /**
14211
+ * 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.
14212
+ */
14213
+ failedCount: number;
14214
+ /**
14215
+ * Domain name of the health check target address. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
14216
+ */
14217
+ host: string;
14218
+ /**
14219
+ * HTTP request method. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
14220
+ */
14221
+ httpMethod: string;
14222
+ /**
14223
+ * 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.
14224
+ */
14225
+ httpUsabilityCodes: outputs.gtm.GetRuleProbeHttpUsabilityCode[];
14226
+ /**
14227
+ * The interval between each health check, in seconds.
14228
+ */
14229
+ interval: number;
14230
+ /**
14231
+ * Whether to manually configure the health check probe. true: Manually configure the health check probe. false: Use recommended health check probe.
14232
+ */
14233
+ isManualNodes: boolean;
14234
+ /**
14235
+ * Health check probe point.
14236
+ */
14237
+ nodes: string[];
14238
+ /**
14239
+ * 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.
14240
+ */
14241
+ pingCount: number;
14242
+ /**
14243
+ * 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.
14244
+ */
14245
+ pingLossPercent: number;
14246
+ /**
14247
+ * Port of the health check target address. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
14248
+ */
14249
+ port: number;
14250
+ /**
14251
+ * Protocol used for health checks. ping: ICMP protocol. tcp: TCP protocol. http: HTTP protocol. https: HTTPS protocol.
14252
+ */
14253
+ protocol: string;
14254
+ /**
14255
+ * 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.
14256
+ */
14257
+ timeout: number;
14258
+ /**
14259
+ * 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.
14260
+ */
14261
+ url: string;
14262
+ }
14263
+ interface GetRuleProbeHttpUsabilityCode {
14264
+ /**
14265
+ * HTTP status code list.
14266
+ */
14267
+ codes: number[];
14268
+ /**
14269
+ * Operator. interval: Matches values within the range. include: Matches specified values. exclude: Matches values other than the specified values.
14270
+ */
14271
+ operator: string;
14272
+ }
14123
14273
  interface PoolAddress {
14124
14274
  /**
14125
14275
  * Address capacity
@@ -14142,6 +14292,139 @@ export declare namespace gtm {
14142
14292
  */
14143
14293
  weight: number;
14144
14294
  }
14295
+ interface RulePoolSet {
14296
+ /**
14297
+ * Minimum number of available addresses required for the address pool collection to be considered available.
14298
+ */
14299
+ activeAddrThr: number;
14300
+ /**
14301
+ * Address pool name.
14302
+ */
14303
+ name: string;
14304
+ pools: outputs.gtm.RulePoolSetPool[];
14305
+ }
14306
+ interface RulePoolSetPool {
14307
+ addresses: outputs.gtm.RulePoolSetPoolAddress[];
14308
+ /**
14309
+ * The number of unavailable addresses in the address pool.
14310
+ */
14311
+ inactiveAddrCount: number;
14312
+ /**
14313
+ * Address pool name.
14314
+ */
14315
+ name: string;
14316
+ /**
14317
+ * Address pool ID.
14318
+ */
14319
+ poolId: string;
14320
+ /**
14321
+ * Address pool weight.
14322
+ */
14323
+ weight: number;
14324
+ }
14325
+ interface RulePoolSetPoolAddress {
14326
+ /**
14327
+ * Whether the address is available. true: The address is available. false: The address is unavailable.
14328
+ */
14329
+ active: boolean;
14330
+ /**
14331
+ * The capacity of the address. For addresses without a set capacity value, this parameter returns the default capacity value of 1000.
14332
+ */
14333
+ capacity: number;
14334
+ /**
14335
+ * This parameter has no practical significance. You can ignore this parameter.
14336
+ */
14337
+ geo: string;
14338
+ /**
14339
+ * Latency (ms) for health check probe accessing the target address.
14340
+ */
14341
+ latency: number;
14342
+ /**
14343
+ * 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.
14344
+ */
14345
+ mode: string;
14346
+ /**
14347
+ * The assigned region for the target address. See line codes for the mapping between line codes and specific regions (i.e., lines).
14348
+ */
14349
+ rectifiedGeos: string[];
14350
+ /**
14351
+ * Address.
14352
+ */
14353
+ value: string;
14354
+ /**
14355
+ * Address weight. For addresses without a specified weight, this parameter returns the default weight value of 1.
14356
+ */
14357
+ weight: number;
14358
+ }
14359
+ interface RuleProbe {
14360
+ /**
14361
+ * Recommended number of health check probe points.
14362
+ */
14363
+ advisedNodeCount: number;
14364
+ /**
14365
+ * Whether health checks are disabled. true: disabled. false: not disabled.
14366
+ */
14367
+ disable: boolean;
14368
+ /**
14369
+ * 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.
14370
+ */
14371
+ failedCount: number;
14372
+ /**
14373
+ * Domain name of the health check target address. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
14374
+ */
14375
+ host: string;
14376
+ /**
14377
+ * HTTP request method. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
14378
+ */
14379
+ httpMethod: string;
14380
+ httpUsabilityCodes: outputs.gtm.RuleProbeHttpUsabilityCode[];
14381
+ /**
14382
+ * The interval between each health check, in seconds.
14383
+ */
14384
+ interval: number;
14385
+ /**
14386
+ * Whether to manually configure the health check probe. true: Manually configure the health check probe. false: Use recommended health check probe.
14387
+ */
14388
+ isManualNodes: boolean;
14389
+ /**
14390
+ * Health check probe point.
14391
+ */
14392
+ nodes: string[];
14393
+ /**
14394
+ * 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.
14395
+ */
14396
+ pingCount: number;
14397
+ /**
14398
+ * 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.
14399
+ */
14400
+ pingLossPercent: number;
14401
+ /**
14402
+ * Port of the health check target address. This parameter is only valid when the health check protocol is set to HTTP or HTTPS.
14403
+ */
14404
+ port: number;
14405
+ /**
14406
+ * Protocol used for health checks. ping: ICMP protocol. tcp: TCP protocol. http: HTTP protocol. https: HTTPS protocol.
14407
+ */
14408
+ protocol: string;
14409
+ /**
14410
+ * 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.
14411
+ */
14412
+ timeout: number;
14413
+ /**
14414
+ * 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.
14415
+ */
14416
+ url: string;
14417
+ }
14418
+ interface RuleProbeHttpUsabilityCode {
14419
+ /**
14420
+ * HTTP status code list.
14421
+ */
14422
+ codes: number[];
14423
+ /**
14424
+ * Operator. interval: Matches values within the range. include: Matches specified values. exclude: Matches values other than the specified values.
14425
+ */
14426
+ operator: string;
14427
+ }
14145
14428
  }
14146
14429
  export declare namespace hbase {
14147
14430
  interface GetInstanceEndpoint {
@@ -14218,6 +14501,26 @@ export declare namespace hbase {
14218
14501
  }
14219
14502
  }
14220
14503
  export declare namespace iam {
14504
+ interface AllowedIpAddressIpList {
14505
+ /**
14506
+ * Description
14507
+ */
14508
+ description: string;
14509
+ /**
14510
+ * IP address
14511
+ */
14512
+ ip: string;
14513
+ }
14514
+ interface GetAllowedIpAddressIpList {
14515
+ /**
14516
+ * Description
14517
+ */
14518
+ description: string;
14519
+ /**
14520
+ * IP address
14521
+ */
14522
+ ip: string;
14523
+ }
14221
14524
  interface GetGroupAttachedPolicy {
14222
14525
  /**
14223
14526
  * Policy binding time.
@@ -15701,6 +16004,16 @@ export declare namespace kms {
15701
16004
  }
15702
16005
  }
15703
16006
  export declare namespace mongodb {
16007
+ interface AccountAccountPrivilege {
16008
+ /**
16009
+ * Databases for which the account has permissions.
16010
+ */
16011
+ dbName: string;
16012
+ /**
16013
+ * Permissions the account has in the current database.
16014
+ */
16015
+ roleName: string;
16016
+ }
15704
16017
  interface AllowListAssociatedInstance {
15705
16018
  /**
15706
16019
  * Instance ID bound to the current allowlist.
@@ -15719,6 +16032,59 @@ export declare namespace mongodb {
15719
16032
  */
15720
16033
  vpc: string;
15721
16034
  }
16035
+ interface EndpointDbAddress {
16036
+ /**
16037
+ * Domain name of the connection address
16038
+ */
16039
+ addressDomain: string;
16040
+ /**
16041
+ * IP corresponding to the connection address
16042
+ */
16043
+ addressIp: string;
16044
+ /**
16045
+ * Port number of the connection address
16046
+ */
16047
+ addressPort: string;
16048
+ /**
16049
+ * Connection address type of the node. Possible values:
16050
+ *
16051
+ * Primary: Primary node connection address
16052
+ * Secondary: Secondary node connection address
16053
+ * Hidden: Hidden node connection address
16054
+ * ReadOnly: Read-only node connection address
16055
+ *
16056
+ *
16057
+ * **Note:**
16058
+ * Hidden node connection address information is returned only when the connection address type is a private connection address (that is, when `NetworkType` is set to `Private`).
16059
+ */
16060
+ addressType: string;
16061
+ /**
16062
+ * EIP ID bound to the instance's public address
16063
+ *
16064
+ *
16065
+ * **Note:**
16066
+ * This parameter is returned only when the connection address type is a public connection address (that is, when `NetworkType` is set to `Public`).
16067
+ */
16068
+ eipId: string;
16069
+ /**
16070
+ * Node ID associated with the connection address
16071
+ */
16072
+ nodeId: string;
16073
+ /**
16074
+ * AZ of the node; all nodes are consistent for single-AZ instances, while nodes differ for multi-AZ instances
16075
+ */
16076
+ zoneId: string;
16077
+ }
16078
+ interface GetAccountAccountPrivilege {
16079
+ /**
16080
+ * Databases for which the account has permissions.
16081
+ */
16082
+ dbName: string;
16083
+ /**
16084
+ * Permissions the account has in the current database.
16085
+ */
16086
+ roleName: string;
16087
+ }
15722
16088
  interface GetAllowListAssociatedInstance {
15723
16089
  /**
15724
16090
  * Instance ID bound to the current allowlist.
@@ -15737,6 +16103,53 @@ export declare namespace mongodb {
15737
16103
  */
15738
16104
  vpc: string;
15739
16105
  }
16106
+ interface GetEndpointDbAddress {
16107
+ /**
16108
+ * Domain name of the connection address
16109
+ */
16110
+ addressDomain: string;
16111
+ /**
16112
+ * IP corresponding to the connection address
16113
+ *
16114
+ *
16115
+ * **Note:**
16116
+ * It is not recommended to connect to the instance using the `IP:port` format, as the IP address may change after switching subnets. If the client code is not updated in time, instance connection failures may occur. We recommend accessing the MongoDB instance using the `domain:port` format to avoid connection issues caused by IP address changes. For detailed steps to connect to a MongoDB instance, see Connect to an Instance Using the Mongo Shell Tool.
16117
+ */
16118
+ addressIp: string;
16119
+ /**
16120
+ * Port number of the connection address
16121
+ */
16122
+ addressPort: string;
16123
+ /**
16124
+ * Connection address type of the node. Possible values:
16125
+ *
16126
+ * Primary: Primary node connection address
16127
+ * Secondary: Secondary node connection address
16128
+ * Hidden: Hidden node connection address
16129
+ * ReadOnly: Read-only node connection address
16130
+ *
16131
+ *
16132
+ * **Note:**
16133
+ * Hidden node connection address information is returned only when the connection address type is a private connection address (that is, when `NetworkType` is set to `Private`).
16134
+ */
16135
+ addressType: string;
16136
+ /**
16137
+ * EIP ID bound to the instance's public address
16138
+ *
16139
+ *
16140
+ * **Note:**
16141
+ * This parameter is returned only when the connection address type is a public connection address (that is, when `NetworkType` is set to `Public`).
16142
+ */
16143
+ eipId: string;
16144
+ /**
16145
+ * Node ID associated with the connection address
16146
+ */
16147
+ nodeId: string;
16148
+ /**
16149
+ * AZ of the node; all nodes are consistent for single-AZ instances, while nodes differ for multi-AZ instances
16150
+ */
16151
+ zoneId: string;
16152
+ }
15740
16153
  interface GetInstanceConfigServer {
15741
16154
  /**
15742
16155
  * ConfigServer node ID
@@ -16482,6 +16895,16 @@ export declare namespace privatelink {
16482
16895
  */
16483
16896
  value: string;
16484
16897
  }
16898
+ interface GatewayEndpointTag {
16899
+ /**
16900
+ * Tag key of the endpoint tag
16901
+ */
16902
+ key: string;
16903
+ /**
16904
+ * Tag value of the endpoint tag
16905
+ */
16906
+ value: string;
16907
+ }
16485
16908
  interface GetEndpointServicePrivateDnsNameConfiguration {
16486
16909
  /**
16487
16910
  * Domain verification name.
@@ -16524,6 +16947,16 @@ export declare namespace privatelink {
16524
16947
  */
16525
16948
  value: string;
16526
16949
  }
16950
+ interface GetGatewayEndpointTag {
16951
+ /**
16952
+ * Tag key of the endpoint tag
16953
+ */
16954
+ key: string;
16955
+ /**
16956
+ * Tag value of the endpoint tag
16957
+ */
16958
+ value: string;
16959
+ }
16527
16960
  interface GetVpcEndpointConnectionResourcesAllocate {
16528
16961
  /**
16529
16962
  * Specify the service resource for the endpoint connection
@@ -17252,6 +17685,58 @@ export declare namespace rdsmssql {
17252
17685
  */
17253
17686
  vpc: string;
17254
17687
  }
17688
+ interface BackupBackupDatabaseDetail {
17689
+ /**
17690
+ * External network backup download link.
17691
+ */
17692
+ backupDownloadLinkEip: string;
17693
+ /**
17694
+ * Internal network backup download link.
17695
+ */
17696
+ backupDownloadLinkInner: string;
17697
+ /**
17698
+ * Backup end time. Format: yyyy-MM-ddTHH:mm:ss.sZ (UTC time).
17699
+ */
17700
+ backupEndTime: string;
17701
+ /**
17702
+ * Backup file name.
17703
+ */
17704
+ backupFileName: string;
17705
+ /**
17706
+ * Backup file size (Bytes).
17707
+ */
17708
+ backupFileSize: number;
17709
+ /**
17710
+ * Backup start time. Format: yyyy-MM-ddTHH:mm:ss.sZ (UTC time).
17711
+ */
17712
+ backupStartTime: string;
17713
+ /**
17714
+ * Backup type. Values: Full (full backup), Diff (differential backup).
17715
+ */
17716
+ backupType: string;
17717
+ /**
17718
+ * Database name.
17719
+ */
17720
+ databaseName: string;
17721
+ /**
17722
+ * Backup file preparation progress (%).
17723
+ */
17724
+ downloadProgress: number;
17725
+ /**
17726
+ * Backup file preparation status. Values: Success (preparation completed), Failed (preparation failed), Running (preparing), NotDownload (not downloaded).
17727
+ */
17728
+ downloadStatus: string;
17729
+ /**
17730
+ * Download link expiration time. Format: yyyy-MM-ddTHH:mm:sssZ (UTC time).
17731
+ */
17732
+ linkExpiredTime: string;
17733
+ }
17734
+ interface BackupBackupMeta {
17735
+ /**
17736
+ * Backup database name.
17737
+ */
17738
+ dbName: string;
17739
+ }
17255
17740
  interface GetAllowListAssociatedInstance {
17256
17741
  /**
17257
17742
  * Instance ID
@@ -17278,6 +17763,58 @@ export declare namespace rdsmssql {
17278
17763
  */
17279
17764
  vpc: string;
17280
17765
  }
17766
+ interface GetBackupBackupDatabaseDetail {
17767
+ /**
17768
+ * External network backup download link.
17769
+ */
17770
+ backupDownloadLinkEip: string;
17771
+ /**
17772
+ * Internal network backup download link.
17773
+ */
17774
+ backupDownloadLinkInner: string;
17775
+ /**
17776
+ * Backup end time. Format: yyyy-MM-ddTHH:mm:ss.sZ (UTC time).
17777
+ */
17778
+ backupEndTime: string;
17779
+ /**
17780
+ * Backup file name.
17781
+ */
17782
+ backupFileName: string;
17783
+ /**
17784
+ * Backup file size (Bytes).
17785
+ */
17786
+ backupFileSize: number;
17787
+ /**
17788
+ * Backup start time. Format: yyyy-MM-ddTHH:mm:ss.sZ (UTC time).
17789
+ */
17790
+ backupStartTime: string;
17791
+ /**
17792
+ * Backup type. Values: Full (full backup), Diff (differential backup).
17793
+ */
17794
+ backupType: string;
17795
+ /**
17796
+ * Database name.
17797
+ */
17798
+ databaseName: string;
17799
+ /**
17800
+ * Backup file preparation progress (%).
17801
+ */
17802
+ downloadProgress: number;
17803
+ /**
17804
+ * Backup file preparation status. Values: Success (preparation completed), Failed (preparation failed), Running (preparing), NotDownload (not downloaded).
17805
+ */
17806
+ downloadStatus: string;
17807
+ /**
17808
+ * Download link expiration time. Format: yyyy-MM-ddTHH:mm:sssZ (UTC time).
17809
+ */
17810
+ linkExpiredTime: string;
17811
+ }
17812
+ interface GetBackupBackupMeta {
17813
+ /**
17814
+ * Backup database name.
17815
+ */
17816
+ dbName: string;
17817
+ }
17281
17818
  interface GetInstanceChargeInfo {
17282
17819
  /**
17283
17820
  * Auto-renewal for prepaid scenarios. true: auto-renew (default). false: do not auto-renew.
@@ -20442,6 +20979,16 @@ export declare namespace storageebs {
20442
20979
  */
20443
20980
  value: string;
20444
20981
  }
20982
+ interface GetSnapshotPolicyTag {
20983
+ /**
20984
+ * Tag key
20985
+ */
20986
+ key: string;
20987
+ /**
20988
+ * Tag value
20989
+ */
20990
+ value: string;
20991
+ }
20445
20992
  interface GetSnapshotTag {
20446
20993
  /**
20447
20994
  * User tag key added to the resource. Naming rules: Cannot start with volc: or sys: in any case. Keys starting with volc: or sys: are reserved system tag keys and cannot be created. Only language characters, numbers, spaces, and the following English symbols are allowed: '_', '.', ':', '/', '=', '+', '-', '@'. Length must be between 1 and 128 characters.
@@ -20599,6 +21146,16 @@ export declare namespace storageebs {
20599
21146
  */
20600
21147
  value: string;
20601
21148
  }
21149
+ interface SnapshotPolicyTag {
21150
+ /**
21151
+ * Tag key
21152
+ */
21153
+ key: string;
21154
+ /**
21155
+ * Tag value
21156
+ */
21157
+ value: string;
21158
+ }
20602
21159
  interface SnapshotTag {
20603
21160
  /**
20604
21161
  * User tag key added to the resource. Naming rules: Cannot start with volc: or sys: in any case. Keys starting with volc: or sys: are reserved system tag keys and cannot be created. Only language characters, numbers, spaces, and the following English symbols are allowed: '_', '.', ':', '/', '=', '+', '-', '@'. Length must be between 1 and 128 characters.
@@ -24050,6 +24607,26 @@ export declare namespace tos {
24050
24607
  }
24051
24608
  }
24052
24609
  export declare namespace transitrouter {
24610
+ interface DirectConnectGatewayAttachmentTag {
24611
+ /**
24612
+ * Tag key
24613
+ */
24614
+ key: string;
24615
+ /**
24616
+ * Tag value
24617
+ */
24618
+ value: string;
24619
+ }
24620
+ interface GetDirectConnectGatewayAttachmentTag {
24621
+ /**
24622
+ * Tag key
24623
+ */
24624
+ key: string;
24625
+ /**
24626
+ * Tag value
24627
+ */
24628
+ value: string;
24629
+ }
24053
24630
  interface GetPeerAttachmentTag {
24054
24631
  /**
24055
24632
  * Tag key for cross-region connection user tags. Length must be between 1 and 128 characters. Case-sensitive; cannot start with any case combination of sys:. Cannot start or end with a space character. Allowed characters include letters, numbers, space character, underscore (_), period (.), colon (:), slash (/), equals sign (=), plus sign (+), minus sign (-), and @. Note: Tag keys for the same resource must be unique. If this parameter is not provided or no value is specified, the default is empty.
@@ -24148,6 +24725,38 @@ export declare namespace transitrouter {
24148
24725
  */
24149
24726
  value: string;
24150
24727
  }
24728
+ interface GetTransitRouterBandwidthPackageAllocation {
24729
+ /**
24730
+ * Time when the bandwidth package was associated with the cross-region connection.
24731
+ */
24732
+ allocateTime: string;
24733
+ /**
24734
+ * Bandwidth peak of the cross-region connection, in Mbps.
24735
+ */
24736
+ bandwidth: number;
24737
+ /**
24738
+ * Region ID of the local transit router instance in the cross-region connection.
24739
+ */
24740
+ localRegionId: string;
24741
+ /**
24742
+ * Region ID of the peer transit router instance in the cross-region connection.
24743
+ */
24744
+ peerRegionId: string;
24745
+ /**
24746
+ * ID of the cross-region connection.
24747
+ */
24748
+ transitRouterPeerAttachmentId: string;
24749
+ }
24750
+ interface GetTransitRouterBandwidthPackageTag {
24751
+ /**
24752
+ * Tag key of the tag.
24753
+ */
24754
+ key: string;
24755
+ /**
24756
+ * Tag value
24757
+ */
24758
+ value: string;
24759
+ }
24151
24760
  interface GetTransitRouterRouteTableTag {
24152
24761
  /**
24153
24762
  * Tag key
@@ -24297,6 +24906,38 @@ export declare namespace transitrouter {
24297
24906
  */
24298
24907
  value: string;
24299
24908
  }
24909
+ interface TransitRouterBandwidthPackageAllocation {
24910
+ /**
24911
+ * Time when the bandwidth package was associated with the cross-region connection.
24912
+ */
24913
+ allocateTime: string;
24914
+ /**
24915
+ * Bandwidth peak of the cross-region connection, in Mbps.
24916
+ */
24917
+ bandwidth: number;
24918
+ /**
24919
+ * Region ID of the local transit router instance in the cross-region connection.
24920
+ */
24921
+ localRegionId: string;
24922
+ /**
24923
+ * Region ID of the peer transit router instance in the cross-region connection.
24924
+ */
24925
+ peerRegionId: string;
24926
+ /**
24927
+ * ID of the cross-region connection.
24928
+ */
24929
+ transitRouterPeerAttachmentId: string;
24930
+ }
24931
+ interface TransitRouterBandwidthPackageTag {
24932
+ /**
24933
+ * Tag key of the tag.
24934
+ */
24935
+ key: string;
24936
+ /**
24937
+ * Tag value
24938
+ */
24939
+ value: string;
24940
+ }
24300
24941
  interface TransitRouterRouteTableTag {
24301
24942
  /**
24302
24943
  * Tag key