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
@@ -35,6 +35,7 @@ class NasBackupPlanArgs:
35
35
  :param pulumi.Input[Sequence[pulumi.Input[str]]] paths: List of backup path. Up to 65536 characters. e.g.`["/home", "/var"]`. **Note** You should at least specify a backup path, empty array not allowed here.
36
36
  :param pulumi.Input[str] retention: Backup retention days, the minimum is 1.
37
37
  :param pulumi.Input[str] schedule: Backup strategy. Optional format: `I|{startTime}|{interval}`. It means to execute a backup task every `{interval}` starting from `{startTime}`. The backup task for the elapsed time will not be compensated. If the last backup task has not completed yet, the next backup task will not be triggered.
38
+ * `startTime` Backup start time, UNIX time seconds.
38
39
  :param pulumi.Input[str] vault_id: The ID of Backup vault.
39
40
  :param pulumi.Input[str] create_time: This field has been deprecated from provider version 1.153.0+. The creation time of NAS file system. **Note** The time format of the API adopts the ISO 8601, such as `2021-07-09T15:45:30CST` or `2021-07-09T07:45:30Z`.
40
41
  :param pulumi.Input[str] cross_account_role_name: The role name created in the original account RAM backup by the cross account managed by the current account.
@@ -133,6 +134,7 @@ class NasBackupPlanArgs:
133
134
  def schedule(self) -> pulumi.Input[str]:
134
135
  """
135
136
  Backup strategy. Optional format: `I|{startTime}|{interval}`. It means to execute a backup task every `{interval}` starting from `{startTime}`. The backup task for the elapsed time will not be compensated. If the last backup task has not completed yet, the next backup task will not be triggered.
137
+ * `startTime` Backup start time, UNIX time seconds.
136
138
  """
137
139
  return pulumi.get(self, "schedule")
138
140
 
@@ -262,6 +264,7 @@ class _NasBackupPlanState:
262
264
  :param pulumi.Input[Sequence[pulumi.Input[str]]] paths: List of backup path. Up to 65536 characters. e.g.`["/home", "/var"]`. **Note** You should at least specify a backup path, empty array not allowed here.
263
265
  :param pulumi.Input[str] retention: Backup retention days, the minimum is 1.
264
266
  :param pulumi.Input[str] schedule: Backup strategy. Optional format: `I|{startTime}|{interval}`. It means to execute a backup task every `{interval}` starting from `{startTime}`. The backup task for the elapsed time will not be compensated. If the last backup task has not completed yet, the next backup task will not be triggered.
267
+ * `startTime` Backup start time, UNIX time seconds.
265
268
  :param pulumi.Input[str] vault_id: The ID of Backup vault.
266
269
  """
267
270
  if backup_type is not None:
@@ -436,6 +439,7 @@ class _NasBackupPlanState:
436
439
  def schedule(self) -> Optional[pulumi.Input[str]]:
437
440
  """
438
441
  Backup strategy. Optional format: `I|{startTime}|{interval}`. It means to execute a backup task every `{interval}` starting from `{startTime}`. The backup task for the elapsed time will not be compensated. If the last backup task has not completed yet, the next backup task will not be triggered.
442
+ * `startTime` Backup start time, UNIX time seconds.
439
443
  """
440
444
  return pulumi.get(self, "schedule")
441
445
 
@@ -534,6 +538,7 @@ class NasBackupPlan(pulumi.CustomResource):
534
538
  :param pulumi.Input[Sequence[pulumi.Input[str]]] paths: List of backup path. Up to 65536 characters. e.g.`["/home", "/var"]`. **Note** You should at least specify a backup path, empty array not allowed here.
535
539
  :param pulumi.Input[str] retention: Backup retention days, the minimum is 1.
536
540
  :param pulumi.Input[str] schedule: Backup strategy. Optional format: `I|{startTime}|{interval}`. It means to execute a backup task every `{interval}` starting from `{startTime}`. The backup task for the elapsed time will not be compensated. If the last backup task has not completed yet, the next backup task will not be triggered.
541
+ * `startTime` Backup start time, UNIX time seconds.
537
542
  :param pulumi.Input[str] vault_id: The ID of Backup vault.
538
543
  """
539
544
  ...
@@ -693,6 +698,7 @@ class NasBackupPlan(pulumi.CustomResource):
693
698
  :param pulumi.Input[Sequence[pulumi.Input[str]]] paths: List of backup path. Up to 65536 characters. e.g.`["/home", "/var"]`. **Note** You should at least specify a backup path, empty array not allowed here.
694
699
  :param pulumi.Input[str] retention: Backup retention days, the minimum is 1.
695
700
  :param pulumi.Input[str] schedule: Backup strategy. Optional format: `I|{startTime}|{interval}`. It means to execute a backup task every `{interval}` starting from `{startTime}`. The backup task for the elapsed time will not be compensated. If the last backup task has not completed yet, the next backup task will not be triggered.
701
+ * `startTime` Backup start time, UNIX time seconds.
696
702
  :param pulumi.Input[str] vault_id: The ID of Backup vault.
697
703
  """
698
704
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -812,6 +818,7 @@ class NasBackupPlan(pulumi.CustomResource):
812
818
  def schedule(self) -> pulumi.Output[str]:
813
819
  """
814
820
  Backup strategy. Optional format: `I|{startTime}|{interval}`. It means to execute a backup task every `{interval}` starting from `{startTime}`. The backup task for the elapsed time will not be compensated. If the last backup task has not completed yet, the next backup task will not be triggered.
