pulumi-alicloud 3.58.0__py3-none-any.whl → 3.58.0a1718943944__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


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

Files changed (185) hide show
  1. pulumi_alicloud/__init__.py +0 -24
  2. pulumi_alicloud/_inputs.py +9 -9
  3. pulumi_alicloud/_utilities.py +0 -35
  4. pulumi_alicloud/actiontrail/get_trails.py +3 -1
  5. pulumi_alicloud/actiontrail/get_trails_deprecated.py +3 -1
  6. pulumi_alicloud/actiontrail/trail.py +27 -9
  7. pulumi_alicloud/actiontrail/trail_deprecated.py +27 -9
  8. pulumi_alicloud/adb/cluster.py +18 -6
  9. pulumi_alicloud/adb/db_cluster.py +18 -6
  10. pulumi_alicloud/alb/__init__.py +0 -1
  11. pulumi_alicloud/alb/acl.py +9 -3
  12. pulumi_alicloud/alb/get_load_balancers.py +3 -1
  13. pulumi_alicloud/alb/listener.py +9 -3
  14. pulumi_alicloud/alb/outputs.py +3 -1
  15. pulumi_alicloud/alikafka/instance.py +9 -3
  16. pulumi_alicloud/cas/certificate.py +9 -3
  17. pulumi_alicloud/cas/outputs.py +6 -2
  18. pulumi_alicloud/cas/service_certificate.py +9 -3
  19. pulumi_alicloud/cddc/dedicated_host_account.py +0 -4
  20. pulumi_alicloud/cddc/dedicated_host_group.py +0 -4
  21. pulumi_alicloud/cdn/domain.py +135 -45
  22. pulumi_alicloud/cen/__init__.py +0 -1
  23. pulumi_alicloud/cen/bandwidth_package.py +27 -9
  24. pulumi_alicloud/cen/instance.py +9 -3
  25. pulumi_alicloud/cen/transit_router_vpc_attachment.py +18 -6
  26. pulumi_alicloud/cfg/aggregate_compliance_pack.py +9 -3
  27. pulumi_alicloud/cfg/compliance_pack.py +9 -3
  28. pulumi_alicloud/cfg/get_rules.py +3 -1
  29. pulumi_alicloud/cfg/rule.py +27 -9
  30. pulumi_alicloud/clickhouse/account.py +18 -6
  31. pulumi_alicloud/cloudfirewall/instance.py +9 -3
  32. pulumi_alicloud/cloudstoragegateway/gateway.py +69 -69
  33. pulumi_alicloud/cms/alarm.py +27 -9
  34. pulumi_alicloud/config/outputs.py +6 -6
  35. pulumi_alicloud/cs/_inputs.py +6 -2
  36. pulumi_alicloud/cs/cluster.py +9 -3
  37. pulumi_alicloud/cs/edge_kubernetes.py +18 -6
  38. pulumi_alicloud/cs/kubernetes.py +9 -3
  39. pulumi_alicloud/cs/kubernetes_addon.py +2 -2
  40. pulumi_alicloud/cs/node_pool.py +52 -22
  41. pulumi_alicloud/cs/outputs.py +6 -2
  42. pulumi_alicloud/cs/serverless_kubernetes.py +27 -9
  43. pulumi_alicloud/cs/swarm.py +9 -3
  44. pulumi_alicloud/databasefilesystem/instance.py +18 -6
  45. pulumi_alicloud/ddos/__init__.py +0 -1
  46. pulumi_alicloud/ddos/_inputs.py +0 -712
  47. pulumi_alicloud/ddos/bgp_ip.py +2 -53
  48. pulumi_alicloud/ddos/outputs.py +0 -666
  49. pulumi_alicloud/dms/enterprise_instance.py +15 -5
  50. pulumi_alicloud/dms/enterprise_user.py +9 -3
  51. pulumi_alicloud/dns/domain_group.py +9 -3
  52. pulumi_alicloud/drds/get_instances.py +3 -1
  53. pulumi_alicloud/eci/_inputs.py +0 -12
  54. pulumi_alicloud/eci/outputs.py +0 -8
  55. pulumi_alicloud/ecs/copy_image.py +9 -3
  56. pulumi_alicloud/ecs/disk.py +18 -6
  57. pulumi_alicloud/ecs/ecs_disk.py +25 -13
  58. pulumi_alicloud/ecs/ecs_key_pair.py +9 -3
  59. pulumi_alicloud/ecs/ecs_key_pair_attachment.py +9 -3
  60. pulumi_alicloud/ecs/ecs_launch_template.py +55 -160
  61. pulumi_alicloud/ecs/ecs_network_interface.py +45 -15
  62. pulumi_alicloud/ecs/ecs_snapshot.py +9 -3
  63. pulumi_alicloud/ecs/eip.py +19 -7
  64. pulumi_alicloud/ecs/eip_address.py +317 -501
  65. pulumi_alicloud/ecs/eip_association.py +58 -205
  66. pulumi_alicloud/ecs/eip_segment_address.py +133 -311
  67. pulumi_alicloud/ecs/get_disks.py +6 -2
  68. pulumi_alicloud/ecs/get_ecs_disks.py +6 -2
  69. pulumi_alicloud/ecs/get_ecs_key_pairs.py +3 -1
  70. pulumi_alicloud/ecs/get_ecs_network_interfaces.py +6 -2
  71. pulumi_alicloud/ecs/get_eip_addresses.py +6 -2
  72. pulumi_alicloud/ecs/get_eips.py +6 -2
  73. pulumi_alicloud/ecs/get_key_pairs.py +3 -1
  74. pulumi_alicloud/ecs/get_network_interfaces.py +6 -2
  75. pulumi_alicloud/ecs/image.py +9 -3
  76. pulumi_alicloud/ecs/image_copy.py +9 -3
  77. pulumi_alicloud/ecs/instance.py +24 -26
  78. pulumi_alicloud/ecs/key_pair.py +9 -3
  79. pulumi_alicloud/ecs/key_pair_attachment.py +9 -3
  80. pulumi_alicloud/ecs/launch_template.py +55 -121
  81. pulumi_alicloud/ecs/reserved_instance.py +9 -3
  82. pulumi_alicloud/ecs/security_group.py +9 -3
  83. pulumi_alicloud/ecs/snapshot.py +9 -3
  84. pulumi_alicloud/edas/k8s_application.py +36 -12
  85. pulumi_alicloud/eds/outputs.py +6 -2
  86. pulumi_alicloud/eds/simple_office_site.py +18 -6
  87. pulumi_alicloud/ess/_inputs.py +3 -89
  88. pulumi_alicloud/ess/alarm.py +38 -132
  89. pulumi_alicloud/ess/outputs.py +3 -88
  90. pulumi_alicloud/ess/scaling_configuration.py +18 -6
  91. pulumi_alicloud/ess/scaling_group.py +16 -151
  92. pulumi_alicloud/ga/accelerator.py +0 -47
  93. pulumi_alicloud/ga/acl.py +9 -50
  94. pulumi_alicloud/ga/bandwidth_package.py +12 -57
  95. pulumi_alicloud/ga/basic_accelerator.py +8 -55
  96. pulumi_alicloud/gpdb/instance.py +45 -15
  97. pulumi_alicloud/hbr/ecs_backup_plan.py +9 -3
  98. pulumi_alicloud/hbr/nas_backup_plan.py +9 -3
  99. pulumi_alicloud/hbr/ots_backup_plan.py +9 -3
  100. pulumi_alicloud/kms/key.py +27 -9
  101. pulumi_alicloud/kvstore/_inputs.py +6 -2
  102. pulumi_alicloud/kvstore/get_instance_classes.py +9 -3
  103. pulumi_alicloud/kvstore/instance.py +69 -124
  104. pulumi_alicloud/kvstore/outputs.py +6 -2
  105. pulumi_alicloud/lindorm/instance.py +9 -3
  106. pulumi_alicloud/log/_inputs.py +3 -1
  107. pulumi_alicloud/log/alert.py +63 -21
  108. pulumi_alicloud/log/oss_shipper.py +0 -4
  109. pulumi_alicloud/log/outputs.py +3 -1
  110. pulumi_alicloud/log/project.py +9 -3
  111. pulumi_alicloud/log/store.py +18 -6
  112. pulumi_alicloud/mongodb/sharding_instance.py +7 -54
  113. pulumi_alicloud/nas/access_group.py +18 -6
  114. pulumi_alicloud/nas/get_access_groups.py +3 -1
  115. pulumi_alicloud/nas/get_mount_targets.py +6 -2
  116. pulumi_alicloud/nlb/server_group.py +9 -3
  117. pulumi_alicloud/oss/bucket.py +18 -6
  118. pulumi_alicloud/oss/bucket_policy.py +2 -2
  119. pulumi_alicloud/oss/bucket_referer.py +2 -2
  120. pulumi_alicloud/provider.py +24 -8
  121. pulumi_alicloud/pulumi-plugin.json +1 -1
  122. pulumi_alicloud/pvtz/zone.py +9 -3
  123. pulumi_alicloud/pvtz/zone_record.py +9 -3
  124. pulumi_alicloud/ram/policy.py +36 -12
  125. pulumi_alicloud/ram/role.py +27 -9
  126. pulumi_alicloud/rds/account.py +45 -15
  127. pulumi_alicloud/rds/backup_policy.py +45 -15
  128. pulumi_alicloud/rds/get_zones.py +3 -1
  129. pulumi_alicloud/rds/instance.py +18 -27
  130. pulumi_alicloud/rds/rds_account.py +45 -15
  131. pulumi_alicloud/resourcemanager/policy.py +9 -3
  132. pulumi_alicloud/resourcemanager/policy_version.py +9 -3
  133. pulumi_alicloud/resourcemanager/resource_group.py +9 -3
  134. pulumi_alicloud/rocketmq/group.py +9 -3
  135. pulumi_alicloud/rocketmq/instance.py +9 -3
  136. pulumi_alicloud/rocketmq/topic.py +18 -6
  137. pulumi_alicloud/sae/application.py +90 -30
  138. pulumi_alicloud/scdn/domain.py +9 -3
  139. pulumi_alicloud/servicecatalog/get_launch_options.py +3 -1
  140. pulumi_alicloud/servicecatalog/get_product_versions.py +3 -1
  141. pulumi_alicloud/servicecatalog/get_provisioned_products.py +3 -1
  142. pulumi_alicloud/slb/acl.py +9 -3
  143. pulumi_alicloud/slb/application_load_balancer.py +18 -6
  144. pulumi_alicloud/slb/ca_certificate.py +9 -3
  145. pulumi_alicloud/slb/get_application_load_balancers.py +3 -1
  146. pulumi_alicloud/slb/get_load_balancers.py +3 -1
  147. pulumi_alicloud/slb/get_zones.py +3 -1
  148. pulumi_alicloud/slb/listener.py +27 -9
  149. pulumi_alicloud/slb/load_balancer.py +18 -6
  150. pulumi_alicloud/slb/outputs.py +3 -1
  151. pulumi_alicloud/slb/server_certificate.py +18 -6
  152. pulumi_alicloud/slb/server_group.py +9 -3
  153. pulumi_alicloud/threatdetection/instance.py +9 -3
  154. pulumi_alicloud/vpc/common_bandwith_package.py +129 -200
  155. pulumi_alicloud/vpc/common_bandwith_package_attachment.py +30 -58
  156. pulumi_alicloud/vpc/dhcp_options_set.py +9 -3
  157. pulumi_alicloud/vpc/forward_entry.py +9 -3
  158. pulumi_alicloud/vpc/ha_vip.py +9 -3
  159. pulumi_alicloud/vpc/ha_vip_attachment.py +9 -3
  160. pulumi_alicloud/vpc/ha_vipv2.py +9 -3
  161. pulumi_alicloud/vpc/ipv6_gateway.py +9 -3
  162. pulumi_alicloud/vpc/network.py +24 -8
  163. pulumi_alicloud/vpc/network_acl.py +9 -3
  164. pulumi_alicloud/vpc/network_interface.py +45 -15
  165. pulumi_alicloud/vpc/route_entry.py +9 -3
  166. pulumi_alicloud/vpc/route_table.py +9 -3
  167. pulumi_alicloud/vpc/router_interface.py +39 -13
  168. pulumi_alicloud/vpc/router_interface_connection.py +2 -2
  169. pulumi_alicloud/vpc/subnet.py +18 -6
  170. pulumi_alicloud/vpc/switch.py +18 -6
  171. pulumi_alicloud/vpc/traffic_mirror_filter_egress_rule.py +9 -3
  172. pulumi_alicloud/vpc/traffic_mirror_filter_ingress_rule.py +9 -3
  173. pulumi_alicloud/vpn/connection.py +9 -3
  174. pulumi_alicloud/vpn/customer_gateway.py +9 -3
  175. pulumi_alicloud/vpn/gateway.py +18 -6
  176. pulumi_alicloud/vpn/get_gateway_vpn_attachments.py +3 -1
  177. pulumi_alicloud/vpn/get_gateways.py +3 -1
  178. pulumi_alicloud/waf/domain.py +9 -3
  179. {pulumi_alicloud-3.58.0.dist-info → pulumi_alicloud-3.58.0a1718943944.dist-info}/METADATA +1 -1
  180. {pulumi_alicloud-3.58.0.dist-info → pulumi_alicloud-3.58.0a1718943944.dist-info}/RECORD +182 -185
  181. {pulumi_alicloud-3.58.0.dist-info → pulumi_alicloud-3.58.0a1718943944.dist-info}/WHEEL +1 -1
  182. pulumi_alicloud/alb/load_balancer_security_group_attachment.py +0 -327
  183. pulumi_alicloud/cen/transit_router_ecr_attachment.py +0 -584
  184. pulumi_alicloud/ddos/bgp_policy.py +0 -343
  185. {pulumi_alicloud-3.58.0.dist-info → pulumi_alicloud-3.58.0a1718943944.dist-info}/top_level.txt +0 -0
