pulumi-alicloud 3.63.0a1726291447__py3-none-any.whl → 3.63.0a1726828180__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 (40) hide show
  1. pulumi_alicloud/amqp/binding.py +30 -36
  2. pulumi_alicloud/cen/_inputs.py +180 -14
  3. pulumi_alicloud/cen/outputs.py +173 -12
  4. pulumi_alicloud/cen/traffic_marking_policy.py +116 -53
  5. pulumi_alicloud/cen/transit_router_vpc_attachment.py +338 -119
  6. pulumi_alicloud/cr/chart_namespace.py +14 -6
  7. pulumi_alicloud/cr/endpoint_acl_policy.py +10 -2
  8. pulumi_alicloud/cr/namespace.py +10 -2
  9. pulumi_alicloud/cs/registry_enterprise_sync_rule.py +10 -10
  10. pulumi_alicloud/ddos/bgp_ip.py +1 -1
  11. pulumi_alicloud/ecs/_inputs.py +28 -0
  12. pulumi_alicloud/ecs/outputs.py +20 -0
  13. pulumi_alicloud/emrv2/_inputs.py +12 -12
  14. pulumi_alicloud/emrv2/outputs.py +12 -12
  15. pulumi_alicloud/ens/_inputs.py +50 -2
  16. pulumi_alicloud/ens/instance.py +428 -184
  17. pulumi_alicloud/ens/outputs.py +57 -2
  18. pulumi_alicloud/expressconnect/physical_connection.py +321 -185
  19. pulumi_alicloud/fc/trigger.py +22 -24
  20. pulumi_alicloud/ga/endpoint_group.py +68 -14
  21. pulumi_alicloud/mongodb/instance.py +94 -0
  22. pulumi_alicloud/nlb/_inputs.py +120 -64
  23. pulumi_alicloud/nlb/get_listeners.py +32 -2
  24. pulumi_alicloud/nlb/get_server_group_server_attachments.py +8 -2
  25. pulumi_alicloud/nlb/listener.py +315 -245
  26. pulumi_alicloud/nlb/listener_additional_certificate_attachment.py +25 -25
  27. pulumi_alicloud/nlb/load_balancer.py +181 -212
  28. pulumi_alicloud/nlb/load_balancer_security_group_attachment.py +29 -39
  29. pulumi_alicloud/nlb/loadbalancer_common_bandwidth_package_attachment.py +22 -18
  30. pulumi_alicloud/nlb/outputs.py +122 -66
  31. pulumi_alicloud/nlb/security_policy.py +53 -25
  32. pulumi_alicloud/nlb/server_group.py +196 -133
  33. pulumi_alicloud/ocean/base_instance.py +498 -163
  34. pulumi_alicloud/pulumi-plugin.json +1 -1
  35. pulumi_alicloud/servicemesh/extension_provider.py +2 -2
  36. pulumi_alicloud/vpc/common_bandwith_package_attachment.py +2 -2
  37. {pulumi_alicloud-3.63.0a1726291447.dist-info → pulumi_alicloud-3.63.0a1726828180.dist-info}/METADATA +1 -1
  38. {pulumi_alicloud-3.63.0a1726291447.dist-info → pulumi_alicloud-3.63.0a1726828180.dist-info}/RECORD +40 -40
  39. {pulumi_alicloud-3.63.0a1726291447.dist-info → pulumi_alicloud-3.63.0a1726828180.dist-info}/WHEEL +1 -1
  40. {pulumi_alicloud-3.63.0a1726291447.dist-info → pulumi_alicloud-3.63.0a1726828180.dist-info}/top_level.txt +0 -0
@@ -20,39 +20,45 @@ class PhysicalConnectionArgs:
20
20
  circuit_code: Optional[pulumi.Input[str]] = None,
21
21
  description: Optional[pulumi.Input[str]] = None,
22
22
  peer_location: Optional[pulumi.Input[str]] = None,
23
+ period: Optional[pulumi.Input[int]] = None,
23
24
  physical_connection_name: Optional[pulumi.Input[str]] = None,
24
25
  port_type: Optional[pulumi.Input[str]] = None,
26
+ pricing_cycle: Optional[pulumi.Input[str]] = None,
25
27
  redundant_physical_connection_id: Optional[pulumi.Input[str]] = None,
26
28
  status: Optional[pulumi.Input[str]] = None,
27
29
  type: Optional[pulumi.Input[str]] = None):
28
30
  """
29
31
  The set of arguments for constructing a PhysicalConnection resource.
30
- :param pulumi.Input[str] access_point_id: The Physical Leased Line Access Point ID.
31
- :param pulumi.Input[str] line_operator: Provides Access to the Physical Line Operator. Valid values:
32
- * CT: China Telecom
33
- * CU: China Unicom
34
- * CM: china Mobile
35
- * CO: Other Chinese
36
- * Equinix: Equinix
37
- * Other: Other Overseas.
38
- :param pulumi.Input[str] bandwidth: On the Bandwidth of the ECC Service and Physical Connection.
39
- :param pulumi.Input[str] circuit_code: Operators for Physical Connection Circuit Provided Coding.
40
- :param pulumi.Input[str] description: The Physical Connection to Which the Description.
41
- :param pulumi.Input[str] peer_location: and an on-Premises Data Center Location.
42
- :param pulumi.Input[str] physical_connection_name: on Behalf of the Resource Name of the Resources-Attribute Field.
43
- :param pulumi.Input[str] port_type: The Physical Leased Line Access Port Type. Valid value:
44
- * 100Base-T: Fast Electrical Ports
45
- * 1000Base-T: gigabit Electrical Ports
46
- * 1000Base-LX: Gigabit Singlemode Optical Ports (10Km)
47
- * 10GBase-T: Gigabit Electrical Port
48
- * 10GBase-LR: Gigabit Singlemode Optical Ports (10Km).
49
- * 40GBase-LR: 40 Gigabit Singlemode Optical Ports.
50
- * 100GBase-LR: One hundred thousand Gigabit Singlemode Optical Ports.
51
-
52
- **NOTE:** From in v1.185.0+, The `40GBase-LR` and `100GBase-LR` is valid. and Set these values based on the water levels of background ports. For details about the water levels, contact the business manager.
53
- :param pulumi.Input[str] redundant_physical_connection_id: Redundant Physical Connection to Which the ID.
54
- :param pulumi.Input[str] status: Resources on Behalf of a State of the Resource Attribute Field. Valid values: `Canceled`, `Enabled`, `Terminated`.
55
- :param pulumi.Input[str] type: Physical Private Line of Type. Default Value: VPC.
32
+ :param pulumi.Input[str] access_point_id: The access point ID of the Express Connect circuit.
33
+ :param pulumi.Input[str] line_operator: The connectivity provider of the Express Connect circuit. Valid values:
34
+ - `CT`: China Telecom.
35
+ - `CU`: China Unicom.
36
+ - `CM`: China Mobile.
37
+ - `CO`: Other connectivity providers in the Chinese mainland.
38
+ - `Equinix`: Equinix.
39
+ - `Other`: Other connectivity providers outside the Chinese mainland.
40
+ :param pulumi.Input[str] bandwidth: The maximum bandwidth of the hosted connection.
41
+ :param pulumi.Input[str] circuit_code: The circuit code of the Express Connect circuit.
42
+ :param pulumi.Input[str] description: The description of the Express Connect circuit.
43
+ :param pulumi.Input[str] peer_location: The geographical location of the data center.
44
+ :param pulumi.Input[int] period: The subscription duration. Valid values:
45
+ - If `pricing_cycle` is set to `Month`. Valid values: `1` to `9`.
46
+ - If `pricing_cycle` is set to `Year`. Valid values: `1` to `5`.
47
+ :param pulumi.Input[str] physical_connection_name: The name of the Express Connect circuit.
48
+ :param pulumi.Input[str] port_type: The port type of the Express Connect circuit. Valid values:
49
+ - `100Base-T`: 100 Mbit/s copper Ethernet port.
50
+ - `1000Base-T`: 1000 Mbit/s copper Ethernet port.
51
+ - `1000Base-LX`: 1000 Mbit/s single-mode optical port (10 km).
52
+ - `10GBase-T`: 10000 Mbit/s copper Ethernet port.
53
+ - `10GBase-LR`: 10000 Mbit/s single-mode optical port (10 km).
54
+ - `40GBase-LR`: 40000 Mbit/s single-mode optical port.
55
+ - `100GBase-LR`: 100000 Mbit/s single-mode optical port.
56
+ > **NOTE:** From version 1.185.0, `port_type` can be set to `40GBase-LR`, `100GBase-LR`. From version 1.230.1, `port_type` cannot be modified.
57
+ :param pulumi.Input[str] pricing_cycle: The billing cycle of the subscription. Default value: `Month`. Valid values: `Month`, `Year`.
58
+ > **NOTE:** `period` and `pricing_cycle` are valid only when `status` is set to `Enabled`.
59
+ :param pulumi.Input[str] redundant_physical_connection_id: The ID of the redundant Express Connect circuit. **NOTE:** From version 1.230.1, `redundant_physical_connection_id` cannot be modified.
60
+ :param pulumi.Input[str] status: The status of the Express Connect circuit. Valid values: `Confirmed`, `Enabled`, `Canceled`, `Terminated`. **NOTE:** From version 1.230.1, `status` can be set to `Confirmed`. If you want to set `status` to `Enabled`, `period` must be set.
61
+ :param pulumi.Input[str] type: The type of Express Connect circuit. Default value: `VPC`. Valid values: `VPC`.
56
62
  """