821
+ * `startTime` Backup start time, UNIX time seconds.
815
822
  """
816
823
  return pulumi.get(self, "schedule")
817
824
 
@@ -32,6 +32,7 @@ class OssBackupPlanArgs:
32
32
  :param pulumi.Input[str] oss_backup_plan_name: The name of the backup plan. 1~64 characters, the backup plan name of each data source type in a single warehouse required to be unique.
33
33
  :param pulumi.Input[str] retention: Backup retention days, the minimum is 1.
34
34
  :param pulumi.Input[str] schedule: Backup strategy. Optional format: `I|{startTime}|{interval}`. It means to execute a backup task every `{interval}` starting from `{startTime}`. The backup task for the elapsed time will not be compensated. If the last backup task has not completed yet, the next backup task will not be triggered.
35
+ * `startTime` Backup start time, UNIX time seconds.
35
36
  :param pulumi.Input[str] vault_id: The ID of backup vault.
36
37
  :param pulumi.Input[str] cross_account_role_name: The role name created in the original account RAM backup by the cross account managed by the current account.
37
38
  :param pulumi.Input[str] cross_account_type: The type of the cross account backup. Valid values: `SELF_ACCOUNT`, `CROSS_ACCOUNT`.
@@ -109,6 +110,7 @@ class OssBackupPlanArgs:
109
110
  def schedule(self) -> pulumi.Input[str]:
110
111
  """
111
112
  Backup strategy. Optional format: `I|{startTime}|{interval}`. It means to execute a backup task every `{interval}` starting from `{startTime}`. The backup task for the elapsed time will not be compensated. If the last backup task has not completed yet, the next backup task will not be triggered.
113
+ * `startTime` Backup start time, UNIX time seconds.
112
114
  """
113
115
  return pulumi.get(self, "schedule")
114
116
 
@@ -215,6 +217,7 @@ class _OssBackupPlanState:
215
217
  :param pulumi.Input[str] prefix: Backup prefix. Once specified, only objects with matching prefixes will be backed up.
216
218
  :param pulumi.Input[str] retention: Backup retention days, the minimum is 1.
217
219
  :param pulumi.Input[str] schedule: Backup strategy. Optional format: `I|{startTime}|{interval}`. It means to execute a backup task every `{interval}` starting from `{startTime}`. The backup task for the elapsed time will not be compensated. If the last backup task has not completed yet, the next backup task will not be triggered.
220
+ * `startTime` Backup start time, UNIX time seconds.
218
221
  :param pulumi.Input[str] vault_id: The ID of backup vault.
219
222
  """
220
223
  if backup_type is not None:
@@ -353,6 +356,7 @@ class _OssBackupPlanState:
353
356
  def schedule(self) -> Optional[pulumi.Input[str]]:
354
357
  """
355
358
  Backup strategy. Optional format: `I|{startTime}|{interval}`. It means to execute a backup task every `{interval}` starting from `{startTime}`. The backup task for the elapsed time will not be compensated. If the last backup task has not completed yet, the next backup task will not be triggered.
359
+ * `startTime` Backup start time, UNIX time seconds.
356
360
  """
357
361
  return pulumi.get(self, "schedule")
358
362
 
@@ -441,6 +445,7 @@ class OssBackupPlan(pulumi.CustomResource):
441
445
  :param pulumi.Input[str] prefix: Backup prefix. Once specified, only objects with matching prefixes will be backed up.
442
446
  :param pulumi.Input[str] retention: Backup retention days, the minimum is 1.
443
447
  :param pulumi.Input[str] schedule: Backup strategy. Optional format: `I|{startTime}|{interval}`. It means to execute a backup task every `{interval}` starting from `{startTime}`. The backup task for the elapsed time will not be compensated. If the last backup task has not completed yet, the next backup task will not be triggered.
448
+ * `startTime` Backup start time, UNIX time seconds.
444
449
  :param pulumi.Input[str] vault_id: The ID of backup vault.
445
450
  """
446
451
  ...
@@ -584,6 +589,7 @@ class OssBackupPlan(pulumi.CustomResource):
584
589
  :param pulumi.Input[str] prefix: Backup prefix. Once specified, only objects with matching prefixes will be backed up.
585
590
  :param pulumi.Input[str] retention: Backup retention days, the minimum is 1.
586
591
  :param pulumi.Input[str] schedule: Backup strategy. Optional format: `I|{startTime}|{interval}`. It means to execute a backup task every `{interval}` starting from `{startTime}`. The backup task for the elapsed time will not be compensated. If the last backup task has not completed yet, the next backup task will not be triggered.
592
+ * `startTime` Backup start time, UNIX time seconds.
587
593
  :param pulumi.Input[str] vault_id: The ID of backup vault.
588
594
  """
589
595
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -680,6 +686,7 @@ class OssBackupPlan(pulumi.CustomResource):
680
686
  def schedule(self) -> pulumi.Output[str]:
681
687
  """
682
688
  Backup strategy. Optional format: `I|{startTime}|{interval}`. It means to execute a backup task every `{interval}` starting from `{startTime}`. The backup task for the elapsed time will not be compensated. If the last backup task has not completed yet, the next backup task will not be triggered.
689
+ * `startTime` Backup start time, UNIX time seconds.
683
690
  """
684
691
  return pulumi.get(self, "schedule")
685
692
 
@@ -41,6 +41,7 @@ class OtsBackupPlanArgs:
41
41
  :param pulumi.Input[Sequence[pulumi.Input['OtsBackupPlanOtsDetailArgs']]] ots_details: The details about the Table store instance. See the following `Block ots_detail`. **Note:** Required while source_type equals `OTS_TABLE`.
42
42
  :param pulumi.Input[Sequence[pulumi.Input['OtsBackupPlanRuleArgs']]] rules: The backup plan rule. See the following `Block rules`. **Note:** Required while source_type equals `OTS_TABLE`.
43
43
  :param pulumi.Input[str] schedule: Backup strategy. Optional format: `I|{startTime}|{interval}`. It means to execute a backup task every `{interval}` starting from `{startTime}`. The backup task for the elapsed time will not be compensated. If the last backup task has not completed yet, the next backup task will not be triggered.