@@ -18,39 +18,27 @@ class EipSegmentAddressArgs:
18
18
  bandwidth: Optional[pulumi.Input[str]] = None,
19
19
  internet_charge_type: Optional[pulumi.Input[str]] = None,
20
20
  isp: Optional[pulumi.Input[str]] = None,
21
- netmode: Optional[pulumi.Input[str]] = None,
22
- resource_group_id: Optional[pulumi.Input[str]] = None,
23
- zone: Optional[pulumi.Input[str]] = None):
21
+ netmode: Optional[pulumi.Input[str]] = None):
24
22
  """
25
23
  The set of arguments for constructing a EipSegmentAddress resource.
26
- :param pulumi.Input[str] eip_mask: The subnet mask of the contiguous EIP group. Valid values:
27
- :param pulumi.Input[str] bandwidth: The maximum bandwidth of the contiguous EIP group. Unit: Mbit/s.
28
- - Valid values when `InstanceChargeType` is set to `PostPaid` and `InternetChargeType` is set to `PayByBandwidth`: `1` to `500`.****
29
- - Valid values when `InstanceChargeType` is set to `PostPaid` and `InternetChargeType` is set to `PayByTraffic`: `1` to `200`.****
30
- - Valid values when `InstanceChargeType` is set to `PrePaid`: `1` to `1000`.****
31
-
32
- Default value: `5`. Unit: Mbit/s.
33
- :param pulumi.Input[str] internet_charge_type: The metering method of the contiguous EIP group. Valid values:
34
- - `PayByBandwidth` (default)
35
- - `PayByTraffic`
36
- :param pulumi.Input[str] isp: The line type. Valid values:
37
- - `BGP` (default): BGP (Multi-ISP) line The BGP (Multi-ISP) line is supported in all regions.
38
- - `BGP_PRO`: BGP (Multi-ISP) Pro line BGP (Multi-ISP) Pro line is supported only in the China (Hong Kong), Singapore, Japan (Tokyo), Malaysia (Kuala Lumpur), Philippines (Manila), Indonesia (Jakarta), and Thailand (Bangkok) regions.
39
-
40
- For more information about the BGP (Multi-ISP) line and BGP (Multi-ISP) Pro line, see [EIP line types](https://www.alibabacloud.com/help/en/doc-detail/32321.html).
41
-
42
- If you are allowed to use single-ISP bandwidth, you can also use one of the following values:
43
- - `ChinaTelecom`
44
- - `ChinaUnicom`
45
- - `ChinaMobile`
46
- - `ChinaTelecom_L2`
47
- - `ChinaUnicom_L2`
48
- - `ChinaMobile_L2`
49
-
50
- If your services are deployed in China East 1 Finance, this parameter is required and you must set the parameter to `BGP_FinanceCloud`.
51
- :param pulumi.Input[str] netmode: The network type. Set the value to `public`, which specifies the public network type.
52
- :param pulumi.Input[str] resource_group_id: The resource group ID.
53
- :param pulumi.Input[str] zone: The zone of the contiguous EIP group.
24
+ :param pulumi.Input[str] eip_mask: Mask of consecutive EIPs. Value:28: For a single call, the system will allocate 16 consecutive EIPs.27: For a single call, the system will allocate 32 consecutive EIPs.26: For a single call, the system will allocate 64 consecutive EIPs.25: For a single call, the system will allocate 128 consecutive EIPs.24: For a single call, the system will allocate 256 consecutive EIPs.
25
+ :param pulumi.Input[str] bandwidth: The peak bandwidth of the EIP. Unit: Mbps. When the value of instancargetype is PostPaid and the value of InternetChargeType is PayByBandwidth, the range of Bandwidth is 1 to 500. If the value of instancargetype is PostPaid and the value of InternetChargeType is PayByTraffic, the range of Bandwidth is 1 to 200. When instancargetype is set to PrePaid, the range of Bandwidth is 1 to 1000. The default value is 5 Mbps.
26
+ :param pulumi.Input[str] internet_charge_type: Continuous EIP billing method, valid values:
27
+ - **PayByBandwidth** (default): Billing based on fixed bandwidth.
28
+ - **PayByTraffic**: Billing by usage flow.
29
+ :param pulumi.Input[str] isp: Line type. Valid values:
30
+ - **BGP** (default):BGP (multi-line) line. BGP (multi-line) EIP is supported in all regions.
31
+ - **BGP_PRO** :BGP (multi-line)_boutique line. Currently, only Hong Kong, Singapore, Japan (Tokyo), Malaysia (Kuala Lumpur), the Philippines (Manila), Indonesia (Jakarta), and Thailand (Bangkok) regions support BGP (multi-line)_boutique route EIP.
32
+ For more information about BGP (multi-line) lines and BGP (multi-line) premium lines, see EIP line types.
33
+ If you are a whitelist user with single-line bandwidth, you can also select the following types:
34
+ - **ChinaTelecom** : China Telecom
35
+ - **ChinaUnicom** : China Unicom
36
+ - **ChinaMobile** : China Mobile
37
+ - **ChinaTelecom_L2** : China Telecom L2
38
+ - **ChinaUnicom_L2** : China Unicom L2
39
+ - **ChinaMobile_L2** : China Mobile L2
40
+ If you are a user of Hangzhou Financial Cloud, this field is required. The value is `BGP_FinanceCloud`.
41
+ :param pulumi.Input[str] netmode: The network type. Set the value to **public**.
54
42
  """