57
63
  pulumi.set(__self__, "access_point_id", access_point_id)
58
64
  pulumi.set(__self__, "line_operator", line_operator)
@@ -64,10 +70,14 @@ class PhysicalConnectionArgs:
64
70
  pulumi.set(__self__, "description", description)
65
71
  if peer_location is not None:
66
72
  pulumi.set(__self__, "peer_location", peer_location)
73
+ if period is not None:
74
+ pulumi.set(__self__, "period", period)
67
75
  if physical_connection_name is not None:
68
76
  pulumi.set(__self__, "physical_connection_name", physical_connection_name)
69
77
  if port_type is not None:
70
78
  pulumi.set(__self__, "port_type", port_type)
79
+ if pricing_cycle is not None:
80
+ pulumi.set(__self__, "pricing_cycle", pricing_cycle)
71
81
  if redundant_physical_connection_id is not None:
72
82
  pulumi.set(__self__, "redundant_physical_connection_id", redundant_physical_connection_id)
73
83
  if status is not None:
@@ -79,7 +89,7 @@ class PhysicalConnectionArgs:
79
89
  @pulumi.getter(name="accessPointId")
80
90
  def access_point_id(self) -> pulumi.Input[str]:
81
91
  """
82
- The Physical Leased Line Access Point ID.
92
+ The access point ID of the Express Connect circuit.
83
93
  """
84
94
  return pulumi.get(self, "access_point_id")
85
95
 
@@ -91,13 +101,13 @@ class PhysicalConnectionArgs:
91
101
  @pulumi.getter(name="lineOperator")
92
102
  def line_operator(self) -> pulumi.Input[str]:
93
103
  """
94
- Provides Access to the Physical Line Operator. Valid values:
95
- * CT: China Telecom
96
- * CU: China Unicom
97
- * CM: china Mobile
98
- * CO: Other Chinese
99
- * Equinix: Equinix
100
- * Other: Other Overseas.
104
+ The connectivity provider of the Express Connect circuit. Valid values:
105
+ - `CT`: China Telecom.
106
+ - `CU`: China Unicom.
107
+ - `CM`: China Mobile.
108
+ - `CO`: Other connectivity providers in the Chinese mainland.
109
+ - `Equinix`: Equinix.
110
+ - `Other`: Other connectivity providers outside the Chinese mainland.
101
111
  """
102
112
  return pulumi.get(self, "line_operator")
103
113
 
@@ -109,7 +119,7 @@ class PhysicalConnectionArgs:
109
119
  @pulumi.getter
110
120
  def bandwidth(self) -> Optional[pulumi.Input[str]]:
111
121
  """
112
- On the Bandwidth of the ECC Service and Physical Connection.
122
+ The maximum bandwidth of the hosted connection.
113
123
  """
114
124
  return pulumi.get(self, "bandwidth")
115
125
 
@@ -121,7 +131,7 @@ class PhysicalConnectionArgs:
121
131
  @pulumi.getter(name="circuitCode")
122
132
  def circuit_code(self) -> Optional[pulumi.Input[str]]:
123
133
  """
124
- Operators for Physical Connection Circuit Provided Coding.
134
+ The circuit code of the Express Connect circuit.
125
135
  """
126
136
  return pulumi.get(self, "circuit_code")
127
137
 
@@ -133,7 +143,7 @@ class PhysicalConnectionArgs:
133
143
  @pulumi.getter
134
144
  def description(self) -> Optional[pulumi.Input[str]]:
135
145
  """
136
- The Physical Connection to Which the Description.
146
+ The description of the Express Connect circuit.
137
147
  """
138
148
  return pulumi.get(self, "description")
139
149
 
@@ -145,7 +155,7 @@ class PhysicalConnectionArgs:
145
155
  @pulumi.getter(name="peerLocation")
146
156
  def peer_location(self) -> Optional[pulumi.Input[str]]:
147
157
  """
148
- and an on-Premises Data Center Location.
158
+ The geographical location of the data center.
149
159
  """
150
160
  return pulumi.get(self, "peer_location")
151
161
 
@@ -153,11 +163,25 @@ class PhysicalConnectionArgs:
153
163
  def peer_location(self, value: Optional[pulumi.Input[str]]):
154
164
  pulumi.set(self, "peer_location", value)
155
165
 
166
+ @property
167
+ @pulumi.getter
168
+ def period(self) -> Optional[pulumi.Input[int]]:
169
+ """
170
+ The subscription duration. Valid values:
171
+ - If `pricing_cycle` is set to `Month`. Valid values: `1` to `9`.
172
+ - If `pricing_cycle` is set to `Year`. Valid values: `1` to `5`.
173
+ """
174
+ return pulumi.get(self, "period")
175
+
176
+ @period.setter
177
+ def period(self, value: Optional[pulumi.Input[int]]):
178
+ pulumi.set(self, "period", value)
179
+
156
180
  @property
157
181
  @pulumi.getter(name="physicalConnectionName")
158
182
  def physical_connection_name(self) -> Optional[pulumi.Input[str]]:
159
183
  """
160
- on Behalf of the Resource Name of the Resources-Attribute Field.
184
+ The name of the Express Connect circuit.
161
185
  """
162
186
  return pulumi.get(self, "physical_connection_name")
163
187
 
@@ -169,16 +193,15 @@ class PhysicalConnectionArgs:
169
193
  @pulumi.getter(name="portType")
170
194
  def port_type(self) -> Optional[pulumi.Input[str]]:
171
195
  """
172
- The Physical Leased Line Access Port Type. Valid value:
173
- * 100Base-T: Fast Electrical Ports
174
- * 1000Base-T: gigabit Electrical Ports
175
- * 1000Base-LX: Gigabit Singlemode Optical Ports (10Km)
176
- * 10GBase-T: Gigabit Electrical Port
177
- * 10GBase-LR: Gigabit Singlemode Optical Ports (10Km).
178
- * 40GBase-LR: 40 Gigabit Singlemode Optical Ports.
179
- * 100GBase-LR: One hundred thousand Gigabit Singlemode Optical Ports.
180
-
181
- **NOTE:** From in v1.185.0+, The `40GBase-LR` and `100GBase-LR` is valid. and Set these values based on the water levels of background ports. For details about the water levels, contact the business manager.
196
+ The port type of the Express Connect circuit. Valid values:
197
+ - `100Base-T`: 100 Mbit/s copper Ethernet port.
198
+ - `1000Base-T`: 1000 Mbit/s copper Ethernet port.
199
+ - `1000Base-LX`: 1000 Mbit/s single-mode optical port (10 km).
200
+ - `10GBase-T`: 10000 Mbit/s copper Ethernet port.
201
+ - `10GBase-LR`: 10000 Mbit/s single-mode optical port (10 km).
202
+ - `40GBase-LR`: 40000 Mbit/s single-mode optical port.
203
+ - `100GBase-LR`: 100000 Mbit/s single-mode optical port.
204
+ > **NOTE:** From version 1.185.0, `port_type` can be set to `40GBase-LR`, `100GBase-LR`. From version 1.230.1, `port_type` cannot be modified.
182
205
  """
183
206
  return pulumi.get(self, "port_type")
184
207
 
@@ -186,11 +209,24 @@ class PhysicalConnectionArgs:
186
209
  def port_type(self, value: Optional[pulumi.Input[str]]):
187
210
  pulumi.set(self, "port_type", value)
188
211
 
212
+ @property
213
+ @pulumi.getter(name="pricingCycle")
214
+ def pricing_cycle(self) -> Optional[pulumi.Input[str]]:
215
+ """
216
+ The billing cycle of the subscription. Default value: `Month`. Valid values: `Month`, `Year`.
217
+ > **NOTE:** `period` and `pricing_cycle` are valid only when `status` is set to `Enabled`.
218
+ """
219
+ return pulumi.get(self, "pricing_cycle")
220
+
221
+ @pricing_cycle.setter
222
+ def pricing_cycle(self, value: Optional[pulumi.Input[str]]):
223
+ pulumi.set(self, "pricing_cycle", value)
224
+
189
225
  @property
190
226
  @pulumi.getter(name="redundantPhysicalConnectionId")
191
227
  def redundant_physical_connection_id(self) -> Optional[pulumi.Input[str]]:
192
228
  """
193
- Redundant Physical Connection to Which the ID.
229
+ The ID of the redundant Express Connect circuit. **NOTE:** From version 1.230.1, `redundant_physical_connection_id` cannot be modified.
194
230
  """
195
231
  return pulumi.get(self, "redundant_physical_connection_id")
196
232
 
@@ -202,7 +238,7 @@ class PhysicalConnectionArgs:
202
238
  @pulumi.getter
203
239
  def status(self) -> Optional[pulumi.Input[str]]:
204
240
  """
205
- Resources on Behalf of a State of the Resource Attribute Field. Valid values: `Canceled`, `Enabled`, `Terminated`.
241
+ The status of the Express Connect circuit. Valid values: `Confirmed`, `Enabled`, `Canceled`, `Terminated`. **NOTE:** From version 1.230.1, `status` can be set to `Confirmed`. If you want to set `status` to `Enabled`, `period` must be set.
206
242
  """
207
243
  return pulumi.get(self, "status")
208
244
 
@@ -214,7 +250,7 @@ class PhysicalConnectionArgs:
214
250
  @pulumi.getter
215
251
  def type(self) -> Optional[pulumi.Input[str]]:
216
252
  """
217
- Physical Private Line of Type. Default Value: VPC.
253
+ The type of Express Connect circuit. Default value: `VPC`. Valid values: `VPC`.
218
254
  """
219
255
  return pulumi.get(self, "type")
220
256
 
@@ -231,40 +267,48 @@ class _PhysicalConnectionState:
231
267
  circuit_code: Optional[pulumi.Input[str]] = None,
232
268
  description: Optional[pulumi.Input[str]] = None,
233
269
  line_operator: Optional[pulumi.Input[str]] = None,
270
+ order_id: Optional[pulumi.Input[str]] = None,
234
271
  peer_location: Optional[pulumi.Input[str]] = None,
272
+ period: Optional[pulumi.Input[int]] = None,
235
273
  physical_connection_name: Optional[pulumi.Input[str]] = None,
236
274
  port_type: Optional[pulumi.Input[str]] = None,
275
+ pricing_cycle: Optional[pulumi.Input[str]] = None,
237
276
  redundant_physical_connection_id: Optional[pulumi.Input[str]] = None,
238
277
  status: Optional[pulumi.Input[str]] = None,
239
278
  type: Optional[pulumi.Input[str]] = None):
240
279
  """
241
280
  Input properties used for looking up and filtering PhysicalConnection resources.
242
- :param pulumi.Input[str] access_point_id: The Physical Leased Line Access Point ID.
243
- :param pulumi.Input[str] bandwidth: On the Bandwidth of the ECC Service and Physical Connection.
244
- :param pulumi.Input[str] circuit_code: Operators for Physical Connection Circuit Provided Coding.
245
- :param pulumi.Input[str] description: The Physical Connection to Which the Description.
246
- :param pulumi.Input[str] line_operator: Provides Access to the Physical Line Operator. Valid values:
247
- * CT: China Telecom
248
- * CU: China Unicom
249
- * CM: china Mobile
250
- * CO: Other Chinese
251
- * Equinix: Equinix
252
- * Other: Other Overseas.
253
- :param pulumi.Input[str] peer_location: and an on-Premises Data Center Location.
254
- :param pulumi.Input[str] physical_connection_name: on Behalf of the Resource Name of the Resources-Attribute Field.
255
- :param pulumi.Input[str] port_type: The Physical Leased Line Access Port Type. Valid value:
256
- * 100Base-T: Fast Electrical Ports
257
- * 1000Base-T: gigabit Electrical Ports
258
- * 1000Base-LX: Gigabit Singlemode Optical Ports (10Km)
259
- * 10GBase-T: Gigabit Electrical Port
260
- * 10GBase-LR: Gigabit Singlemode Optical Ports (10Km).
261
- * 40GBase-LR: 40 Gigabit Singlemode Optical Ports.
262
- * 100GBase-LR: One hundred thousand Gigabit Singlemode Optical Ports.
263
-
264
- **NOTE:** From in v1.185.0+, The `40GBase-LR` and `100GBase-LR` is valid. and Set these values based on the water levels of background ports. For details about the water levels, contact the business manager.
265
- :param pulumi.Input[str] redundant_physical_connection_id: Redundant Physical Connection to Which the ID.
266
- :param pulumi.Input[str] status: Resources on Behalf of a State of the Resource Attribute Field. Valid values: `Canceled`, `Enabled`, `Terminated`.
267
- :param pulumi.Input[str] type: Physical Private Line of Type. Default Value: VPC.
281
+ :param pulumi.Input[str] access_point_id: The access point ID of the Express Connect circuit.
282
+ :param pulumi.Input[str] bandwidth: The maximum bandwidth of the hosted connection.
283
+ :param pulumi.Input[str] circuit_code: The circuit code of the Express Connect circuit.
284
+ :param pulumi.Input[str] description: The description of the Express Connect circuit.
285
+ :param pulumi.Input[str] line_operator: The connectivity provider of the Express Connect circuit. Valid values:
286
+ - `CT`: China Telecom.
287
+ - `CU`: China Unicom.
288
+ - `CM`: China Mobile.
289
+ - `CO`: Other connectivity providers in the Chinese mainland.
290
+ - `Equinix`: Equinix.
291
+ - `Other`: Other connectivity providers outside the Chinese mainland.
292
+ :param pulumi.Input[str] order_id: The ID of the order that is placed. **Note:** `order_id` takes effect only if `status` is set to `Enabled`.
293
+ :param pulumi.Input[str] peer_location: The geographical location of the data center.
294
+ :param pulumi.Input[int] period: The subscription duration. Valid values:
295
+ - If `pricing_cycle` is set to `Month`. Valid values: `1` to `9`.
296
+ - If `pricing_cycle` is set to `Year`. Valid values: `1` to `5`.
297
+ :param pulumi.Input[str] physical_connection_name: The name of the Express Connect circuit.
298
+ :param pulumi.Input[str] port_type: The port type of the Express Connect circuit. Valid values:
299
+ - `100Base-T`: 100 Mbit/s copper Ethernet port.
300
+ - `1000Base-T`: 1000 Mbit/s copper Ethernet port.
301
+ - `1000Base-LX`: 1000 Mbit/s single-mode optical port (10 km).
302
+ - `10GBase-T`: 10000 Mbit/s copper Ethernet port.
303
+ - `10GBase-LR`: 10000 Mbit/s single-mode optical port (10 km).
304
+ - `40GBase-LR`: 40000 Mbit/s single-mode optical port.
305
+ - `100GBase-LR`: 100000 Mbit/s single-mode optical port.
306
+ > **NOTE:** From version 1.185.0, `port_type` can be set to `40GBase-LR`, `100GBase-LR`. From version 1.230.1, `port_type` cannot be modified.
307
+ :param pulumi.Input[str] pricing_cycle: The billing cycle of the subscription. Default value: `Month`. Valid values: `Month`, `Year`.
308
+ > **NOTE:** `period` and `pricing_cycle` are valid only when `status` is set to `Enabled`.
309
+ :param pulumi.Input[str] redundant_physical_connection_id: The ID of the redundant Express Connect circuit. **NOTE:** From version 1.230.1, `redundant_physical_connection_id` cannot be modified.
310
+ :param pulumi.Input[str] status: The status of the Express Connect circuit. Valid values: `Confirmed`, `Enabled`, `Canceled`, `Terminated`. **NOTE:** From version 1.230.1, `status` can be set to `Confirmed`. If you want to set `status` to `Enabled`, `period` must be set.
311
+ :param pulumi.Input[str] type: The type of Express Connect circuit. Default value: `VPC`. Valid values: `VPC`.
268
312
  """