44
+ - `startTime` Backup start time, UNIX time seconds.
44
45
  :param pulumi.Input[str] vault_id: The ID of backup vault.
45
46
  """
46
47
  pulumi.set(__self__, "backup_type", backup_type)
@@ -193,6 +194,7 @@ class OtsBackupPlanArgs:
193
194
  def schedule(self) -> Optional[pulumi.Input[str]]:
194
195
  """
195
196
  Backup strategy. Optional format: `I|{startTime}|{interval}`. It means to execute a backup task every `{interval}` starting from `{startTime}`. The backup task for the elapsed time will not be compensated. If the last backup task has not completed yet, the next backup task will not be triggered.
197
+ - `startTime` Backup start time, UNIX time seconds.
196
198
  """
197
199
  warnings.warn("""Field 'schedule' has been deprecated from version 1.163.0. Use 'rules' instead.""", DeprecationWarning)
198
200
  pulumi.log.warn("""schedule is deprecated: Field 'schedule' has been deprecated from version 1.163.0. Use 'rules' instead.""")
@@ -244,6 +246,7 @@ class _OtsBackupPlanState:
244
246
  :param pulumi.Input[str] retention: Backup retention days, the minimum is 1.
245
247
  :param pulumi.Input[Sequence[pulumi.Input['OtsBackupPlanRuleArgs']]] rules: The backup plan rule. See the following `Block rules`. **Note:** Required while source_type equals `OTS_TABLE`.
246
248
  :param pulumi.Input[str] schedule: Backup strategy. Optional format: `I|{startTime}|{interval}`. It means to execute a backup task every `{interval}` starting from `{startTime}`. The backup task for the elapsed time will not be compensated. If the last backup task has not completed yet, the next backup task will not be triggered.
249
+ - `startTime` Backup start time, UNIX time seconds.
247
250
  :param pulumi.Input[str] vault_id: The ID of backup vault.
248
251
  """
249
252
  if backup_type is not None:
@@ -399,6 +402,7 @@ class _OtsBackupPlanState:
399
402
  def schedule(self) -> Optional[pulumi.Input[str]]:
400
403
  """
401
404
  Backup strategy. Optional format: `I|{startTime}|{interval}`. It means to execute a backup task every `{interval}` starting from `{startTime}`. The backup task for the elapsed time will not be compensated. If the last backup task has not completed yet, the next backup task will not be triggered.
405
+ - `startTime` Backup start time, UNIX time seconds.
402
406
  """
403
407
  warnings.warn("""Field 'schedule' has been deprecated from version 1.163.0. Use 'rules' instead.""", DeprecationWarning)
404
408
  pulumi.log.warn("""schedule is deprecated: Field 'schedule' has been deprecated from version 1.163.0. Use 'rules' instead.""")
@@ -541,6 +545,7 @@ class OtsBackupPlan(pulumi.CustomResource):
541
545
  :param pulumi.Input[str] retention: Backup retention days, the minimum is 1.
542
546
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['OtsBackupPlanRuleArgs']]]] rules: The backup plan rule. See the following `Block rules`. **Note:** Required while source_type equals `OTS_TABLE`.
543
547
  :param pulumi.Input[str] schedule: Backup strategy. Optional format: `I|{startTime}|{interval}`. It means to execute a backup task every `{interval}` starting from `{startTime}`. The backup task for the elapsed time will not be compensated. If the last backup task has not completed yet, the next backup task will not be triggered.
548
+ - `startTime` Backup start time, UNIX time seconds.
544
549
  :param pulumi.Input[str] vault_id: The ID of backup vault.
545
550
  """
546
551
  ...
@@ -731,6 +736,7 @@ class OtsBackupPlan(pulumi.CustomResource):
731
736
  :param pulumi.Input[str] retention: Backup retention days, the minimum is 1.
732
737
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['OtsBackupPlanRuleArgs']]]] rules: The backup plan rule. See the following `Block rules`. **Note:** Required while source_type equals `OTS_TABLE`.
733
738
  :param pulumi.Input[str] schedule: Backup strategy. Optional format: `I|{startTime}|{interval}`. It means to execute a backup task every `{interval}` starting from `{startTime}`. The backup task for the elapsed time will not be compensated. If the last backup task has not completed yet, the next backup task will not be triggered.
739
+ - `startTime` Backup start time, UNIX time seconds.
734
740
  :param pulumi.Input[str] vault_id: The ID of backup vault.
735
741
  """
736
742
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -836,6 +842,7 @@ class OtsBackupPlan(pulumi.CustomResource):
836
842
  def schedule(self) -> pulumi.Output[Optional[str]]:
837
843
  """
838
844
  Backup strategy. Optional format: `I|{startTime}|{interval}`. It means to execute a backup task every `{interval}` starting from `{startTime}`. The backup task for the elapsed time will not be compensated. If the last backup task has not completed yet, the next backup task will not be triggered.
845
+ - `startTime` Backup start time, UNIX time seconds.
839
846
  """
840
847
  warnings.warn("""Field 'schedule' has been deprecated from version 1.163.0. Use 'rules' instead.""", DeprecationWarning)
841
848
  pulumi.log.warn("""schedule is deprecated: Field 'schedule' has been deprecated from version 1.163.0. Use 'rules' instead.""")
@@ -103,6 +103,7 @@ class OtsBackupPlanRule(dict):
103
103
  :param bool disabled: Whether to disable the backup task. Valid values: `true`, `false`. Default values: `false`.
104
104
  :param str retention: Backup retention days, the minimum is 1.
105
105
  :param str schedule: Backup strategy. Optional format: `I|{startTime}|{interval}`. It means to execute a backup task every `{interval}` starting from `{startTime}`. The backup task for the elapsed time will not be compensated. If the last backup task has not completed yet, the next backup task will not be triggered.
