@volcengine/pulumi 0.0.20 → 0.0.22

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 (165) hide show
  1. package/alb/acl.d.ts +126 -0
  2. package/alb/acl.js +89 -0
  3. package/alb/acl.js.map +1 -0
  4. package/alb/acls.d.ts +101 -0
  5. package/alb/acls.js +51 -0
  6. package/alb/acls.js.map +1 -0
  7. package/alb/alb.d.ts +282 -0
  8. package/alb/alb.js +167 -0
  9. package/alb/alb.js.map +1 -0
  10. package/alb/albs.d.ts +216 -0
  11. package/alb/albs.js +127 -0
  12. package/alb/albs.js.map +1 -0
  13. package/alb/caCertificates.d.ts +108 -0
  14. package/alb/caCertificates.js +50 -0
  15. package/alb/caCertificates.js.map +1 -0
  16. package/alb/cacertificate.d.ts +158 -0
  17. package/alb/cacertificate.js +96 -0
  18. package/alb/cacertificate.js.map +1 -0
  19. package/alb/certificate.d.ts +167 -0
  20. package/alb/certificate.js +98 -0
  21. package/alb/certificate.js.map +1 -0
  22. package/alb/certificates.d.ts +87 -0
  23. package/alb/certificates.js +48 -0
  24. package/alb/certificates.js.map +1 -0
  25. package/alb/customizedCfg.d.ts +108 -0
  26. package/alb/customizedCfg.js +85 -0
  27. package/alb/customizedCfg.js.map +1 -0
  28. package/alb/customizedCfgs.d.ts +116 -0
  29. package/alb/customizedCfgs.js +47 -0
  30. package/alb/customizedCfgs.js.map +1 -0
  31. package/alb/healthCheckTemplate.d.ts +212 -0
  32. package/alb/healthCheckTemplate.js +106 -0
  33. package/alb/healthCheckTemplate.js.map +1 -0
  34. package/alb/healthCheckTemplates.d.ts +96 -0
  35. package/alb/healthCheckTemplates.js +49 -0
  36. package/alb/healthCheckTemplates.js.map +1 -0
  37. package/alb/index.d.ts +69 -0
  38. package/alb/index.js +108 -0
  39. package/alb/index.js.map +1 -0
  40. package/alb/listener.d.ts +268 -0
  41. package/alb/listener.js +135 -0
  42. package/alb/listener.js.map +1 -0
  43. package/alb/listenerDomainExtension.d.ts +119 -0
  44. package/alb/listenerDomainExtension.js +103 -0
  45. package/alb/listenerDomainExtension.js.map +1 -0
  46. package/alb/listenerDomainExtensions.d.ts +78 -0
  47. package/alb/listenerDomainExtensions.js +46 -0
  48. package/alb/listenerDomainExtensions.js.map +1 -0
  49. package/alb/listeners.d.ts +100 -0
  50. package/alb/listeners.js +31 -0
  51. package/alb/listeners.js.map +1 -0
  52. package/alb/rule.d.ts +228 -0
  53. package/alb/rule.js +115 -0
  54. package/alb/rule.js.map +1 -0
  55. package/alb/rules.d.ts +75 -0
  56. package/alb/rules.js +46 -0
  57. package/alb/rules.js.map +1 -0
  58. package/alb/serverGroup.d.ts +215 -0
  59. package/alb/serverGroup.js +117 -0
  60. package/alb/serverGroup.js.map +1 -0
  61. package/alb/serverGroupServer.d.ts +155 -0
  62. package/alb/serverGroupServer.js +105 -0
  63. package/alb/serverGroupServer.js.map +1 -0
  64. package/alb/serverGroupServers.d.ts +75 -0
  65. package/alb/serverGroupServers.js +46 -0
  66. package/alb/serverGroupServers.js.map +1 -0
  67. package/alb/serverGroups.d.ts +171 -0
  68. package/alb/serverGroups.js +105 -0
  69. package/alb/serverGroups.js.map +1 -0
  70. package/alb/zones.d.ts +62 -0
  71. package/alb/zones.js +42 -0
  72. package/alb/zones.js.map +1 -0
  73. package/autoscaling/scalingConfiguration.d.ts +18 -0
  74. package/autoscaling/scalingConfiguration.js +2 -0
  75. package/autoscaling/scalingConfiguration.js.map +1 -1
  76. package/autoscaling/scalingGroup.d.ts +61 -3
  77. package/autoscaling/scalingGroup.js +11 -1
  78. package/autoscaling/scalingGroup.js.map +1 -1
  79. package/autoscaling/scalingGroups.d.ts +12 -0
  80. package/autoscaling/scalingGroups.js +1 -0
  81. package/autoscaling/scalingGroups.js.map +1 -1
  82. package/autoscaling/scalingLifecycleHook.d.ts +31 -6
  83. package/autoscaling/scalingLifecycleHook.js +16 -3
  84. package/autoscaling/scalingLifecycleHook.js.map +1 -1
  85. package/bandwidth_package/attachment.d.ts +103 -0
  86. package/bandwidth_package/attachment.js +100 -0
  87. package/bandwidth_package/attachment.js.map +1 -0
  88. package/bandwidth_package/bandwidthPackage.d.ts +188 -0
  89. package/bandwidth_package/bandwidthPackage.js +100 -0
  90. package/bandwidth_package/bandwidthPackage.js.map +1 -0
  91. package/bandwidth_package/bandwidthPackages.d.ts +151 -0
  92. package/bandwidth_package/bandwidthPackages.js +54 -0
  93. package/bandwidth_package/bandwidthPackages.js.map +1 -0
  94. package/bandwidth_package/index.d.ts +9 -0
  95. package/bandwidth_package/index.js +30 -0
  96. package/bandwidth_package/index.js.map +1 -0
  97. package/clb/listener.d.ts +21 -12
  98. package/clb/listener.js +2 -0
  99. package/clb/listener.js.map +1 -1
  100. package/cr/endpoint.d.ts +1 -1
  101. package/cr/endpoint.js +1 -1
  102. package/ecs/iamRoleAttachment.d.ts +71 -0
  103. package/ecs/iamRoleAttachment.js +68 -0
  104. package/ecs/iamRoleAttachment.js.map +1 -0
  105. package/ecs/index.d.ts +6 -0
  106. package/ecs/index.js +9 -1
  107. package/ecs/index.js.map +1 -1
  108. package/ecs/instance.d.ts +4 -0
  109. package/ecs/instance.js +1 -1
  110. package/ecs/instance.js.map +1 -1
  111. package/ecs/instanceTypes.d.ts +71 -0
  112. package/ecs/instanceTypes.js +43 -0
  113. package/ecs/instanceTypes.js.map +1 -0
  114. package/eip/address.d.ts +12 -0
  115. package/eip/address.js +2 -0
  116. package/eip/address.js.map +1 -1
  117. package/eip/addresses.d.ts +2 -2
  118. package/iam/user.d.ts +26 -2
  119. package/iam/user.js +6 -0
  120. package/iam/user.js.map +1 -1
  121. package/index.d.ts +3 -1
  122. package/index.js +5 -1
  123. package/index.js.map +1 -1
  124. package/mongodb/endpoint.d.ts +68 -3
  125. package/mongodb/endpoint.js +68 -3
  126. package/mongodb/endpoint.js.map +1 -1
  127. package/mongodb/endpoints.d.ts +116 -4
  128. package/mongodb/endpoints.js +116 -4
  129. package/mongodb/endpoints.js.map +1 -1
  130. package/mongodb/instance.d.ts +32 -0
  131. package/mongodb/instance.js +8 -0
  132. package/mongodb/instance.js.map +1 -1
  133. package/mongodb/instanceParameter.d.ts +41 -16
  134. package/mongodb/instanceParameter.js +35 -10
  135. package/mongodb/instanceParameter.js.map +1 -1
  136. package/mongodb/instanceParameters.d.ts +88 -8
  137. package/mongodb/instanceParameters.js +80 -6
  138. package/mongodb/instanceParameters.js.map +1 -1
  139. package/mongodb/mongoAllowList.d.ts +2 -14
  140. package/mongodb/mongoAllowList.js +2 -4
  141. package/mongodb/mongoAllowList.js.map +1 -1
  142. package/mongodb/mongoAllowListAssociate.d.ts +40 -3
  143. package/mongodb/mongoAllowListAssociate.js +40 -3
  144. package/mongodb/mongoAllowListAssociate.js.map +1 -1
  145. package/mongodb/mongoAllowLists.d.ts +20 -6
  146. package/mongodb/mongoAllowLists.js +20 -6
  147. package/mongodb/mongoAllowLists.js.map +1 -1
  148. package/mongodb/sslState.d.ts +34 -9
  149. package/mongodb/sslState.js +31 -6
  150. package/mongodb/sslState.js.map +1 -1
  151. package/mongodb/sslStates.d.ts +68 -4
  152. package/mongodb/sslStates.js +68 -4
  153. package/mongodb/sslStates.js.map +1 -1
  154. package/nas/permissionGroup.d.ts +1 -1
  155. package/nas/permissionGroup.js +1 -1
  156. package/package.json +2 -2
  157. package/tls/alarmNotifyGroup.d.ts +6 -0
  158. package/tls/alarmNotifyGroup.js.map +1 -1
  159. package/tls/topic.d.ts +9 -3
  160. package/tls/topic.js.map +1 -1
  161. package/types/input.d.ts +328 -10
  162. package/types/output.d.ts +1692 -43
  163. package/vke/nodePool.d.ts +11 -3
  164. package/vke/nodePool.js +5 -3
  165. package/vke/nodePool.js.map +1 -1