269
313
  if access_point_id is not None:
270
314
  pulumi.set(__self__, "access_point_id", access_point_id)
@@ -276,12 +320,18 @@ class _PhysicalConnectionState:
276
320
  pulumi.set(__self__, "description", description)
277
321
  if line_operator is not None:
278
322
  pulumi.set(__self__, "line_operator", line_operator)
323
+ if order_id is not None:
324
+ pulumi.set(__self__, "order_id", order_id)
279
325
  if peer_location is not None:
280
326
  pulumi.set(__self__, "peer_location", peer_location)
327
+ if period is not None:
328
+ pulumi.set(__self__, "period", period)
281
329
  if physical_connection_name is not None:
282
330
  pulumi.set(__self__, "physical_connection_name", physical_connection_name)
283
331
  if port_type is not None:
284
332
  pulumi.set(__self__, "port_type", port_type)
333
+ if pricing_cycle is not None:
334
+ pulumi.set(__self__, "pricing_cycle", pricing_cycle)
285
335
  if redundant_physical_connection_id is not None:
286
336
  pulumi.set(__self__, "redundant_physical_connection_id", redundant_physical_connection_id)
287
337
  if status is not None:
@@ -293,7 +343,7 @@ class _PhysicalConnectionState:
293
343
  @pulumi.getter(name="accessPointId")
294
344
  def access_point_id(self) -> Optional[pulumi.Input[str]]:
295
345
  """
296
- The Physical Leased Line Access Point ID.
346
+ The access point ID of the Express Connect circuit.
297
347
  """
298
348
  return pulumi.get(self, "access_point_id")
299
349
 
@@ -305,7 +355,7 @@ class _PhysicalConnectionState:
305
355
  @pulumi.getter
306
356
  def bandwidth(self) -> Optional[pulumi.Input[str]]:
307
357
  """
308
- On the Bandwidth of the ECC Service and Physical Connection.
358
+ The maximum bandwidth of the hosted connection.
309
359
  """
310
360
  return pulumi.get(self, "bandwidth")
311
361
 
@@ -317,7 +367,7 @@ class _PhysicalConnectionState:
317
367
  @pulumi.getter(name="circuitCode")
318
368
  def circuit_code(self) -> Optional[pulumi.Input[str]]:
319
369
  """
320
- Operators for Physical Connection Circuit Provided Coding.
370
+ The circuit code of the Express Connect circuit.
321
371
  """
322
372
  return pulumi.get(self, "circuit_code")
323
373
 
@@ -329,7 +379,7 @@ class _PhysicalConnectionState:
329
379
  @pulumi.getter
330
380
  def description(self) -> Optional[pulumi.Input[str]]:
331
381
  """
332
- The Physical Connection to Which the Description.
382
+ The description of the Express Connect circuit.
333
383
  """
334
384
  return pulumi.get(self, "description")
335
385
 
@@ -341,13 +391,13 @@ class _PhysicalConnectionState:
341
391
  @pulumi.getter(name="lineOperator")
342
392
  def line_operator(self) -> Optional[pulumi.Input[str]]:
343
393
  """
344
- Provides Access to the Physical Line Operator. Valid values:
345
- * CT: China Telecom
346
- * CU: China Unicom
347
- * CM: china Mobile
348
- * CO: Other Chinese
349
- * Equinix: Equinix
350
- * Other: Other Overseas.
394
+ The connectivity provider of the Express Connect circuit. Valid values:
395
+ - `CT`: China Telecom.
396
+ - `CU`: China Unicom.
397
+ - `CM`: China Mobile.
398
+ - `CO`: Other connectivity providers in the Chinese mainland.
399
+ - `Equinix`: Equinix.
400
+ - `Other`: Other connectivity providers outside the Chinese mainland.
351
401
  """
352
402
  return pulumi.get(self, "line_operator")
353
403
 
@@ -355,11 +405,23 @@ class _PhysicalConnectionState:
355
405
  def line_operator(self, value: Optional[pulumi.Input[str]]):
356
406
  pulumi.set(self, "line_operator", value)
357
407
 
408
+ @property
409
+ @pulumi.getter(name="orderId")
410
+ def order_id(self) -> Optional[pulumi.Input[str]]:
411
+ """
412
+ The ID of the order that is placed. **Note:** `order_id` takes effect only if `status` is set to `Enabled`.
413
+ """
414
+ return pulumi.get(self, "order_id")
415
+
416
+ @order_id.setter
417
+ def order_id(self, value: Optional[pulumi.Input[str]]):
418
+ pulumi.set(self, "order_id", value)
419
+
358
420
  @property
359
421
  @pulumi.getter(name="peerLocation")
360
422
  def peer_location(self) -> Optional[pulumi.Input[str]]:
361
423
  """
362
- and an on-Premises Data Center Location.
424
+ The geographical location of the data center.
363
425
  """
364
426
  return pulumi.get(self, "peer_location")
365
427
 
@@ -367,11 +429,25 @@ class _PhysicalConnectionState:
367
429
  def peer_location(self, value: Optional[pulumi.Input[str]]):