106
+ - `startTime` Backup start time, UNIX time seconds.
106
107
  """
107
108
  if backup_type is not None:
108
109
  pulumi.set(__self__, "backup_type", backup_type)
@@ -149,6 +150,7 @@ class OtsBackupPlanRule(dict):
149
150
  def schedule(self) -> Optional[str]:
150
151
  """
151
152
  Backup strategy. Optional format: `I|{startTime}|{interval}`. It means to execute a backup task every `{interval}` starting from `{startTime}`. The backup task for the elapsed time will not be compensated. If the last backup task has not completed yet, the next backup task will not be triggered.
153
+ - `startTime` Backup start time, UNIX time seconds.
152
154
  """
153
155
  return pulumi.get(self, "schedule")
154
156
 
@@ -1057,6 +1059,8 @@ class GetEcsBackupClientsClientResult(dict):
1057
1059
  :param str create_time: The creation time of client. Unix time in seconds.
1058
1060
  :param str data_network_type: The data plane access point type. Valid Values: `PUBLIC`, `VPC`, `CLASSIC`.
1059
1061
  :param str data_proxy_setting: The data plane proxy settings. Valid Values: `DISABLE`, `USE_CONTROL_PROXY`, `CUSTOM`.
1062
+ * `USE_CONTROL_PROXY` (Default, the same with control plane)
1063
+ * `CUSTOM` (Custom configuration items for the HTTP protocol).
1060
1064
  :param str ecs_backup_client_id: The first ID of the resource.
1061
1065
  :param str hostname: The hostname of ECS instance.
1062
1066
  :param str id: The ID of the Ecs Backup Client.
@@ -1157,6 +1161,8 @@ class GetEcsBackupClientsClientResult(dict):
1157
1161
  def data_proxy_setting(self) -> str:
1158
1162
  """
1159
1163
  The data plane proxy settings. Valid Values: `DISABLE`, `USE_CONTROL_PROXY`, `CUSTOM`.
1164
+ * `USE_CONTROL_PROXY` (Default, the same with control plane)
1165
+ * `CUSTOM` (Custom configuration items for the HTTP protocol).
1160
1166
  """
1161
1167
  return pulumi.get(self, "data_proxy_setting")
1162
1168
 
@@ -1349,6 +1355,7 @@ class GetEcsBackupPlansPlanResult(dict):
1349
1355
  :param Sequence[str] paths: Backup path. e.g. `["/home", "/var"]`
1350
1356
  :param str retention: Backup retention days, the minimum is 1.
1351
1357
  :param str schedule: Backup strategy. Optional format: `I|{startTime}|{interval}`. It means to execute a backup task every `{interval}` starting from `{startTime}`. The backup task for the elapsed time will not be compensated. If the last backup task has not completed yet, the next backup task will not be triggered.
1358
+ * `startTime` Backup start time, UNIX time seconds.
1352
1359
  :param str source_type: The type of backup source.
1353
1360
  :param str speed_limit: Flow control. The format is: {start}|{end}|{bandwidth}. Use `|` to separate multiple flow control configurations, multiple flow control configurations not allowed to have overlapping times.
1354
1361
  :param str updated_time: The update time of the backup plan. UNIX time in seconds.
@@ -1485,6 +1492,7 @@ class GetEcsBackupPlansPlanResult(dict):
1485
1492
  def schedule(self) -> str:
1486
1493
  """
1487
1494
  Backup strategy. Optional format: `I|{startTime}|{interval}`. It means to execute a backup task every `{interval}` starting from `{startTime}`. The backup task for the elapsed time will not be compensated. If the last backup task has not completed yet, the next backup task will not be triggered.
1495
+ * `startTime` Backup start time, UNIX time seconds.
1488
1496
  """
1489
1497
  return pulumi.get(self, "schedule")
1490
1498
 
@@ -1997,6 +2005,7 @@ class GetNasBackupPlansPlanResult(dict):
1997
2005
  :param Sequence[str] paths: List of backup path. Up to 65536 Characters. e.g.`["/home", "/var"]`
1998
2006
  :param str retention: Backup retention days, the minimum is 1.
1999
2007
  :param str schedule: Backup strategy. Optional format: `I|{startTime}|{interval}`. It means to execute a backup task every `{interval}` starting from `{startTime}`. The backup task for the elapsed time will not be compensated. If the last backup task has not completed yet, the next backup task will not be triggered.
2008
+ * `startTime` Backup start time, UNIX time seconds.
2000
2009
  :param str updated_time: The update time of the backup plan. UNIX time in seconds.
2001
2010
  :param str vault_id: The ID of backup vault.
2002
2011
  """
@@ -2108,6 +2117,7 @@ class GetNasBackupPlansPlanResult(dict):
2108
2117
  def schedule(self) -> str:
2109
2118
  """
2110
2119
  Backup strategy. Optional format: `I|{startTime}|{interval}`. It means to execute a backup task every `{interval}` starting from `{startTime}`. The backup task for the elapsed time will not be compensated. If the last backup task has not completed yet, the next backup task will not be triggered.
2120
+ * `startTime` Backup start time, UNIX time seconds.
2111
2121
  """
2112
2122
  return pulumi.get(self, "schedule")
2113
2123
 
@@ -2154,6 +2164,7 @@ class GetOssBackupPlansPlanResult(dict):
2154
2164
  :param str prefix: Backup prefix.
2155
2165
  :param str retention: Backup retention days, the minimum is 1.
2156
2166
  :param str schedule: Backup strategy. Optional format: I|{startTime}|{interval}. It means to execute a backup task every {interval} starting from {startTime}. The backup task for the elapsed time will not be compensated. If the last backup task is not completed yet, the next backup task will not be triggered.
2167
+ * `startTime` Backup start time, UNIX time seconds.
2157
2168
  :param str updated_time: The update time of the backup plan. UNIX time in seconds.
