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
@@ -16,6 +16,7 @@ class EipAddressArgs:
16
16
  def __init__(__self__, *,
17
17
  activity_id: Optional[pulumi.Input[str]] = None,
18
18
  address_name: Optional[pulumi.Input[str]] = None,
19
+ allocation_id: Optional[pulumi.Input[str]] = None,
19
20
  auto_pay: Optional[pulumi.Input[bool]] = None,
20
21
  bandwidth: Optional[pulumi.Input[str]] = None,
21
22
  deletion_protection: Optional[pulumi.Input[bool]] = None,
@@ -27,6 +28,7 @@ class EipAddressArgs:
27
28
  isp: Optional[pulumi.Input[str]] = None,
28
29
  log_project: Optional[pulumi.Input[str]] = None,
29
30
  log_store: Optional[pulumi.Input[str]] = None,
31
+ mode: Optional[pulumi.Input[str]] = None,
30
32
  name: Optional[pulumi.Input[str]] = None,
31
33
  netmode: Optional[pulumi.Input[str]] = None,
32
34
  payment_type: Optional[pulumi.Input[str]] = None,
@@ -41,6 +43,7 @@ class EipAddressArgs:
41
43
  The set of arguments for constructing a EipAddress resource.
42
44
  :param pulumi.Input[str] activity_id: Special activity ID. This parameter is not required.
43
45
  :param pulumi.Input[str] address_name: The name of the EIP instance. This name can have a string of 2 to 128 characters, must contain only alphanumeric characters or hyphens, such as "-",".","_", and must not begin or end with a hyphen, and must not begin with http:// or https://.
46
+ :param pulumi.Input[str] allocation_id: The ID of the EIP instance. If you specify the instance ID of An EIP that has already been applied for, the IpAddress of that instance will be reused. Only one of the IpAddress and InstanceId parameters needs to be specified. If neither parameter is specified, the system will randomly apply for an EIP.
44
47
  :param pulumi.Input[bool] auto_pay: Whether to pay automatically. Valid values: `true` and `false`. Default value: `true`. When `auto_pay` is `true`, The order will be automatically paid. When `auto_pay` is `false`, The order needs to go to the order center to complete the payment. **NOTE:** When `payment_type` is `Subscription`, this parameter is valid.
45
48
  :param pulumi.Input[str] bandwidth: The maximum bandwidth of the EIP. Valid values: `1` to `200`. Unit: Mbit/s. Default value: `5`.
46
49
  :param pulumi.Input[bool] deletion_protection: Whether the delete protection function is turned on.
@@ -55,9 +58,24 @@ class EipAddressArgs:
55
58
  - **PayByBandwidth**: billed by fixed bandwidth.
56
59
  - **PayByTraffic**: Billing by traffic.
57
60
  :param pulumi.Input[str] ip_address: The IP address of the EIP.
58
- :param pulumi.Input[str] isp: The line type. You can set this parameter only when you create a `PayAsYouGo` EIP. Valid values:
61
+ :param pulumi.Input[str] isp: The line type. You can set this parameter only when you create a `PayAsYouGo` EIP. Valid values:
62
+ - `BGP`: BGP (Multi-ISP) lines.Up to 89 high-quality BGP lines are available worldwide. Direct connections with multiple Internet Service Providers (ISPs), including Telecom, Unicom, Mobile, Railcom, Netcom, CERNET, China Broadcast Network, Dr. Peng, and Founder, can be established in all regions in mainland China.
63
+ - `BGP_PRO`: BGP (Multi-ISP) Pro lines optimize data transmission to mainland China and improve connection quality for international services. Compared with BGP (Multi-ISP), when BGP (Multi-ISP) Pro provides services to clients in mainland China (excluding data centers), cross-border connections are established without using international ISP services. This reduces network latency.
64
+ - `ChinaTelecom`: China Telecom.
65
+ - `ChinaUnicom`: China Unicom.
66
+ - `ChinaMobile`: China Mobile.
67
+ - `ChinaTelecom_L2`: China Telecom L2.
68
+ - `ChinaUnicom_L2`: China Unicom L2.
69
+ - `ChinaMobile_L2`: China Mobile L2.
70
+ - `BGP_FinanceCloud`: If your services are deployed in China East 1 Finance, this parameter is required and you must set the value to `BGP_FinanceCloud`.
71
+ - `BGP_International`: BGP_International.
72
+ > **NOTE:** From version 1.203.0, `isp` can be set to `ChinaTelecom`, `ChinaUnicom`, `ChinaMobile`, `ChinaTelecom_L2`, `ChinaUnicom_L2`, `ChinaMobile_L2`, `BGP_FinanceCloud`, `BGP_International`.
59
73
  :param pulumi.Input[str] log_project: The Name of the logging service LogProject. Current parameter is required when configuring high precision second-by-second monitoring for EIP.
60
74
  :param pulumi.Input[str] log_store: The Name of the logging service LogStore. Current parameter is required when configuring high precision second-by-second monitoring for EIP.
75
+ :param pulumi.Input[str] mode: Binding mode, value:
76
+ - **NAT** (default):NAT mode (normal mode).
77
+ - **MULTI_BINDED**: indicates the multi-EIP NIC visible mode.
78
+ - **BINDED**: indicates the mode in which the EIP NIC is visible.
61
79
  :param pulumi.Input[str] name: . Field 'name' has been deprecated from provider version 1.126.0. New field 'address_name' instead.
62
80
  :param pulumi.Input[str] netmode: The type of the network. Valid value is `public` (Internet).
63
81
  :param pulumi.Input[str] payment_type: The billing method of the EIP. Valid values: `Subscription`, `PayAsYouGo`.
@@ -77,6 +95,8 @@ class EipAddressArgs:
77
95
  pulumi.set(__self__, "activity_id", activity_id)
78
96
  if address_name is not None:
79
97
  pulumi.set(__self__, "address_name", address_name)
98
+ if allocation_id is not None:
99
+ pulumi.set(__self__, "allocation_id", allocation_id)
80
100
  if auto_pay is not None:
81
101
  pulumi.set(__self__, "auto_pay", auto_pay)
82
102
  if bandwidth is not None:
@@ -102,6 +122,8 @@ class EipAddressArgs:
102
122
  pulumi.set(__self__, "log_project", log_project)
103
123
  if log_store is not None:
104
124
  pulumi.set(__self__, "log_store", log_store)
125
+ if mode is not None:
126
+ pulumi.set(__self__, "mode", mode)
105
127
  if name is not None:
106
128
  warnings.warn("""Field 'name' has been deprecated since provider version 1.126.0. New field 'address_name' instead.""", DeprecationWarning)
107
129
  pulumi.log.warn("""name is deprecated: Field 'name' has been deprecated since provider version 1.126.0. New field 'address_name' instead.""")
@@ -150,6 +172,18 @@ class EipAddressArgs:
150
172
  def address_name(self, value: Optional[pulumi.Input[str]]):
151
173
  pulumi.set(self, "address_name", value)
152
174
 
175
+ @property
176
+ @pulumi.getter(name="allocationId")
177
+ def allocation_id(self) -> Optional[pulumi.Input[str]]:
178
+ """
179
+ The ID of the EIP instance. If you specify the instance ID of An EIP that has already been applied for, the IpAddress of that instance will be reused. Only one of the IpAddress and InstanceId parameters needs to be specified. If neither parameter is specified, the system will randomly apply for an EIP.
180
+ """
181
+ return pulumi.get(self, "allocation_id")
182
+
183
+ @allocation_id.setter
184
+ def allocation_id(self, value: Optional[pulumi.Input[str]]):
185
+ pulumi.set(self, "allocation_id", value)
186
+
153
187
  @property
154
188
  @pulumi.getter(name="autoPay")
155
189
  def auto_pay(self) -> Optional[pulumi.Input[bool]]:
@@ -259,7 +293,18 @@ class EipAddressArgs:
259
293
  @pulumi.getter
260
294
  def isp(self) -> Optional[pulumi.Input[str]]:
261
295
  """
262
- The line type. You can set this parameter only when you create a `PayAsYouGo` EIP. Valid values:
296
+ The line type. You can set this parameter only when you create a `PayAsYouGo` EIP. Valid values:
297
+ - `BGP`: BGP (Multi-ISP) lines.Up to 89 high-quality BGP lines are available worldwide. Direct connections with multiple Internet Service Providers (ISPs), including Telecom, Unicom, Mobile, Railcom, Netcom, CERNET, China Broadcast Network, Dr. Peng, and Founder, can be established in all regions in mainland China.
298
+ - `BGP_PRO`: BGP (Multi-ISP) Pro lines optimize data transmission to mainland China and improve connection quality for international services. Compared with BGP (Multi-ISP), when BGP (Multi-ISP) Pro provides services to clients in mainland China (excluding data centers), cross-border connections are established without using international ISP services. This reduces network latency.
299
+ - `ChinaTelecom`: China Telecom.
300
+ - `ChinaUnicom`: China Unicom.
301
+ - `ChinaMobile`: China Mobile.
302
+ - `ChinaTelecom_L2`: China Telecom L2.
303
+ - `ChinaUnicom_L2`: China Unicom L2.
304
+ - `ChinaMobile_L2`: China Mobile L2.
305
+ - `BGP_FinanceCloud`: If your services are deployed in China East 1 Finance, this parameter is required and you must set the value to `BGP_FinanceCloud`.
306
+ - `BGP_International`: BGP_International.
307
+ > **NOTE:** From version 1.203.0, `isp` can be set to `ChinaTelecom`, `ChinaUnicom`, `ChinaMobile`, `ChinaTelecom_L2`, `ChinaUnicom_L2`, `ChinaMobile_L2`, `BGP_FinanceCloud`, `BGP_International`.
263
308
  """
264
309
  return pulumi.get(self, "isp")
265
310
 
@@ -291,6 +336,21 @@ class EipAddressArgs:
291
336
  def log_store(self, value: Optional[pulumi.Input[str]]):
292
337
  pulumi.set(self, "log_store", value)
293
338
 
339
+ @property
340
+ @pulumi.getter
341
+ def mode(self) -> Optional[pulumi.Input[str]]:
342
+ """
343
+ Binding mode, value:
344
+ - **NAT** (default):NAT mode (normal mode).
345
+ - **MULTI_BINDED**: indicates the multi-EIP NIC visible mode.
346
+ - **BINDED**: indicates the mode in which the EIP NIC is visible.
347
+ """
348
+ return pulumi.get(self, "mode")
349
+
350
+ @mode.setter
351
+ def mode(self, value: Optional[pulumi.Input[str]]):
352
+ pulumi.set(self, "mode", value)
353
+
294
354
  @property
295
355
  @pulumi.getter
296
356
  def name(self) -> Optional[pulumi.Input[str]]:
@@ -424,6 +484,7 @@ class _EipAddressState:
424
484
  def __init__(__self__, *,
425
485
  activity_id: Optional[pulumi.Input[str]] = None,
426
486
  address_name: Optional[pulumi.Input[str]] = None,
487
+ allocation_id: Optional[pulumi.Input[str]] = None,
427
488
  auto_pay: Optional[pulumi.Input[bool]] = None,
428
489
  bandwidth: Optional[pulumi.Input[str]] = None,
429
490
  create_time: Optional[pulumi.Input[str]] = None,
@@ -436,6 +497,7 @@ class _EipAddressState:
436
497
  isp: Optional[pulumi.Input[str]] = None,
437
498
  log_project: Optional[pulumi.Input[str]] = None,
438
499
  log_store: Optional[pulumi.Input[str]] = None,
500
+ mode: Optional[pulumi.Input[str]] = None,
439
501
  name: Optional[pulumi.Input[str]] = None,
440
502
  netmode: Optional[pulumi.Input[str]] = None,
441
503
  payment_type: Optional[pulumi.Input[str]] = None,
@@ -451,6 +513,7 @@ class _EipAddressState:
451
513
  Input properties used for looking up and filtering EipAddress resources.
452
514
  :param pulumi.Input[str] activity_id: Special activity ID. This parameter is not required.
453
515
  :param pulumi.Input[str] address_name: The name of the EIP instance. This name can have a string of 2 to 128 characters, must contain only alphanumeric characters or hyphens, such as "-",".","_", and must not begin or end with a hyphen, and must not begin with http:// or https://.
516
+ :param pulumi.Input[str] allocation_id: The ID of the EIP instance. If you specify the instance ID of An EIP that has already been applied for, the IpAddress of that instance will be reused. Only one of the IpAddress and InstanceId parameters needs to be specified. If neither parameter is specified, the system will randomly apply for an EIP.
454
517
  :param pulumi.Input[bool] auto_pay: Whether to pay automatically. Valid values: `true` and `false`. Default value: `true`. When `auto_pay` is `true`, The order will be automatically paid. When `auto_pay` is `false`, The order needs to go to the order center to complete the payment. **NOTE:** When `payment_type` is `Subscription`, this parameter is valid.
455
518
  :param pulumi.Input[str] bandwidth: The maximum bandwidth of the EIP. Valid values: `1` to `200`. Unit: Mbit/s. Default value: `5`.
456
519
  :param pulumi.Input[str] create_time: The time when the EIP was created.
@@ -466,9 +529,24 @@ class _EipAddressState:
466
529
  - **PayByBandwidth**: billed by fixed bandwidth.
467
530
  - **PayByTraffic**: Billing by traffic.
468
531
  :param pulumi.Input[str] ip_address: The IP address of the EIP.
469
- :param pulumi.Input[str] isp: The line type. You can set this parameter only when you create a `PayAsYouGo` EIP. Valid values:
532
+ :param pulumi.Input[str] isp: The line type. You can set this parameter only when you create a `PayAsYouGo` EIP. Valid values:
533
+ - `BGP`: BGP (Multi-ISP) lines.Up to 89 high-quality BGP lines are available worldwide. Direct connections with multiple Internet Service Providers (ISPs), including Telecom, Unicom, Mobile, Railcom, Netcom, CERNET, China Broadcast Network, Dr. Peng, and Founder, can be established in all regions in mainland China.
534
+ - `BGP_PRO`: BGP (Multi-ISP) Pro lines optimize data transmission to mainland China and improve connection quality for international services. Compared with BGP (Multi-ISP), when BGP (Multi-ISP) Pro provides services to clients in mainland China (excluding data centers), cross-border connections are established without using international ISP services. This reduces network latency.
535
+ - `ChinaTelecom`: China Telecom.
536
+ - `ChinaUnicom`: China Unicom.
537
+ - `ChinaMobile`: China Mobile.
538
+ - `ChinaTelecom_L2`: China Telecom L2.
539
+ - `ChinaUnicom_L2`: China Unicom L2.
540
+ - `ChinaMobile_L2`: China Mobile L2.
541
+ - `BGP_FinanceCloud`: If your services are deployed in China East 1 Finance, this parameter is required and you must set the value to `BGP_FinanceCloud`.
542
+ - `BGP_International`: BGP_International.
543
+ > **NOTE:** From version 1.203.0, `isp` can be set to `ChinaTelecom`, `ChinaUnicom`, `ChinaMobile`, `ChinaTelecom_L2`, `ChinaUnicom_L2`, `ChinaMobile_L2`, `BGP_FinanceCloud`, `BGP_International`.
470
544
  :param pulumi.Input[str] log_project: The Name of the logging service LogProject. Current parameter is required when configuring high precision second-by-second monitoring for EIP.
471
545
  :param pulumi.Input[str] log_store: The Name of the logging service LogStore. Current parameter is required when configuring high precision second-by-second monitoring for EIP.
546
+ :param pulumi.Input[str] mode: Binding mode, value:
547
+ - **NAT** (default):NAT mode (normal mode).
548
+ - **MULTI_BINDED**: indicates the multi-EIP NIC visible mode.
549
+ - **BINDED**: indicates the mode in which the EIP NIC is visible.
472
550
  :param pulumi.Input[str] name: . Field 'name' has been deprecated from provider version 1.126.0. New field 'address_name' instead.
473
551
  :param pulumi.Input[str] netmode: The type of the network. Valid value is `public` (Internet).
474
552
  :param pulumi.Input[str] payment_type: The billing method of the EIP. Valid values: `Subscription`, `PayAsYouGo`.
@@ -489,6 +567,8 @@ class _EipAddressState:
489
567
  pulumi.set(__self__, "activity_id", activity_id)
490
568
  if address_name is not None:
491
569
  pulumi.set(__self__, "address_name", address_name)
570
+ if allocation_id is not None:
571
+ pulumi.set(__self__, "allocation_id", allocation_id)
492
572
  if auto_pay is not None:
493
573
  pulumi.set(__self__, "auto_pay", auto_pay)
494
574
  if bandwidth is not None:
@@ -516,6 +596,8 @@ class _EipAddressState:
516
596
  pulumi.set(__self__, "log_project", log_project)
517
597
  if log_store is not None:
518
598
  pulumi.set(__self__, "log_store", log_store)
599
+ if mode is not None:
600
+ pulumi.set(__self__, "mode", mode)
519
601
  if name is not None:
520
602
  warnings.warn("""Field 'name' has been deprecated since provider version 1.126.0. New field 'address_name' instead.""", DeprecationWarning)
521
603
  pulumi.log.warn("""name is deprecated: Field 'name' has been deprecated since provider version 1.126.0. New field 'address_name' instead.""")
@@ -566,6 +648,18 @@ class _EipAddressState:
566
648
  def address_name(self, value: Optional[pulumi.Input[str]]):
567
649
  pulumi.set(self, "address_name", value)
568
650
 
651
+ @property
652
+ @pulumi.getter(name="allocationId")
653
+ def allocation_id(self) -> Optional[pulumi.Input[str]]:
654
+ """
655
+ The ID of the EIP instance. If you specify the instance ID of An EIP that has already been applied for, the IpAddress of that instance will be reused. Only one of the IpAddress and InstanceId parameters needs to be specified. If neither parameter is specified, the system will randomly apply for an EIP.
656
+ """
657
+ return pulumi.get(self, "allocation_id")
658
+
659
+ @allocation_id.setter
660
+ def allocation_id(self, value: Optional[pulumi.Input[str]]):
661
+ pulumi.set(self, "allocation_id", value)
662
+
569
663
  @property
570
664
  @pulumi.getter(name="autoPay")
571
665
  def auto_pay(self) -> Optional[pulumi.Input[bool]]:
@@ -687,7 +781,18 @@ class _EipAddressState:
687
781
  @pulumi.getter
688
782
  def isp(self) -> Optional[pulumi.Input[str]]:
689
783
  """
690
- The line type. You can set this parameter only when you create a `PayAsYouGo` EIP. Valid values:
784
+ The line type. You can set this parameter only when you create a `PayAsYouGo` EIP. Valid values:
785
+ - `BGP`: BGP (Multi-ISP) lines.Up to 89 high-quality BGP lines are available worldwide. Direct connections with multiple Internet Service Providers (ISPs), including Telecom, Unicom, Mobile, Railcom, Netcom, CERNET, China Broadcast Network, Dr. Peng, and Founder, can be established in all regions in mainland China.
786
+ - `BGP_PRO`: BGP (Multi-ISP) Pro lines optimize data transmission to mainland China and improve connection quality for international services. Compared with BGP (Multi-ISP), when BGP (Multi-ISP) Pro provides services to clients in mainland China (excluding data centers), cross-border connections are established without using international ISP services. This reduces network latency.
787
+ - `ChinaTelecom`: China Telecom.
788
+ - `ChinaUnicom`: China Unicom.
789
+ - `ChinaMobile`: China Mobile.
790
+ - `ChinaTelecom_L2`: China Telecom L2.
791
+ - `ChinaUnicom_L2`: China Unicom L2.
792
+ - `ChinaMobile_L2`: China Mobile L2.
793
+ - `BGP_FinanceCloud`: If your services are deployed in China East 1 Finance, this parameter is required and you must set the value to `BGP_FinanceCloud`.
794
+ - `BGP_International`: BGP_International.
795
+ > **NOTE:** From version 1.203.0, `isp` can be set to `ChinaTelecom`, `ChinaUnicom`, `ChinaMobile`, `ChinaTelecom_L2`, `ChinaUnicom_L2`, `ChinaMobile_L2`, `BGP_FinanceCloud`, `BGP_International`.
691
796
  """
692
797
  return pulumi.get(self, "isp")
693
798
 
@@ -719,6 +824,21 @@ class _EipAddressState:
719
824
  def log_store(self, value: Optional[pulumi.Input[str]]):
720
825
  pulumi.set(self, "log_store", value)
721
826
 
827
+ @property
828
+ @pulumi.getter
829
+ def mode(self) -> Optional[pulumi.Input[str]]:
830
+ """
831
+ Binding mode, value:
832
+ - **NAT** (default):NAT mode (normal mode).
833
+ - **MULTI_BINDED**: indicates the multi-EIP NIC visible mode.
834
+ - **BINDED**: indicates the mode in which the EIP NIC is visible.
835
+ """
836
+ return pulumi.get(self, "mode")
837
+
838
+ @mode.setter
839
+ def mode(self, value: Optional[pulumi.Input[str]]):
840
+ pulumi.set(self, "mode", value)
841
+
722
842
  @property
723
843
  @pulumi.getter
724
844
  def name(self) -> Optional[pulumi.Input[str]]:
@@ -866,6 +986,7 @@ class EipAddress(pulumi.CustomResource):
866
986
  opts: Optional[pulumi.ResourceOptions] = None,
867
987
  activity_id: Optional[pulumi.Input[str]] = None,
868
988
  address_name: Optional[pulumi.Input[str]] = None,
989
+ allocation_id: Optional[pulumi.Input[str]] = None,
869
990
  auto_pay: Optional[pulumi.Input[bool]] = None,
870
991
  bandwidth: Optional[pulumi.Input[str]] = None,
871
992
  deletion_protection: Optional[pulumi.Input[bool]] = None,
@@ -877,6 +998,7 @@ class EipAddress(pulumi.CustomResource):
877
998
  isp: Optional[pulumi.Input[str]] = None,
878
999
  log_project: Optional[pulumi.Input[str]] = None,
879
1000
  log_store: Optional[pulumi.Input[str]] = None,
1001
+ mode: Optional[pulumi.Input[str]] = None,
880
1002
  name: Optional[pulumi.Input[str]] = None,
881
1003
  netmode: Optional[pulumi.Input[str]] = None,
882
1004
  payment_type: Optional[pulumi.Input[str]] = None,
@@ -901,6 +1023,7 @@ class EipAddress(pulumi.CustomResource):
901
1023
  :param pulumi.ResourceOptions opts: Options for the resource.
902
1024
  :param pulumi.Input[str] activity_id: Special activity ID. This parameter is not required.
903
1025
  :param pulumi.Input[str] address_name: The name of the EIP instance. This name can have a string of 2 to 128 characters, must contain only alphanumeric characters or hyphens, such as "-",".","_", and must not begin or end with a hyphen, and must not begin with http:// or https://.
1026
+ :param pulumi.Input[str] allocation_id: The ID of the EIP instance. If you specify the instance ID of An EIP that has already been applied for, the IpAddress of that instance will be reused. Only one of the IpAddress and InstanceId parameters needs to be specified. If neither parameter is specified, the system will randomly apply for an EIP.
904
1027
  :param pulumi.Input[bool] auto_pay: Whether to pay automatically. Valid values: `true` and `false`. Default value: `true`. When `auto_pay` is `true`, The order will be automatically paid. When `auto_pay` is `false`, The order needs to go to the order center to complete the payment. **NOTE:** When `payment_type` is `Subscription`, this parameter is valid.
905
1028
  :param pulumi.Input[str] bandwidth: The maximum bandwidth of the EIP. Valid values: `1` to `200`. Unit: Mbit/s. Default value: `5`.
906
1029
  :param pulumi.Input[bool] deletion_protection: Whether the delete protection function is turned on.
@@ -915,9 +1038,24 @@ class EipAddress(pulumi.CustomResource):
915
1038
  - **PayByBandwidth**: billed by fixed bandwidth.
916
1039
  - **PayByTraffic**: Billing by traffic.
917
1040
  :param pulumi.Input[str] ip_address: The IP address of the EIP.
918
- :param pulumi.Input[str] isp: The line type. You can set this parameter only when you create a `PayAsYouGo` EIP. Valid values:
1041
+ :param pulumi.Input[str] isp: The line type. You can set this parameter only when you create a `PayAsYouGo` EIP. Valid values:
1042
+ - `BGP`: BGP (Multi-ISP) lines.Up to 89 high-quality BGP lines are available worldwide. Direct connections with multiple Internet Service Providers (ISPs), including Telecom, Unicom, Mobile, Railcom, Netcom, CERNET, China Broadcast Network, Dr. Peng, and Founder, can be established in all regions in mainland China.
1043
+ - `BGP_PRO`: BGP (Multi-ISP) Pro lines optimize data transmission to mainland China and improve connection quality for international services. Compared with BGP (Multi-ISP), when BGP (Multi-ISP) Pro provides services to clients in mainland China (excluding data centers), cross-border connections are established without using international ISP services. This reduces network latency.
1044
+ - `ChinaTelecom`: China Telecom.
1045
+ - `ChinaUnicom`: China Unicom.
1046
+ - `ChinaMobile`: China Mobile.
1047
+ - `ChinaTelecom_L2`: China Telecom L2.
1048
+ - `ChinaUnicom_L2`: China Unicom L2.
1049
+ - `ChinaMobile_L2`: China Mobile L2.
1050
+ - `BGP_FinanceCloud`: If your services are deployed in China East 1 Finance, this parameter is required and you must set the value to `BGP_FinanceCloud`.
1051
+ - `BGP_International`: BGP_International.
1052
+ > **NOTE:** From version 1.203.0, `isp` can be set to `ChinaTelecom`, `ChinaUnicom`, `ChinaMobile`, `ChinaTelecom_L2`, `ChinaUnicom_L2`, `ChinaMobile_L2`, `BGP_FinanceCloud`, `BGP_International`.
919
1053
  :param pulumi.Input[str] log_project: The Name of the logging service LogProject. Current parameter is required when configuring high precision second-by-second monitoring for EIP.
920
1054
  :param pulumi.Input[str] log_store: The Name of the logging service LogStore. Current parameter is required when configuring high precision second-by-second monitoring for EIP.
1055
+ :param pulumi.Input[str] mode: Binding mode, value:
1056
+ - **NAT** (default):NAT mode (normal mode).
1057
+ - **MULTI_BINDED**: indicates the multi-EIP NIC visible mode.
1058
+ - **BINDED**: indicates the mode in which the EIP NIC is visible.
921
1059
  :param pulumi.Input[str] name: . Field 'name' has been deprecated from provider version 1.126.0. New field 'address_name' instead.
922
1060
  :param pulumi.Input[str] netmode: The type of the network. Valid value is `public` (Internet).
923
1061
  :param pulumi.Input[str] payment_type: The billing method of the EIP. Valid values: `Subscription`, `PayAsYouGo`.
@@ -965,6 +1103,7 @@ class EipAddress(pulumi.CustomResource):
965
1103
  opts: Optional[pulumi.ResourceOptions] = None,
966
1104
  activity_id: Optional[pulumi.Input[str]] = None,
967
1105
  address_name: Optional[pulumi.Input[str]] = None,
1106
+ allocation_id: Optional[pulumi.Input[str]] = None,
968
1107
  auto_pay: Optional[pulumi.Input[bool]] = None,
969
1108
  bandwidth: Optional[pulumi.Input[str]] = None,
970
1109
  deletion_protection: Optional[pulumi.Input[bool]] = None,
@@ -976,6 +1115,7 @@ class EipAddress(pulumi.CustomResource):
976
1115
  isp: Optional[pulumi.Input[str]] = None,
977
1116
  log_project: Optional[pulumi.Input[str]] = None,
978
1117
  log_store: Optional[pulumi.Input[str]] = None,
1118
+ mode: Optional[pulumi.Input[str]] = None,
979
1119
  name: Optional[pulumi.Input[str]] = None,
980
1120
  netmode: Optional[pulumi.Input[str]] = None,
981
1121
  payment_type: Optional[pulumi.Input[str]] = None,
@@ -997,6 +1137,7 @@ class EipAddress(pulumi.CustomResource):
997
1137
 
998
1138
  __props__.__dict__["activity_id"] = activity_id
999
1139
  __props__.__dict__["address_name"] = address_name
1140
+ __props__.__dict__["allocation_id"] = allocation_id
1000
1141
  __props__.__dict__["auto_pay"] = auto_pay
1001
1142
  __props__.__dict__["bandwidth"] = bandwidth
1002
1143
  __props__.__dict__["deletion_protection"] = deletion_protection
@@ -1008,6 +1149,7 @@ class EipAddress(pulumi.CustomResource):
1008
1149
  __props__.__dict__["isp"] = isp
1009
1150
  __props__.__dict__["log_project"] = log_project
1010
1151
  __props__.__dict__["log_store"] = log_store
1152
+ __props__.__dict__["mode"] = mode
1011
1153
  __props__.__dict__["name"] = name
1012
1154
  __props__.__dict__["netmode"] = netmode
1013
1155
  __props__.__dict__["payment_type"] = payment_type
@@ -1032,6 +1174,7 @@ class EipAddress(pulumi.CustomResource):
1032
1174
  opts: Optional[pulumi.ResourceOptions] = None,
1033
1175
  activity_id: Optional[pulumi.Input[str]] = None,
1034
1176
  address_name: Optional[pulumi.Input[str]] = None,
1177
+ allocation_id: Optional[pulumi.Input[str]] = None,
1035
1178
  auto_pay: Optional[pulumi.Input[bool]] = None,
1036
1179
  bandwidth: Optional[pulumi.Input[str]] = None,
1037
1180
  create_time: Optional[pulumi.Input[str]] = None,
@@ -1044,6 +1187,7 @@ class EipAddress(pulumi.CustomResource):
1044
1187
  isp: Optional[pulumi.Input[str]] = None,
1045
1188
  log_project: Optional[pulumi.Input[str]] = None,
1046
1189
  log_store: Optional[pulumi.Input[str]] = None,
1190
+ mode: Optional[pulumi.Input[str]] = None,
1047
1191
  name: Optional[pulumi.Input[str]] = None,
1048
1192
  netmode: Optional[pulumi.Input[str]] = None,
1049
1193
  payment_type: Optional[pulumi.Input[str]] = None,
@@ -1064,6 +1208,7 @@ class EipAddress(pulumi.CustomResource):
1064
1208
  :param pulumi.ResourceOptions opts: Options for the resource.
1065
1209
  :param pulumi.Input[str] activity_id: Special activity ID. This parameter is not required.
1066
1210
  :param pulumi.Input[str] address_name: The name of the EIP instance. This name can have a string of 2 to 128 characters, must contain only alphanumeric characters or hyphens, such as "-",".","_", and must not begin or end with a hyphen, and must not begin with http:// or https://.
1211
+ :param pulumi.Input[str] allocation_id: The ID of the EIP instance. If you specify the instance ID of An EIP that has already been applied for, the IpAddress of that instance will be reused. Only one of the IpAddress and InstanceId parameters needs to be specified. If neither parameter is specified, the system will randomly apply for an EIP.
1067
1212
  :param pulumi.Input[bool] auto_pay: Whether to pay automatically. Valid values: `true` and `false`. Default value: `true`. When `auto_pay` is `true`, The order will be automatically paid. When `auto_pay` is `false`, The order needs to go to the order center to complete the payment. **NOTE:** When `payment_type` is `Subscription`, this parameter is valid.
1068
1213
  :param pulumi.Input[str] bandwidth: The maximum bandwidth of the EIP. Valid values: `1` to `200`. Unit: Mbit/s. Default value: `5`.
1069
1214
  :param pulumi.Input[str] create_time: The time when the EIP was created.
@@ -1079,9 +1224,24 @@ class EipAddress(pulumi.CustomResource):
1079
1224
  - **PayByBandwidth**: billed by fixed bandwidth.
1080
1225
  - **PayByTraffic**: Billing by traffic.
1081
1226
  :param pulumi.Input[str] ip_address: The IP address of the EIP.
1082
- :param pulumi.Input[str] isp: The line type. You can set this parameter only when you create a `PayAsYouGo` EIP. Valid values:
1227
+ :param pulumi.Input[str] isp: The line type. You can set this parameter only when you create a `PayAsYouGo` EIP. Valid values:
1228
+ - `BGP`: BGP (Multi-ISP) lines.Up to 89 high-quality BGP lines are available worldwide. Direct connections with multiple Internet Service Providers (ISPs), including Telecom, Unicom, Mobile, Railcom, Netcom, CERNET, China Broadcast Network, Dr. Peng, and Founder, can be established in all regions in mainland China.
1229
+ - `BGP_PRO`: BGP (Multi-ISP) Pro lines optimize data transmission to mainland China and improve connection quality for international services. Compared with BGP (Multi-ISP), when BGP (Multi-ISP) Pro provides services to clients in mainland China (excluding data centers), cross-border connections are established without using international ISP services. This reduces network latency.
1230
+ - `ChinaTelecom`: China Telecom.
1231
+ - `ChinaUnicom`: China Unicom.
1232
+ - `ChinaMobile`: China Mobile.
1233
+ - `ChinaTelecom_L2`: China Telecom L2.
1234
+ - `ChinaUnicom_L2`: China Unicom L2.
1235
+ - `ChinaMobile_L2`: China Mobile L2.
1236
+ - `BGP_FinanceCloud`: If your services are deployed in China East 1 Finance, this parameter is required and you must set the value to `BGP_FinanceCloud`.
1237
+ - `BGP_International`: BGP_International.
1238
+ > **NOTE:** From version 1.203.0, `isp` can be set to `ChinaTelecom`, `ChinaUnicom`, `ChinaMobile`, `ChinaTelecom_L2`, `ChinaUnicom_L2`, `ChinaMobile_L2`, `BGP_FinanceCloud`, `BGP_International`.
1083
1239
  :param pulumi.Input[str] log_project: The Name of the logging service LogProject. Current parameter is required when configuring high precision second-by-second monitoring for EIP.
1084
1240
  :param pulumi.Input[str] log_store: The Name of the logging service LogStore. Current parameter is required when configuring high precision second-by-second monitoring for EIP.
1241
+ :param pulumi.Input[str] mode: Binding mode, value:
1242
+ - **NAT** (default):NAT mode (normal mode).
1243
+ - **MULTI_BINDED**: indicates the multi-EIP NIC visible mode.
1244
+ - **BINDED**: indicates the mode in which the EIP NIC is visible.
1085
1245
  :param pulumi.Input[str] name: . Field 'name' has been deprecated from provider version 1.126.0. New field 'address_name' instead.
1086
1246
  :param pulumi.Input[str] netmode: The type of the network. Valid value is `public` (Internet).
1087
1247
  :param pulumi.Input[str] payment_type: The billing method of the EIP. Valid values: `Subscription`, `PayAsYouGo`.
@@ -1104,6 +1264,7 @@ class EipAddress(pulumi.CustomResource):
1104
1264
 
1105
1265
  __props__.__dict__["activity_id"] = activity_id
1106
1266
  __props__.__dict__["address_name"] = address_name
1267
+ __props__.__dict__["allocation_id"] = allocation_id
1107
1268
  __props__.__dict__["auto_pay"] = auto_pay
1108
1269
  __props__.__dict__["bandwidth"] = bandwidth
1109
1270
  __props__.__dict__["create_time"] = create_time
@@ -1116,6 +1277,7 @@ class EipAddress(pulumi.CustomResource):
1116
1277
  __props__.__dict__["isp"] = isp
1117
1278
  __props__.__dict__["log_project"] = log_project
1118
1279
  __props__.__dict__["log_store"] = log_store
1280
+ __props__.__dict__["mode"] = mode
1119
1281
  __props__.__dict__["name"] = name
1120
1282
  __props__.__dict__["netmode"] = netmode
1121
1283
  __props__.__dict__["payment_type"] = payment_type
@@ -1145,6 +1307,14 @@ class EipAddress(pulumi.CustomResource):
1145
1307
  """
1146
1308
  return pulumi.get(self, "address_name")
1147
1309
 
1310
+ @property
1311
+ @pulumi.getter(name="allocationId")
1312
+ def allocation_id(self) -> pulumi.Output[Optional[str]]:
1313
+ """
1314
+ The ID of the EIP instance. If you specify the instance ID of An EIP that has already been applied for, the IpAddress of that instance will be reused. Only one of the IpAddress and InstanceId parameters needs to be specified. If neither parameter is specified, the system will randomly apply for an EIP.
1315
+ """
1316
+ return pulumi.get(self, "allocation_id")
1317
+
1148
1318
  @property
1149
1319
  @pulumi.getter(name="autoPay")
1150
1320
  def auto_pay(self) -> pulumi.Output[Optional[bool]]:
@@ -1230,7 +1400,18 @@ class EipAddress(pulumi.CustomResource):
1230
1400
  @pulumi.getter
1231
1401
  def isp(self) -> pulumi.Output[str]:
1232
1402
  """
1233
- The line type. You can set this parameter only when you create a `PayAsYouGo` EIP. Valid values:
1403
+ The line type. You can set this parameter only when you create a `PayAsYouGo` EIP. Valid values:
1404
+ - `BGP`: BGP (Multi-ISP) lines.Up to 89 high-quality BGP lines are available worldwide. Direct connections with multiple Internet Service Providers (ISPs), including Telecom, Unicom, Mobile, Railcom, Netcom, CERNET, China Broadcast Network, Dr. Peng, and Founder, can be established in all regions in mainland China.
1405
+ - `BGP_PRO`: BGP (Multi-ISP) Pro lines optimize data transmission to mainland China and improve connection quality for international services. Compared with BGP (Multi-ISP), when BGP (Multi-ISP) Pro provides services to clients in mainland China (excluding data centers), cross-border connections are established without using international ISP services. This reduces network latency.
1406
+ - `ChinaTelecom`: China Telecom.
1407
+ - `ChinaUnicom`: China Unicom.
1408
+ - `ChinaMobile`: China Mobile.
1409
+ - `ChinaTelecom_L2`: China Telecom L2.
1410
+ - `ChinaUnicom_L2`: China Unicom L2.
1411
+ - `ChinaMobile_L2`: China Mobile L2.
1412
+ - `BGP_FinanceCloud`: If your services are deployed in China East 1 Finance, this parameter is required and you must set the value to `BGP_FinanceCloud`.
1413
+ - `BGP_International`: BGP_International.
1414
+ > **NOTE:** From version 1.203.0, `isp` can be set to `ChinaTelecom`, `ChinaUnicom`, `ChinaMobile`, `ChinaTelecom_L2`, `ChinaUnicom_L2`, `ChinaMobile_L2`, `BGP_FinanceCloud`, `BGP_International`.
1234
1415
  """
1235
1416
  return pulumi.get(self, "isp")
1236
1417
 
@@ -1250,6 +1431,17 @@ class EipAddress(pulumi.CustomResource):
1250
1431
  """
1251
1432
  return pulumi.get(self, "log_store")
1252
1433
 
1434
+ @property
1435
+ @pulumi.getter
1436
+ def mode(self) -> pulumi.Output[str]:
1437
+ """
1438
+ Binding mode, value:
1439
+ - **NAT** (default):NAT mode (normal mode).
1440
+ - **MULTI_BINDED**: indicates the multi-EIP NIC visible mode.
1441
+ - **BINDED**: indicates the mode in which the EIP NIC is visible.
1442
+ """
1443
+ return pulumi.get(self, "mode")
1444
+
1253
1445
  @property
1254
1446
  @pulumi.getter
1255
1447
  def name(self) -> pulumi.Output[str]:
@@ -136,7 +136,7 @@ def get_auto_snapshot_policies(ids: Optional[Sequence[str]] = None,
136
136
  :param Sequence[str] ids: A list of Auto Snapshot Policy IDs.
137
137
  :param str name_regex: A regex string to filter results by Auto Snapshot Policy name.
138
138
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
139
- :param str status: The status of Auto Snapshot Policy.
139
+ :param str status: The status of Auto Snapshot Policy. Valid Values: `Expire`, `Normal`.
140
140
  :param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
141
141
  """
142
142
  __args__ = dict()
@@ -188,7 +188,7 @@ def get_auto_snapshot_policies_output(ids: Optional[pulumi.Input[Optional[Sequen
188
188
  :param Sequence[str] ids: A list of Auto Snapshot Policy IDs.
189
189
  :param str name_regex: A regex string to filter results by Auto Snapshot Policy name.
190
190
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
191
- :param str status: The status of Auto Snapshot Policy.
191
+ :param str status: The status of Auto Snapshot Policy. Valid Values: `Expire`, `Normal`.
192
192
  :param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
193
193
  """
194
194
  ...
@@ -167,10 +167,10 @@ def get_commands(command_provider: Optional[str] = None,
167
167
  :param str content_encoding: The Base64-encoded content of the command.
168
168
  :param str description: The description of command.
169
169
  :param Sequence[str] ids: A list of Command IDs.
170
- :param str name: The name of the command
170
+ :param str name: The name of the command.
171
171
  :param str name_regex: A regex string to filter results by Command name.
172
172
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
173
- :param str type: The command type.
173
+ :param str type: The command type. Valid Values: `RunBatScript`, `RunPowerShellScript` and `RunShellScript`.
174
174
  """
175
175
  __args__ = dict()
176
176
  __args__['commandProvider'] = command_provider
@@ -231,9 +231,9 @@ def get_commands_output(command_provider: Optional[pulumi.Input[Optional[str]]]
231
231
  :param str content_encoding: The Base64-encoded content of the command.
232
232
  :param str description: The description of command.
233
233
  :param Sequence[str] ids: A list of Command IDs.
234
- :param str name: The name of the command
234
+ :param str name: The name of the command.
235
235
  :param str name_regex: A regex string to filter results by Command name.
236
236
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
237
- :param str type: The command type.
237
+ :param str type: The command type. Valid Values: `RunBatScript`, `RunPowerShellScript` and `RunShellScript`.
238
238
  """
239
239
  ...
@@ -138,7 +138,7 @@ def get_ecs_deployment_sets(deployment_set_name: Optional[str] = None,
138
138
  :param Sequence[str] ids: A list of Deployment Set IDs.
139
139
  :param str name_regex: A regex string to filter results by Deployment Set name.
140
140
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
141
- :param str strategy: The deployment strategy.
141
+ :param str strategy: The deployment strategy. Valid values: `Availability`.
142
142
  """
143
143
  __args__ = dict()
144
144
  __args__['deploymentSetName'] = deployment_set_name
@@ -191,6 +191,6 @@ def get_ecs_deployment_sets_output(deployment_set_name: Optional[pulumi.Input[Op
191
191
  :param Sequence[str] ids: A list of Deployment Set IDs.
192
192
  :param str name_regex: A regex string to filter results by Deployment Set name.
193
193
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
194
- :param str strategy: The deployment strategy.
194
+ :param str strategy: The deployment strategy. Valid values: `Availability`.
195
195
  """
196
196
  ...
@@ -155,12 +155,14 @@ def get_ecs_image_components(ids: Optional[Sequence[str]] = None,
155
155
 
156
156
 
157
157
  :param Sequence[str] ids: A list of Image Component IDs.
158
- :param str image_component_name: The name of the image component.
158
+ :param str image_component_name: The name of the component.
159
159
  :param str name_regex: A regex string to filter results by Image Component name.
160
160
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
161
- :param str owner: The type of the image component.
161
+ :param str owner: Mirror component type. Valid values: `SELF` or `ALIYUN`. Possible values:
162
+ - SELF: The custom image component you created.
163
+ - ALIYUN: System components provided by Alibaba Cloud.
162
164
  :param str resource_group_id: The ID of the resource group.
163
- :param Mapping[str, Any] tags: List of label key-value pairs.
165
+ :param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
164
166
  """
165
167
  __args__ = dict()
166
168
  __args__['ids'] = ids
@@ -216,11 +218,13 @@ def get_ecs_image_components_output(ids: Optional[pulumi.Input[Optional[Sequence
216
218
 
217
219
 
218
220
  :param Sequence[str] ids: A list of Image Component IDs.
219
- :param str image_component_name: The name of the image component.
221
+ :param str image_component_name: The name of the component.
220
222
  :param str name_regex: A regex string to filter results by Image Component name.
221
223
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
222
- :param str owner: The type of the image component.
224
+ :param str owner: Mirror component type. Valid values: `SELF` or `ALIYUN`. Possible values:
225
+ - SELF: The custom image component you created.
226
+ - ALIYUN: System components provided by Alibaba Cloud.
223
227
  :param str resource_group_id: The ID of the resource group.
224
- :param Mapping[str, Any] tags: List of label key-value pairs.
228
+ :param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
225
229
  """
226
230
  ...
@@ -159,8 +159,7 @@ def get_ecs_key_pairs(finger_print: Optional[str] = None,
159
159
  :param Sequence[str] ids: A list of Key Pair IDs.
160
160
  :param str name_regex: A regex string to filter results by Key Pair name.
161
161
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
162
- :param str resource_group_id: The Resource Group Id.
163
- :param Mapping[str, Any] tags: The tags.
162
+ :param str resource_group_id: The resource group Id.
164
163
  """
165
164
  __args__ = dict()
166
165
  __args__['fingerPrint'] = finger_print
@@ -216,7 +215,6 @@ def get_ecs_key_pairs_output(finger_print: Optional[pulumi.Input[Optional[str]]]
216
215
  :param Sequence[str] ids: A list of Key Pair IDs.
217
216
  :param str name_regex: A regex string to filter results by Key Pair name.
218
217
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
219
- :param str resource_group_id: The Resource Group Id.
220
- :param Mapping[str, Any] tags: The tags.
218
+ :param str resource_group_id: The resource group Id.
221
219
  """
222
220
  ...
@@ -159,7 +159,6 @@ def get_ecs_launch_templates(enable_details: Optional[bool] = None,
159
159
  :param str name_regex: A regex string to filter results by Launch Template name.
160
160
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
161
161
  :param str template_resource_group_id: The template resource group id.
162
- :param Mapping[str, Any] template_tags: The template tags.
163
162
  """
164
163
  __args__ = dict()
165
164
  __args__['enableDetails'] = enable_details
@@ -219,6 +218,5 @@ def get_ecs_launch_templates_output(enable_details: Optional[pulumi.Input[Option
219
218
  :param str name_regex: A regex string to filter results by Launch Template name.
220
219
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
221
220
  :param str template_resource_group_id: The template resource group id.
222
- :param Mapping[str, Any] template_tags: The template tags.
223
221
  """
224
222
  ...
@@ -146,7 +146,7 @@ def get_ecs_network_interface_permissions(ids: Optional[Sequence[str]] = None,
146
146
  :param Sequence[str] ids: A list of Network Interface Permission IDs.
147
147
  :param str network_interface_id: The ID of the network interface.
148
148
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
149
- :param str status: The Status of the Network Interface Permissions.
149
+ :param str status: The Status of the Network Interface Permissions. Valid values: `Granted`, `Pending`, `Revoked`, `Revoking`.
150
150
  """
151
151
  __args__ = dict()
152
152
  __args__['ids'] = ids
@@ -200,6 +200,6 @@ def get_ecs_network_interface_permissions_output(ids: Optional[pulumi.Input[Opti
200
200
  :param Sequence[str] ids: A list of Network Interface Permission IDs.
201
201
  :param str network_interface_id: The ID of the network interface.
202
202
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
203
- :param str status: The Status of the Network Interface Permissions.
203
+ :param str status: The Status of the Network Interface Permissions. Valid values: `Granted`, `Pending`, `Revoked`, `Revoking`.
204
204
  """
205
205
  ...