368
430
  pulumi.set(self, "peer_location", value)
369
431
 
432
+ @property
433
+ @pulumi.getter
434
+ def period(self) -> Optional[pulumi.Input[int]]:
435
+ """
436
+ The subscription duration. Valid values:
437
+ - If `pricing_cycle` is set to `Month`. Valid values: `1` to `9`.
438
+ - If `pricing_cycle` is set to `Year`. Valid values: `1` to `5`.
439
+ """
440
+ return pulumi.get(self, "period")
441
+
442
+ @period.setter
443
+ def period(self, value: Optional[pulumi.Input[int]]):
444
+ pulumi.set(self, "period", value)
445
+
370
446
  @property
371
447
  @pulumi.getter(name="physicalConnectionName")
372
448
  def physical_connection_name(self) -> Optional[pulumi.Input[str]]:
373
449
  """
374
- on Behalf of the Resource Name of the Resources-Attribute Field.
450
+ The name of the Express Connect circuit.
375
451
  """
376
452
  return pulumi.get(self, "physical_connection_name")
377
453
 
@@ -383,16 +459,15 @@ class _PhysicalConnectionState:
383
459
  @pulumi.getter(name="portType")
384
460
  def port_type(self) -> Optional[pulumi.Input[str]]:
385
461
  """
386
- The Physical Leased Line Access Port Type. Valid value:
387
- * 100Base-T: Fast Electrical Ports
388
- * 1000Base-T: gigabit Electrical Ports
389
- * 1000Base-LX: Gigabit Singlemode Optical Ports (10Km)
390
- * 10GBase-T: Gigabit Electrical Port
391
- * 10GBase-LR: Gigabit Singlemode Optical Ports (10Km).
392
- * 40GBase-LR: 40 Gigabit Singlemode Optical Ports.
393
- * 100GBase-LR: One hundred thousand Gigabit Singlemode Optical Ports.
394
-
395
- **NOTE:** From in v1.185.0+, The `40GBase-LR` and `100GBase-LR` is valid. and Set these values based on the water levels of background ports. For details about the water levels, contact the business manager.
462
+ The port type of the Express Connect circuit. Valid values:
463
+ - `100Base-T`: 100 Mbit/s copper Ethernet port.
464
+ - `1000Base-T`: 1000 Mbit/s copper Ethernet port.
465
+ - `1000Base-LX`: 1000 Mbit/s single-mode optical port (10 km).
466
+ - `10GBase-T`: 10000 Mbit/s copper Ethernet port.
467
+ - `10GBase-LR`: 10000 Mbit/s single-mode optical port (10 km).
468
+ - `40GBase-LR`: 40000 Mbit/s single-mode optical port.
469
+ - `100GBase-LR`: 100000 Mbit/s single-mode optical port.
470
+ > **NOTE:** From version 1.185.0, `port_type` can be set to `40GBase-LR`, `100GBase-LR`. From version 1.230.1, `port_type` cannot be modified.
396
471
  """
397
472
  return pulumi.get(self, "port_type")
398
473
 
@@ -400,11 +475,24 @@ class _PhysicalConnectionState:
400
475
  def port_type(self, value: Optional[pulumi.Input[str]]):
401
476
  pulumi.set(self, "port_type", value)
402
477
 
478
+ @property
479
+ @pulumi.getter(name="pricingCycle")
480
+ def pricing_cycle(self) -> Optional[pulumi.Input[str]]:
481
+ """
482
+ The billing cycle of the subscription. Default value: `Month`. Valid values: `Month`, `Year`.
483
+ > **NOTE:** `period` and `pricing_cycle` are valid only when `status` is set to `Enabled`.
484
+ """
485
+ return pulumi.get(self, "pricing_cycle")
486
+
487
+ @pricing_cycle.setter
488
+ def pricing_cycle(self, value: Optional[pulumi.Input[str]]):
489
+ pulumi.set(self, "pricing_cycle", value)
490
+
403
491
  @property
404
492
  @pulumi.getter(name="redundantPhysicalConnectionId")
405
493
  def redundant_physical_connection_id(self) -> Optional[pulumi.Input[str]]:
406
494
  """
407
- Redundant Physical Connection to Which the ID.
495
+ The ID of the redundant Express Connect circuit. **NOTE:** From version 1.230.1, `redundant_physical_connection_id` cannot be modified.
408
496
  """
409
497
  return pulumi.get(self, "redundant_physical_connection_id")
410
498
 
@@ -416,7 +504,7 @@ class _PhysicalConnectionState:
416
504
  @pulumi.getter
417
505
  def status(self) -> Optional[pulumi.Input[str]]:
418
506
  """
419
- Resources on Behalf of a State of the Resource Attribute Field. Valid values: `Canceled`, `Enabled`, `Terminated`.
507
+ The status of the Express Connect circuit. Valid values: `Confirmed`, `Enabled`, `Canceled`, `Terminated`. **NOTE:** From version 1.230.1, `status` can be set to `Confirmed`. If you want to set `status` to `Enabled`, `period` must be set.
420
508
  """
421
509
  return pulumi.get(self, "status")
422
510
 
@@ -428,7 +516,7 @@ class _PhysicalConnectionState:
428
516
  @pulumi.getter
429
517
  def type(self) -> Optional[pulumi.Input[str]]:
430
518
  """
431
- Physical Private Line of Type. Default Value: VPC.
519
+ The type of Express Connect circuit. Default value: `VPC`. Valid values: `VPC`.
432
520
  """
433
521
  return pulumi.get(self, "type")
434
522
 
@@ -448,8 +536,10 @@ class PhysicalConnection(pulumi.CustomResource):
448
536
  description: Optional[pulumi.Input[str]] = None,
449
537
  line_operator: Optional[pulumi.Input[str]] = None,
450
538
  peer_location: Optional[pulumi.Input[str]] = None,
539
+ period: Optional[pulumi.Input[int]] = None,
451
540
  physical_connection_name: Optional[pulumi.Input[str]] = None,
452
541
  port_type: Optional[pulumi.Input[str]] = None,
542
+ pricing_cycle: Optional[pulumi.Input[str]] = None,
453
543
  redundant_physical_connection_id: Optional[pulumi.Input[str]] = None,
454
544
  status: Optional[pulumi.Input[str]] = None,
455
545
  type: Optional[pulumi.Input[str]] = None,