55
43
  pulumi.set(__self__, "eip_mask", eip_mask)
56
44
  if bandwidth is not None:
@@ -61,16 +49,12 @@ class EipSegmentAddressArgs:
61
49
  pulumi.set(__self__, "isp", isp)
62
50
  if netmode is not None:
63
51
  pulumi.set(__self__, "netmode", netmode)
64
- if resource_group_id is not None:
65
- pulumi.set(__self__, "resource_group_id", resource_group_id)
66
- if zone is not None:
67
- pulumi.set(__self__, "zone", zone)
68
52
 
69
53
  @property
70
54
  @pulumi.getter(name="eipMask")
71
55
  def eip_mask(self) -> pulumi.Input[str]:
72
56
  """
73
- The subnet mask of the contiguous EIP group. Valid values:
57
+ Mask of consecutive EIPs. Value:28: For a single call, the system will allocate 16 consecutive EIPs.27: For a single call, the system will allocate 32 consecutive EIPs.26: For a single call, the system will allocate 64 consecutive EIPs.25: For a single call, the system will allocate 128 consecutive EIPs.24: For a single call, the system will allocate 256 consecutive EIPs.
74
58
  """
75
59
  return pulumi.get(self, "eip_mask")
76
60
 
@@ -82,12 +66,7 @@ class EipSegmentAddressArgs:
82
66
  @pulumi.getter
83
67
  def bandwidth(self) -> Optional[pulumi.Input[str]]:
84
68
  """
85
- The maximum bandwidth of the contiguous EIP group. Unit: Mbit/s.
86
- - Valid values when `InstanceChargeType` is set to `PostPaid` and `InternetChargeType` is set to `PayByBandwidth`: `1` to `500`.****
87
- - Valid values when `InstanceChargeType` is set to `PostPaid` and `InternetChargeType` is set to `PayByTraffic`: `1` to `200`.****
88
- - Valid values when `InstanceChargeType` is set to `PrePaid`: `1` to `1000`.****
89
-
90
- Default value: `5`. Unit: Mbit/s.
69
+ The peak bandwidth of the EIP. Unit: Mbps. When the value of instancargetype is PostPaid and the value of InternetChargeType is PayByBandwidth, the range of Bandwidth is 1 to 500. If the value of instancargetype is PostPaid and the value of InternetChargeType is PayByTraffic, the range of Bandwidth is 1 to 200. When instancargetype is set to PrePaid, the range of Bandwidth is 1 to 1000. The default value is 5 Mbps.
91
70
  """
92
71
  return pulumi.get(self, "bandwidth")
93
72
 
@@ -99,9 +78,9 @@ class EipSegmentAddressArgs:
99
78
  @pulumi.getter(name="internetChargeType")
100
79
  def internet_charge_type(self) -> Optional[pulumi.Input[str]]:
101
80
  """
102
- The metering method of the contiguous EIP group. Valid values:
103
- - `PayByBandwidth` (default)
104
- - `PayByTraffic`
81
+ Continuous EIP billing method, valid values:
82
+ - **PayByBandwidth** (default): Billing based on fixed bandwidth.
83
+ - **PayByTraffic**: Billing by usage flow.
105
84
  """
106
85
  return pulumi.get(self, "internet_charge_type")
107
86
 
@@ -113,21 +92,18 @@ class EipSegmentAddressArgs:
113
92
  @pulumi.getter
114
93
  def isp(self) -> Optional[pulumi.Input[str]]:
115
94
  """
116
- The line type. Valid values:
117
- - `BGP` (default): BGP (Multi-ISP) line The BGP (Multi-ISP) line is supported in all regions.
118
- - `BGP_PRO`: BGP (Multi-ISP) Pro line BGP (Multi-ISP) Pro line is supported only in the China (Hong Kong), Singapore, Japan (Tokyo), Malaysia (Kuala Lumpur), Philippines (Manila), Indonesia (Jakarta), and Thailand (Bangkok) regions.
119
-
120
- For more information about the BGP (Multi-ISP) line and BGP (Multi-ISP) Pro line, see [EIP line types](https://www.alibabacloud.com/help/en/doc-detail/32321.html).
121
-
122
- If you are allowed to use single-ISP bandwidth, you can also use one of the following values:
123
- - `ChinaTelecom`
124
- - `ChinaUnicom`
125
- - `ChinaMobile`
126
- - `ChinaTelecom_L2`
127
- - `ChinaUnicom_L2`
128
- - `ChinaMobile_L2`
129
-
130
- If your services are deployed in China East 1 Finance, this parameter is required and you must set the parameter to `BGP_FinanceCloud`.
95
+ Line type. Valid values:
96
+ - **BGP** (default):BGP (multi-line) line. BGP (multi-line) EIP is supported in all regions.
97
+ - **BGP_PRO** :BGP (multi-line)_boutique line. Currently, only Hong Kong, Singapore, Japan (Tokyo), Malaysia (Kuala Lumpur), the Philippines (Manila), Indonesia (Jakarta), and Thailand (Bangkok) regions support BGP (multi-line)_boutique route EIP.
98
+ For more information about BGP (multi-line) lines and BGP (multi-line) premium lines, see EIP line types.
99
+ If you are a whitelist user with single-line bandwidth, you can also select the following types:
100
+ - **ChinaTelecom** : China Telecom
101
+ - **ChinaUnicom** : China Unicom
102
+ - **ChinaMobile** : China Mobile
103
+ - **ChinaTelecom_L2** : China Telecom L2
104
+ - **ChinaUnicom_L2** : China Unicom L2
105
+ - **ChinaMobile_L2** : China Mobile L2
106
+ If you are a user of Hangzhou Financial Cloud, this field is required. The value is `BGP_FinanceCloud`.
131
107
  """
132
108
  return pulumi.get(self, "isp")
133
109
 
@@ -139,7 +115,7 @@ class EipSegmentAddressArgs:
139
115
  @pulumi.getter
140
116
  def netmode(self) -> Optional[pulumi.Input[str]]:
141
117
  """
142
- The network type. Set the value to `public`, which specifies the public network type.
118
+ The network type. Set the value to **public**.
143
119
  """
144
120
  return pulumi.get(self, "netmode")
145
121
 
@@ -147,30 +123,6 @@ class EipSegmentAddressArgs:
147
123
  def netmode(self, value: Optional[pulumi.Input[str]]):
148
124
  pulumi.set(self, "netmode", value)
149
125
 
150
- @property
151
- @pulumi.getter(name="resourceGroupId")
152
- def resource_group_id(self) -> Optional[pulumi.Input[str]]:
153
- """
154
- The resource group ID.
155
- """
156
- return pulumi.get(self, "resource_group_id")
157
-
158
- @resource_group_id.setter
159
- def resource_group_id(self, value: Optional[pulumi.Input[str]]):
160
- pulumi.set(self, "resource_group_id", value)
161
-
162
- @property
163
- @pulumi.getter
164
- def zone(self) -> Optional[pulumi.Input[str]]:
165
- """
166
- The zone of the contiguous EIP group.
167
- """
168
- return pulumi.get(self, "zone")
169
-
170
- @zone.setter
171
- def zone(self, value: Optional[pulumi.Input[str]]):
172
- pulumi.set(self, "zone", value)
173
-
174
126
 
175
127
  @pulumi.input_type
176
128
  class _EipSegmentAddressState:
@@ -181,43 +133,29 @@ class _EipSegmentAddressState:
181
133
  internet_charge_type: Optional[pulumi.Input[str]] = None,
182
134
  isp: Optional[pulumi.Input[str]] = None,
183
135
  netmode: Optional[pulumi.Input[str]] = None,
184
- resource_group_id: Optional[pulumi.Input[str]] = None,
185
- segment_address_name: Optional[pulumi.Input[str]] = None,
186
- status: Optional[pulumi.Input[str]] = None,
187
- zone: Optional[pulumi.Input[str]] = None):
136
+ status: Optional[pulumi.Input[str]] = None):
188
137
  """
189
138
  Input properties used for looking up and filtering EipSegmentAddress resources.
190
- :param pulumi.Input[str] bandwidth: The maximum bandwidth of the contiguous EIP group. Unit: Mbit/s.
191
- - Valid values when `InstanceChargeType` is set to `PostPaid` and `InternetChargeType` is set to `PayByBandwidth`: `1` to `500`.****
192
- - Valid values when `InstanceChargeType` is set to `PostPaid` and `InternetChargeType` is set to `PayByTraffic`: `1` to `200`.****
193
- - Valid values when `InstanceChargeType` is set to `PrePaid`: `1` to `1000`.****
194
-
195
- Default value: `5`. Unit: Mbit/s.
139
+ :param pulumi.Input[str] bandwidth: The peak bandwidth of the EIP. Unit: Mbps. When the value of instancargetype is PostPaid and the value of InternetChargeType is PayByBandwidth, the range of Bandwidth is 1 to 500. If the value of instancargetype is PostPaid and the value of InternetChargeType is PayByTraffic, the range of Bandwidth is 1 to 200. When instancargetype is set to PrePaid, the range of Bandwidth is 1 to 1000. The default value is 5 Mbps.
196
140
  :param pulumi.Input[str] create_time: The time when the contiguous Elastic IP address group was created. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
197
- :param pulumi.Input[str] eip_mask: The subnet mask of the contiguous EIP group. Valid values:
198
- :param pulumi.Input[str] internet_charge_type: The metering method of the contiguous EIP group. Valid values:
199
- - `PayByBandwidth` (default)
200
- - `PayByTraffic`
201
- :param pulumi.Input[str] isp: The line type. Valid values:
202
- - `BGP` (default): BGP (Multi-ISP) line The BGP (Multi-ISP) line is supported in all regions.
203
- - `BGP_PRO`: BGP (Multi-ISP) Pro line BGP (Multi-ISP) Pro line is supported only in the China (Hong Kong), Singapore, Japan (Tokyo), Malaysia (Kuala Lumpur), Philippines (Manila), Indonesia (Jakarta), and Thailand (Bangkok) regions.
204
-
205
- For more information about the BGP (Multi-ISP) line and BGP (Multi-ISP) Pro line, see [EIP line types](https://www.alibabacloud.com/help/en/doc-detail/32321.html).
206
-
207
- If you are allowed to use single-ISP bandwidth, you can also use one of the following values:
208
- - `ChinaTelecom`
209
- - `ChinaUnicom`
210
- - `ChinaMobile`
211
- - `ChinaTelecom_L2`
212
- - `ChinaUnicom_L2`
213
- - `ChinaMobile_L2`
214
-
215
- If your services are deployed in China East 1 Finance, this parameter is required and you must set the parameter to `BGP_FinanceCloud`.
216
- :param pulumi.Input[str] netmode: The network type. Set the value to `public`, which specifies the public network type.
217
- :param pulumi.Input[str] resource_group_id: The resource group ID.
218
- :param pulumi.Input[str] segment_address_name: The name of the contiguous Elastic IP address group.
219
- :param pulumi.Input[str] status: The status of the resource
220
- :param pulumi.Input[str] zone: The zone of the contiguous EIP group.
141
+ :param pulumi.Input[str] eip_mask: Mask of consecutive EIPs. Value:28: For a single call, the system will allocate 16 consecutive EIPs.27: For a single call, the system will allocate 32 consecutive EIPs.26: For a single call, the system will allocate 64 consecutive EIPs.25: For a single call, the system will allocate 128 consecutive EIPs.24: For a single call, the system will allocate 256 consecutive EIPs.
142
+ :param pulumi.Input[str] internet_charge_type: Continuous EIP billing method, valid values:
143
+ - **PayByBandwidth** (default): Billing based on fixed bandwidth.
144
+ - **PayByTraffic**: Billing by usage flow.
145
+ :param pulumi.Input[str] isp: Line type. Valid values:
146
+ - **BGP** (default):BGP (multi-line) line. BGP (multi-line) EIP is supported in all regions.
147
+ - **BGP_PRO** :BGP (multi-line)_boutique line. Currently, only Hong Kong, Singapore, Japan (Tokyo), Malaysia (Kuala Lumpur), the Philippines (Manila), Indonesia (Jakarta), and Thailand (Bangkok) regions support BGP (multi-line)_boutique route EIP.
148
+ For more information about BGP (multi-line) lines and BGP (multi-line) premium lines, see EIP line types.
149
+ If you are a whitelist user with single-line bandwidth, you can also select the following types:
150
+ - **ChinaTelecom** : China Telecom
151
+ - **ChinaUnicom** : China Unicom
152
+ - **ChinaMobile** : China Mobile
153
+ - **ChinaTelecom_L2** : China Telecom L2
154
+ - **ChinaUnicom_L2** : China Unicom L2
155
+ - **ChinaMobile_L2** : China Mobile L2
156
+ If you are a user of Hangzhou Financial Cloud, this field is required. The value is `BGP_FinanceCloud`.
157
+ :param pulumi.Input[str] netmode: The network type. Set the value to **public**.
158
+ :param pulumi.Input[str] status: The status of the resource.
221
159
  """