package/tls/topic.d.ts CHANGED
@@ -53,6 +53,8 @@ export declare class Topic extends pulumi.CustomResource {
53
53
  static isInstance(obj: any): obj is Topic;
54
54
  /**
55
55
  * Whether to enable automatic partition splitting function of the tls topic.
56
+ * true: (default) When the amount of data written exceeds the capacity of existing partitions for 5 consecutive minutes, Log Service will automatically split partitions based on the data volume to meet business needs. However, the number of partitions after splitting cannot exceed the maximum number of partitions. Newly split partitions within the last 15 minutes will not be automatically split again.
57
+ * false: Disables automatic partition splitting.
56
58
  */
57
59
  readonly autoSplit: pulumi.Output<boolean>;
58
60
  /**
@@ -68,7 +70,7 @@ export declare class Topic extends pulumi.CustomResource {
68
70
  */
69
71
  readonly enableTracking: pulumi.Output<boolean>;
70
72
  /**
71
- * The max count of shards in the tls topic.
73
+ * The maximum number of partitions, which is the maximum number of partitions after partition splitting. The value range is 1 to 10, with a default of 10.
72
74
  */
73
75
  readonly maxSplitShard: pulumi.Output<number>;
74
76
  /**
@@ -118,6 +120,8 @@ export declare class Topic extends pulumi.CustomResource {
118
120
  export interface TopicState {
119
121
  /**
120
122
  * Whether to enable automatic partition splitting function of the tls topic.
123
+ * true: (default) When the amount of data written exceeds the capacity of existing partitions for 5 consecutive minutes, Log Service will automatically split partitions based on the data volume to meet business needs. However, the number of partitions after splitting cannot exceed the maximum number of partitions. Newly split partitions within the last 15 minutes will not be automatically split again.
124
+ * false: Disables automatic partition splitting.
121
125
  */
122
126
  autoSplit?: pulumi.Input<boolean>;
123
127
  /**
@@ -133,7 +137,7 @@ export interface TopicState {
133
137
  */
134
138
  enableTracking?: pulumi.Input<boolean>;
135
139
  /**
136
- * The max count of shards in the tls topic.
140
+ * The maximum number of partitions, which is the maximum number of partitions after partition splitting. The value range is 1 to 10, with a default of 10.
137
141
  */
138
142
  maxSplitShard?: pulumi.Input<number>;
139
143
  /**
@@ -175,6 +179,8 @@ export interface TopicState {
175
179
  export interface TopicArgs {
176
180
  /**
177
181
  * Whether to enable automatic partition splitting function of the tls topic.
182
+ * true: (default) When the amount of data written exceeds the capacity of existing partitions for 5 consecutive minutes, Log Service will automatically split partitions based on the data volume to meet business needs. However, the number of partitions after splitting cannot exceed the maximum number of partitions. Newly split partitions within the last 15 minutes will not be automatically split again.
183
+ * false: Disables automatic partition splitting.
178
184
  */
179
185
  autoSplit?: pulumi.Input<boolean>;
180
186
  /**
@@ -186,7 +192,7 @@ export interface TopicArgs {
186
192
  */
187
193
  enableTracking?: pulumi.Input<boolean>;
188
194
  /**
189
- * The max count of shards in the tls topic.
195
+ * The maximum number of partitions, which is the maximum number of partitions after partition splitting. The value range is 1 to 10, with a default of 10.
190
196
  */
191
197
  maxSplitShard?: pulumi.Input<number>;
192
198
  /**
package/tls/topic.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"topic.js","sourceRoot":"","sources":["../../tls/topic.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,MAAa,KAAM,SAAQ,MAAM,CAAC,cAAc;IAC5C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAkB,EAAE,IAAmC;QAChH,OAAO,IAAI,KAAK,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC5D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,KAAK,CAAC,YAAY,CAAC;IACtD,CAAC;IA+DD,YAAY,IAAY,EAAE,WAAoC,EAAE,IAAmC;QAC/F,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAqC,CAAC;YACpD,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;SACzD;aAAM;YACH,MAAM,IAAI,GAAG,WAAoC,CAAC;YAClD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtD,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,UAAU,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvD,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtD,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,GAAG,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAChD,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;aACtD;YACD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;YACpD,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACpD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,KAAK,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC1D,CAAC;;AAzIL,sBA0IC;AA5HG,gBAAgB;AACO,kBAAY,GAAG,4BAA4B,CAAC"}
1
+ {"version":3,"file":"topic.js","sourceRoot":"","sources":["../../tls/topic.ts"],"names":[],"mappings":"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"}
package/types/input.d.ts CHANGED
@@ -1,5 +1,205 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import * as inputs from "../types/input";
3
+ export declare namespace alb {
4
+ interface AclAclEntry {
5
+ /**
6
+ * The description of the AclEntry.
7
+ */
8
+ description?: pulumi.Input<string>;
9
+ /**
10
+ * The content of the AclEntry.
11
+ */
12
+ entry: pulumi.Input<string>;
13
+ }
14
+ interface AlbEipBillingConfig {
15
+ /**
16
+ * The peek bandwidth of the Ipv6 EIP which automatically assigned to the Alb. Unit: Mbps.
17
+ */
18
+ bandwidth: pulumi.Input<number>;
19
+ /**
20
+ * The billing type of the EIP which automatically assigned to the Alb. Valid values: `PostPaidByBandwidth`, `PostPaidByTraffic`.
21
+ */
22
+ eipBillingType: pulumi.Input<string>;
23
+ /**
24
+ * The ISP of the Ipv6 EIP which automatically associated to the Alb, the value can be `BGP`.
25
+ */
26
+ isp: pulumi.Input<string>;
27
+ }
28
+ interface AlbIpv6EipBillingConfig {
29
+ /**
30
+ * The peek bandwidth of the EIP which automatically assigned to the Alb. Unit: Mbps.
31
+ */
32
+ bandwidth: pulumi.Input<number>;
33
+ /**
34
+ * The billing type of the Tpv6 EIP which automatically assigned to the Alb. Valid values: `PostPaidByBandwidth`, `PostPaidByTraffic`.
35
+ */
36
+ billingType: pulumi.Input<string>;
37
+ /**
38
+ * The ISP of the EIP which automatically associated to the Alb, the value can be `BGP`.
39
+ *
40
+ * The `ipv6EipBillingConfig` object supports the following:
41
+ */
42
+ isp: pulumi.Input<string>;
43
+ }
44
+ interface AlbTag {
45
+ /**
46
+ * The Key of Tags.
47
+ */
48
+ key: pulumi.Input<string>;
49
+ /**
50
+ * The Value of Tags.
51
+ */
52
+ value: pulumi.Input<string>;
53
+ }
54
+ interface AlbZoneMapping {
55
+ /**
56
+ * The IP address information of the Alb in this availability zone.
57
+ */
58
+ loadBalancerAddresses?: pulumi.Input<pulumi.Input<inputs.alb.AlbZoneMappingLoadBalancerAddress>[]>;
59
+ /**
60
+ * The subnet id of the Alb in this availability zone.
61
+ */
62
+ subnetId?: pulumi.Input<string>;
63
+ /**
64
+ * The availability zone id of the Alb.
65
+ */
66
+ zoneId?: pulumi.Input<string>;
67
+ }
68
+ interface AlbZoneMappingLoadBalancerAddress {
69
+ /**
70
+ * The Eip address of the Alb in this availability zone.
71
+ */
72
+ eipAddress?: pulumi.Input<string>;
73
+ /**
74
+ * The Eip id of alb instance in this availability zone.
75
+ */
76
+ eipId?: pulumi.Input<string>;
77
+ /**
78
+ * The Eni address of the Alb in this availability zone.
79
+ */
80
+ eniAddress?: pulumi.Input<string>;
81
+ /**
82
+ * The Eni id of the Alb in this availability zone.
83
+ */
84
+ eniId?: pulumi.Input<string>;
85
+ /**
86
+ * The Eni Ipv6 address of the Alb in this availability zone.
87
+ */
88
+ eniIpv6Address?: pulumi.Input<string>;
89
+ /**
90
+ * The Ipv6 Eip id of alb instance in this availability zone.
91
+ */
92
+ ipv6EipId?: pulumi.Input<string>;
93
+ }
94
+ interface AlbsTag {
95
+ /**
96
+ * The Key of Tags.
97
+ */
98
+ key: string;
99
+ /**
100
+ * The Value of Tags.
101
+ */
102
+ value: string;
103
+ }
104
+ interface AlbsTagArgs {
105
+ /**
106
+ * The Key of Tags.
107
+ */
108
+ key: pulumi.Input<string>;
109
+ /**
110
+ * The Value of Tags.
111
+ */
112
+ value: pulumi.Input<string>;
113
+ }
114
+ interface RuleRedirectConfig {
115
+ /**
116
+ * The redirect domain, only support exact domain name.
117
+ */
118
+ redirectDomain?: pulumi.Input<string>;
119
+ /**
120
+ * The redirect http code, support 301(default), 302, 307, 308.
121
+ */
122
+ redirectHttpCode?: pulumi.Input<string>;
123
+ /**
124
+ * The redirect port.
125
+ */
126
+ redirectPort?: pulumi.Input<string>;
127
+ /**
128
+ * The redirect protocol, support HTTP, HTTPS(default).
129
+ */
130
+ redirectProtocol?: pulumi.Input<string>;
131
+ /**
132
+ * The redirect URI.
133
+ */
134
+ redirectUri?: pulumi.Input<string>;
135
+ }
136
+ interface RuleRewriteConfig {
137
+ /**
138
+ * Rewrite path.
139
+ */
140
+ rewritePath: pulumi.Input<string>;
141
+ }
142
+ interface ServerGroupHealthCheck {
143
+ /**
144
+ * The domain of health check.
145
+ */
146
+ domain?: pulumi.Input<string>;
147
+ /**
148
+ * The enable status of health check function. Valid values: `on`, `off`. Default is `on`.
149
+ */
150
+ enabled?: pulumi.Input<string>;
151
+ /**
152
+ * The healthy threshold of health check. Valid value range in 2~10. Default is 3.
153
+ */
154
+ healthyThreshold?: pulumi.Input<number>;
155
+ /**
156
+ * The normal http status code of health check, the value can be `http2xx` or `http3xx` or `http4xx` or `http5xx`.
157
+ */
158
+ httpCode?: pulumi.Input<string>;
159
+ /**
160
+ * The http version of health check. Valid values: `HTTP1.0`, `HTTP1.1`. Default is `HTTP1.0`.
161
+ */
162
+ httpVersion?: pulumi.Input<string>;
163
+ /**
164
+ * The interval executing health check. Unit: second. Valid value range in 1~300. Default is 2.
165
+ */
166
+ interval?: pulumi.Input<number>;
167
+ /**
168
+ * The method of health check. Valid values: `GET` or `HEAD`. Default is `HEAD`.
169
+ */
170
+ method?: pulumi.Input<string>;
171
+ /**
172
+ * The response timeout of health check. Unit: second. Valid value range in 1~60. Default is 2.
173
+ */
174
+ timeout?: pulumi.Input<number>;
175
+ /**
176
+ * The unhealthy threshold of health check. Valid value range in 2~10. Default is 3.
177
+ */
178
+ unhealthyThreshold?: pulumi.Input<number>;
179
+ /**
180
+ * The uri of health check.
181
+ */
182
+ uri?: pulumi.Input<string>;
183
+ }
184
+ interface ServerGroupStickySessionConfig {
185
+ /**
186
+ * The cookie name of the sticky session. This field is required when the value of the `stickySessionType` is `server`.
187
+ */
188
+ cookie?: pulumi.Input<string>;
189
+ /**
190
+ * The cookie timeout of the sticky session. Unit: second. Valid value range in 1~86400. Default is 1000. This field is required when the value of the `stickySessionType` is `insert`.
191
+ */
192
+ cookieTimeout?: pulumi.Input<number>;
193
+ /**
194
+ * The enable status of sticky session. Valid values: `on`, `off`. Default is `off`.
195
+ */
196
+ stickySessionEnabled?: pulumi.Input<string>;
197
+ /**
198
+ * The cookie handle type of the sticky session. Valid values: `insert`, `server`. Default is `insert`. This field is required when the value of the `stickySessionEnabled` is `on`.
199
+ */
200
+ stickySessionType?: pulumi.Input<string>;
201
+ }
202
+ }
3
203
  export declare namespace autoscaling {
4
204
  interface ScalingConfigurationTag {
5
205
  /**
@@ -25,6 +225,12 @@ export declare namespace autoscaling {
25
225
  */
26
226
  volumeType: pulumi.Input<string>;
27
227
  }
228
+ interface ScalingGroupLaunchTemplateOverride {
229
+ /**
230
+ * The instance type.
231
+ */
232
+ instanceType: pulumi.Input<string>;
233
+ }
28
234
  interface ScalingGroupServerGroupAttribute {
29
235
  loadBalancerId?: pulumi.Input<string>;
30
236
  /**
@@ -50,6 +256,49 @@ export declare namespace autoscaling {
50
256
  */
51
257
  value: pulumi.Input<string>;
52
258
  }
259
+ interface ScalingLifecycleHookLifecycleCommand {
260
+ /**
261
+ * Batch job command ID, which indicates the batch job command to be executed after triggering the lifecycle hook and installed in the instance.
262
+ */
263
+ commandId: pulumi.Input<string>;
264
+ /**
265
+ * Parameters and parameter values in batch job commands.
266
+ * The number of parameters ranges from 0 to 60.
267
+ */
268
+ parameters?: pulumi.Input<string>;
269
+ }
270
+ }
271
+ export declare namespace bandwidth_package {
272
+ interface BandwidthPackageTag {
273
+ /**
274
+ * The Key of Tags.
275
+ */
276
+ key: pulumi.Input<string>;
277
+ /**
278
+ * The Value of Tags.
279
+ */
280
+ value: pulumi.Input<string>;
281
+ }
282
+ interface BandwidthPackagesTagFilter {
283
+ /**
284
+ * The key of the tag.
285
+ */
286
+ key: string;
287
+ /**
288
+ * The values of the tag.
289
+ */
290
+ values: string[];
291
+ }
292
+ interface BandwidthPackagesTagFilterArgs {
293
+ /**
294
+ * The key of the tag.
295
+ */
296
+ key: pulumi.Input<string>;
297
+ /**
298
+ * The values of the tag.
299
+ */
300
+ values: pulumi.Input<pulumi.Input<string>[]>;
301
+ }
53
302
  }