@@ -457,7 +547,7 @@ class PhysicalConnection(pulumi.CustomResource):
457
547
  """
458
548
  Provides a Express Connect Physical Connection resource.
459
549
 
460
- For information about Express Connect Physical Connection and how to use it, see [What is Physical Connection](https://www.alibabacloud.com/help/doc-detail/44852.htm).
550
+ For information about Express Connect Physical Connection and how to use it, see [What is Physical Connection](https://www.alibabacloud.com/help/en/express-connect/developer-reference/api-vpc-2016-04-28-createphysicalconnection-efficiency-channels).
461
551
 
462
552
  > **NOTE:** Available since v1.132.0.
463
553
 
@@ -499,32 +589,36 @@ class PhysicalConnection(pulumi.CustomResource):
499
589
 
500
590
  :param str resource_name: The name of the resource.
501
591
  :param pulumi.ResourceOptions opts: Options for the resource.
502
- :param pulumi.Input[str] access_point_id: The Physical Leased Line Access Point ID.
503
- :param pulumi.Input[str] bandwidth: On the Bandwidth of the ECC Service and Physical Connection.
504
- :param pulumi.Input[str] circuit_code: Operators for Physical Connection Circuit Provided Coding.
505
- :param pulumi.Input[str] description: The Physical Connection to Which the Description.
506
- :param pulumi.Input[str] line_operator: Provides Access to the Physical Line Operator. Valid values:
507
- * CT: China Telecom
508
- * CU: China Unicom
509
- * CM: china Mobile
510
- * CO: Other Chinese
511
- * Equinix: Equinix
512
- * Other: Other Overseas.
513
- :param pulumi.Input[str] peer_location: and an on-Premises Data Center Location.
514
- :param pulumi.Input[str] physical_connection_name: on Behalf of the Resource Name of the Resources-Attribute Field.
515
- :param pulumi.Input[str] port_type: The Physical Leased Line Access Port Type. Valid value:
516
- * 100Base-T: Fast Electrical Ports
517
- * 1000Base-T: gigabit Electrical Ports
518
- * 1000Base-LX: Gigabit Singlemode Optical Ports (10Km)
519
- * 10GBase-T: Gigabit Electrical Port
520
- * 10GBase-LR: Gigabit Singlemode Optical Ports (10Km).
521
- * 40GBase-LR: 40 Gigabit Singlemode Optical Ports.
522
- * 100GBase-LR: One hundred thousand Gigabit Singlemode Optical Ports.
523
-
524
- **NOTE:** From in v1.185.0+, The `40GBase-LR` and `100GBase-LR` is valid. and Set these values based on the water levels of background ports. For details about the water levels, contact the business manager.
525
- :param pulumi.Input[str] redundant_physical_connection_id: Redundant Physical Connection to Which the ID.
526
- :param pulumi.Input[str] status: Resources on Behalf of a State of the Resource Attribute Field. Valid values: `Canceled`, `Enabled`, `Terminated`.
527
- :param pulumi.Input[str] type: Physical Private Line of Type. Default Value: VPC.
592
+ :param pulumi.Input[str] access_point_id: The access point ID of the Express Connect circuit.
593
+ :param pulumi.Input[str] bandwidth: The maximum bandwidth of the hosted connection.
594
+ :param pulumi.Input[str] circuit_code: The circuit code of the Express Connect circuit.
595
+ :param pulumi.Input[str] description: The description of the Express Connect circuit.
596
+ :param pulumi.Input[str] line_operator: The connectivity provider of the Express Connect circuit. Valid values:
597
+ - `CT`: China Telecom.
598
+ - `CU`: China Unicom.
599
+ - `CM`: China Mobile.
600
+ - `CO`: Other connectivity providers in the Chinese mainland.
601
+ - `Equinix`: Equinix.
602
+ - `Other`: Other connectivity providers outside the Chinese mainland.
603
+ :param pulumi.Input[str] peer_location: The geographical location of the data center.
604
+ :param pulumi.Input[int] period: The subscription duration. Valid values:
605
+ - If `pricing_cycle` is set to `Month`. Valid values: `1` to `9`.
606
+ - If `pricing_cycle` is set to `Year`. Valid values: `1` to `5`.
607
+ :param pulumi.Input[str] physical_connection_name: The name of the Express Connect circuit.
608
+ :param pulumi.Input[str] port_type: The port type of the Express Connect circuit. Valid values:
609
+ - `100Base-T`: 100 Mbit/s copper Ethernet port.
610
+ - `1000Base-T`: 1000 Mbit/s copper Ethernet port.
611
+ - `1000Base-LX`: 1000 Mbit/s single-mode optical port (10 km).
612
+ - `10GBase-T`: 10000 Mbit/s copper Ethernet port.
613
+ - `10GBase-LR`: 10000 Mbit/s single-mode optical port (10 km).
614
+ - `40GBase-LR`: 40000 Mbit/s single-mode optical port.
615
+ - `100GBase-LR`: 100000 Mbit/s single-mode optical port.
616
+ > **NOTE:** From version 1.185.0, `port_type` can be set to `40GBase-LR`, `100GBase-LR`. From version 1.230.1, `port_type` cannot be modified.
617
+ :param pulumi.Input[str] pricing_cycle: The billing cycle of the subscription. Default value: `Month`. Valid values: `Month`, `Year`.
618
+ > **NOTE:** `period` and `pricing_cycle` are valid only when `status` is set to `Enabled`.
619
+ :param pulumi.Input[str] redundant_physical_connection_id: The ID of the redundant Express Connect circuit. **NOTE:** From version 1.230.1, `redundant_physical_connection_id` cannot be modified.
620
+ :param pulumi.Input[str] status: The status of the Express Connect circuit. Valid values: `Confirmed`, `Enabled`, `Canceled`, `Terminated`. **NOTE:** From version 1.230.1, `status` can be set to `Confirmed`. If you want to set `status` to `Enabled`, `period` must be set.
621
+ :param pulumi.Input[str] type: The type of Express Connect circuit. Default value: `VPC`. Valid values: `VPC`.
528
622
  """
529
623
  ...
530
624
  @overload
