pulumi-alicloud 3.60.0a1721193564__py3-none-any.whl → 3.60.0a1721282795__py3-none-any.whl

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.

Potentially problematic release.


This version of pulumi-alicloud might be problematic. Click here for more details.

Files changed (107) hide show
  1. pulumi_alicloud/_utilities.py +3 -4
  2. pulumi_alicloud/adb/_inputs.py +14 -0
  3. pulumi_alicloud/adb/outputs.py +14 -0
  4. pulumi_alicloud/alb/_inputs.py +224 -0
  5. pulumi_alicloud/alb/outputs.py +260 -0
  6. pulumi_alicloud/arms/_inputs.py +438 -0
  7. pulumi_alicloud/arms/outputs.py +442 -0
  8. pulumi_alicloud/bp/_inputs.py +14 -0
  9. pulumi_alicloud/bp/outputs.py +14 -0
  10. pulumi_alicloud/cas/outputs.py +4 -0
  11. pulumi_alicloud/cddc/outputs.py +6 -0
  12. pulumi_alicloud/cfg/_inputs.py +20 -0
  13. pulumi_alicloud/cfg/outputs.py +20 -0
  14. pulumi_alicloud/clickhouse/outputs.py +4 -0
  15. pulumi_alicloud/cloudfirewall/_inputs.py +40 -0
  16. pulumi_alicloud/cloudfirewall/outputs.py +40 -0
  17. pulumi_alicloud/cloudmonitor/_inputs.py +18 -0
  18. pulumi_alicloud/cloudmonitor/outputs.py +18 -0
  19. pulumi_alicloud/cms/_inputs.py +188 -0
  20. pulumi_alicloud/cms/outputs.py +228 -0
  21. pulumi_alicloud/compute/_inputs.py +4 -0
  22. pulumi_alicloud/compute/outputs.py +4 -0
  23. pulumi_alicloud/cs/_inputs.py +22 -0
  24. pulumi_alicloud/cs/outputs.py +22 -0
  25. pulumi_alicloud/databasegateway/outputs.py +42 -0
  26. pulumi_alicloud/dcdn/_inputs.py +532 -0
  27. pulumi_alicloud/dcdn/outputs.py +532 -0
  28. pulumi_alicloud/ddos/_inputs.py +162 -0
  29. pulumi_alicloud/ddos/outputs.py +162 -0
  30. pulumi_alicloud/ebs/_inputs.py +22 -0
  31. pulumi_alicloud/ebs/outputs.py +22 -0
  32. pulumi_alicloud/eci/_inputs.py +92 -0
  33. pulumi_alicloud/eci/outputs.py +92 -0
  34. pulumi_alicloud/ecs/_inputs.py +70 -0
  35. pulumi_alicloud/ecs/outputs.py +180 -0
  36. pulumi_alicloud/edas/_inputs.py +28 -0
  37. pulumi_alicloud/edas/outputs.py +28 -0
  38. pulumi_alicloud/ehpc/_inputs.py +6 -0
  39. pulumi_alicloud/ehpc/outputs.py +6 -0
  40. pulumi_alicloud/emr/_inputs.py +134 -0
  41. pulumi_alicloud/emr/outputs.py +148 -0
  42. pulumi_alicloud/emrv2/_inputs.py +224 -0
  43. pulumi_alicloud/emrv2/outputs.py +224 -0
  44. pulumi_alicloud/ess/_inputs.py +24 -0
  45. pulumi_alicloud/ess/outputs.py +24 -0
  46. pulumi_alicloud/eventbridge/_inputs.py +156 -0
  47. pulumi_alicloud/eventbridge/outputs.py +156 -0
  48. pulumi_alicloud/expressconnect/_inputs.py +12 -0
  49. pulumi_alicloud/expressconnect/outputs.py +12 -0
  50. pulumi_alicloud/fc/_inputs.py +32 -0
  51. pulumi_alicloud/fc/outputs.py +32 -0
  52. pulumi_alicloud/ga/_inputs.py +24 -0
  53. pulumi_alicloud/ga/outputs.py +24 -0
  54. pulumi_alicloud/gpdb/_inputs.py +48 -0
  55. pulumi_alicloud/gpdb/outputs.py +60 -0
  56. pulumi_alicloud/hbr/_inputs.py +68 -0
  57. pulumi_alicloud/hbr/outputs.py +68 -0
  58. pulumi_alicloud/imp/_inputs.py +14 -0
  59. pulumi_alicloud/imp/outputs.py +14 -0
  60. pulumi_alicloud/log/_inputs.py +14 -0
  61. pulumi_alicloud/log/outputs.py +14 -0
  62. pulumi_alicloud/maxcompute/_inputs.py +18 -0
  63. pulumi_alicloud/maxcompute/outputs.py +18 -0
  64. pulumi_alicloud/mongodb/_inputs.py +14 -0
  65. pulumi_alicloud/mongodb/outputs.py +14 -0
  66. pulumi_alicloud/oss/_inputs.py +100 -0
  67. pulumi_alicloud/oss/outputs.py +100 -0
  68. pulumi_alicloud/ots/_inputs.py +60 -0
  69. pulumi_alicloud/ots/outputs.py +60 -0
  70. pulumi_alicloud/polardb/_inputs.py +10 -0
  71. pulumi_alicloud/polardb/outputs.py +10 -0
  72. pulumi_alicloud/pulumi-plugin.json +1 -1
  73. pulumi_alicloud/pvtz/outputs.py +18 -0
  74. pulumi_alicloud/quotas/_inputs.py +10 -0
  75. pulumi_alicloud/quotas/outputs.py +10 -0
  76. pulumi_alicloud/ram/_inputs.py +24 -0
  77. pulumi_alicloud/ram/outputs.py +24 -0
  78. pulumi_alicloud/realtimecompute/_inputs.py +6 -0
  79. pulumi_alicloud/realtimecompute/outputs.py +6 -0
  80. pulumi_alicloud/rocketmq/_inputs.py +36 -0
  81. pulumi_alicloud/rocketmq/outputs.py +36 -0
  82. pulumi_alicloud/ros/_inputs.py +72 -0
  83. pulumi_alicloud/ros/outputs.py +72 -0
  84. pulumi_alicloud/sae/_inputs.py +118 -0
  85. pulumi_alicloud/sae/outputs.py +118 -0
  86. pulumi_alicloud/scdn/_inputs.py +56 -0
  87. pulumi_alicloud/scdn/outputs.py +56 -0
  88. pulumi_alicloud/servicecatalog/_inputs.py +10 -0
  89. pulumi_alicloud/servicecatalog/outputs.py +10 -0
  90. pulumi_alicloud/servicemesh/_inputs.py +150 -0
  91. pulumi_alicloud/servicemesh/outputs.py +154 -0
  92. pulumi_alicloud/sls/_inputs.py +186 -0
  93. pulumi_alicloud/sls/outputs.py +186 -0
  94. pulumi_alicloud/threatdetection/_inputs.py +32 -0
  95. pulumi_alicloud/threatdetection/outputs.py +32 -0
  96. pulumi_alicloud/vod/_inputs.py +18 -0
  97. pulumi_alicloud/vod/outputs.py +18 -0
  98. pulumi_alicloud/vpc/_inputs.py +32 -0
  99. pulumi_alicloud/vpc/outputs.py +32 -0
  100. pulumi_alicloud/vpn/_inputs.py +10 -0
  101. pulumi_alicloud/vpn/outputs.py +14 -0
  102. pulumi_alicloud/wafv3/_inputs.py +10 -0
  103. pulumi_alicloud/wafv3/outputs.py +10 -0
  104. {pulumi_alicloud-3.60.0a1721193564.dist-info → pulumi_alicloud-3.60.0a1721282795.dist-info}/METADATA +1 -1
  105. {pulumi_alicloud-3.60.0a1721193564.dist-info → pulumi_alicloud-3.60.0a1721282795.dist-info}/RECORD +107 -107
  106. {pulumi_alicloud-3.60.0a1721193564.dist-info → pulumi_alicloud-3.60.0a1721282795.dist-info}/WHEEL +1 -1
  107. {pulumi_alicloud-3.60.0a1721193564.dist-info → pulumi_alicloud-3.60.0a1721282795.dist-info}/top_level.txt +0 -0