222
160
  if bandwidth is not None:
223
161
  pulumi.set(__self__, "bandwidth", bandwidth)
@@ -231,25 +169,14 @@ class _EipSegmentAddressState:
231
169
  pulumi.set(__self__, "isp", isp)
232
170
  if netmode is not None:
233
171
  pulumi.set(__self__, "netmode", netmode)
234
- if resource_group_id is not None:
235
- pulumi.set(__self__, "resource_group_id", resource_group_id)
236
- if segment_address_name is not None:
237
- pulumi.set(__self__, "segment_address_name", segment_address_name)
238
172
  if status is not None:
239
173
  pulumi.set(__self__, "status", status)
240
- if zone is not None:
241
- pulumi.set(__self__, "zone", zone)
242
174
 
243
175
  @property
244
176
  @pulumi.getter
245
177
  def bandwidth(self) -> Optional[pulumi.Input[str]]:
246
178
  """
247
- The maximum bandwidth of the contiguous EIP group. Unit: Mbit/s.
248
- - Valid values when `InstanceChargeType` is set to `PostPaid` and `InternetChargeType` is set to `PayByBandwidth`: `1` to `500`.****
249
- - Valid values when `InstanceChargeType` is set to `PostPaid` and `InternetChargeType` is set to `PayByTraffic`: `1` to `200`.****
250
- - Valid values when `InstanceChargeType` is set to `PrePaid`: `1` to `1000`.****
251
-
252
- Default value: `5`. Unit: Mbit/s.
179
+ The peak bandwidth of the EIP. Unit: Mbps. When the value of instancargetype is PostPaid and the value of InternetChargeType is PayByBandwidth, the range of Bandwidth is 1 to 500. If the value of instancargetype is PostPaid and the value of InternetChargeType is PayByTraffic, the range of Bandwidth is 1 to 200. When instancargetype is set to PrePaid, the range of Bandwidth is 1 to 1000. The default value is 5 Mbps.
253
180
  """
254
181
  return pulumi.get(self, "bandwidth")
255
182
 
@@ -273,7 +200,7 @@ class _EipSegmentAddressState:
273
200
  @pulumi.getter(name="eipMask")
274
201
  def eip_mask(self) -> Optional[pulumi.Input[str]]:
275
202
  """
276
- The subnet mask of the contiguous EIP group. Valid values:
203
+ Mask of consecutive EIPs. Value:28: For a single call, the system will allocate 16 consecutive EIPs.27: For a single call, the system will allocate 32 consecutive EIPs.26: For a single call, the system will allocate 64 consecutive EIPs.25: For a single call, the system will allocate 128 consecutive EIPs.24: For a single call, the system will allocate 256 consecutive EIPs.
277
204
  """
278
205
  return pulumi.get(self, "eip_mask")
279
206
 
@@ -285,9 +212,9 @@ class _EipSegmentAddressState:
285
212
  @pulumi.getter(name="internetChargeType")
286
213
  def internet_charge_type(self) -> Optional[pulumi.Input[str]]:
287
214
  """
288
- The metering method of the contiguous EIP group. Valid values:
289
- - `PayByBandwidth` (default)
290
- - `PayByTraffic`
215
+ Continuous EIP billing method, valid values:
216
+ - **PayByBandwidth** (default): Billing based on fixed bandwidth.
217
+ - **PayByTraffic**: Billing by usage flow.
291
218
  """
292
219
  return pulumi.get(self, "internet_charge_type")
293
220
 
@@ -299,21 +226,18 @@ class _EipSegmentAddressState:
299
226
  @pulumi.getter
300
227
  def isp(self) -> Optional[pulumi.Input[str]]:
301
228
  """
302
- The line type. Valid values:
303
- - `BGP` (default): BGP (Multi-ISP) line The BGP (Multi-ISP) line is supported in all regions.
304
- - `BGP_PRO`: BGP (Multi-ISP) Pro line BGP (Multi-ISP) Pro line is supported only in the China (Hong Kong), Singapore, Japan (Tokyo), Malaysia (Kuala Lumpur), Philippines (Manila), Indonesia (Jakarta), and Thailand (Bangkok) regions.
305
-
306
- For more information about the BGP (Multi-ISP) line and BGP (Multi-ISP) Pro line, see [EIP line types](https://www.alibabacloud.com/help/en/doc-detail/32321.html).
307
-
308
- If you are allowed to use single-ISP bandwidth, you can also use one of the following values:
309
- - `ChinaTelecom`
310
- - `ChinaUnicom`
311
- - `ChinaMobile`
312
- - `ChinaTelecom_L2`
313
- - `ChinaUnicom_L2`
314
- - `ChinaMobile_L2`
315
-
316
- If your services are deployed in China East 1 Finance, this parameter is required and you must set the parameter to `BGP_FinanceCloud`.
229
+ Line type. Valid values:
230
+ - **BGP** (default):BGP (multi-line) line. BGP (multi-line) EIP is supported in all regions.
231
+ - **BGP_PRO** :BGP (multi-line)_boutique line. Currently, only Hong Kong, Singapore, Japan (Tokyo), Malaysia (Kuala Lumpur), the Philippines (Manila), Indonesia (Jakarta), and Thailand (Bangkok) regions support BGP (multi-line)_boutique route EIP.
232
+ For more information about BGP (multi-line) lines and BGP (multi-line) premium lines, see EIP line types.
233
+ If you are a whitelist user with single-line bandwidth, you can also select the following types:
234
+ - **ChinaTelecom** : China Telecom
235
+ - **ChinaUnicom** : China Unicom
236
+ - **ChinaMobile** : China Mobile
237
+ - **ChinaTelecom_L2** : China Telecom L2
238
+ - **ChinaUnicom_L2** : China Unicom L2
239
+ - **ChinaMobile_L2** : China Mobile L2
240
+ If you are a user of Hangzhou Financial Cloud, this field is required. The value is `BGP_FinanceCloud`.
317
241
  """
