pulumi-alicloud 3.63.0__py3-none-any.whl → 3.63.0a1726032285__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.
- pulumi_alicloud/__init__.py +0 -24
- pulumi_alicloud/alb/acl.py +19 -18
- pulumi_alicloud/alb/health_check_template.py +88 -96
- pulumi_alicloud/amqp/binding.py +36 -30
- pulumi_alicloud/cen/_inputs.py +14 -180
- pulumi_alicloud/cen/outputs.py +12 -173
- pulumi_alicloud/cen/traffic_marking_policy.py +53 -116
- pulumi_alicloud/cen/transit_router_vpc_attachment.py +119 -338
- pulumi_alicloud/cms/_inputs.py +6 -6
- pulumi_alicloud/cms/outputs.py +6 -6
- pulumi_alicloud/cr/chart_namespace.py +6 -14
- pulumi_alicloud/cr/endpoint_acl_policy.py +2 -10
- pulumi_alicloud/cr/namespace.py +2 -10
- pulumi_alicloud/cs/registry_enterprise_sync_rule.py +10 -10
- pulumi_alicloud/ddos/_inputs.py +9 -8
- pulumi_alicloud/ddos/bgp_ip.py +1 -1
- pulumi_alicloud/ddos/domain_resource.py +90 -446
- pulumi_alicloud/ddos/outputs.py +8 -7
- pulumi_alicloud/eci/container_group.py +0 -47
- pulumi_alicloud/ecs/_inputs.py +0 -28
- pulumi_alicloud/ecs/ecs_snapshot.py +77 -199
- pulumi_alicloud/ecs/outputs.py +0 -20
- pulumi_alicloud/ecs/snapshot.py +8 -26
- pulumi_alicloud/emrv2/_inputs.py +12 -12
- pulumi_alicloud/emrv2/outputs.py +12 -12
- pulumi_alicloud/ens/_inputs.py +2 -50
- pulumi_alicloud/ens/instance.py +184 -428
- pulumi_alicloud/ens/outputs.py +2 -57
- pulumi_alicloud/ess/__init__.py +0 -1
- pulumi_alicloud/ess/alarm.py +0 -47
- pulumi_alicloud/expressconnect/physical_connection.py +185 -321
- pulumi_alicloud/fc/trigger.py +24 -22
- pulumi_alicloud/ga/_inputs.py +5 -23
- pulumi_alicloud/ga/endpoint_group.py +14 -68
- pulumi_alicloud/ga/outputs.py +5 -21
- pulumi_alicloud/governance/account.py +0 -61
- pulumi_alicloud/gpdb/__init__.py +0 -4
- pulumi_alicloud/gpdb/_inputs.py +3 -361
- pulumi_alicloud/gpdb/instance.py +0 -47
- pulumi_alicloud/gpdb/outputs.py +4 -597
- pulumi_alicloud/mongodb/instance.py +0 -94
- pulumi_alicloud/nlb/_inputs.py +64 -120
- pulumi_alicloud/nlb/get_listeners.py +2 -32
- pulumi_alicloud/nlb/get_server_group_server_attachments.py +2 -8
- pulumi_alicloud/nlb/listener.py +245 -315
- pulumi_alicloud/nlb/listener_additional_certificate_attachment.py +25 -25
- pulumi_alicloud/nlb/load_balancer.py +212 -297
- pulumi_alicloud/nlb/load_balancer_security_group_attachment.py +39 -29
- pulumi_alicloud/nlb/loadbalancer_common_bandwidth_package_attachment.py +18 -22
- pulumi_alicloud/nlb/outputs.py +66 -122
- pulumi_alicloud/nlb/security_policy.py +25 -53
- pulumi_alicloud/nlb/server_group.py +133 -196
- pulumi_alicloud/ocean/base_instance.py +163 -498
- pulumi_alicloud/oos/get_secret_parameters.py +9 -111
- pulumi_alicloud/oos/outputs.py +11 -22
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/ram/get_account_alias.py +2 -35
- pulumi_alicloud/rds/instance.py +21 -21
- pulumi_alicloud/rocketmq/_inputs.py +22 -79
- pulumi_alicloud/rocketmq/outputs.py +21 -85
- pulumi_alicloud/rocketmq/rocket_mq_instance.py +113 -307
- pulumi_alicloud/servicemesh/extension_provider.py +2 -2
- pulumi_alicloud/vpc/common_bandwith_package_attachment.py +2 -2
- pulumi_alicloud/vpc/peer_connection.py +59 -127
- pulumi_alicloud/vpc/peer_connection_accepter.py +42 -263
- pulumi_alicloud/vpc/route_entry.py +210 -232
- {pulumi_alicloud-3.63.0.dist-info → pulumi_alicloud-3.63.0a1726032285.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.63.0.dist-info → pulumi_alicloud-3.63.0a1726032285.dist-info}/RECORD +70 -75
- {pulumi_alicloud-3.63.0.dist-info → pulumi_alicloud-3.63.0a1726032285.dist-info}/WHEEL +1 -1
- pulumi_alicloud/ess/server_group_attachment.py +0 -552
- pulumi_alicloud/gpdb/db_instance_ip_array.py +0 -533
- pulumi_alicloud/gpdb/get_data_backups.py +0 -288
- pulumi_alicloud/gpdb/get_log_backups.py +0 -225
- pulumi_alicloud/gpdb/streaming_job.py +0 -1568
- {pulumi_alicloud-3.63.0.dist-info → pulumi_alicloud-3.63.0a1726032285.dist-info}/top_level.txt +0 -0
|
@@ -20,45 +20,39 @@ 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,
|
|
24
23
|
physical_connection_name: Optional[pulumi.Input[str]] = None,
|
|
25
24
|
port_type: Optional[pulumi.Input[str]] = None,
|
|
26
|
-
pricing_cycle: Optional[pulumi.Input[str]] = None,
|
|
27
25
|
redundant_physical_connection_id: Optional[pulumi.Input[str]] = None,
|
|
28
26
|
status: Optional[pulumi.Input[str]] = None,
|
|
29
27
|
type: Optional[pulumi.Input[str]] = None):
|
|
30
28
|
"""
|
|
31
29
|
The set of arguments for constructing a PhysicalConnection resource.
|
|
32
|
-
:param pulumi.Input[str] access_point_id: The
|
|
33
|
-
:param pulumi.Input[str] line_operator:
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
:param pulumi.Input[str] bandwidth:
|
|
41
|
-
:param pulumi.Input[str] circuit_code:
|
|
42
|
-
:param pulumi.Input[str] description: The
|
|
43
|
-
:param pulumi.Input[str] peer_location:
|
|
44
|
-
:param pulumi.Input[
|
|
45
|
-
|
|
46
|
-
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
:param pulumi.Input[str]
|
|
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`.
|
|
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.
|
|
62
56
|
"""
|
|
63
57
|
pulumi.set(__self__, "access_point_id", access_point_id)
|
|
64
58
|
pulumi.set(__self__, "line_operator", line_operator)
|
|
@@ -70,14 +64,10 @@ class PhysicalConnectionArgs:
|
|
|
70
64
|
pulumi.set(__self__, "description", description)
|
|
71
65
|
if peer_location is not None:
|
|
72
66
|
pulumi.set(__self__, "peer_location", peer_location)
|
|
73
|
-
if period is not None:
|
|
74
|
-
pulumi.set(__self__, "period", period)
|
|
75
67
|
if physical_connection_name is not None:
|
|
76
68
|
pulumi.set(__self__, "physical_connection_name", physical_connection_name)
|
|
77
69
|
if port_type is not None:
|
|
78
70
|
pulumi.set(__self__, "port_type", port_type)
|
|
79
|
-
if pricing_cycle is not None:
|
|
80
|
-
pulumi.set(__self__, "pricing_cycle", pricing_cycle)
|
|
81
71
|
if redundant_physical_connection_id is not None:
|
|
82
72
|
pulumi.set(__self__, "redundant_physical_connection_id", redundant_physical_connection_id)
|
|
83
73
|
if status is not None:
|
|
@@ -89,7 +79,7 @@ class PhysicalConnectionArgs:
|
|
|
89
79
|
@pulumi.getter(name="accessPointId")
|
|
90
80
|
def access_point_id(self) -> pulumi.Input[str]:
|
|
91
81
|
"""
|
|
92
|
-
The
|
|
82
|
+
The Physical Leased Line Access Point ID.
|
|
93
83
|
"""
|
|
94
84
|
return pulumi.get(self, "access_point_id")
|
|
95
85
|
|
|
@@ -101,13 +91,13 @@ class PhysicalConnectionArgs:
|
|
|
101
91
|
@pulumi.getter(name="lineOperator")
|
|
102
92
|
def line_operator(self) -> pulumi.Input[str]:
|
|
103
93
|
"""
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
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.
|
|
111
101
|
"""
|
|
112
102
|
return pulumi.get(self, "line_operator")
|
|
113
103
|
|
|
@@ -119,7 +109,7 @@ class PhysicalConnectionArgs:
|
|
|
119
109
|
@pulumi.getter
|
|
120
110
|
def bandwidth(self) -> Optional[pulumi.Input[str]]:
|
|
121
111
|
"""
|
|
122
|
-
|
|
112
|
+
On the Bandwidth of the ECC Service and Physical Connection.
|
|
123
113
|
"""
|
|
124
114
|
return pulumi.get(self, "bandwidth")
|
|
125
115
|
|
|
@@ -131,7 +121,7 @@ class PhysicalConnectionArgs:
|
|
|
131
121
|
@pulumi.getter(name="circuitCode")
|
|
132
122
|
def circuit_code(self) -> Optional[pulumi.Input[str]]:
|
|
133
123
|
"""
|
|
134
|
-
|
|
124
|
+
Operators for Physical Connection Circuit Provided Coding.
|
|
135
125
|
"""
|
|
136
126
|
return pulumi.get(self, "circuit_code")
|
|
137
127
|
|
|
@@ -143,7 +133,7 @@ class PhysicalConnectionArgs:
|
|
|
143
133
|
@pulumi.getter
|
|
144
134
|
def description(self) -> Optional[pulumi.Input[str]]:
|
|
145
135
|
"""
|
|
146
|
-
The
|
|
136
|
+
The Physical Connection to Which the Description.
|
|
147
137
|
"""
|
|
148
138
|
return pulumi.get(self, "description")
|
|
149
139
|
|
|
@@ -155,7 +145,7 @@ class PhysicalConnectionArgs:
|
|
|
155
145
|
@pulumi.getter(name="peerLocation")
|
|
156
146
|
def peer_location(self) -> Optional[pulumi.Input[str]]:
|
|
157
147
|
"""
|
|
158
|
-
|
|
148
|
+
and an on-Premises Data Center Location.
|
|
159
149
|
"""
|
|
160
150
|
return pulumi.get(self, "peer_location")
|
|
161
151
|
|
|
@@ -163,25 +153,11 @@ class PhysicalConnectionArgs:
|
|
|
163
153
|
def peer_location(self, value: Optional[pulumi.Input[str]]):
|
|
164
154
|
pulumi.set(self, "peer_location", value)
|
|
165
155
|
|
|
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
|
-
|
|
180
156
|
@property
|
|
181
157
|
@pulumi.getter(name="physicalConnectionName")
|
|
182
158
|
def physical_connection_name(self) -> Optional[pulumi.Input[str]]:
|
|
183
159
|
"""
|
|
184
|
-
|
|
160
|
+
on Behalf of the Resource Name of the Resources-Attribute Field.
|
|
185
161
|
"""
|
|
186
162
|
return pulumi.get(self, "physical_connection_name")
|
|
187
163
|
|
|
@@ -193,15 +169,16 @@ class PhysicalConnectionArgs:
|
|
|
193
169
|
@pulumi.getter(name="portType")
|
|
194
170
|
def port_type(self) -> Optional[pulumi.Input[str]]:
|
|
195
171
|
"""
|
|
196
|
-
The
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
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.
|
|
205
182
|
"""
|
|
206
183
|
return pulumi.get(self, "port_type")
|
|
207
184
|
|
|
@@ -209,24 +186,11 @@ class PhysicalConnectionArgs:
|
|
|
209
186
|
def port_type(self, value: Optional[pulumi.Input[str]]):
|
|
210
187
|
pulumi.set(self, "port_type", value)
|
|
211
188
|
|
|
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
|
-
|
|
225
189
|
@property
|
|
226
190
|
@pulumi.getter(name="redundantPhysicalConnectionId")
|
|
227
191
|
def redundant_physical_connection_id(self) -> Optional[pulumi.Input[str]]:
|
|
228
192
|
"""
|
|
229
|
-
|
|
193
|
+
Redundant Physical Connection to Which the ID.
|
|
230
194
|
"""
|
|
231
195
|
return pulumi.get(self, "redundant_physical_connection_id")
|
|
232
196
|
|
|
@@ -238,7 +202,7 @@ class PhysicalConnectionArgs:
|
|
|
238
202
|
@pulumi.getter
|
|
239
203
|
def status(self) -> Optional[pulumi.Input[str]]:
|
|
240
204
|
"""
|
|
241
|
-
|
|
205
|
+
Resources on Behalf of a State of the Resource Attribute Field. Valid values: `Canceled`, `Enabled`, `Terminated`.
|
|
242
206
|
"""
|
|
243
207
|
return pulumi.get(self, "status")
|
|
244
208
|
|
|
@@ -250,7 +214,7 @@ class PhysicalConnectionArgs:
|
|
|
250
214
|
@pulumi.getter
|
|
251
215
|
def type(self) -> Optional[pulumi.Input[str]]:
|
|
252
216
|
"""
|
|
253
|
-
|
|
217
|
+
Physical Private Line of Type. Default Value: VPC.
|
|
254
218
|
"""
|
|
255
219
|
return pulumi.get(self, "type")
|
|
256
220
|
|
|
@@ -267,48 +231,40 @@ class _PhysicalConnectionState:
|
|
|
267
231
|
circuit_code: Optional[pulumi.Input[str]] = None,
|
|
268
232
|
description: Optional[pulumi.Input[str]] = None,
|
|
269
233
|
line_operator: Optional[pulumi.Input[str]] = None,
|
|
270
|
-
order_id: Optional[pulumi.Input[str]] = None,
|
|
271
234
|
peer_location: Optional[pulumi.Input[str]] = None,
|
|
272
|
-
period: Optional[pulumi.Input[int]] = None,
|
|
273
235
|
physical_connection_name: Optional[pulumi.Input[str]] = None,
|
|
274
236
|
port_type: Optional[pulumi.Input[str]] = None,
|
|
275
|
-
pricing_cycle: Optional[pulumi.Input[str]] = None,
|
|
276
237
|
redundant_physical_connection_id: Optional[pulumi.Input[str]] = None,
|
|
277
238
|
status: Optional[pulumi.Input[str]] = None,
|
|
278
239
|
type: Optional[pulumi.Input[str]] = None):
|
|
279
240
|
"""
|
|
280
241
|
Input properties used for looking up and filtering PhysicalConnection resources.
|
|
281
|
-
:param pulumi.Input[str] access_point_id: The
|
|
282
|
-
:param pulumi.Input[str] bandwidth:
|
|
283
|
-
:param pulumi.Input[str] circuit_code:
|
|
284
|
-
:param pulumi.Input[str] description: The
|
|
285
|
-
:param pulumi.Input[str] line_operator:
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
:param pulumi.Input[str]
|
|
293
|
-
:param pulumi.Input[str]
|
|
294
|
-
:param pulumi.Input[
|
|
295
|
-
-
|
|
296
|
-
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
- `
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
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`.
|
|
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.
|
|
312
268
|
"""
|
|
313
269
|
if access_point_id is not None:
|
|
314
270
|
pulumi.set(__self__, "access_point_id", access_point_id)
|
|
@@ -320,18 +276,12 @@ class _PhysicalConnectionState:
|
|
|
320
276
|
pulumi.set(__self__, "description", description)
|
|
321
277
|
if line_operator is not None:
|
|
322
278
|
pulumi.set(__self__, "line_operator", line_operator)
|
|
323
|
-
if order_id is not None:
|
|
324
|
-
pulumi.set(__self__, "order_id", order_id)
|
|
325
279
|
if peer_location is not None:
|
|
326
280
|
pulumi.set(__self__, "peer_location", peer_location)
|
|
327
|
-
if period is not None:
|
|
328
|
-
pulumi.set(__self__, "period", period)
|
|
329
281
|
if physical_connection_name is not None:
|
|
330
282
|
pulumi.set(__self__, "physical_connection_name", physical_connection_name)
|
|
331
283
|
if port_type is not None:
|
|
332
284
|
pulumi.set(__self__, "port_type", port_type)
|
|
333
|
-
if pricing_cycle is not None:
|
|
334
|
-
pulumi.set(__self__, "pricing_cycle", pricing_cycle)
|
|
335
285
|
if redundant_physical_connection_id is not None:
|
|
336
286
|
pulumi.set(__self__, "redundant_physical_connection_id", redundant_physical_connection_id)
|
|
337
287
|
if status is not None:
|
|
@@ -343,7 +293,7 @@ class _PhysicalConnectionState:
|
|
|
343
293
|
@pulumi.getter(name="accessPointId")
|
|
344
294
|
def access_point_id(self) -> Optional[pulumi.Input[str]]:
|
|
345
295
|
"""
|
|
346
|
-
The
|
|
296
|
+
The Physical Leased Line Access Point ID.
|
|
347
297
|
"""
|
|
348
298
|
return pulumi.get(self, "access_point_id")
|
|
349
299
|
|
|
@@ -355,7 +305,7 @@ class _PhysicalConnectionState:
|
|
|
355
305
|
@pulumi.getter
|
|
356
306
|
def bandwidth(self) -> Optional[pulumi.Input[str]]:
|
|
357
307
|
"""
|
|
358
|
-
|
|
308
|
+
On the Bandwidth of the ECC Service and Physical Connection.
|
|
359
309
|
"""
|
|
360
310
|
return pulumi.get(self, "bandwidth")
|
|
361
311
|
|
|
@@ -367,7 +317,7 @@ class _PhysicalConnectionState:
|
|
|
367
317
|
@pulumi.getter(name="circuitCode")
|
|
368
318
|
def circuit_code(self) -> Optional[pulumi.Input[str]]:
|
|
369
319
|
"""
|
|
370
|
-
|
|
320
|
+
Operators for Physical Connection Circuit Provided Coding.
|
|
371
321
|
"""
|
|
372
322
|
return pulumi.get(self, "circuit_code")
|
|
373
323
|
|
|
@@ -379,7 +329,7 @@ class _PhysicalConnectionState:
|
|
|
379
329
|
@pulumi.getter
|
|
380
330
|
def description(self) -> Optional[pulumi.Input[str]]:
|
|
381
331
|
"""
|
|
382
|
-
The
|
|
332
|
+
The Physical Connection to Which the Description.
|
|
383
333
|
"""
|
|
384
334
|
return pulumi.get(self, "description")
|
|
385
335
|
|
|
@@ -391,13 +341,13 @@ class _PhysicalConnectionState:
|
|
|
391
341
|
@pulumi.getter(name="lineOperator")
|
|
392
342
|
def line_operator(self) -> Optional[pulumi.Input[str]]:
|
|
393
343
|
"""
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
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.
|
|
401
351
|
"""
|
|
402
352
|
return pulumi.get(self, "line_operator")
|
|
403
353
|
|
|
@@ -405,23 +355,11 @@ class _PhysicalConnectionState:
|
|
|
405
355
|
def line_operator(self, value: Optional[pulumi.Input[str]]):
|
|
406
356
|
pulumi.set(self, "line_operator", value)
|
|
407
357
|
|
|
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
|
-
|
|
420
358
|
@property
|
|
421
359
|
@pulumi.getter(name="peerLocation")
|
|
422
360
|
def peer_location(self) -> Optional[pulumi.Input[str]]:
|
|
423
361
|
"""
|
|
424
|
-
|
|
362
|
+
and an on-Premises Data Center Location.
|
|
425
363
|
"""
|
|
426
364
|
return pulumi.get(self, "peer_location")
|
|
427
365
|
|
|
@@ -429,25 +367,11 @@ class _PhysicalConnectionState:
|
|
|
429
367
|
def peer_location(self, value: Optional[pulumi.Input[str]]):
|
|
430
368
|
pulumi.set(self, "peer_location", value)
|
|
431
369
|
|
|
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
|
-
|
|
446
370
|
@property
|
|
447
371
|
@pulumi.getter(name="physicalConnectionName")
|
|
448
372
|
def physical_connection_name(self) -> Optional[pulumi.Input[str]]:
|
|
449
373
|
"""
|
|
450
|
-
|
|
374
|
+
on Behalf of the Resource Name of the Resources-Attribute Field.
|
|
451
375
|
"""
|
|
452
376
|
return pulumi.get(self, "physical_connection_name")
|
|
453
377
|
|
|
@@ -459,15 +383,16 @@ class _PhysicalConnectionState:
|
|
|
459
383
|
@pulumi.getter(name="portType")
|
|
460
384
|
def port_type(self) -> Optional[pulumi.Input[str]]:
|
|
461
385
|
"""
|
|
462
|
-
The
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
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.
|
|
471
396
|
"""
|
|
472
397
|
return pulumi.get(self, "port_type")
|
|
473
398
|
|
|
@@ -475,24 +400,11 @@ class _PhysicalConnectionState:
|
|
|
475
400
|
def port_type(self, value: Optional[pulumi.Input[str]]):
|
|
476
401
|
pulumi.set(self, "port_type", value)
|
|
477
402
|
|
|
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
|
-
|
|
491
403
|
@property
|
|
492
404
|
@pulumi.getter(name="redundantPhysicalConnectionId")
|
|
493
405
|
def redundant_physical_connection_id(self) -> Optional[pulumi.Input[str]]:
|
|
494
406
|
"""
|
|
495
|
-
|
|
407
|
+
Redundant Physical Connection to Which the ID.
|
|
496
408
|
"""
|
|
497
409
|
return pulumi.get(self, "redundant_physical_connection_id")
|
|
498
410
|
|
|
@@ -504,7 +416,7 @@ class _PhysicalConnectionState:
|
|
|
504
416
|
@pulumi.getter
|
|
505
417
|
def status(self) -> Optional[pulumi.Input[str]]:
|
|
506
418
|
"""
|
|
507
|
-
|
|
419
|
+
Resources on Behalf of a State of the Resource Attribute Field. Valid values: `Canceled`, `Enabled`, `Terminated`.
|
|
508
420
|
"""
|
|
509
421
|
return pulumi.get(self, "status")
|
|
510
422
|
|
|
@@ -516,7 +428,7 @@ class _PhysicalConnectionState:
|
|
|
516
428
|
@pulumi.getter
|
|
517
429
|
def type(self) -> Optional[pulumi.Input[str]]:
|
|
518
430
|
"""
|
|
519
|
-
|
|
431
|
+
Physical Private Line of Type. Default Value: VPC.
|
|
520
432
|
"""
|
|
521
433
|
return pulumi.get(self, "type")
|
|
522
434
|
|
|
@@ -536,10 +448,8 @@ class PhysicalConnection(pulumi.CustomResource):
|
|
|
536
448
|
description: Optional[pulumi.Input[str]] = None,
|
|
537
449
|
line_operator: Optional[pulumi.Input[str]] = None,
|
|
538
450
|
peer_location: Optional[pulumi.Input[str]] = None,
|
|
539
|
-
period: Optional[pulumi.Input[int]] = None,
|
|
540
451
|
physical_connection_name: Optional[pulumi.Input[str]] = None,
|
|
541
452
|
port_type: Optional[pulumi.Input[str]] = None,
|
|
542
|
-
pricing_cycle: Optional[pulumi.Input[str]] = None,
|
|
543
453
|
redundant_physical_connection_id: Optional[pulumi.Input[str]] = None,
|
|
544
454
|
status: Optional[pulumi.Input[str]] = None,
|
|
545
455
|
type: Optional[pulumi.Input[str]] = None,
|
|
@@ -547,7 +457,7 @@ class PhysicalConnection(pulumi.CustomResource):
|
|
|
547
457
|
"""
|
|
548
458
|
Provides a Express Connect Physical Connection resource.
|
|
549
459
|
|
|
550
|
-
For information about Express Connect Physical Connection and how to use it, see [What is Physical Connection](https://www.alibabacloud.com/help/
|
|
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).
|
|
551
461
|
|
|
552
462
|
> **NOTE:** Available since v1.132.0.
|
|
553
463
|
|
|
@@ -589,36 +499,32 @@ class PhysicalConnection(pulumi.CustomResource):
|
|
|
589
499
|
|
|
590
500
|
:param str resource_name: The name of the resource.
|
|
591
501
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
592
|
-
:param pulumi.Input[str] access_point_id: The
|
|
593
|
-
:param pulumi.Input[str] bandwidth:
|
|
594
|
-
:param pulumi.Input[str] circuit_code:
|
|
595
|
-
:param pulumi.Input[str] description: The
|
|
596
|
-
:param pulumi.Input[str] line_operator:
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
:param pulumi.Input[str] peer_location:
|
|
604
|
-
:param pulumi.Input[
|
|
605
|
-
|
|
606
|
-
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
:param pulumi.Input[str]
|
|
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`.
|
|
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.
|
|
622
528
|
"""
|
|
623
529
|
...
|
|
624
530
|
@overload
|
|
@@ -629,7 +535,7 @@ class PhysicalConnection(pulumi.CustomResource):
|
|
|
629
535
|
"""
|
|
630
536
|
Provides a Express Connect Physical Connection resource.
|
|
631
537
|
|
|
632
|
-
For information about Express Connect Physical Connection and how to use it, see [What is Physical Connection](https://www.alibabacloud.com/help/
|
|
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).
|
|
633
539
|
|
|
634
540
|
> **NOTE:** Available since v1.132.0.
|
|
635
541
|
|
|
@@ -690,10 +596,8 @@ class PhysicalConnection(pulumi.CustomResource):
|
|
|
690
596
|
description: Optional[pulumi.Input[str]] = None,
|
|
691
597
|
line_operator: Optional[pulumi.Input[str]] = None,
|
|
692
598
|
peer_location: Optional[pulumi.Input[str]] = None,
|
|
693
|
-
period: Optional[pulumi.Input[int]] = None,
|
|
694
599
|
physical_connection_name: Optional[pulumi.Input[str]] = None,
|
|
695
600
|
port_type: Optional[pulumi.Input[str]] = None,
|
|
696
|
-
pricing_cycle: Optional[pulumi.Input[str]] = None,
|
|
697
601
|
redundant_physical_connection_id: Optional[pulumi.Input[str]] = None,
|
|
698
602
|
status: Optional[pulumi.Input[str]] = None,
|
|
699
603
|
type: Optional[pulumi.Input[str]] = None,
|
|
@@ -716,14 +620,11 @@ class PhysicalConnection(pulumi.CustomResource):
|
|
|
716
620
|
raise TypeError("Missing required property 'line_operator'")
|
|
717
621
|
__props__.__dict__["line_operator"] = line_operator
|
|
718
622
|
__props__.__dict__["peer_location"] = peer_location
|
|
719
|
-
__props__.__dict__["period"] = period
|
|
720
623
|
__props__.__dict__["physical_connection_name"] = physical_connection_name
|
|
721
624
|
__props__.__dict__["port_type"] = port_type
|
|
722
|
-
__props__.__dict__["pricing_cycle"] = pricing_cycle
|
|
723
625
|
__props__.__dict__["redundant_physical_connection_id"] = redundant_physical_connection_id
|
|
724
626
|
__props__.__dict__["status"] = status
|
|
725
627
|
__props__.__dict__["type"] = type
|
|
726
|
-
__props__.__dict__["order_id"] = None
|
|
727
628
|
super(PhysicalConnection, __self__).__init__(
|
|
728
629
|
'alicloud:expressconnect/physicalConnection:PhysicalConnection',
|
|
729
630
|
resource_name,
|
|
@@ -739,12 +640,9 @@ class PhysicalConnection(pulumi.CustomResource):
|
|
|
739
640
|
circuit_code: Optional[pulumi.Input[str]] = None,
|
|
740
641
|
description: Optional[pulumi.Input[str]] = None,
|
|
741
642
|
line_operator: Optional[pulumi.Input[str]] = None,
|
|
742
|
-
order_id: Optional[pulumi.Input[str]] = None,
|
|
743
643
|
peer_location: Optional[pulumi.Input[str]] = None,
|
|
744
|
-
period: Optional[pulumi.Input[int]] = None,
|
|
745
644
|
physical_connection_name: Optional[pulumi.Input[str]] = None,
|
|
746
645
|
port_type: Optional[pulumi.Input[str]] = None,
|
|
747
|
-
pricing_cycle: Optional[pulumi.Input[str]] = None,
|
|
748
646
|
redundant_physical_connection_id: Optional[pulumi.Input[str]] = None,
|
|
749
647
|
status: Optional[pulumi.Input[str]] = None,
|
|
750
648
|
type: Optional[pulumi.Input[str]] = None) -> 'PhysicalConnection':
|
|
@@ -755,37 +653,32 @@ class PhysicalConnection(pulumi.CustomResource):
|
|
|
755
653
|
:param str resource_name: The unique name of the resulting resource.
|
|
756
654
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
757
655
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
758
|
-
:param pulumi.Input[str] access_point_id: The
|
|
759
|
-
:param pulumi.Input[str] bandwidth:
|
|
760
|
-
:param pulumi.Input[str] circuit_code:
|
|
761
|
-
:param pulumi.Input[str] description: The
|
|
762
|
-
:param pulumi.Input[str] line_operator:
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
:param pulumi.Input[str]
|
|
770
|
-
:param pulumi.Input[str]
|
|
771
|
-
:param pulumi.Input[
|
|
772
|
-
-
|
|
773
|
-
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
- `
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
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`.
|
|
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.
|
|
789
682
|
"""
|
|
790
683
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
791
684
|
|
|
@@ -796,12 +689,9 @@ class PhysicalConnection(pulumi.CustomResource):
|
|
|
796
689
|
__props__.__dict__["circuit_code"] = circuit_code
|
|
797
690
|
__props__.__dict__["description"] = description
|
|
798
691
|
__props__.__dict__["line_operator"] = line_operator
|
|
799
|
-
__props__.__dict__["order_id"] = order_id
|
|
800
692
|
__props__.__dict__["peer_location"] = peer_location
|
|
801
|
-
__props__.__dict__["period"] = period
|
|
802
693
|
__props__.__dict__["physical_connection_name"] = physical_connection_name
|
|
803
694
|
__props__.__dict__["port_type"] = port_type
|
|
804
|
-
__props__.__dict__["pricing_cycle"] = pricing_cycle
|
|
805
695
|
__props__.__dict__["redundant_physical_connection_id"] = redundant_physical_connection_id
|
|
806
696
|
__props__.__dict__["status"] = status
|
|
807
697
|
__props__.__dict__["type"] = type
|
|
@@ -811,7 +701,7 @@ class PhysicalConnection(pulumi.CustomResource):
|
|
|
811
701
|
@pulumi.getter(name="accessPointId")
|
|
812
702
|
def access_point_id(self) -> pulumi.Output[str]:
|
|
813
703
|
"""
|
|
814
|
-
The
|
|
704
|
+
The Physical Leased Line Access Point ID.
|
|
815
705
|
"""
|
|
816
706
|
return pulumi.get(self, "access_point_id")
|
|
817
707
|
|
|
@@ -819,7 +709,7 @@ class PhysicalConnection(pulumi.CustomResource):
|
|
|
819
709
|
@pulumi.getter
|
|
820
710
|
def bandwidth(self) -> pulumi.Output[str]:
|
|
821
711
|
"""
|
|
822
|
-
|
|
712
|
+
On the Bandwidth of the ECC Service and Physical Connection.
|
|
823
713
|
"""
|
|
824
714
|
return pulumi.get(self, "bandwidth")
|
|
825
715
|
|
|
@@ -827,7 +717,7 @@ class PhysicalConnection(pulumi.CustomResource):
|
|
|
827
717
|
@pulumi.getter(name="circuitCode")
|
|
828
718
|
def circuit_code(self) -> pulumi.Output[Optional[str]]:
|
|
829
719
|
"""
|
|
830
|
-
|
|
720
|
+
Operators for Physical Connection Circuit Provided Coding.
|
|
831
721
|
"""
|
|
832
722
|
return pulumi.get(self, "circuit_code")
|
|
833
723
|
|
|
@@ -835,7 +725,7 @@ class PhysicalConnection(pulumi.CustomResource):
|
|
|
835
725
|
@pulumi.getter
|
|
836
726
|
def description(self) -> pulumi.Output[Optional[str]]:
|
|
837
727
|
"""
|
|
838
|
-
The
|
|
728
|
+
The Physical Connection to Which the Description.
|
|
839
729
|
"""
|
|
840
730
|
return pulumi.get(self, "description")
|
|
841
731
|
|
|
@@ -843,47 +733,29 @@ class PhysicalConnection(pulumi.CustomResource):
|
|
|
843
733
|
@pulumi.getter(name="lineOperator")
|
|
844
734
|
def line_operator(self) -> pulumi.Output[str]:
|
|
845
735
|
"""
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
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.
|
|
853
743
|
"""
|
|
854
744
|
return pulumi.get(self, "line_operator")
|
|
855
745
|
|
|
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
|
-
|
|
864
746
|
@property
|
|
865
747
|
@pulumi.getter(name="peerLocation")
|
|
866
|
-
def peer_location(self) -> pulumi.Output[str]:
|
|
748
|
+
def peer_location(self) -> pulumi.Output[Optional[str]]:
|
|
867
749
|
"""
|
|
868
|
-
|
|
750
|
+
and an on-Premises Data Center Location.
|
|
869
751
|
"""
|
|
870
752
|
return pulumi.get(self, "peer_location")
|
|
871
753
|
|
|
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
|
-
|
|
882
754
|
@property
|
|
883
755
|
@pulumi.getter(name="physicalConnectionName")
|
|
884
756
|
def physical_connection_name(self) -> pulumi.Output[Optional[str]]:
|
|
885
757
|
"""
|
|
886
|
-
|
|
758
|
+
on Behalf of the Resource Name of the Resources-Attribute Field.
|
|
887
759
|
"""
|
|
888
760
|
return pulumi.get(self, "physical_connection_name")
|
|
889
761
|
|
|
@@ -891,32 +763,24 @@ class PhysicalConnection(pulumi.CustomResource):
|
|
|
891
763
|
@pulumi.getter(name="portType")
|
|
892
764
|
def port_type(self) -> pulumi.Output[Optional[str]]:
|
|
893
765
|
"""
|
|
894
|
-
The
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
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.
|
|
903
|
-
"""
|
|
904
|
-
return pulumi.get(self, "port_type")
|
|
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.
|
|
905
774
|
|
|
906
|
-
|
|
907
|
-
@pulumi.getter(name="pricingCycle")
|
|
908
|
-
def pricing_cycle(self) -> pulumi.Output[Optional[str]]:
|
|
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.
|
|
909
776
|
"""
|
|
910
|
-
|
|
911
|
-
> **NOTE:** `period` and `pricing_cycle` are valid only when `status` is set to `Enabled`.
|
|
912
|
-
"""
|
|
913
|
-
return pulumi.get(self, "pricing_cycle")
|
|
777
|
+
return pulumi.get(self, "port_type")
|
|
914
778
|
|
|
915
779
|
@property
|
|
916
780
|
@pulumi.getter(name="redundantPhysicalConnectionId")
|
|
917
781
|
def redundant_physical_connection_id(self) -> pulumi.Output[Optional[str]]:
|
|
918
782
|
"""
|
|
919
|
-
|
|
783
|
+
Redundant Physical Connection to Which the ID.
|
|
920
784
|
"""
|
|
921
785
|
return pulumi.get(self, "redundant_physical_connection_id")
|
|
922
786
|
|
|
@@ -924,7 +788,7 @@ class PhysicalConnection(pulumi.CustomResource):
|
|
|
924
788
|
@pulumi.getter
|
|
925
789
|
def status(self) -> pulumi.Output[str]:
|
|
926
790
|
"""
|
|
927
|
-
|
|
791
|
+
Resources on Behalf of a State of the Resource Attribute Field. Valid values: `Canceled`, `Enabled`, `Terminated`.
|
|
928
792
|
"""
|
|
929
793
|
return pulumi.get(self, "status")
|
|
930
794
|
|
|
@@ -932,7 +796,7 @@ class PhysicalConnection(pulumi.CustomResource):
|
|
|
932
796
|
@pulumi.getter
|
|
933
797
|
def type(self) -> pulumi.Output[str]:
|
|
934
798
|
"""
|
|
935
|
-
|
|
799
|
+
Physical Private Line of Type. Default Value: VPC.
|
|
936
800
|
"""
|
|
937
801
|
return pulumi.get(self, "type")
|
|
938
802
|
|