2158
2169
  :param str vault_id: The ID of backup vault.
2159
2170
  """
@@ -2247,6 +2258,7 @@ class GetOssBackupPlansPlanResult(dict):
2247
2258
  def schedule(self) -> str:
2248
2259
  """
2249
2260
  Backup strategy. Optional format: I|{startTime}|{interval}. It means to execute a backup task every {interval} starting from {startTime}. The backup task for the elapsed time will not be compensated. If the last backup task is not completed yet, the next backup task will not be triggered.
2261
+ * `startTime` Backup start time, UNIX time seconds.
2250
2262
  """
2251
2263
  return pulumi.get(self, "schedule")
2252
2264
 
@@ -2291,6 +2303,7 @@ class GetOtsBackupPlansPlanResult(dict):
2291
2303
  :param str ots_backup_plan_name: The name of the backup plan. 1~64 characters, the backup plan name of each data source type in a single warehouse required to be unique.
2292
2304
  :param str retention: The Backup retention days, the minimum is 1.
2293
2305
  :param str schedule: The Backup strategy. Optional format: I|{startTime}|{interval}. It means to execute a backup task every {interval} starting from {startTime}. The backup task for the elapsed time will not be compensated. If the last backup task is not completed yet, the next backup task will not be triggered.
2306
+ * `startTime` Backup start time, UNIX time seconds.
2294
2307
  :param str source_type: The type of the data source.
2295
2308
  :param str updated_time: The update time of the backup plan. UNIX time in seconds.
2296
2309
  *ots_detail - The details about the Tablestore instance.
@@ -2375,6 +2388,7 @@ class GetOtsBackupPlansPlanResult(dict):
2375
2388
  def schedule(self) -> str:
2376
2389
  """
2377
2390
  The Backup strategy. Optional format: I|{startTime}|{interval}. It means to execute a backup task every {interval} starting from {startTime}. The backup task for the elapsed time will not be compensated. If the last backup task is not completed yet, the next backup task will not be triggered.