318
242
  return pulumi.get(self, "isp")
319
243
 
@@ -325,7 +249,7 @@ class _EipSegmentAddressState:
325
249
  @pulumi.getter
326
250
  def netmode(self) -> Optional[pulumi.Input[str]]:
327
251
  """
328
- The network type. Set the value to `public`, which specifies the public network type.
252
+ The network type. Set the value to **public**.
329
253
  """
330
254
  return pulumi.get(self, "netmode")
331
255
 
@@ -333,35 +257,11 @@ class _EipSegmentAddressState:
333
257
  def netmode(self, value: Optional[pulumi.Input[str]]):
334
258
  pulumi.set(self, "netmode", value)
335
259
 
336
- @property
337
- @pulumi.getter(name="resourceGroupId")
338
- def resource_group_id(self) -> Optional[pulumi.Input[str]]:
339
- """
340
- The resource group ID.
341
- """
342
- return pulumi.get(self, "resource_group_id")
343
-
344
- @resource_group_id.setter
345
- def resource_group_id(self, value: Optional[pulumi.Input[str]]):
346
- pulumi.set(self, "resource_group_id", value)
347
-
348
- @property
349
- @pulumi.getter(name="segmentAddressName")
350
- def segment_address_name(self) -> Optional[pulumi.Input[str]]:
351
- """
352
- The name of the contiguous Elastic IP address group.
353
- """
354
- return pulumi.get(self, "segment_address_name")
355
-
356
- @segment_address_name.setter
357
- def segment_address_name(self, value: Optional[pulumi.Input[str]]):
358
- pulumi.set(self, "segment_address_name", value)
359
-
360
260
  @property
361
261
  @pulumi.getter
362
262
  def status(self) -> Optional[pulumi.Input[str]]:
363
263
  """
364
- The status of the resource
264
+ The status of the resource.
365
265
  """
366
266
  return pulumi.get(self, "status")
367
267
 
@@ -369,18 +269,6 @@ class _EipSegmentAddressState:
369
269
  def status(self, value: Optional[pulumi.Input[str]]):
370
270
  pulumi.set(self, "status", value)
371
271
 
372
- @property
373
- @pulumi.getter
374
- def zone(self) -> Optional[pulumi.Input[str]]:
375
- """
376
- The zone of the contiguous EIP group.
377
- """
378
- return pulumi.get(self, "zone")
379
-
380
- @zone.setter
381
- def zone(self, value: Optional[pulumi.Input[str]]):
382
- pulumi.set(self, "zone", value)
383
-
384
272
 
385
273
  class EipSegmentAddress(pulumi.CustomResource):
386
274
  @overload
@@ -392,8 +280,6 @@ class EipSegmentAddress(pulumi.CustomResource):
392
280
  internet_charge_type: Optional[pulumi.Input[str]] = None,
393
281
  isp: Optional[pulumi.Input[str]] = None,
394
282
  netmode: Optional[pulumi.Input[str]] = None,
395
- resource_group_id: Optional[pulumi.Input[str]] = None,
396
- zone: Optional[pulumi.Input[str]] = None,
397
283
  __props__=None):
398
284
  """
399
285
  Provides a EIP Segment Address resource.
@@ -432,34 +318,24 @@ class EipSegmentAddress(pulumi.CustomResource):
432
318
 
433
319
  :param str resource_name: The name of the resource.
434
320
  :param pulumi.ResourceOptions opts: Options for the resource.
435
- :param pulumi.Input[str] bandwidth: The maximum bandwidth of the contiguous EIP group. Unit: Mbit/s.
436
- - Valid values when `InstanceChargeType` is set to `PostPaid` and `InternetChargeType` is set to `PayByBandwidth`: `1` to `500`.****
437
- - Valid values when `InstanceChargeType` is set to `PostPaid` and `InternetChargeType` is set to `PayByTraffic`: `1` to `200`.****
438
- - Valid values when `InstanceChargeType` is set to `PrePaid`: `1` to `1000`.****
439
-
440
- Default value: `5`. Unit: Mbit/s.
441
- :param pulumi.Input[str] eip_mask: The subnet mask of the contiguous EIP group. Valid values:
442
- :param pulumi.Input[str] internet_charge_type: The metering method of the contiguous EIP group. Valid values:
443
- - `PayByBandwidth` (default)
444
- - `PayByTraffic`
445
- :param pulumi.Input[str] isp: The line type. Valid values:
446
- - `BGP` (default): BGP (Multi-ISP) line The BGP (Multi-ISP) line is supported in all regions.
447
- - `BGP_PRO`: BGP (Multi-ISP) Pro line BGP (Multi-ISP) Pro line is supported only in the China (Hong Kong), Singapore, Japan (Tokyo), Malaysia (Kuala Lumpur), Philippines (Manila), Indonesia (Jakarta), and Thailand (Bangkok) regions.
448
-
449
- For more information about the BGP (Multi-ISP) line and BGP (Multi-ISP) Pro line, see [EIP line types](https://www.alibabacloud.com/help/en/doc-detail/32321.html).
450
-
451
- If you are allowed to use single-ISP bandwidth, you can also use one of the following values:
452
- - `ChinaTelecom`
453
- - `ChinaUnicom`
454
- - `ChinaMobile`
455
- - `ChinaTelecom_L2`
456
- - `ChinaUnicom_L2`
457
- - `ChinaMobile_L2`
458
-
459
- If your services are deployed in China East 1 Finance, this parameter is required and you must set the parameter to `BGP_FinanceCloud`.
460
- :param pulumi.Input[str] netmode: The network type. Set the value to `public`, which specifies the public network type.
461
- :param pulumi.Input[str] resource_group_id: The resource group ID.
462
- :param pulumi.Input[str] zone: The zone of the contiguous EIP group.
321
+ :param pulumi.Input[str] bandwidth: The peak bandwidth of the EIP. Unit: Mbps. When the value of instancargetype is PostPaid and the value of InternetChargeType is PayByBandwidth, the range of Bandwidth is 1 to 500. If the value of instancargetype is PostPaid and the value of InternetChargeType is PayByTraffic, the range of Bandwidth is 1 to 200. When instancargetype is set to PrePaid, the range of Bandwidth is 1 to 1000. The default value is 5 Mbps.
322
+ :param pulumi.Input[str] eip_mask: Mask of consecutive EIPs. Value:28: For a single call, the system will allocate 16 consecutive EIPs.27: For a single call, the system will allocate 32 consecutive EIPs.26: For a single call, the system will allocate 64 consecutive EIPs.25: For a single call, the system will allocate 128 consecutive EIPs.24: For a single call, the system will allocate 256 consecutive EIPs.
323
+ :param pulumi.Input[str] internet_charge_type: Continuous EIP billing method, valid values:
324
+ - **PayByBandwidth** (default): Billing based on fixed bandwidth.
325
+ - **PayByTraffic**: Billing by usage flow.
326
+ :param pulumi.Input[str] isp: Line type. Valid values:
327
+ - **BGP** (default):BGP (multi-line) line. BGP (multi-line) EIP is supported in all regions.
328
+ - **BGP_PRO** :BGP (multi-line)_boutique line. Currently, only Hong Kong, Singapore, Japan (Tokyo), Malaysia (Kuala Lumpur), the Philippines (Manila), Indonesia (Jakarta), and Thailand (Bangkok) regions support BGP (multi-line)_boutique route EIP.
329
+ For more information about BGP (multi-line) lines and BGP (multi-line) premium lines, see EIP line types.
330
+ If you are a whitelist user with single-line bandwidth, you can also select the following types:
331
+ - **ChinaTelecom** : China Telecom
332
+ - **ChinaUnicom** : China Unicom
333
+ - **ChinaMobile** : China Mobile
334
+ - **ChinaTelecom_L2** : China Telecom L2
335
+ - **ChinaUnicom_L2** : China Unicom L2
336
+ - **ChinaMobile_L2** : China Mobile L2
337
+ If you are a user of Hangzhou Financial Cloud, this field is required. The value is `BGP_FinanceCloud`.
338
+ :param pulumi.Input[str] netmode: The network type. Set the value to **public**.
463
339
  """