@@ -2463,12 +2463,18 @@ class NodePoolManagementArgs:
2463
2463
  class NodePoolManagementAutoRepairPolicyArgs:
2464
2464
  def __init__(__self__, *,
2465
2465
  restart_node: Optional[pulumi.Input[bool]] = None):
2466
+ """
2467
+ :param pulumi.Input[bool] restart_node: Specifies whether to automatically restart nodes after patching CVE vulnerabilities. Valid values: `true`, `false`.
2468
+ """
2466
2469
  if restart_node is not None:
2467
2470
  pulumi.set(__self__, "restart_node", restart_node)
2468
2471
 
2469
2472
  @property
2470
2473
  @pulumi.getter(name="restartNode")
2471
2474
  def restart_node(self) -> Optional[pulumi.Input[bool]]:
2475
+ """
2476
+ Specifies whether to automatically restart nodes after patching CVE vulnerabilities. Valid values: `true`, `false`.
2477
+ """
2472
2478
  return pulumi.get(self, "restart_node")
2473
2479
 
2474
2480
  @restart_node.setter
@@ -2480,12 +2486,18 @@ class NodePoolManagementAutoRepairPolicyArgs:
2480
2486
  class NodePoolManagementAutoUpgradePolicyArgs:
2481
2487
  def __init__(__self__, *,
2482
2488
  auto_upgrade_kubelet: Optional[pulumi.Input[bool]] = None):