2391
+ * `startTime` Backup start time, UNIX time seconds.
2378
2392
  """
2379
2393
  return pulumi.get(self, "schedule")
2380
2394
 
@@ -3155,6 +3169,18 @@ class GetServerBackupPlansPlanDetailResult(dict):
3155
3169
  pre_script_path: str,
3156
3170
  snapshot_group: bool,
3157
3171
  timeout_in_seconds: int):
3172
+ """
3173
+ :param bool app_consistent: Whether to turn on application consistency. The application consistency snapshot backs up memory data and ongoing database transactions at the time of snapshot creation to ensure the consistency of application system data and database transactions. By applying consistent snapshots, there is no data damage or loss, so as to avoid log rollback during database startup and ensure that the application is in a consistent startup state. Valid values: `true`, `false`.
3174
+ :param str destination_region_id: Only vaild when DoCopy is true. The destination region ID when replicating to another region. **Note:** Once you set a value of this property, you cannot set it to an empty string anymore.
3175
+ :param int destination_retention: Only vaild when DoCopy is true. The retention days of the destination backup. When not specified, the destination backup will be saved permanently. **Note:** Once you set a value of this property, you cannot set it to an empty string anymore.
3176
+ :param Sequence[str] disk_id_lists: The list of cloud disks to be backed up in the ECS instance. When not specified, a snapshot is executed for all the disks on the ECS instance.
3177
+ :param bool do_copy: Whether replicate to another region. Valid values: `true`, `false`.
3178
+ :param bool enable_fs_freeze: Only the Linux system is valid. Whether to use the Linux FsFreeze mechanism to ensure that the file system is read-only consistent before creating a storage snapshot. The default is True. Valid values: `true`, `false`.
3179
+ :param str post_script_path: Only vaild for the linux system when AppConsistent is true. The application thaw script path (e.g. /tmp/postscript.sh). The postscript.sh script must meet the following conditions: in terms of permissions, only the root user as the owner has read, write, and execute permissions, that is, 700 permissions. In terms of content, the script content needs to be customized according to the application itself. This indicates that this parameter must be set when creating an application consistency snapshot for a Linux instance. If the script is set incorrectly (for example, permissions, save path, or file name are set incorrectly), the resulting snapshot is a file system consistency snapshot.
3180
+ :param str pre_script_path: Only vaild for the linux system when AppConsistent is true. Apply the freeze script path (e.g. /tmp/prescript.sh). prescript.sh scripts must meet the following conditions: in terms of permissions, only root, as the owner, has read, write, and execute permissions, that is, 700 permissions. In terms of content, the script content needs to be customized according to the application itself. This indicates that this parameter must be set when creating an application consistency snapshot for a Linux instance. If the script is set incorrectly (for example, permissions, save path, or file name are set incorrectly), the resulting snapshot is a file system consistency snapshot.
3181
+ :param bool snapshot_group: Whether to turn on file system consistency. If SnapshotGroup is true, when AppConsistent is true but the relevant conditions are not met or AppConsistent is false, the resulting snapshot will be a file system consistency snapshot. The file system consistency ensures that the file system memory and disk information are synchronized at the time of snapshot creation, and the file system write operation is frozen to make the file system in a consistent state. The file system consistency snapshot can prevent the operating system from performing disk inspection and repair operations such as CHKDSK or fsck after restart. Valid values: `true`, `false`.
3182
+ :param int timeout_in_seconds: Only the Linux system is valid, and the IO freeze timeout period. The default is 30 seconds.
3183
+ """
3158
3184
  pulumi.set(__self__, "app_consistent", app_consistent)
3159
3185
  pulumi.set(__self__, "destination_region_id", destination_region_id)
3160
3186
  pulumi.set(__self__, "destination_retention", destination_retention)
@@ -3169,51 +3195,81 @@ class GetServerBackupPlansPlanDetailResult(dict):
3169
3195
  @property
3170
3196
  @pulumi.getter(name="appConsistent")
3171
3197
  def app_consistent(self) -> bool:
3198
+ """
3199
+ Whether to turn on application consistency. The application consistency snapshot backs up memory data and ongoing database transactions at the time of snapshot creation to ensure the consistency of application system data and database transactions. By applying consistent snapshots, there is no data damage or loss, so as to avoid log rollback during database startup and ensure that the application is in a consistent startup state. Valid values: `true`, `false`.
3200
+ """
3172
3201
  return pulumi.get(self, "app_consistent")
3173
3202
 
3174
3203
  @property
3175
3204
  @pulumi.getter(name="destinationRegionId")
3176
3205
  def destination_region_id(self) -> str:
3206
+ """
3207
+ Only vaild when DoCopy is true. The destination region ID when replicating to another region. **Note:** Once you set a value of this property, you cannot set it to an empty string anymore.
3208
+ """
3177
3209
  return pulumi.get(self, "destination_region_id")
3178
3210
 
3179
3211
  @property
3180
3212
  @pulumi.getter(name="destinationRetention")
3181
3213
  def destination_retention(self) -> int:
3214
+ """
3215
+ Only vaild when DoCopy is true. The retention days of the destination backup. When not specified, the destination backup will be saved permanently. **Note:** Once you set a value of this property, you cannot set it to an empty string anymore.
3216
+ """
3182
3217
  return pulumi.get(self, "destination_retention")
3183
3218
 
3184
3219
  @property
3185
3220
  @pulumi.getter(name="diskIdLists")
3186
3221
  def disk_id_lists(self) -> Sequence[str]:
3222
+ """
3223
+ The list of cloud disks to be backed up in the ECS instance. When not specified, a snapshot is executed for all the disks on the ECS instance.
3224
+ """
3187
3225
  return pulumi.get(self, "disk_id_lists")
3188
3226
 
3189
3227
  @property
3190
3228
  @pulumi.getter(name="doCopy")
3191
3229
  def do_copy(self) -> bool:
3230
+ """
3231
+ Whether replicate to another region. Valid values: `true`, `false`.
3232
+ """
3192
3233
  return pulumi.get(self, "do_copy")
3193
3234
 
3194
3235
  @property
3195
3236
  @pulumi.getter(name="enableFsFreeze")
3196
3237
  def enable_fs_freeze(self) -> bool:
3238
+ """
3239
+ Only the Linux system is valid. Whether to use the Linux FsFreeze mechanism to ensure that the file system is read-only consistent before creating a storage snapshot. The default is True. Valid values: `true`, `false`.
3240
+ """
3197
3241
  return pulumi.get(self, "enable_fs_freeze")
3198
3242
 
3199
3243
  @property
3200
3244
  @pulumi.getter(name="postScriptPath")
3201
3245
  def post_script_path(self) -> str:
3246
+ """
3247
+ Only vaild for the linux system when AppConsistent is true. The application thaw script path (e.g. /tmp/postscript.sh). The postscript.sh script must meet the following conditions: in terms of permissions, only the root user as the owner has read, write, and execute permissions, that is, 700 permissions. In terms of content, the script content needs to be customized according to the application itself. This indicates that this parameter must be set when creating an application consistency snapshot for a Linux instance. If the script is set incorrectly (for example, permissions, save path, or file name are set incorrectly), the resulting snapshot is a file system consistency snapshot.
3248
+ """
3202
3249
  return pulumi.get(self, "post_script_path")
3203
3250
 
3204
3251
  @property
3205
3252
  @pulumi.getter(name="preScriptPath")
3206
3253
  def pre_script_path(self) -> str:
3254
+ """
3255
+ Only vaild for the linux system when AppConsistent is true. Apply the freeze script path (e.g. /tmp/prescript.sh). prescript.sh scripts must meet the following conditions: in terms of permissions, only root, as the owner, has read, write, and execute permissions, that is, 700 permissions. In terms of content, the script content needs to be customized according to the application itself. This indicates that this parameter must be set when creating an application consistency snapshot for a Linux instance. If the script is set incorrectly (for example, permissions, save path, or file name are set incorrectly), the resulting snapshot is a file system consistency snapshot.
3256
+ """
3207
3257
  return pulumi.get(self, "pre_script_path")
3208
3258
 
3209
3259
  @property
3210
3260
  @pulumi.getter(name="snapshotGroup")
3211
3261
  def snapshot_group(self) -> bool:
3262
+ """
3263
+ Whether to turn on file system consistency. If SnapshotGroup is true, when AppConsistent is true but the relevant conditions are not met or AppConsistent is false, the resulting snapshot will be a file system consistency snapshot. The file system consistency ensures that the file system memory and disk information are synchronized at the time of snapshot creation, and the file system write operation is frozen to make the file system in a consistent state. The file system consistency snapshot can prevent the operating system from performing disk inspection and repair operations such as CHKDSK or fsck after restart. Valid values: `true`, `false`.
3264
+ """
3212
3265
  return pulumi.get(self, "snapshot_group")
3213
3266
 
3214
3267
  @property
3215
3268
  @pulumi.getter(name="timeoutInSeconds")
3216
3269
  def timeout_in_seconds(self) -> int:
3270
+ """
3271
+ Only the Linux system is valid, and the IO freeze timeout period. The default is 30 seconds.
3272
+ """
3217
3273
  return pulumi.get(self, "timeout_in_seconds")
3218
3274
 
3219
3275
 
@@ -3557,6 +3613,12 @@ class GetVaultsVaultResult(dict):
3557
3613
  :param str index_update_time: Index update time.
3558
3614
  :param str latest_replication_time: The time of the last remote backup synchronization.
3559
3615
  :param str payment_type: Billing model, possible values:
3616
+ * `FREE` is not billed
3617
+ * `V1` common vault billing model, including back-end storage capacity, client licenses and other billing items
3618
+ * `V2` new version of metering mode
3619
+ * `AEGIS` Billing method for cloud security use
3620
+ * `UNI_BACKUP` the backup of deduplication database
3621
+ * `ARCHIVE` archive library.
3560
3622
  :param bool replication: Whether it is a remote backup warehouse. It's a boolean value.
3561
3623
  :param str replication_source_region_id: The region ID to which the remote backup Vault belongs.
3562
3624
  :param str replication_source_vault_id: The source vault ID of the remote backup Vault.
@@ -3682,6 +3744,12 @@ class GetVaultsVaultResult(dict):
3682
3744
  def payment_type(self) -> str:
3683
3745
  """