@@ -535,7 +629,7 @@ class PhysicalConnection(pulumi.CustomResource):
535
629
  """
536
630
  Provides a Express Connect Physical Connection resource.
537
631
 
538
- For information about Express Connect Physical Connection and how to use it, see [What is Physical Connection](https://www.alibabacloud.com/help/doc-detail/44852.htm).
632
+ For information about Express Connect Physical Connection and how to use it, see [What is Physical Connection](https://www.alibabacloud.com/help/en/express-connect/developer-reference/api-vpc-2016-04-28-createphysicalconnection-efficiency-channels).
539
633
 
540
634
  > **NOTE:** Available since v1.132.0.
541
635
 
@@ -596,8 +690,10 @@ class PhysicalConnection(pulumi.CustomResource):
596
690
  description: Optional[pulumi.Input[str]] = None,
597
691
  line_operator: Optional[pulumi.Input[str]] = None,
598
692
  peer_location: Optional[pulumi.Input[str]] = None,
693
+ period: Optional[pulumi.Input[int]] = None,
599
694
  physical_connection_name: Optional[pulumi.Input[str]] = None,
600
695
  port_type: Optional[pulumi.Input[str]] = None,
696
+ pricing_cycle: Optional[pulumi.Input[str]] = None,
601
697
  redundant_physical_connection_id: Optional[pulumi.Input[str]] = None,
602
698
  status: Optional[pulumi.Input[str]] = None,
603
699
  type: Optional[pulumi.Input[str]] = None,
@@ -620,11 +716,14 @@ class PhysicalConnection(pulumi.CustomResource):
620
716
  raise TypeError("Missing required property 'line_operator'")
621
717
  __props__.__dict__["line_operator"] = line_operator
622
718
  __props__.__dict__["peer_location"] = peer_location
719
+ __props__.__dict__["period"] = period
623
720
  __props__.__dict__["physical_connection_name"] = physical_connection_name
624
721
  __props__.__dict__["port_type"] = port_type
722
+ __props__.__dict__["pricing_cycle"] = pricing_cycle
625
723
  __props__.__dict__["redundant_physical_connection_id"] = redundant_physical_connection_id
626
724
  __props__.__dict__["status"] = status
627
725
  __props__.__dict__["type"] = type
726
+ __props__.__dict__["order_id"] = None
628
727
  super(PhysicalConnection, __self__).__init__(
629
728
  'alicloud:expressconnect/physicalConnection:PhysicalConnection',
630
729
  resource_name,
@@ -640,9 +739,12 @@ class PhysicalConnection(pulumi.CustomResource):
640
739
  circuit_code: Optional[pulumi.Input[str]] = None,
641
740
  description: Optional[pulumi.Input[str]] = None,
642
741
  line_operator: Optional[pulumi.Input[str]] = None,
742
+ order_id: Optional[pulumi.Input[str]] = None,
643
743
  peer_location: Optional[pulumi.Input[str]] = None,
744
+ period: Optional[pulumi.Input[int]] = None,
644
745
  physical_connection_name: Optional[pulumi.Input[str]] = None,
645
746
  port_type: Optional[pulumi.Input[str]] = None,
747
+ pricing_cycle: Optional[pulumi.Input[str]] = None,
646
748
  redundant_physical_connection_id: Optional[pulumi.Input[str]] = None,
647
749
  status: Optional[pulumi.Input[str]] = None,
648
750
  type: Optional[pulumi.Input[str]] = None) -> 'PhysicalConnection':
@@ -653,32 +755,37 @@ class PhysicalConnection(pulumi.CustomResource):
653
755
  :param str resource_name: The unique name of the resulting resource.
654
756
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
655
757
  :param pulumi.ResourceOptions opts: Options for the resource.
656
- :param pulumi.Input[str] access_point_id: The Physical Leased Line Access Point ID.
657
- :param pulumi.Input[str] bandwidth: On the Bandwidth of the ECC Service and Physical Connection.
658
- :param pulumi.Input[str] circuit_code: Operators for Physical Connection Circuit Provided Coding.
659
- :param pulumi.Input[str] description: The Physical Connection to Which the Description.
660
- :param pulumi.Input[str] line_operator: Provides Access to the Physical Line Operator. Valid values:
661
- * CT: China Telecom
662
- * CU: China Unicom
663
- * CM: china Mobile
664
- * CO: Other Chinese
665
- * Equinix: Equinix
666
- * Other: Other Overseas.
667
- :param pulumi.Input[str] peer_location: and an on-Premises Data Center Location.
668
- :param pulumi.Input[str] physical_connection_name: on Behalf of the Resource Name of the Resources-Attribute Field.
669
- :param pulumi.Input[str] port_type: The Physical Leased Line Access Port Type. Valid value:
670
- * 100Base-T: Fast Electrical Ports
671
- * 1000Base-T: gigabit Electrical Ports
672
- * 1000Base-LX: Gigabit Singlemode Optical Ports (10Km)
673
- * 10GBase-T: Gigabit Electrical Port
674
- * 10GBase-LR: Gigabit Singlemode Optical Ports (10Km).
675
- * 40GBase-LR: 40 Gigabit Singlemode Optical Ports.
676
- * 100GBase-LR: One hundred thousand Gigabit Singlemode Optical Ports.
677
-
678
- **NOTE:** From in v1.185.0+, The `40GBase-LR` and `100GBase-LR` is valid. and Set these values based on the water levels of background ports. For details about the water levels, contact the business manager.
679
- :param pulumi.Input[str] redundant_physical_connection_id: Redundant Physical Connection to Which the ID.
680
- :param pulumi.Input[str] status: Resources on Behalf of a State of the Resource Attribute Field. Valid values: `Canceled`, `Enabled`, `Terminated`.
681
- :param pulumi.Input[str] type: Physical Private Line of Type. Default Value: VPC.
758
+ :param pulumi.Input[str] access_point_id: The access point ID of the Express Connect circuit.
759
+ :param pulumi.Input[str] bandwidth: The maximum bandwidth of the hosted connection.
760
+ :param pulumi.Input[str] circuit_code: The circuit code of the Express Connect circuit.
761
+ :param pulumi.Input[str] description: The description of the Express Connect circuit.
762
+ :param pulumi.Input[str] line_operator: The connectivity provider of the Express Connect circuit. Valid values:
763
+ - `CT`: China Telecom.
764
+ - `CU`: China Unicom.
765
+ - `CM`: China Mobile.
766
+ - `CO`: Other connectivity providers in the Chinese mainland.
767
+ - `Equinix`: Equinix.
768
+ - `Other`: Other connectivity providers outside the Chinese mainland.
769
+ :param pulumi.Input[str] order_id: The ID of the order that is placed. **Note:** `order_id` takes effect only if `status` is set to `Enabled`.
770
+ :param pulumi.Input[str] peer_location: The geographical location of the data center.
771
+ :param pulumi.Input[int] period: The subscription duration. Valid values:
772
+ - If `pricing_cycle` is set to `Month`. Valid values: `1` to `9`.
773
+ - If `pricing_cycle` is set to `Year`. Valid values: `1` to `5`.
774
+ :param pulumi.Input[str] physical_connection_name: The name of the Express Connect circuit.
775
+ :param pulumi.Input[str] port_type: The port type of the Express Connect circuit. Valid values:
776
+ - `100Base-T`: 100 Mbit/s copper Ethernet port.
777
+ - `1000Base-T`: 1000 Mbit/s copper Ethernet port.
778
+ - `1000Base-LX`: 1000 Mbit/s single-mode optical port (10 km).
779
+ - `10GBase-T`: 10000 Mbit/s copper Ethernet port.
780
+ - `10GBase-LR`: 10000 Mbit/s single-mode optical port (10 km).
781
+ - `40GBase-LR`: 40000 Mbit/s single-mode optical port.
782
+ - `100GBase-LR`: 100000 Mbit/s single-mode optical port.
783
+ > **NOTE:** From version 1.185.0, `port_type` can be set to `40GBase-LR`, `100GBase-LR`. From version 1.230.1, `port_type` cannot be modified.
784
+ :param pulumi.Input[str] pricing_cycle: The billing cycle of the subscription. Default value: `Month`. Valid values: `Month`, `Year`.
785
+ > **NOTE:** `period` and `pricing_cycle` are valid only when `status` is set to `Enabled`.
786
+ :param pulumi.Input[str] redundant_physical_connection_id: The ID of the redundant Express Connect circuit. **NOTE:** From version 1.230.1, `redundant_physical_connection_id` cannot be modified.
787
+ :param pulumi.Input[str] status: The status of the Express Connect circuit. Valid values: `Confirmed`, `Enabled`, `Canceled`, `Terminated`. **NOTE:** From version 1.230.1, `status` can be set to `Confirmed`. If you want to set `status` to `Enabled`, `period` must be set.
788
+ :param pulumi.Input[str] type: The type of Express Connect circuit. Default value: `VPC`. Valid values: `VPC`.
682
789
  """
683
790
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
684
791
 
@@ -689,9 +796,12 @@ class PhysicalConnection(pulumi.CustomResource):
689
796
  __props__.__dict__["circuit_code"] = circuit_code
690
797
  __props__.__dict__["description"] = description
691
798
  __props__.__dict__["line_operator"] = line_operator
799
+ __props__.__dict__["order_id"] = order_id
692
800
  __props__.__dict__["peer_location"] = peer_location
801
+ __props__.__dict__["period"] = period
693
802
  __props__.__dict__["physical_connection_name"] = physical_connection_name
694
803
  __props__.__dict__["port_type"] = port_type
804
+ __props__.__dict__["pricing_cycle"] = pricing_cycle
695
805
  __props__.__dict__["redundant_physical_connection_id"] = redundant_physical_connection_id
696
806
  __props__.__dict__["status"] = status
697
807
  __props__.__dict__["type"] = type
@@ -701,7 +811,7 @@ class PhysicalConnection(pulumi.CustomResource):
701
811
  @pulumi.getter(name="accessPointId")
702
812
  def access_point_id(self) -> pulumi.Output[str]:
703
813
  """
704
- The Physical Leased Line Access Point ID.
814
+ The access point ID of the Express Connect circuit.
705
815
  """
706
816
  return pulumi.get(self, "access_point_id")
707
817
 
@@ -709,7 +819,7 @@ class PhysicalConnection(pulumi.CustomResource):
709
819
  @pulumi.getter
710
820
  def bandwidth(self) -> pulumi.Output[str]:
711
821
  """
712
- On the Bandwidth of the ECC Service and Physical Connection.
822
+ The maximum bandwidth of the hosted connection.
713
823
  """
714
824
  return pulumi.get(self, "bandwidth")
715
825
 
@@ -717,7 +827,7 @@ class PhysicalConnection(pulumi.CustomResource):
717
827
  @pulumi.getter(name="circuitCode")
718
828
  def circuit_code(self) -> pulumi.Output[Optional[str]]:
719
829
  """
720
- Operators for Physical Connection Circuit Provided Coding.
830
+ The circuit code of the Express Connect circuit.
721
831
  """
722
832
  return pulumi.get(self, "circuit_code")
723
833
 
@@ -725,7 +835,7 @@ class PhysicalConnection(pulumi.CustomResource):
725
835
  @pulumi.getter
726
836
  def description(self) -> pulumi.Output[Optional[str]]:
727
837
  """
728
- The Physical Connection to Which the Description.
838
+ The description of the Express Connect circuit.
729
839
  """
730
840
  return pulumi.get(self, "description")
731
841
 
@@ -733,29 +843,47 @@ class PhysicalConnection(pulumi.CustomResource):
733
843
  @pulumi.getter(name="lineOperator")
734
844
  def line_operator(self) -> pulumi.Output[str]:
735
845
  """
736
- Provides Access to the Physical Line Operator. Valid values:
737
- * CT: China Telecom
738
- * CU: China Unicom
739
- * CM: china Mobile
740
- * CO: Other Chinese
741
- * Equinix: Equinix
742
- * Other: Other Overseas.
846
+ The connectivity provider of the Express Connect circuit. Valid values:
847
+ - `CT`: China Telecom.
848
+ - `CU`: China Unicom.
849
+ - `CM`: China Mobile.
850
+ - `CO`: Other connectivity providers in the Chinese mainland.
851
+ - `Equinix`: Equinix.
852
+ - `Other`: Other connectivity providers outside the Chinese mainland.
743
853
  """
744
854
  return pulumi.get(self, "line_operator")
745
855
 
856
+ @property
857
+ @pulumi.getter(name="orderId")
858
+ def order_id(self) -> pulumi.Output[str]:
859
+ """
860
+ The ID of the order that is placed. **Note:** `order_id` takes effect only if `status` is set to `Enabled`.
861
+ """
862
+ return pulumi.get(self, "order_id")
863
+
746
864
  @property
747
865
  @pulumi.getter(name="peerLocation")
748
- def peer_location(self) -> pulumi.Output[Optional[str]]:
866
+ def peer_location(self) -> pulumi.Output[str]:
749
867
  """
750
- and an on-Premises Data Center Location.
868
+ The geographical location of the data center.
751
869
  """
752
870
  return pulumi.get(self, "peer_location")
753
871
 
872
+ @property
873
+ @pulumi.getter
874
+ def period(self) -> pulumi.Output[Optional[int]]:
875
+ """
876
+ The subscription duration. Valid values:
877
+ - If `pricing_cycle` is set to `Month`. Valid values: `1` to `9`.
878
+ - If `pricing_cycle` is set to `Year`. Valid values: `1` to `5`.
879
+ """
880
+ return pulumi.get(self, "period")
881
+
754
882
  @property
755
883
  @pulumi.getter(name="physicalConnectionName")
756
884
  def physical_connection_name(self) -> pulumi.Output[Optional[str]]:
757
885
  """
758
- on Behalf of the Resource Name of the Resources-Attribute Field.
886
+ The name of the Express Connect circuit.
759
887
  """
760
888
  return pulumi.get(self, "physical_connection_name")
761
889
 
@@ -763,24 +891,32 @@ class PhysicalConnection(pulumi.CustomResource):
763
891
  @pulumi.getter(name="portType")
764
892
  def port_type(self) -> pulumi.Output[Optional[str]]:
765
893
  """
766
- The Physical Leased Line Access Port Type. Valid value:
767
- * 100Base-T: Fast Electrical Ports
768
- * 1000Base-T: gigabit Electrical Ports
769
- * 1000Base-LX: Gigabit Singlemode Optical Ports (10Km)
770
- * 10GBase-T: Gigabit Electrical Port
771
- * 10GBase-LR: Gigabit Singlemode Optical Ports (10Km).
772
- * 40GBase-LR: 40 Gigabit Singlemode Optical Ports.
773
- * 100GBase-LR: One hundred thousand Gigabit Singlemode Optical Ports.
774
-
775
- **NOTE:** From in v1.185.0+, The `40GBase-LR` and `100GBase-LR` is valid. and Set these values based on the water levels of background ports. For details about the water levels, contact the business manager.
894
+ The port type of the Express Connect circuit. Valid values:
895
+ - `100Base-T`: 100 Mbit/s copper Ethernet port.
896
+ - `1000Base-T`: 1000 Mbit/s copper Ethernet port.
897
+ - `1000Base-LX`: 1000 Mbit/s single-mode optical port (10 km).
898
+ - `10GBase-T`: 10000 Mbit/s copper Ethernet port.
899
+ - `10GBase-LR`: 10000 Mbit/s single-mode optical port (10 km).
900
+ - `40GBase-LR`: 40000 Mbit/s single-mode optical port.
901
+ - `100GBase-LR`: 100000 Mbit/s single-mode optical port.
902
+ > **NOTE:** From version 1.185.0, `port_type` can be set to `40GBase-LR`, `100GBase-LR`. From version 1.230.1, `port_type` cannot be modified.
776
903
  """
777
904
  return pulumi.get(self, "port_type")
778
905
 
906
+ @property
907
+ @pulumi.getter(name="pricingCycle")
908
+ def pricing_cycle(self) -> pulumi.Output[Optional[str]]:
909
+ """
910
+ The billing cycle of the subscription. Default value: `Month`. Valid values: `Month`, `Year`.
911
+ > **NOTE:** `period` and `pricing_cycle` are valid only when `status` is set to `Enabled`.
912
+ """
913
+ return pulumi.get(self, "pricing_cycle")
914
+
779
915
  @property
780
916
  @pulumi.getter(name="redundantPhysicalConnectionId")
781
917
  def redundant_physical_connection_id(self) -> pulumi.Output[Optional[str]]:
782
918
  """
783
- Redundant Physical Connection to Which the ID.
919
+ The ID of the redundant Express Connect circuit. **NOTE:** From version 1.230.1, `redundant_physical_connection_id` cannot be modified.
784
920
  """
785
921
  return pulumi.get(self, "redundant_physical_connection_id")
786
922
 
@@ -788,7 +924,7 @@ class PhysicalConnection(pulumi.CustomResource):
788
924
  @pulumi.getter
789
925
  def status(self) -> pulumi.Output[str]:
790
926
  """
791
- Resources on Behalf of a State of the Resource Attribute Field. Valid values: `Canceled`, `Enabled`, `Terminated`.
927
+ The status of the Express Connect circuit. Valid values: `Confirmed`, `Enabled`, `Canceled`, `Terminated`. **NOTE:** From version 1.230.1, `status` can be set to `Confirmed`. If you want to set `status` to `Enabled`, `period` must be set.
792
928
  """
793
929
  return pulumi.get(self, "status")
794
930
 
@@ -796,7 +932,7 @@ class PhysicalConnection(pulumi.CustomResource):
796
932
  @pulumi.getter
797
933
  def type(self) -> pulumi.Output[str]:
798
934
  """
799
- Physical Private Line of Type. Default Value: VPC.
935
+ The type of Express Connect circuit. Default value: `VPC`. Valid values: `VPC`.
800
936
  """
801
937
  return pulumi.get(self, "type")
802
938