pulumi-alicloud 3.56.0a1715923185__py3-none-any.whl → 3.56.0a1716566612__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.
Files changed (260) hide show
  1. pulumi_alicloud/actiontrail/outputs.py +4 -0
  2. pulumi_alicloud/adb/db_cluster.py +14 -0
  3. pulumi_alicloud/adb/get_db_cluster_lake_versions.py +2 -2
  4. pulumi_alicloud/alb/_inputs.py +34 -0
  5. pulumi_alicloud/alb/get_acls.py +2 -2
  6. pulumi_alicloud/alb/get_security_policies.py +4 -4
  7. pulumi_alicloud/alb/outputs.py +188 -10
  8. pulumi_alicloud/alb/rule.py +14 -0
  9. pulumi_alicloud/alb/server_group.py +21 -0
  10. pulumi_alicloud/amqp/get_instances.py +2 -2
  11. pulumi_alicloud/apigateway/get_log_configs.py +2 -2
  12. pulumi_alicloud/apigateway/get_plugins.py +6 -6
  13. pulumi_alicloud/arms/outputs.py +20 -0
  14. pulumi_alicloud/bastionhost/get_users.py +4 -4
  15. pulumi_alicloud/bastionhost/host.py +28 -7
  16. pulumi_alicloud/bastionhost/instance.py +14 -0
  17. pulumi_alicloud/cddc/get_dedicated_host_accounts.py +2 -2
  18. pulumi_alicloud/cddc/get_dedicated_host_groups.py +2 -2
  19. pulumi_alicloud/cddc/outputs.py +0 -6
  20. pulumi_alicloud/cdn/get_real_time_log_deliveries.py +0 -2
  21. pulumi_alicloud/cen/get_traffic_marking_policies.py +2 -4
  22. pulumi_alicloud/cen/get_transit_router_route_table_associations.py +8 -0
  23. pulumi_alicloud/cen/outputs.py +6 -0
  24. pulumi_alicloud/cen/transit_router_peer_attachment.py +14 -0
  25. pulumi_alicloud/cen/transit_router_prefix_list_association.py +28 -0
  26. pulumi_alicloud/cfg/aggregator.py +14 -0
  27. pulumi_alicloud/clickhouse/outputs.py +34 -4
  28. pulumi_alicloud/cloudfirewall/get_vpc_firewall_control_policies.py +12 -4
  29. pulumi_alicloud/cloudfirewall/instance.py +28 -0
  30. pulumi_alicloud/cloudsso/get_access_assignments.py +4 -4
  31. pulumi_alicloud/cloudsso/get_groups.py +2 -2
  32. pulumi_alicloud/cloudsso/outputs.py +104 -2
  33. pulumi_alicloud/cloudstoragegateway/get_gateway_block_volumes.py +2 -2
  34. pulumi_alicloud/cloudstoragegateway/get_gateway_cache_disks.py +2 -2
  35. pulumi_alicloud/cms/_inputs.py +16 -0
  36. pulumi_alicloud/cms/get_event_rules.py +2 -2
  37. pulumi_alicloud/cms/get_group_metric_rules.py +4 -4
  38. pulumi_alicloud/cms/get_hybrid_monitor_fc_tasks.py +2 -2
  39. pulumi_alicloud/cms/get_monitor_groups.py +2 -4
  40. pulumi_alicloud/cms/outputs.py +216 -0
  41. pulumi_alicloud/cr/get_chart_namespaces.py +2 -2
  42. pulumi_alicloud/cr/get_chart_repositories.py +2 -2
  43. pulumi_alicloud/cr/get_endpoint_acl_policies.py +2 -2
  44. pulumi_alicloud/cr/get_endpoint_acl_service.py +2 -2
  45. pulumi_alicloud/cr/get_vpc_endpoint_linked_vpcs.py +4 -0
  46. pulumi_alicloud/cr/outputs.py +4 -0
  47. pulumi_alicloud/cr/vpc_endpoint_linked_vpc.py +14 -0
  48. pulumi_alicloud/cs/_inputs.py +244 -16
  49. pulumi_alicloud/cs/edge_kubernetes.py +29 -15
  50. pulumi_alicloud/cs/kubernetes.py +54 -7
  51. pulumi_alicloud/cs/managed_kubernetes.py +34 -0
  52. pulumi_alicloud/cs/node_pool.py +105 -0
  53. pulumi_alicloud/cs/outputs.py +266 -16
  54. pulumi_alicloud/databasefilesystem/get_snapshots.py +2 -2
  55. pulumi_alicloud/databasefilesystem/outputs.py +6 -0
  56. pulumi_alicloud/dbs/get_backup_plans.py +2 -2
  57. pulumi_alicloud/dcdn/get_ipa_domains.py +4 -4
  58. pulumi_alicloud/dcdn/outputs.py +10 -0
  59. pulumi_alicloud/ddos/domain_resource.py +21 -0
  60. pulumi_alicloud/ddos/get_ddos_bgp_ips.py +6 -2
  61. pulumi_alicloud/ddos/get_ddos_coo_domain_resources.py +2 -2
  62. pulumi_alicloud/dfs/outputs.py +10 -0
  63. pulumi_alicloud/directmail/get_mail_addresses.py +2 -2
  64. pulumi_alicloud/directmail/get_receivers.py +2 -2
  65. pulumi_alicloud/dns/_inputs.py +16 -0
  66. pulumi_alicloud/dns/get_access_strategies.py +6 -2
  67. pulumi_alicloud/dns/outputs.py +68 -2
  68. pulumi_alicloud/dns/record.py +4 -0
  69. pulumi_alicloud/dts/get_subscription_jobs.py +2 -4
  70. pulumi_alicloud/dts/get_synchronization_jobs.py +2 -2
  71. pulumi_alicloud/dts/instance.py +21 -0
  72. pulumi_alicloud/eais/get_instances.py +2 -2
  73. pulumi_alicloud/ebs/outputs.py +6 -0
  74. pulumi_alicloud/eci/get_container_groups.py +6 -8
  75. pulumi_alicloud/eci/get_virtual_nodes.py +6 -8
  76. pulumi_alicloud/eci/outputs.py +26 -26
  77. pulumi_alicloud/ecs/_inputs.py +63 -1
  78. pulumi_alicloud/ecs/disk.py +28 -7
  79. pulumi_alicloud/ecs/ecs_deployment_set.py +23 -9
  80. pulumi_alicloud/ecs/ecs_disk.py +28 -7
  81. pulumi_alicloud/ecs/ecs_instance_set.py +35 -0
  82. pulumi_alicloud/ecs/eip.py +68 -0
  83. pulumi_alicloud/ecs/eip_address.py +199 -7
  84. pulumi_alicloud/ecs/get_auto_snapshot_policies.py +2 -2
  85. pulumi_alicloud/ecs/get_commands.py +4 -4
  86. pulumi_alicloud/ecs/get_ecs_deployment_sets.py +2 -2
  87. pulumi_alicloud/ecs/get_ecs_image_components.py +10 -6
  88. pulumi_alicloud/ecs/get_ecs_key_pairs.py +2 -4
  89. pulumi_alicloud/ecs/get_ecs_launch_templates.py +0 -2
  90. pulumi_alicloud/ecs/get_ecs_network_interface_permissions.py +2 -2
  91. pulumi_alicloud/ecs/get_ecs_snapshots.py +16 -16
  92. pulumi_alicloud/ecs/get_ecs_storage_capacity_units.py +2 -2
  93. pulumi_alicloud/ecs/get_eip_addresses.py +12 -12
  94. pulumi_alicloud/ecs/get_images.py +20 -4
  95. pulumi_alicloud/ecs/instance.py +222 -126
  96. pulumi_alicloud/ecs/outputs.py +217 -93
  97. pulumi_alicloud/eds/ad_connector_office_site.py +21 -0
  98. pulumi_alicloud/eds/get_ad_connector_office_sites.py +20 -2
  99. pulumi_alicloud/eds/get_desktop_types.py +4 -4
  100. pulumi_alicloud/eds/get_desktops.py +2 -4
  101. pulumi_alicloud/eds/get_images.py +2 -2
  102. pulumi_alicloud/eds/get_ram_directories.py +2 -2
  103. pulumi_alicloud/eds/get_simple_office_sites.py +2 -2
  104. pulumi_alicloud/eds/get_users.py +2 -2
  105. pulumi_alicloud/eds/outputs.py +58 -4
  106. pulumi_alicloud/ehpc/cluster.py +70 -0
  107. pulumi_alicloud/ehpc/outputs.py +112 -2
  108. pulumi_alicloud/eipanycast/get_anycast_eip_addresses.py +6 -6
  109. pulumi_alicloud/emr/get_clusters.py +8 -8
  110. pulumi_alicloud/emr/outputs.py +18 -32
  111. pulumi_alicloud/emrv2/get_clusters.py +4 -4
  112. pulumi_alicloud/ess/_inputs.py +2 -2
  113. pulumi_alicloud/ess/outputs.py +2 -2
  114. pulumi_alicloud/ess/scaling_group.py +7 -7
  115. pulumi_alicloud/eventbridge/_inputs.py +4 -0
  116. pulumi_alicloud/eventbridge/get_rules.py +2 -2
  117. pulumi_alicloud/eventbridge/outputs.py +4 -0
  118. pulumi_alicloud/expressconnect/get_access_points.py +2 -2
  119. pulumi_alicloud/expressconnect/get_physical_connections.py +2 -2
  120. pulumi_alicloud/expressconnect/get_virtual_border_routers.py +2 -2
  121. pulumi_alicloud/fnf/get_executions.py +2 -2
  122. pulumi_alicloud/ga/_inputs.py +12 -0
  123. pulumi_alicloud/ga/accelerator.py +49 -0
  124. pulumi_alicloud/ga/bandwidth_package.py +21 -0
  125. pulumi_alicloud/ga/custom_routing_endpoint.py +21 -0
  126. pulumi_alicloud/ga/endpoint_group.py +28 -0
  127. pulumi_alicloud/ga/get_accelerators.py +4 -0
  128. pulumi_alicloud/ga/get_acls.py +2 -2
  129. pulumi_alicloud/ga/get_bandwidth_packages.py +4 -4
  130. pulumi_alicloud/ga/get_ip_sets.py +2 -2
  131. pulumi_alicloud/ga/get_listeners.py +2 -2
  132. pulumi_alicloud/ga/listener.py +28 -0
  133. pulumi_alicloud/ga/outputs.py +14 -2
  134. pulumi_alicloud/gpdb/get_db_instance_plans.py +2 -2
  135. pulumi_alicloud/gpdb/get_instances.py +2 -4
  136. pulumi_alicloud/graphdatabase/outputs.py +14 -0
  137. pulumi_alicloud/hbr/_inputs.py +2 -0
  138. pulumi_alicloud/hbr/ecs_backup_plan.py +7 -0
  139. pulumi_alicloud/hbr/get_backup_jobs.py +4 -4
  140. pulumi_alicloud/hbr/get_hana_backup_plans.py +2 -4
  141. pulumi_alicloud/hbr/get_hana_instances.py +12 -4
  142. pulumi_alicloud/hbr/get_restore_jobs.py +10 -10
  143. pulumi_alicloud/hbr/get_snapshots.py +14 -14
  144. pulumi_alicloud/hbr/get_vaults.py +4 -0
  145. pulumi_alicloud/hbr/hana_backup_plan.py +21 -0
  146. pulumi_alicloud/hbr/nas_backup_plan.py +7 -0
  147. pulumi_alicloud/hbr/oss_backup_plan.py +7 -0
  148. pulumi_alicloud/hbr/ots_backup_plan.py +7 -0
  149. pulumi_alicloud/hbr/outputs.py +68 -0
  150. pulumi_alicloud/hbr/server_backup_plan.py +7 -0
  151. pulumi_alicloud/hbr/vault.py +14 -0
  152. pulumi_alicloud/imp/get_app_templates.py +2 -2
  153. pulumi_alicloud/kms/instance.py +218 -128
  154. pulumi_alicloud/kms/key.py +133 -21
  155. pulumi_alicloud/kms/secret.py +28 -0
  156. pulumi_alicloud/kvstore/account.py +21 -7
  157. pulumi_alicloud/kvstore/get_accounts.py +2 -2
  158. pulumi_alicloud/kvstore/instance.py +14 -0
  159. pulumi_alicloud/lindorm/get_instances.py +2 -2
  160. pulumi_alicloud/log/_inputs.py +28 -6
  161. pulumi_alicloud/log/get_projects.py +2 -2
  162. pulumi_alicloud/log/outputs.py +28 -6
  163. pulumi_alicloud/message/service_queue.py +100 -82
  164. pulumi_alicloud/message/service_subscription.py +14 -0
  165. pulumi_alicloud/mongodb/get_accounts.py +4 -4
  166. pulumi_alicloud/mongodb/get_audit_policies.py +2 -2
  167. pulumi_alicloud/mongodb/instance.py +56 -0
  168. pulumi_alicloud/mongodb/outputs.py +14 -0
  169. pulumi_alicloud/mongodb/sharding_instance.py +21 -0
  170. pulumi_alicloud/mse/cluster.py +28 -0
  171. pulumi_alicloud/mse/outputs.py +34 -0
  172. pulumi_alicloud/nas/access_rule.py +38 -18
  173. pulumi_alicloud/nas/auto_snapshot_policy.py +111 -26
  174. pulumi_alicloud/nas/data_flow.py +14 -0
  175. pulumi_alicloud/nas/file_system.py +14 -0
  176. pulumi_alicloud/nas/get_data_flows.py +2 -2
  177. pulumi_alicloud/nas/get_file_systems.py +4 -0
  178. pulumi_alicloud/nas/get_filesets.py +2 -2
  179. pulumi_alicloud/nas/get_snapshots.py +2 -2
  180. pulumi_alicloud/nas/outputs.py +4 -0
  181. pulumi_alicloud/nlb/get_load_balancers.py +10 -12
  182. pulumi_alicloud/nlb/get_security_policies.py +2 -4
  183. pulumi_alicloud/nlb/get_server_groups.py +4 -6
  184. pulumi_alicloud/nlb/load_balancer.py +14 -0
  185. pulumi_alicloud/nlb/server_group.py +56 -7
  186. pulumi_alicloud/ocean/get_base_instances.py +4 -4
  187. pulumi_alicloud/oos/get_parameters.py +6 -6
  188. pulumi_alicloud/oos/get_patch_baselines.py +4 -4
  189. pulumi_alicloud/oos/get_secret_parameters.py +4 -4
  190. pulumi_alicloud/oos/parameter.py +28 -0
  191. pulumi_alicloud/oos/secret_parameter.py +28 -0
  192. pulumi_alicloud/ots/instance.py +91 -0
  193. pulumi_alicloud/privatelink/get_vpc_endpoint_connections.py +2 -2
  194. pulumi_alicloud/privatelink/get_vpc_endpoint_services.py +6 -6
  195. pulumi_alicloud/privatelink/get_vpc_endpoint_zones.py +2 -2
  196. pulumi_alicloud/privatelink/get_vpc_endpoints.py +2 -2
  197. pulumi_alicloud/privatelink/vpc_endpoint.py +124 -41
  198. pulumi_alicloud/pulumi-plugin.json +1 -1
  199. pulumi_alicloud/pvtz/get_resolver_zones.py +2 -2
  200. pulumi_alicloud/quotas/_inputs.py +0 -10
  201. pulumi_alicloud/quotas/outputs.py +10 -10
  202. pulumi_alicloud/rds/get_accounts.py +2 -2
  203. pulumi_alicloud/rds/get_cross_region_backups.py +6 -2
  204. pulumi_alicloud/resourcemanager/get_control_policies.py +2 -2
  205. pulumi_alicloud/resourcemanager/get_control_policy_attachments.py +2 -2
  206. pulumi_alicloud/resourcemanager/get_delegated_administrators.py +2 -2
  207. pulumi_alicloud/resourcemanager/get_resource_shares.py +4 -4
  208. pulumi_alicloud/resourcemanager/shared_resource.py +35 -0
  209. pulumi_alicloud/ros/get_change_sets.py +2 -2
  210. pulumi_alicloud/ros/get_stack_groups.py +2 -2
  211. pulumi_alicloud/ros/get_stack_instances.py +12 -2
  212. pulumi_alicloud/ros/get_stacks.py +4 -4
  213. pulumi_alicloud/ros/get_templates.py +4 -4
  214. pulumi_alicloud/ros/outputs.py +68 -2
  215. pulumi_alicloud/ros/stack_instance.py +52 -4
  216. pulumi_alicloud/sae/get_config_maps.py +2 -2
  217. pulumi_alicloud/sae/get_ingresses.py +2 -2
  218. pulumi_alicloud/sae/outputs.py +274 -0
  219. pulumi_alicloud/scdn/get_domains.py +2 -2
  220. pulumi_alicloud/sddp/get_data_limits.py +4 -4
  221. pulumi_alicloud/sddp/get_rules.py +10 -10
  222. pulumi_alicloud/simpleapplicationserver/get_images.py +0 -8
  223. pulumi_alicloud/simpleapplicationserver/get_instances.py +4 -4
  224. pulumi_alicloud/simpleapplicationserver/get_server_disks.py +2 -2
  225. pulumi_alicloud/simpleapplicationserver/get_server_snapshots.py +2 -2
  226. pulumi_alicloud/simpleapplicationserver/snapshot.py +4 -4
  227. pulumi_alicloud/slb/get_tls_cipher_policies.py +2 -2
  228. pulumi_alicloud/tsdb/get_instances.py +2 -2
  229. pulumi_alicloud/videosurveillance/get_system_groups.py +2 -2
  230. pulumi_alicloud/vod/domain.py +14 -0
  231. pulumi_alicloud/vod/get_domains.py +4 -0
  232. pulumi_alicloud/vpc/get_bgp_groups.py +4 -4
  233. pulumi_alicloud/vpc/get_bgp_networks.py +4 -4
  234. pulumi_alicloud/vpc/get_bgp_peers.py +6 -6
  235. pulumi_alicloud/vpc/get_havips.py +2 -2
  236. pulumi_alicloud/vpc/get_ipv4_gateways.py +2 -2
  237. pulumi_alicloud/vpc/get_ipv6_addresses.py +6 -2
  238. pulumi_alicloud/vpc/get_ipv6_egress_rules.py +4 -4
  239. pulumi_alicloud/vpc/get_ipv6_gateways.py +2 -2
  240. pulumi_alicloud/vpc/get_nat_ip_cidrs.py +6 -6
  241. pulumi_alicloud/vpc/get_nat_ips.py +6 -6
  242. pulumi_alicloud/vpc/get_network_acls.py +4 -4
  243. pulumi_alicloud/vpc/get_peer_connections.py +2 -2
  244. pulumi_alicloud/vpc/get_public_ip_address_pools.py +6 -6
  245. pulumi_alicloud/vpc/get_traffic_mirror_filter_egress_rules.py +2 -2
  246. pulumi_alicloud/vpc/get_traffic_mirror_filter_ingress_rules.py +2 -2
  247. pulumi_alicloud/vpc/get_traffic_mirror_filters.py +2 -2
  248. pulumi_alicloud/vpc/get_traffic_mirror_sessions.py +6 -6
  249. pulumi_alicloud/vpc/get_vpc_flow_logs.py +6 -6
  250. pulumi_alicloud/vpc/ha_vip.py +8 -0
  251. pulumi_alicloud/vpc/nat_gateway.py +14 -0
  252. pulumi_alicloud/vpc/outputs.py +14 -14
  253. pulumi_alicloud/vpc/route_entry.py +70 -0
  254. pulumi_alicloud/vpn/get_gateway_vpn_attachments.py +2 -2
  255. pulumi_alicloud/vpn/get_gateway_zones.py +16 -0
  256. pulumi_alicloud/vpn/outputs.py +4 -4
  257. {pulumi_alicloud-3.56.0a1715923185.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/METADATA +1 -1
  258. {pulumi_alicloud-3.56.0a1715923185.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/RECORD +260 -260
  259. {pulumi_alicloud-3.56.0a1715923185.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/WHEEL +0 -0
  260. {pulumi_alicloud-3.56.0a1715923185.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/top_level.txt +0 -0
@@ -243,21 +243,21 @@ def get_ecs_snapshots(category: Optional[str] = None,
243
243
  ```
244
244
 
245
245
 
246
- :param str category: The category of the snapshot.
246
+ :param str category: The category of the snapshot. Valid Values: `flash` and `standard`.
247
247
  :param bool dry_run: Specifies whether to check the validity of the request without actually making the request.
248
- :param bool encrypted: Whether the snapshot is encrypted.
248
+ :param bool encrypted: Specifies whether the snapshot is encrypted.
249
249
  :param Sequence[str] ids: A list of Snapshot IDs.
250
250
  :param str kms_key_id: The kms key id.
251
251
  :param str name_regex: A regex string to filter results by Snapshot name.
252
252
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
253
253
  :param str resource_group_id: The resource group id.
254
254
  :param str snapshot_link_id: The snapshot link id.
255
- :param str snapshot_name: Snapshot Display Name.
256
- :param str snapshot_type: Snapshot creation type.
257
- :param str source_disk_type: Source disk attributes.
258
- :param str status: The status of the snapshot.
259
- :param Mapping[str, Any] tags: The tags.
260
- :param str usage: A resource type that has a reference relationship.
255
+ :param str snapshot_name: The name of the snapshot.
256
+ :param str snapshot_type: The type of the snapshot. Valid Values: `auto`, `user` and `all`. Default to: `all`.
257
+ :param str source_disk_type: The type of the disk for which the snapshot was created. Valid Values: `System`, `Data`.
258
+ :param str status: The status of the snapshot. Valid Values: `accomplished`, `failed`, `progressing` and `all`.
259
+ :param Mapping[str, Any] tags: A mapping of tags to assign to the snapshot.
260
+ :param str usage: A resource type that has a reference relationship. Valid Values: `image`, `disk`, `image_disk` and `none`.
261
261
  """
262
262
  __args__ = dict()
263
263
  __args__['category'] = category
@@ -338,20 +338,20 @@ def get_ecs_snapshots_output(category: Optional[pulumi.Input[Optional[str]]] = N
338
338
  ```
339
339
 
340
340
 
341
- :param str category: The category of the snapshot.
341
+ :param str category: The category of the snapshot. Valid Values: `flash` and `standard`.
342
342
  :param bool dry_run: Specifies whether to check the validity of the request without actually making the request.
343
- :param bool encrypted: Whether the snapshot is encrypted.
343
+ :param bool encrypted: Specifies whether the snapshot is encrypted.
344
344
  :param Sequence[str] ids: A list of Snapshot IDs.
345
345
  :param str kms_key_id: The kms key id.
346
346
  :param str name_regex: A regex string to filter results by Snapshot name.
347
347
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
348
348
  :param str resource_group_id: The resource group id.
349
349
  :param str snapshot_link_id: The snapshot link id.
350
- :param str snapshot_name: Snapshot Display Name.
351
- :param str snapshot_type: Snapshot creation type.
352
- :param str source_disk_type: Source disk attributes.
353
- :param str status: The status of the snapshot.
354
- :param Mapping[str, Any] tags: The tags.
355
- :param str usage: A resource type that has a reference relationship.
350
+ :param str snapshot_name: The name of the snapshot.
351
+ :param str snapshot_type: The type of the snapshot. Valid Values: `auto`, `user` and `all`. Default to: `all`.
352
+ :param str source_disk_type: The type of the disk for which the snapshot was created. Valid Values: `System`, `Data`.
353
+ :param str status: The status of the snapshot. Valid Values: `accomplished`, `failed`, `progressing` and `all`.
354
+ :param Mapping[str, Any] tags: A mapping of tags to assign to the snapshot.
355
+ :param str usage: A resource type that has a reference relationship. Valid Values: `image`, `disk`, `image_disk` and `none`.
356
356
  """
357
357
  ...
@@ -127,7 +127,7 @@ def get_ecs_storage_capacity_units(ids: Optional[Sequence[str]] = None,
127
127
  :param Sequence[str] ids: A list of Storage Capacity Unit IDs.
128
128
  :param str name_regex: A regex string to filter results by Storage Capacity Unit name.
129
129
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
130
- :param str status: The status of Storage Capacity Unit.
130
+ :param str status: The status of Storage Capacity Unit. Valid values: `Active`, `Creating`, `Expired`, `Pending`.
131
131
  """
132
132
  __args__ = dict()
133
133
  __args__['ids'] = ids
@@ -176,6 +176,6 @@ def get_ecs_storage_capacity_units_output(ids: Optional[pulumi.Input[Optional[Se
176
176
  :param Sequence[str] ids: A list of Storage Capacity Unit IDs.
177
177
  :param str name_regex: A regex string to filter results by Storage Capacity Unit name.
178
178
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
179
- :param str status: The status of Storage Capacity Unit.
179
+ :param str status: The status of Storage Capacity Unit. Valid values: `Active`, `Creating`, `Expired`, `Pending`.
180
180
  """
181
181
  ...
@@ -278,22 +278,22 @@ def get_eip_addresses(address_name: Optional[str] = None,
278
278
  ```
279
279
 
280
280
 
281
- :param str address_name: The name of the EIP.
281
+ :param str address_name: The eip name.
282
282
  :param str associated_instance_id: The associated instance id.
283
283
  :param str associated_instance_type: The associated instance type.
284
284
  :param bool dry_run: The dry run.
285
285
  :param bool enable_details: Default to `true`. Set it to `false` can hide the `tags` to output.
286
286
  :param Sequence[str] ids: A list of Address IDs.
287
287
  :param bool include_reservation_data: The include reservation data. Valid values: `BGP` and `BGP_PRO`.
288
- :param str ip_address: The IP address of the EIP.
289
- :param str isp: The Internet service provider (ISP).
288
+ :param str ip_address: The eip address.
289
+ :param str isp: The Internet service provider (ISP). Valid values `BGP` and `BGP_PRO`.
290
290
  :param str lock_reason: The lock reason.
291
291
  :param str name_regex: A regex string to filter results by Address name.
292
292
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
293
- :param str payment_type: The billing method of the EIP.
293
+ :param str payment_type: The billing method of the EIP. Valid values: `Subscription` and `PayAsYouGo`.
294
294
  :param str resource_group_id: The ID of the resource group.
295
- :param str segment_instance_id: The IDs of the contiguous EIPs.
296
- :param str status: The status of the EIP.
295
+ :param str segment_instance_id: The IDs of the contiguous EIPs. This value is returned only when contiguous EIPs are specified.
296
+ :param str status: The status of the EIP. Valid values: `Associating`: The EIP is being associated. `Unassociating`: The EIP is being disassociated. `InUse`: The EIP is allocated. `Available`:The EIP is available.
297
297
  :param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
298
298
  """
299
299
  __args__ = dict()
@@ -382,22 +382,22 @@ def get_eip_addresses_output(address_name: Optional[pulumi.Input[Optional[str]]]
382
382
  ```
383
383
 
384
384
 
385
- :param str address_name: The name of the EIP.
385
+ :param str address_name: The eip name.
386
386
  :param str associated_instance_id: The associated instance id.
387
387
  :param str associated_instance_type: The associated instance type.
388
388
  :param bool dry_run: The dry run.
389
389
  :param bool enable_details: Default to `true`. Set it to `false` can hide the `tags` to output.
390
390
  :param Sequence[str] ids: A list of Address IDs.
391
391
  :param bool include_reservation_data: The include reservation data. Valid values: `BGP` and `BGP_PRO`.
392
- :param str ip_address: The IP address of the EIP.
393
- :param str isp: The Internet service provider (ISP).
392
+ :param str ip_address: The eip address.
393
+ :param str isp: The Internet service provider (ISP). Valid values `BGP` and `BGP_PRO`.
394
394
  :param str lock_reason: The lock reason.
395
395
  :param str name_regex: A regex string to filter results by Address name.
396
396
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
397
- :param str payment_type: The billing method of the EIP.
397
+ :param str payment_type: The billing method of the EIP. Valid values: `Subscription` and `PayAsYouGo`.
398
398
  :param str resource_group_id: The ID of the resource group.
399
- :param str segment_instance_id: The IDs of the contiguous EIPs.
400
- :param str status: The status of the EIP.
399
+ :param str segment_instance_id: The IDs of the contiguous EIPs. This value is returned only when contiguous EIPs are specified.
400
+ :param str status: The status of the EIP. Valid values: `Associating`: The EIP is being associated. `Unassociating`: The EIP is being disassociated. `InUse`: The EIP is allocated. `Available`:The EIP is available.
401
401
  :param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
402
402
  """
403
403
  ...
@@ -295,7 +295,9 @@ def get_images(action_type: Optional[str] = None,
295
295
  ```
296
296
 
297
297
 
298
- :param str action_type: The scenario in which the image will be used. Default value: `CreateEcs`. Valid values:
298
+ :param str action_type: The scenario in which the image will be used. Default value: `CreateEcs`. Valid values:
299
+ * `CreateEcs`: instance creation.
300
+ * `ChangeOS`: replacement of the system disk or operating system.
299
301
  :param str architecture: The image architecture. Valid values: `i386` and `x86_64`.
300
302
  :param bool dry_run: Specifies whether the image is running on an ECS instance. Default value: `false`. Valid values:
301
303
  :param str image_family: The name of the image family. You can set this parameter to query images of the specified image family. This parameter is empty by default.
@@ -314,7 +316,13 @@ def get_images(action_type: Optional[str] = None,
314
316
  :param str owners: Filter results by a specific image owner. Valid items are `system`, `self`, `others`, `marketplace`.
315
317
  :param str resource_group_id: The ID of the resource group to which the custom image belongs.
316
318
  :param str snapshot_id: The ID of the snapshot used to create the custom image.
317
- :param str status: The status of the image. The following values are available, Separate multiple parameter values by using commas (,). Default value: `Available`. Valid values:
319
+ :param str status: The status of the image. The following values are available, Separate multiple parameter values by using commas (,). Default value: `Available`. Valid values:
320
+ * `Creating`: The image is being created.
321
+ * `Waiting`: The image is waiting to be processed.
322
+ * `Available`: The image is available.
323
+ * `UnAvailable`: The image is unavailable.
324
+ * `CreateFailed`: The image failed to be created.
325
+ * `Deprecated`: The image is discontinued.
318
326
  :param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
319
327
  :param str usage: Specifies whether to check the validity of the request without actually making the request. Valid values:
320
328
  """
@@ -406,7 +414,9 @@ def get_images_output(action_type: Optional[pulumi.Input[Optional[str]]] = None,
406
414
  ```
407
415
 
408
416
 
409
- :param str action_type: The scenario in which the image will be used. Default value: `CreateEcs`. Valid values:
417
+ :param str action_type: The scenario in which the image will be used. Default value: `CreateEcs`. Valid values:
418
+ * `CreateEcs`: instance creation.
419
+ * `ChangeOS`: replacement of the system disk or operating system.
410
420
  :param str architecture: The image architecture. Valid values: `i386` and `x86_64`.
411
421
  :param bool dry_run: Specifies whether the image is running on an ECS instance. Default value: `false`. Valid values:
412
422
  :param str image_family: The name of the image family. You can set this parameter to query images of the specified image family. This parameter is empty by default.
@@ -425,7 +435,13 @@ def get_images_output(action_type: Optional[pulumi.Input[Optional[str]]] = None,
425
435
  :param str owners: Filter results by a specific image owner. Valid items are `system`, `self`, `others`, `marketplace`.
426
436
  :param str resource_group_id: The ID of the resource group to which the custom image belongs.
427
437
  :param str snapshot_id: The ID of the snapshot used to create the custom image.
428
- :param str status: The status of the image. The following values are available, Separate multiple parameter values by using commas (,). Default value: `Available`. Valid values:
438
+ :param str status: The status of the image. The following values are available, Separate multiple parameter values by using commas (,). Default value: `Available`. Valid values:
439
+ * `Creating`: The image is being created.
440
+ * `Waiting`: The image is waiting to be processed.
441
+ * `Available`: The image is available.
442
+ * `UnAvailable`: The image is unavailable.
443
+ * `CreateFailed`: The image failed to be created.
444
+ * `Deprecated`: The image is discontinued.
429
445
  :param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
430
446
  :param str usage: Specifies whether to check the validity of the request without actually making the request. Valid values:
431
447
  """