3684
3746
  Billing model, possible values:
3747
+ * `FREE` is not billed
3748
+ * `V1` common vault billing model, including back-end storage capacity, client licenses and other billing items
3749
+ * `V2` new version of metering mode
3750
+ * `AEGIS` Billing method for cloud security use
3751
+ * `UNI_BACKUP` the backup of deduplication database
3752
+ * `ARCHIVE` archive library.
3685
3753
  """
3686
3754
  return pulumi.get(self, "payment_type")
3687
3755
 
@@ -32,6 +32,7 @@ class ServerBackupPlanArgs:
32
32
  :param pulumi.Input[str] instance_id: The ID of ECS instance.
33
33
  :param pulumi.Input[int] retention: Backup retention days, the minimum is 1.
34
34
  :param pulumi.Input[str] schedule: Backup strategy. Optional format: `I|{startTime}|{interval}`
35
+ * `startTime` Backup start time, UNIX time, in seconds.
35
36
  :param pulumi.Input[str] cross_account_role_name: The role name created in the original account RAM backup by the cross account managed by the current account.
36
37
  :param pulumi.Input[str] cross_account_type: The type of the cross account backup. Valid values: `SELF_ACCOUNT`, `CROSS_ACCOUNT`.
37
38
  :param pulumi.Input[int] cross_account_user_id: The original account ID of the cross account backup managed by the current account.
@@ -104,6 +105,7 @@ class ServerBackupPlanArgs:
104
105
  def schedule(self) -> pulumi.Input[str]:
105
106
  """
106
107
  Backup strategy. Optional format: `I|{startTime}|{interval}`
108
+ * `startTime` Backup start time, UNIX time, in seconds.
107
109
  """
108
110
  return pulumi.get(self, "schedule")
109
111
 
@@ -183,6 +185,7 @@ class _ServerBackupPlanState:
183
185
  :param pulumi.Input[str] instance_id: The ID of ECS instance.
184
186
  :param pulumi.Input[int] retention: Backup retention days, the minimum is 1.
185
187
  :param pulumi.Input[str] schedule: Backup strategy. Optional format: `I|{startTime}|{interval}`
188
+ * `startTime` Backup start time, UNIX time, in seconds.
186
189
  """
187
190
  if cross_account_role_name is not None:
188
191
  pulumi.set(__self__, "cross_account_role_name", cross_account_role_name)
@@ -304,6 +307,7 @@ class _ServerBackupPlanState:
304
307
  def schedule(self) -> Optional[pulumi.Input[str]]:
305
308
  """
306
309
  Backup strategy. Optional format: `I|{startTime}|{interval}`
310
+ * `startTime` Backup start time, UNIX time, in seconds.
307
311
  """
308
312
  return pulumi.get(self, "schedule")
309
313
 
@@ -398,6 +402,7 @@ class ServerBackupPlan(pulumi.CustomResource):
398
402
  :param pulumi.Input[str] instance_id: The ID of ECS instance.
399
403
  :param pulumi.Input[int] retention: Backup retention days, the minimum is 1.
400
404
  :param pulumi.Input[str] schedule: Backup strategy. Optional format: `I|{startTime}|{interval}`
405
+ * `startTime` Backup start time, UNIX time, in seconds.
401
406
  """
402
407
  ...
403
408
  @overload
@@ -552,6 +557,7 @@ class ServerBackupPlan(pulumi.CustomResource):
552
557
  :param pulumi.Input[str] instance_id: The ID of ECS instance.
553
558
  :param pulumi.Input[int] retention: Backup retention days, the minimum is 1.
554
559
  :param pulumi.Input[str] schedule: Backup strategy. Optional format: `I|{startTime}|{interval}`
560
+ * `startTime` Backup start time, UNIX time, in seconds.
555
561
  """
556
562
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
557
563
 
@@ -637,6 +643,7 @@ class ServerBackupPlan(pulumi.CustomResource):
637
643
  def schedule(self) -> pulumi.Output[str]:
638
644
  """
639
645
  Backup strategy. Optional format: `I|{startTime}|{interval}`
646
+ * `startTime` Backup start time, UNIX time, in seconds.
640
647
  """
641
648
  return pulumi.get(self, "schedule")
642
649
 
@@ -25,6 +25,8 @@ class VaultArgs:
25
25
  :param pulumi.Input[str] vault_name: The name of Vault.
26
26
  :param pulumi.Input[str] description: The description of Vault. Defaults to an empty string.
27
27
  :param pulumi.Input[str] encrypt_type: Source Encryption Type,It is valid only when vault_type is `STANDARD` or `OTS_BACKUP`. Default value: `HBR_PRIVATE`. Valid values:
28
+ - `HBR_PRIVATE`: HBR is fully hosted, uses the backup service's own encryption method.
29
+ - `KMS`: Use Alibaba Cloud Kms to encryption.
28
30
  :param pulumi.Input[str] kms_key_id: The key id or alias name of Alibaba Cloud Kms. It is required and valid only when encrypt_type is `KMS`.
29
31
  :param pulumi.Input[str] vault_storage_class: The storage class of Vault. Valid values: `STANDARD`.