464
340
  ...
465
341
  @overload
@@ -522,8 +398,6 @@ class EipSegmentAddress(pulumi.CustomResource):
522
398
  internet_charge_type: Optional[pulumi.Input[str]] = None,
523
399
  isp: Optional[pulumi.Input[str]] = None,
524
400
  netmode: Optional[pulumi.Input[str]] = None,
525
- resource_group_id: Optional[pulumi.Input[str]] = None,
526
- zone: Optional[pulumi.Input[str]] = None,
527
401
  __props__=None):
528
402
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
529
403
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -540,10 +414,7 @@ class EipSegmentAddress(pulumi.CustomResource):
540
414
  __props__.__dict__["internet_charge_type"] = internet_charge_type
541
415
  __props__.__dict__["isp"] = isp
542
416
  __props__.__dict__["netmode"] = netmode
543
- __props__.__dict__["resource_group_id"] = resource_group_id
544
- __props__.__dict__["zone"] = zone
545
417
  __props__.__dict__["create_time"] = None
546
- __props__.__dict__["segment_address_name"] = None
547
418
  __props__.__dict__["status"] = None
548
419
  super(EipSegmentAddress, __self__).__init__(
549
420
  'alicloud:ecs/eipSegmentAddress:EipSegmentAddress',
@@ -561,10 +432,7 @@ class EipSegmentAddress(pulumi.CustomResource):
561
432
  internet_charge_type: Optional[pulumi.Input[str]] = None,
562
433
  isp: Optional[pulumi.Input[str]] = None,
563
434
  netmode: Optional[pulumi.Input[str]] = None,
564
- resource_group_id: Optional[pulumi.Input[str]] = None,
565
- segment_address_name: Optional[pulumi.Input[str]] = None,
566
- status: Optional[pulumi.Input[str]] = None,
567
- zone: Optional[pulumi.Input[str]] = None) -> 'EipSegmentAddress':
435
+ status: Optional[pulumi.Input[str]] = None) -> 'EipSegmentAddress':
568
436
  """
569
437
  Get an existing EipSegmentAddress resource's state with the given name, id, and optional extra
570
438
  properties used to qualify the lookup.
@@ -572,37 +440,26 @@ class EipSegmentAddress(pulumi.CustomResource):
572
440
  :param str resource_name: The unique name of the resulting resource.
573
441
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
574
442
  :param pulumi.ResourceOptions opts: Options for the resource.
575
- :param pulumi.Input[str] bandwidth: The maximum bandwidth of the contiguous EIP group. Unit: Mbit/s.
576
- - Valid values when `InstanceChargeType` is set to `PostPaid` and `InternetChargeType` is set to `PayByBandwidth`: `1` to `500`.****
577
- - Valid values when `InstanceChargeType` is set to `PostPaid` and `InternetChargeType` is set to `PayByTraffic`: `1` to `200`.****
578
- - Valid values when `InstanceChargeType` is set to `PrePaid`: `1` to `1000`.****
579
-
580
- Default value: `5`. Unit: Mbit/s.
443
+ :param pulumi.Input[str] bandwidth: The peak bandwidth of the EIP. Unit: Mbps. When the value of instancargetype is PostPaid and the value of InternetChargeType is PayByBandwidth, the range of Bandwidth is 1 to 500. If the value of instancargetype is PostPaid and the value of InternetChargeType is PayByTraffic, the range of Bandwidth is 1 to 200. When instancargetype is set to PrePaid, the range of Bandwidth is 1 to 1000. The default value is 5 Mbps.
581
444
  :param pulumi.Input[str] create_time: The time when the contiguous Elastic IP address group was created. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
582
- :param pulumi.Input[str] eip_mask: The subnet mask of the contiguous EIP group. Valid values:
583
- :param pulumi.Input[str] internet_charge_type: The metering method of the contiguous EIP group. Valid values:
584
- - `PayByBandwidth` (default)
585
- - `PayByTraffic`
586
- :param pulumi.Input[str] isp: The line type. Valid values:
587
- - `BGP` (default): BGP (Multi-ISP) line The BGP (Multi-ISP) line is supported in all regions.
588
- - `BGP_PRO`: BGP (Multi-ISP) Pro line BGP (Multi-ISP) Pro line is supported only in the China (Hong Kong), Singapore, Japan (Tokyo), Malaysia (Kuala Lumpur), Philippines (Manila), Indonesia (Jakarta), and Thailand (Bangkok) regions.
589
-
590
- For more information about the BGP (Multi-ISP) line and BGP (Multi-ISP) Pro line, see [EIP line types](https://www.alibabacloud.com/help/en/doc-detail/32321.html).
591
-
592
- If you are allowed to use single-ISP bandwidth, you can also use one of the following values:
593
- - `ChinaTelecom`
594
- - `ChinaUnicom`
595
- - `ChinaMobile`
596
- - `ChinaTelecom_L2`
597
- - `ChinaUnicom_L2`
598
- - `ChinaMobile_L2`
599
-
600
- If your services are deployed in China East 1 Finance, this parameter is required and you must set the parameter to `BGP_FinanceCloud`.
601
- :param pulumi.Input[str] netmode: The network type. Set the value to `public`, which specifies the public network type.
602
- :param pulumi.Input[str] resource_group_id: The resource group ID.
603
- :param pulumi.Input[str] segment_address_name: The name of the contiguous Elastic IP address group.
604
- :param pulumi.Input[str] status: The status of the resource
605
- :param pulumi.Input[str] zone: The zone of the contiguous EIP group.
445
+ :param pulumi.Input[str] eip_mask: Mask of consecutive EIPs. Value:28: For a single call, the system will allocate 16 consecutive EIPs.27: For a single call, the system will allocate 32 consecutive EIPs.26: For a single call, the system will allocate 64 consecutive EIPs.25: For a single call, the system will allocate 128 consecutive EIPs.24: For a single call, the system will allocate 256 consecutive EIPs.
446
+ :param pulumi.Input[str] internet_charge_type: Continuous EIP billing method, valid values:
447
+ - **PayByBandwidth** (default): Billing based on fixed bandwidth.
448
+ - **PayByTraffic**: Billing by usage flow.
449
+ :param pulumi.Input[str] isp: Line type. Valid values:
450
+ - **BGP** (default):BGP (multi-line) line. BGP (multi-line) EIP is supported in all regions.
451
+ - **BGP_PRO** :BGP (multi-line)_boutique line. Currently, only Hong Kong, Singapore, Japan (Tokyo), Malaysia (Kuala Lumpur), the Philippines (Manila), Indonesia (Jakarta), and Thailand (Bangkok) regions support BGP (multi-line)_boutique route EIP.
452
+ For more information about BGP (multi-line) lines and BGP (multi-line) premium lines, see EIP line types.
453
+ If you are a whitelist user with single-line bandwidth, you can also select the following types:
454
+ - **ChinaTelecom** : China Telecom
455
+ - **ChinaUnicom** : China Unicom
456
+ - **ChinaMobile** : China Mobile
457
+ - **ChinaTelecom_L2** : China Telecom L2
458
+ - **ChinaUnicom_L2** : China Unicom L2
459
+ - **ChinaMobile_L2** : China Mobile L2
460
+ If you are a user of Hangzhou Financial Cloud, this field is required. The value is `BGP_FinanceCloud`.
461
+ :param pulumi.Input[str] netmode: The network type. Set the value to **public**.
462
+ :param pulumi.Input[str] status: The status of the resource.
606
463
  """