2489
+ """
2490
+ :param pulumi.Input[bool] auto_upgrade_kubelet: Specifies whether to automatically update the kubelet. Valid values: `true`: yes; `false`: no.
2491
+ """
2483
2492
  if auto_upgrade_kubelet is not None:
2484
2493
  pulumi.set(__self__, "auto_upgrade_kubelet", auto_upgrade_kubelet)
2485
2494
 
2486
2495
  @property
2487
2496
  @pulumi.getter(name="autoUpgradeKubelet")
2488
2497
  def auto_upgrade_kubelet(self) -> Optional[pulumi.Input[bool]]:
2498
+ """
2499
+ Specifies whether to automatically update the kubelet. Valid values: `true`: yes; `false`: no.
2500
+ """
2489
2501
  return pulumi.get(self, "auto_upgrade_kubelet")
2490
2502
 
2491
2503
  @auto_upgrade_kubelet.setter
@@ -2498,6 +2510,10 @@ class NodePoolManagementAutoVulFixPolicyArgs:
2498
2510
  def __init__(__self__, *,
2499
2511
  restart_node: Optional[pulumi.Input[bool]] = None,
2500
2512
  vul_level: Optional[pulumi.Input[str]] = None):
2513
+ """
2514
+ :param pulumi.Input[bool] restart_node: Specifies whether to automatically restart nodes after patching CVE vulnerabilities. Valid values: `true`, `false`.
2515
+ :param pulumi.Input[str] vul_level: The severity levels of vulnerabilities that is allowed to automatically patch. Multiple severity levels are separated by commas (,).
2516
+ """
2501
2517
  if restart_node is not None:
2502
2518
  pulumi.set(__self__, "restart_node", restart_node)
2503
2519
  if vul_level is not None:
@@ -2506,6 +2522,9 @@ class NodePoolManagementAutoVulFixPolicyArgs:
2506
2522
  @property
2507
2523
  @pulumi.getter(name="restartNode")
2508
2524
  def restart_node(self) -> Optional[pulumi.Input[bool]]:
2525
+ """
2526
+ Specifies whether to automatically restart nodes after patching CVE vulnerabilities. Valid values: `true`, `false`.
2527
+ """
2509
2528
  return pulumi.get(self, "restart_node")
2510
2529
 
2511
2530
  @restart_node.setter
@@ -2515,6 +2534,9 @@ class NodePoolManagementAutoVulFixPolicyArgs:
2515
2534
  @property
2516
2535
  @pulumi.getter(name="vulLevel")
2517
2536
  def vul_level(self) -> Optional[pulumi.Input[str]]:
2537
+ """
2538
+ The severity levels of vulnerabilities that is allowed to automatically patch. Multiple severity levels are separated by commas (,).
2539
+ """
2518
2540
  return pulumi.get(self, "vul_level")
2519
2541
 
2520
2542
  @vul_level.setter
@@ -2413,12 +2413,18 @@ class NodePoolManagementAutoRepairPolicy(dict):
2413
2413
 
2414
2414
  def __init__(__self__, *,
2415
2415
  restart_node: Optional[bool] = None):
2416
+ """
2417
+ :param bool restart_node: Specifies whether to automatically restart nodes after patching CVE vulnerabilities. Valid values: `true`, `false`.
2418
+ """
2416
2419
  if restart_node is not None:
2417
2420
  pulumi.set(__self__, "restart_node", restart_node)
2418
2421
 
2419
2422
  @property
2420
2423
  @pulumi.getter(name="restartNode")
2421
2424
  def restart_node(self) -> Optional[bool]:
2425
+ """
2426
+ Specifies whether to automatically restart nodes after patching CVE vulnerabilities. Valid values: `true`, `false`.
2427
+ """
2422
2428
  return pulumi.get(self, "restart_node")
2423
2429
 
2424
2430
 
@@ -2443,12 +2449,18 @@ class NodePoolManagementAutoUpgradePolicy(dict):
2443
2449
 
2444
2450
  def __init__(__self__, *,
2445
2451
  auto_upgrade_kubelet: Optional[bool] = None):
2452
+ """
2453
+ :param bool auto_upgrade_kubelet: Specifies whether to automatically update the kubelet. Valid values: `true`: yes; `false`: no.
2454
+ """
2446
2455
  if auto_upgrade_kubelet is not None:
2447
2456
  pulumi.set(__self__, "auto_upgrade_kubelet", auto_upgrade_kubelet)
2448
2457
 
2449
2458
  @property
2450
2459
  @pulumi.getter(name="autoUpgradeKubelet")
2451
2460
  def auto_upgrade_kubelet(self) -> Optional[bool]:
2461
+ """
2462
+ Specifies whether to automatically update the kubelet. Valid values: `true`: yes; `false`: no.
2463
+ """
2452
2464
  return pulumi.get(self, "auto_upgrade_kubelet")
2453
2465
 
2454
2466
 
@@ -2476,6 +2488,10 @@ class NodePoolManagementAutoVulFixPolicy(dict):
2476
2488
  def __init__(__self__, *,
2477
2489
  restart_node: Optional[bool] = None,
2478
2490
  vul_level: Optional[str] = None):
2491
+ """
2492
+ :param bool restart_node: Specifies whether to automatically restart nodes after patching CVE vulnerabilities. Valid values: `true`, `false`.
2493
+ :param str vul_level: The severity levels of vulnerabilities that is allowed to automatically patch. Multiple severity levels are separated by commas (,).
2494
+ """
2479
2495
  if restart_node is not None:
2480
2496
  pulumi.set(__self__, "restart_node", restart_node)
2481
2497
  if vul_level is not None:
@@ -2484,11 +2500,17 @@ class NodePoolManagementAutoVulFixPolicy(dict):
2484
2500
  @property
2485
2501
  @pulumi.getter(name="restartNode")
2486
2502
  def restart_node(self) -> Optional[bool]:
2503
+ """
2504
+ Specifies whether to automatically restart nodes after patching CVE vulnerabilities. Valid values: `true`, `false`.
2505
+ """
2487
2506
  return pulumi.get(self, "restart_node")
2488
2507
 
2489
2508
  @property
2490
2509
  @pulumi.getter(name="vulLevel")
2491
2510
  def vul_level(self) -> Optional[str]:
2511
+ """
2512
+ The severity levels of vulnerabilities that is allowed to automatically patch. Multiple severity levels are separated by commas (,).
2513
+ """
2492
2514
  return pulumi.get(self, "vul_level")
2493
2515
 
2494
2516
 
@@ -141,6 +141,18 @@ class GetGatewaysGatewayGatewayInstanceResult(dict):
141
141
  local_ip: str,