30
32
  :param pulumi.Input[str] vault_type: The type of Vault. Valid values: `STANDARD`, `OTS_BACKUP`.
@@ -70,6 +72,8 @@ class VaultArgs:
70
72
  def encrypt_type(self) -> Optional[pulumi.Input[str]]:
71
73
  """
72
74
  Source Encryption Type,It is valid only when vault_type is `STANDARD` or `OTS_BACKUP`. Default value: `HBR_PRIVATE`. Valid values:
75
+ - `HBR_PRIVATE`: HBR is fully hosted, uses the backup service's own encryption method.
76
+ - `KMS`: Use Alibaba Cloud Kms to encryption.
73
77
  """
74
78
  return pulumi.get(self, "encrypt_type")
75
79
 
@@ -128,6 +132,8 @@ class _VaultState:
128
132
  Input properties used for looking up and filtering Vault resources.
129
133
  :param pulumi.Input[str] description: The description of Vault. Defaults to an empty string.
130
134
  :param pulumi.Input[str] encrypt_type: Source Encryption Type,It is valid only when vault_type is `STANDARD` or `OTS_BACKUP`. Default value: `HBR_PRIVATE`. Valid values:
135
+ - `HBR_PRIVATE`: HBR is fully hosted, uses the backup service's own encryption method.
136
+ - `KMS`: Use Alibaba Cloud Kms to encryption.
131
137
  :param pulumi.Input[str] kms_key_id: The key id or alias name of Alibaba Cloud Kms. It is required and valid only when encrypt_type is `KMS`.
132
138
  :param pulumi.Input[str] status: The status of the Vault.
133
139
  :param pulumi.Input[str] vault_name: The name of Vault.
@@ -166,6 +172,8 @@ class _VaultState:
166
172
  def encrypt_type(self) -> Optional[pulumi.Input[str]]:
167
173
  """
168
174
  Source Encryption Type,It is valid only when vault_type is `STANDARD` or `OTS_BACKUP`. Default value: `HBR_PRIVATE`. Valid values:
175
+ - `HBR_PRIVATE`: HBR is fully hosted, uses the backup service's own encryption method.
176
+ - `KMS`: Use Alibaba Cloud Kms to encryption.
169
177
  """
170
178
  return pulumi.get(self, "encrypt_type")
171
179
 
@@ -280,6 +288,8 @@ class Vault(pulumi.CustomResource):
280
288
  :param pulumi.ResourceOptions opts: Options for the resource.
281
289
  :param pulumi.Input[str] description: The description of Vault. Defaults to an empty string.
282
290
  :param pulumi.Input[str] encrypt_type: Source Encryption Type,It is valid only when vault_type is `STANDARD` or `OTS_BACKUP`. Default value: `HBR_PRIVATE`. Valid values:
291
+ - `HBR_PRIVATE`: HBR is fully hosted, uses the backup service's own encryption method.
292
+ - `KMS`: Use Alibaba Cloud Kms to encryption.
283
293
  :param pulumi.Input[str] kms_key_id: The key id or alias name of Alibaba Cloud Kms. It is required and valid only when encrypt_type is `KMS`.
284
294
  :param pulumi.Input[str] vault_name: The name of Vault.
285
295
  :param pulumi.Input[str] vault_storage_class: The storage class of Vault. Valid values: `STANDARD`.
@@ -386,6 +396,8 @@ class Vault(pulumi.CustomResource):
386
396
  :param pulumi.ResourceOptions opts: Options for the resource.
387
397
  :param pulumi.Input[str] description: The description of Vault. Defaults to an empty string.
388
398
  :param pulumi.Input[str] encrypt_type: Source Encryption Type,It is valid only when vault_type is `STANDARD` or `OTS_BACKUP`. Default value: `HBR_PRIVATE`. Valid values:
399
+ - `HBR_PRIVATE`: HBR is fully hosted, uses the backup service's own encryption method.
400
+ - `KMS`: Use Alibaba Cloud Kms to encryption.
389
401
  :param pulumi.Input[str] kms_key_id: The key id or alias name of Alibaba Cloud Kms. It is required and valid only when encrypt_type is `KMS`.
390
402
  :param pulumi.Input[str] status: The status of the Vault.
391
403
  :param pulumi.Input[str] vault_name: The name of Vault.
@@ -418,6 +430,8 @@ class Vault(pulumi.CustomResource):
418
430
  def encrypt_type(self) -> pulumi.Output[str]:
419
431
  """
420
432
  Source Encryption Type,It is valid only when vault_type is `STANDARD` or `OTS_BACKUP`. Default value: `HBR_PRIVATE`. Valid values:
433
+ - `HBR_PRIVATE`: HBR is fully hosted, uses the backup service's own encryption method.
434
+ - `KMS`: Use Alibaba Cloud Kms to encryption.
421
435
  """
422
436
  return pulumi.get(self, "encrypt_type")
423
437
 
@@ -127,7 +127,7 @@ def get_app_templates(ids: Optional[Sequence[str]] = None,
127
127
  :param Sequence[str] ids: A list of App Template IDs.
128
128
  :param str name_regex: A regex string to filter results by App Template name.
129
129
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
130
- :param str status: Application template usage status.
130
+ :param str status: Application template usage status. Valid values: ["attached", "unattached"].
131
131
  """
132
132
  __args__ = dict()
133
133
  __args__['ids'] = ids
@@ -176,6 +176,6 @@ def get_app_templates_output(ids: Optional[pulumi.Input[Optional[Sequence[str]]]
176
176
  :param Sequence[str] ids: A list of App Template IDs.
177
177
  :param str name_regex: A regex string to filter results by App Template name.
178
178
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
179
- :param str status: Application template usage status.
179
+ :param str status: Application template usage status. Valid values: ["attached", "unattached"].
180
180
  """
181
181
  ...