607
464
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
608
465
 
@@ -614,22 +471,14 @@ class EipSegmentAddress(pulumi.CustomResource):
614
471
  __props__.__dict__["internet_charge_type"] = internet_charge_type
615
472
  __props__.__dict__["isp"] = isp
616
473
  __props__.__dict__["netmode"] = netmode
617
- __props__.__dict__["resource_group_id"] = resource_group_id
618
- __props__.__dict__["segment_address_name"] = segment_address_name
619
474
  __props__.__dict__["status"] = status
620
- __props__.__dict__["zone"] = zone
621
475
  return EipSegmentAddress(resource_name, opts=opts, __props__=__props__)
622
476
 
623
477
  @property
624
478
  @pulumi.getter
625
479
  def bandwidth(self) -> pulumi.Output[Optional[str]]:
626
480
  """
627
- The maximum bandwidth of the contiguous EIP group. Unit: Mbit/s.
628
- - Valid values when `InstanceChargeType` is set to `PostPaid` and `InternetChargeType` is set to `PayByBandwidth`: `1` to `500`.****
629
- - Valid values when `InstanceChargeType` is set to `PostPaid` and `InternetChargeType` is set to `PayByTraffic`: `1` to `200`.****
630
- - Valid values when `InstanceChargeType` is set to `PrePaid`: `1` to `1000`.****
631
-
632
- Default value: `5`. Unit: Mbit/s.
481
+ The peak bandwidth of the EIP. Unit: Mbps. When the value of instancargetype is PostPaid and the value of InternetChargeType is PayByBandwidth, the range of Bandwidth is 1 to 500. If the value of instancargetype is PostPaid and the value of InternetChargeType is PayByTraffic, the range of Bandwidth is 1 to 200. When instancargetype is set to PrePaid, the range of Bandwidth is 1 to 1000. The default value is 5 Mbps.
633
482
  """
634
483
  return pulumi.get(self, "bandwidth")
635
484
 
@@ -645,7 +494,7 @@ class EipSegmentAddress(pulumi.CustomResource):
645
494
  @pulumi.getter(name="eipMask")
646
495
  def eip_mask(self) -> pulumi.Output[str]:
647
496
  """
648
- The subnet mask of the contiguous EIP group. Valid values:
497
+ Mask of consecutive EIPs. Value:28: For a single call, the system will allocate 16 consecutive EIPs.27: For a single call, the system will allocate 32 consecutive EIPs.26: For a single call, the system will allocate 64 consecutive EIPs.25: For a single call, the system will allocate 128 consecutive EIPs.24: For a single call, the system will allocate 256 consecutive EIPs.
649
498
  """
650
499
  return pulumi.get(self, "eip_mask")
651
500
 
@@ -653,9 +502,9 @@ class EipSegmentAddress(pulumi.CustomResource):
653
502
  @pulumi.getter(name="internetChargeType")
654
503
  def internet_charge_type(self) -> pulumi.Output[Optional[str]]:
655
504
  """
656
- The metering method of the contiguous EIP group. Valid values:
657
- - `PayByBandwidth` (default)
658
- - `PayByTraffic`
505
+ Continuous EIP billing method, valid values:
506
+ - **PayByBandwidth** (default): Billing based on fixed bandwidth.
507
+ - **PayByTraffic**: Billing by usage flow.
659
508
  """
660
509
  return pulumi.get(self, "internet_charge_type")
661
510
 
@@ -663,21 +512,18 @@ class EipSegmentAddress(pulumi.CustomResource):
663
512
  @pulumi.getter
664
513
  def isp(self) -> pulumi.Output[Optional[str]]:
665
514
  """
666
- The line type. Valid values:
667
- - `BGP` (default): BGP (Multi-ISP) line The BGP (Multi-ISP) line is supported in all regions.
668
- - `BGP_PRO`: BGP (Multi-ISP) Pro line BGP (Multi-ISP) Pro line is supported only in the China (Hong Kong), Singapore, Japan (Tokyo), Malaysia (Kuala Lumpur), Philippines (Manila), Indonesia (Jakarta), and Thailand (Bangkok) regions.
669
-
670
- For more information about the BGP (Multi-ISP) line and BGP (Multi-ISP) Pro line, see [EIP line types](https://www.alibabacloud.com/help/en/doc-detail/32321.html).
671
-
672
- If you are allowed to use single-ISP bandwidth, you can also use one of the following values:
673
- - `ChinaTelecom`
674
- - `ChinaUnicom`
675
- - `ChinaMobile`
676
- - `ChinaTelecom_L2`
677
- - `ChinaUnicom_L2`
678
- - `ChinaMobile_L2`
679
-
680
- If your services are deployed in China East 1 Finance, this parameter is required and you must set the parameter to `BGP_FinanceCloud`.
515
+ Line type. Valid values:
516
+ - **BGP** (default):BGP (multi-line) line. BGP (multi-line) EIP is supported in all regions.
517
+ - **BGP_PRO** :BGP (multi-line)_boutique line. Currently, only Hong Kong, Singapore, Japan (Tokyo), Malaysia (Kuala Lumpur), the Philippines (Manila), Indonesia (Jakarta), and Thailand (Bangkok) regions support BGP (multi-line)_boutique route EIP.
518
+ For more information about BGP (multi-line) lines and BGP (multi-line) premium lines, see EIP line types.
519
+ If you are a whitelist user with single-line bandwidth, you can also select the following types:
520
+ - **ChinaTelecom** : China Telecom
521
+ - **ChinaUnicom** : China Unicom
522
+ - **ChinaMobile** : China Mobile
523
+ - **ChinaTelecom_L2** : China Telecom L2
524
+ - **ChinaUnicom_L2** : China Unicom L2
525
+ - **ChinaMobile_L2** : China Mobile L2
526
+ If you are a user of Hangzhou Financial Cloud, this field is required. The value is `BGP_FinanceCloud`.
681
527
  """
682
528
  return pulumi.get(self, "isp")
683
529
 
@@ -685,39 +531,15 @@ class EipSegmentAddress(pulumi.CustomResource):
685
531
  @pulumi.getter
686
532
  def netmode(self) -> pulumi.Output[Optional[str]]:
687
533
  """
688
- The network type. Set the value to `public`, which specifies the public network type.
534
+ The network type. Set the value to **public**.
689
535
  """
690
536
  return pulumi.get(self, "netmode")
691
537
 
692
- @property
693
- @pulumi.getter(name="resourceGroupId")
694
- def resource_group_id(self) -> pulumi.Output[Optional[str]]:
695
- """
696
- The resource group ID.
697
- """
698
- return pulumi.get(self, "resource_group_id")
699
-
700
- @property
701
- @pulumi.getter(name="segmentAddressName")
702
- def segment_address_name(self) -> pulumi.Output[str]:
703
- """
704
- The name of the contiguous Elastic IP address group.
705
- """
706
- return pulumi.get(self, "segment_address_name")
707
-
708
538
  @property
709
539
  @pulumi.getter
710
540
  def status(self) -> pulumi.Output[str]:
711
541
  """
712
- The status of the resource
542
+ The status of the resource.
713
543
  """
714
544
  return pulumi.get(self, "status")
715
545
 
716
- @property
717
- @pulumi.getter
718
- def zone(self) -> pulumi.Output[str]:
719
- """
720
- The zone of the contiguous EIP group.
721
- """
722
- return pulumi.get(self, "zone")
723
-