142
142
  message: str,
143
143
  output_ip: str):
144
+ """
145
+ :param str connect_endpoint_type: The connection type of Gateway instance.
146
+ :param str current_daemon_version: The process of version number of Gateway instance.
147
+ :param str current_version: The version of Gateway instance.
148
+ :param str end_point: The endpoint address of Gateway instance.
149
+ :param str gateway_instance_id: The id of Gateway instance.
150
+ :param str gateway_instance_status: The status of Gateway instance. Valid values: `EXCEPTION`, `NEW`, `RUNNING`, `STOPPED`.
151
+ :param str last_update_time: The last Updated time stamp of Gateway instance.
152
+ :param str local_ip: The Local IP ADDRESS of Gateway instance.
153
+ :param str message: The prompt information of Gateway instance.
154
+ :param str output_ip: The host of Gateway instance.
155
+ """
144
156
  pulumi.set(__self__, "connect_endpoint_type", connect_endpoint_type)
145
157
  pulumi.set(__self__, "current_daemon_version", current_daemon_version)
146
158
  pulumi.set(__self__, "current_version", current_version)
@@ -155,51 +167,81 @@ class GetGatewaysGatewayGatewayInstanceResult(dict):
155
167
  @property
156
168
  @pulumi.getter(name="connectEndpointType")
157
169
  def connect_endpoint_type(self) -> str:
170
+ """
171
+ The connection type of Gateway instance.
172
+ """
158
173
  return pulumi.get(self, "connect_endpoint_type")
159
174
 
160
175
  @property
161
176
  @pulumi.getter(name="currentDaemonVersion")
162
177
  def current_daemon_version(self) -> str:
178
+ """
179
+ The process of version number of Gateway instance.
180
+ """
163
181
  return pulumi.get(self, "current_daemon_version")
164
182
 
165
183
  @property
166
184
  @pulumi.getter(name="currentVersion")
167
185
  def current_version(self) -> str:
186
+ """
187
+ The version of Gateway instance.
188
+ """
168
189
  return pulumi.get(self, "current_version")
169
190
 
170
191
  @property
171
192
  @pulumi.getter(name="endPoint")
172
193
  def end_point(self) -> str:
194
+ """
195
+ The endpoint address of Gateway instance.
196
+ """
173
197
  return pulumi.get(self, "end_point")
174
198
 
175
199
  @property
176
200
  @pulumi.getter(name="gatewayInstanceId")
177
201
  def gateway_instance_id(self) -> str:
202
+ """
203
+ The id of Gateway instance.
204
+ """
178
205
  return pulumi.get(self, "gateway_instance_id")
179
206
 
180
207
  @property
181
208
  @pulumi.getter(name="gatewayInstanceStatus")
182
209
  def gateway_instance_status(self) -> str:
210
+ """
211
+ The status of Gateway instance. Valid values: `EXCEPTION`, `NEW`, `RUNNING`, `STOPPED`.
212
+ """
183
213
  return pulumi.get(self, "gateway_instance_status")
184
214
 
185
215
  @property
186
216
  @pulumi.getter(name="lastUpdateTime")
187
217
  def last_update_time(self) -> str:
218
+ """
219
+ The last Updated time stamp of Gateway instance.
220
+ """
188
221
  return pulumi.get(self, "last_update_time")
189
222
 
190
223
  @property
191
224
  @pulumi.getter(name="localIp")
192
225
  def local_ip(self) -> str:
226
+ """
227
+ The Local IP ADDRESS of Gateway instance.
228
+ """
193
229
  return pulumi.get(self, "local_ip")
194
230
 
195
231
  @property
196
232
  @pulumi.getter
197
233
  def message(self) -> str:
234
+ """
235
+ The prompt information of Gateway instance.
236
+ """
198
237
  return pulumi.get(self, "message")
199
238
 
200
239
  @property
201
240
  @pulumi.getter(name="outputIp")
202
241
  def output_ip(self) -> str:
242
+ """
243
+ The host of Gateway instance.
244
+ """
203
245
  return pulumi.get(self, "output_ip")
204
246
 
205
247