54
303
  export declare namespace bioos {
55
304
  interface ClusterSharedConfig {
@@ -708,6 +957,26 @@ export declare namespace escloud {
708
957
  export declare namespace iam {
709
958
  }
710
959
  export declare namespace mongodb {
960
+ interface InstanceMongo {
961
+ /**
962
+ * The mongos node ID.
963
+ */
964
+ mongosNodeId?: pulumi.Input<string>;
965
+ /**
966
+ * The spec of node.
967
+ */
968
+ nodeSpec?: pulumi.Input<string>;
969
+ /**
970
+ * The node status.
971
+ */
972
+ nodeStatus?: pulumi.Input<string>;
973
+ }
974
+ interface InstanceShard {
975
+ /**
976
+ * The shard id.
977
+ */
978
+ shardId?: pulumi.Input<string>;
979
+ }
711
980
  interface InstanceTag {
712
981
  /**
713
982
  * The Key of Tags.
@@ -1492,7 +1761,7 @@ export declare namespace tls {
1492
1761
  */
1493
1762
  endTime: pulumi.Input<string>;
1494
1763
  /**
1495
- * The list of the receiver channels.
1764
+ * The list of the receiver channels. Currently supported channels: Email, Sms, Phone.
1496
1765
  */
1497
1766
  receiverChannels: pulumi.Input<pulumi.Input<string>[]>;
1498
1767
  /**
@@ -1500,7 +1769,7 @@ export declare namespace tls {
1500
1769
  */
1501
1770
  receiverNames: pulumi.Input<pulumi.Input<string>[]>;
1502
1771
  /**
1503
- * The receiver type, value can be User.
1772
+ * The receiver type, Can be set as: `User`(The id of user).
1504
1773
  */
1505
1774
  receiverType: pulumi.Input<string>;
1506
1775
  /**
@@ -1537,6 +1806,8 @@ export declare namespace tls {
1537
1806
  time: pulumi.Input<number>;
1538
1807
  /**
1539
1808
  * Execution cycle type.
1809
+ * Period: Periodic execution, which means executing once every certain period of time.
1810
+ * Fixed: Regular execution, which means executing at a fixed time point every day.
1540
1811
  */
1541
1812
  type: pulumi.Input<string>;
1542
1813
  }
@@ -1746,7 +2017,12 @@ export declare namespace tls {
1746
2017
  */
1747
2018
  workloadNameRegex?: pulumi.Input<string>;
1748
2019
  /**
1749
- * Specify the container to be collected by the type of workload. Only one type can be selected. When no type is specified, it means to collect all types of containers.
2020
+ * Specify the containers to be collected by the type of workload, only one type can be selected. When no type is specified, it means all types of containers are collected. The supported types of workloads are:
2021
+ * Deployment: stateless workload.
2022
+ * StatefulSet: stateful workload.
2023
+ * DaemonSet: daemon process.
2024
+ * Job: task.
2025
+ * CronJob: scheduled task.
1750
2026
  */
1751
2027
  workloadType?: pulumi.Input<string>;
1752
2028
  }
@@ -2187,7 +2463,11 @@ export declare namespace vke {
2187
2463
  */
2188
2464
  logTtl?: pulumi.Input<number>;
2189
2465
  /**
2190
- * The currently enabled log type.
2466
+ * The current types of logs that can be enabled are:
2467
+ * Audit: Cluster audit logs.
2468
+ * KubeApiServer: kube-apiserver component logs.
2469
+ * KubeScheduler: kube-scheduler component logs.
2470
+ * KubeControllerManager: kube-controller-manager component logs.
2191
2471
  */
2192
2472
  logType: pulumi.Input<string>;
2193
2473
  }
@@ -2579,19 +2859,19 @@ export declare namespace vke {
2579
2859
  */
2580
2860
  desiredReplicas?: pulumi.Input<number>;
2581
2861
  /**
2582
- * Is Enabled of AutoScaling.
2862
+ * Whether to enable the auto scaling function of the node pool. When a node needs to be manually added to the node pool, the value of this field must be `false`.
2583
2863
  */
2584
2864
  enabled?: pulumi.Input<boolean>;
2585
2865
  /**
2586
- * The MaxReplicas of AutoScaling, default 10, range in 1~2000.
2866
+ * The MaxReplicas of AutoScaling, default 10, range in 1~2000. This field is valid when the value of `enabled` is `true`.
2587
2867
  */
2588
2868
  maxReplicas?: pulumi.Input<number>;
2589
2869
  /**
2590
- * The MinReplicas of AutoScaling, default 0.
2870
+ * The MinReplicas of AutoScaling, default 0. This field is valid when the value of `enabled` is `true`.
2591
2871
  */
2592
2872
  minReplicas?: pulumi.Input<number>;
2593
2873
  /**
2594
- * The Priority of AutoScaling, default 10, rang in 0~100.
2874
+ * The Priority of AutoScaling, default 10, rang in 0~100. This field is valid when the value of `enabled` is `true` and the value of `subnetPolicy` is `Priority`.
2595
2875
  */
2596
2876
  priority?: pulumi.Input<number>;
2597
2877
  /**
@@ -2705,11 +2985,11 @@ export declare namespace vke {
2705
2985
  */
2706
2986
  mountPoint?: pulumi.Input<string>;
2707
2987
  /**
2708
- * The Size of DataVolumes, the value range in 20~32768.
2988
+ * The Size of DataVolumes, the value range in 20~32768. Default value is `20`.
2709
2989
  */
2710
2990
  size?: pulumi.Input<number>;
2711
2991
  /**
2712
- * The Type of DataVolumes, the value can be `PTSSD` or `ESSD_PL0` or `ESSD_FlexPL`.
2992
+ * The Type of DataVolumes, the value can be `PTSSD` or `ESSD_PL0` or `ESSD_FlexPL`. Default value is `ESSD_PL0`.
2713
2993
  */
2714
2994
  type?: pulumi.Input<string>;
2715
2995
  }
@@ -2757,6 +3037,44 @@ export declare namespace vke {
2757
3037
  */
2758
3038
  type?: pulumi.Input<string>;
2759
3039
  }
3040
+ interface NodePoolNodeStatistic {
3041
+ /**
3042
+ * The CreatingCount of Node.
3043
+ */
3044
+ creatingCount?: pulumi.Input<number>;
3045
+ /**
3046
+ * The DeletingCount of Node.
3047
+ */
3048
+ deletingCount?: pulumi.Input<number>;
3049
+ /**
3050
+ * The FailedCount of Node.
3051
+ */
3052
+ failedCount?: pulumi.Input<number>;
3053
+ /**
3054
+ * The RunningCount of Node.
3055
+ */
3056
+ runningCount?: pulumi.Input<number>;
3057
+ /**
3058
+ * The StartingCount of Node.
3059
+ */
3060
+ startingCount?: pulumi.Input<number>;
3061
+ /**
3062
+ * The StoppedCount of Node.
3063
+ */
3064
+ stoppedCount?: pulumi.Input<number>;
3065
+ /**
3066
+ * The StoppingCount of Node.
3067
+ */
3068
+ stoppingCount?: pulumi.Input<number>;
3069
+ /**
3070
+ * The TotalCount of Node.
3071
+ */
3072
+ totalCount?: pulumi.Input<number>;
3073
+ /**
3074
+ * The UpdatingCount of Node.
3075
+ */
3076
+ updatingCount?: pulumi.Input<number>;
3077
+ }
2760
3078
  interface NodePoolTag {
2761
3079
  /**
2762
3080
  * The Key of Tags.