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
|
@@ -15,47 +15,21 @@ __all__ = ['PeerConnectionAccepterArgs', 'PeerConnectionAccepter']
|
|
|
15
15
|
class PeerConnectionAccepterArgs:
|
|
16
16
|
def __init__(__self__, *,
|
|
17
17
|
instance_id: pulumi.Input[str],
|
|
18
|
-
|
|
19
|
-
description: Optional[pulumi.Input[str]] = None,
|
|
20
|
-
dry_run: Optional[pulumi.Input[bool]] = None,
|
|
21
|
-
force_delete: Optional[pulumi.Input[bool]] = None,
|
|
22
|
-
peer_connection_accepter_name: Optional[pulumi.Input[str]] = None,
|
|
23
|
-
resource_group_id: Optional[pulumi.Input[str]] = None):
|
|
18
|
+
dry_run: Optional[pulumi.Input[bool]] = None):
|
|
24
19
|
"""
|
|
25
20
|
The set of arguments for constructing a PeerConnectionAccepter resource.
|
|
26
|
-
:param pulumi.Input[str] instance_id: The ID of the
|
|
27
|
-
:param pulumi.Input[
|
|
28
|
-
:param pulumi.Input[str] description: The new description of the VPC peering connection.
|
|
29
|
-
|
|
30
|
-
The description must be 1 to 256 characters in length, and cannot start with `http://` or `https://`.
|
|
31
|
-
:param pulumi.Input[bool] dry_run: Specifies whether to perform only a dry run, without performing the actual request. Valid values:
|
|
32
|
-
:param pulumi.Input[bool] force_delete: Specifies whether to forcefully delete the VPC peering connection. Valid values:
|
|
33
|
-
:param pulumi.Input[str] peer_connection_accepter_name: The new name of the VPC peering connection.
|
|
34
|
-
|
|
35
|
-
The name must be 1 to 128 characters in length, and cannot start with `http://` or `https://`.
|
|
36
|
-
:param pulumi.Input[str] resource_group_id: The ID of the new resource group.
|
|
37
|
-
|
|
38
|
-
> **NOTE:** You can use resource groups to manage resources within your Alibaba Cloud account by group. This helps you resolve issues such as resource grouping and permission management for your Alibaba Cloud account. For more information, see [What is resource management?](https://www.alibabacloud.com/help/en/doc-detail/94475.html)
|
|
21
|
+
:param pulumi.Input[str] instance_id: The ID of the instance of the created VPC peer connection.
|
|
22
|
+
:param pulumi.Input[bool] dry_run: The dry run.
|
|
39
23
|
"""
|
|
40
24
|
pulumi.set(__self__, "instance_id", instance_id)
|
|
41
|
-
if bandwidth is not None:
|
|
42
|
-
pulumi.set(__self__, "bandwidth", bandwidth)
|
|
43
|
-
if description is not None:
|
|
44
|
-
pulumi.set(__self__, "description", description)
|
|
45
25
|
if dry_run is not None:
|
|
46
26
|
pulumi.set(__self__, "dry_run", dry_run)
|
|
47
|
-
if force_delete is not None:
|
|
48
|
-
pulumi.set(__self__, "force_delete", force_delete)
|
|
49
|
-
if peer_connection_accepter_name is not None:
|
|
50
|
-
pulumi.set(__self__, "peer_connection_accepter_name", peer_connection_accepter_name)
|
|
51
|
-
if resource_group_id is not None:
|
|
52
|
-
pulumi.set(__self__, "resource_group_id", resource_group_id)
|
|
53
27
|
|
|
54
28
|
@property
|
|
55
29
|
@pulumi.getter(name="instanceId")
|
|
56
30
|
def instance_id(self) -> pulumi.Input[str]:
|
|
57
31
|
"""
|
|
58
|
-
The ID of the
|
|
32
|
+
The ID of the instance of the created VPC peer connection.
|
|
59
33
|
"""
|
|
60
34
|
return pulumi.get(self, "instance_id")
|
|
61
35
|
|
|
@@ -63,37 +37,11 @@ class PeerConnectionAccepterArgs:
|
|
|
63
37
|
def instance_id(self, value: pulumi.Input[str]):
|
|
64
38
|
pulumi.set(self, "instance_id", value)
|
|
65
39
|
|
|
66
|
-
@property
|
|
67
|
-
@pulumi.getter
|
|
68
|
-
def bandwidth(self) -> Optional[pulumi.Input[int]]:
|
|
69
|
-
"""
|
|
70
|
-
The new bandwidth of the VPC peering connection. Unit: Mbit/s. The value must be an integer greater than 0.
|
|
71
|
-
"""
|
|
72
|
-
return pulumi.get(self, "bandwidth")
|
|
73
|
-
|
|
74
|
-
@bandwidth.setter
|
|
75
|
-
def bandwidth(self, value: Optional[pulumi.Input[int]]):
|
|
76
|
-
pulumi.set(self, "bandwidth", value)
|
|
77
|
-
|
|
78
|
-
@property
|
|
79
|
-
@pulumi.getter
|
|
80
|
-
def description(self) -> Optional[pulumi.Input[str]]:
|
|
81
|
-
"""
|
|
82
|
-
The new description of the VPC peering connection.
|
|
83
|
-
|
|
84
|
-
The description must be 1 to 256 characters in length, and cannot start with `http://` or `https://`.
|
|
85
|
-
"""
|
|
86
|
-
return pulumi.get(self, "description")
|
|
87
|
-
|
|
88
|
-
@description.setter
|
|
89
|
-
def description(self, value: Optional[pulumi.Input[str]]):
|
|
90
|
-
pulumi.set(self, "description", value)
|
|
91
|
-
|
|
92
40
|
@property
|
|
93
41
|
@pulumi.getter(name="dryRun")
|
|
94
42
|
def dry_run(self) -> Optional[pulumi.Input[bool]]:
|
|
95
43
|
"""
|
|
96
|
-
|
|
44
|
+
The dry run.
|
|
97
45
|
"""
|
|
98
46
|
return pulumi.get(self, "dry_run")
|
|
99
47
|
|
|
@@ -101,46 +49,6 @@ class PeerConnectionAccepterArgs:
|
|
|
101
49
|
def dry_run(self, value: Optional[pulumi.Input[bool]]):
|
|
102
50
|
pulumi.set(self, "dry_run", value)
|
|
103
51
|
|
|
104
|
-
@property
|
|
105
|
-
@pulumi.getter(name="forceDelete")
|
|
106
|
-
def force_delete(self) -> Optional[pulumi.Input[bool]]:
|
|
107
|
-
"""
|
|
108
|
-
Specifies whether to forcefully delete the VPC peering connection. Valid values:
|
|
109
|
-
"""
|
|
110
|
-
return pulumi.get(self, "force_delete")
|
|
111
|
-
|
|
112
|
-
@force_delete.setter
|
|
113
|
-
def force_delete(self, value: Optional[pulumi.Input[bool]]):
|
|
114
|
-
pulumi.set(self, "force_delete", value)
|
|
115
|
-
|
|
116
|
-
@property
|
|
117
|
-
@pulumi.getter(name="peerConnectionAccepterName")
|
|
118
|
-
def peer_connection_accepter_name(self) -> Optional[pulumi.Input[str]]:
|
|
119
|
-
"""
|
|
120
|
-
The new name of the VPC peering connection.
|
|
121
|
-
|
|
122
|
-
The name must be 1 to 128 characters in length, and cannot start with `http://` or `https://`.
|
|
123
|
-
"""
|
|
124
|
-
return pulumi.get(self, "peer_connection_accepter_name")
|
|
125
|
-
|
|
126
|
-
@peer_connection_accepter_name.setter
|
|
127
|
-
def peer_connection_accepter_name(self, value: Optional[pulumi.Input[str]]):
|
|
128
|
-
pulumi.set(self, "peer_connection_accepter_name", value)
|
|
129
|
-
|
|
130
|
-
@property
|
|
131
|
-
@pulumi.getter(name="resourceGroupId")
|
|
132
|
-
def resource_group_id(self) -> Optional[pulumi.Input[str]]:
|
|
133
|
-
"""
|
|
134
|
-
The ID of the new resource group.
|
|
135
|
-
|
|
136
|
-
> **NOTE:** You can use resource groups to manage resources within your Alibaba Cloud account by group. This helps you resolve issues such as resource grouping and permission management for your Alibaba Cloud account. For more information, see [What is resource management?](https://www.alibabacloud.com/help/en/doc-detail/94475.html)
|
|
137
|
-
"""
|
|
138
|
-
return pulumi.get(self, "resource_group_id")
|
|
139
|
-
|
|
140
|
-
@resource_group_id.setter
|
|
141
|
-
def resource_group_id(self, value: Optional[pulumi.Input[str]]):
|
|
142
|
-
pulumi.set(self, "resource_group_id", value)
|
|
143
|
-
|
|
144
52
|
|
|
145
53
|
@pulumi.input_type
|
|
146
54
|
class _PeerConnectionAccepterState:
|
|
@@ -149,36 +57,24 @@ class _PeerConnectionAccepterState:
|
|
|
149
57
|
accepting_region_id: Optional[pulumi.Input[str]] = None,
|
|
150
58
|
accepting_vpc_id: Optional[pulumi.Input[str]] = None,
|
|
151
59
|
bandwidth: Optional[pulumi.Input[int]] = None,
|
|
152
|
-
create_time: Optional[pulumi.Input[str]] = None,
|
|
153
60
|
description: Optional[pulumi.Input[str]] = None,
|
|
154
61
|
dry_run: Optional[pulumi.Input[bool]] = None,
|
|
155
|
-
force_delete: Optional[pulumi.Input[bool]] = None,
|
|
156
62
|
instance_id: Optional[pulumi.Input[str]] = None,
|
|
157
63
|
peer_connection_accepter_name: Optional[pulumi.Input[str]] = None,
|
|
158
|
-
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
159
64
|
status: Optional[pulumi.Input[str]] = None,
|
|
160
65
|
vpc_id: Optional[pulumi.Input[str]] = None):
|
|
161
66
|
"""
|
|
162
67
|
Input properties used for looking up and filtering PeerConnectionAccepter resources.
|
|
163
|
-
:param pulumi.Input[int] accepting_owner_uid: The ID of the Alibaba Cloud account (primary account) of the receiving end of the VPC peering connection to be created.-to-peer connection to the VPC account.-account VPC peer-to-peer connection.
|
|
164
|
-
:param pulumi.Input[str] accepting_region_id: The region ID of the recipient of the VPC peering connection to be created.-to-peer connection in the same region, enter the same region ID as the region ID of the initiator.-region VPC peer-to-peer connection, enter a region ID that is different from the region ID of the initiator.
|
|
68
|
+
:param pulumi.Input[int] accepting_owner_uid: The ID of the Alibaba Cloud account (primary account) of the receiving end of the VPC peering connection to be created.-Enter the ID of your Alibaba Cloud account to create a peer-to-peer connection to the VPC account.-Enter the ID of another Alibaba Cloud account to create a cross-account VPC peer-to-peer connection.> If the recipient account is a RAM user (sub-account), enter the ID of the Alibaba Cloud account corresponding to the RAM user.
|
|
69
|
+
:param pulumi.Input[str] accepting_region_id: The region ID of the recipient of the VPC peering connection to be created.-When creating a VPC peer-to-peer connection in the same region, enter the same region ID as the region ID of the initiator.-When creating a cross-region VPC peer-to-peer connection, enter a region ID that is different from the region ID of the initiator.
|
|
165
70
|
:param pulumi.Input[str] accepting_vpc_id: The VPC ID of the receiving end of the VPC peer connection.
|
|
166
|
-
:param pulumi.Input[int] bandwidth: The
|
|
167
|
-
:param pulumi.Input[str]
|
|
168
|
-
:param pulumi.Input[
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
:param pulumi.Input[bool] dry_run: Specifies whether to perform only a dry run, without performing the actual request. Valid values:
|
|
172
|
-
:param pulumi.Input[bool] force_delete: Specifies whether to forcefully delete the VPC peering connection. Valid values:
|
|
173
|
-
:param pulumi.Input[str] instance_id: The ID of the VPC peering connection whose name or description you want to modify.
|
|
174
|
-
:param pulumi.Input[str] peer_connection_accepter_name: The new name of the VPC peering connection.
|
|
175
|
-
|
|
176
|
-
The name must be 1 to 128 characters in length, and cannot start with `http://` or `https://`.
|
|
177
|
-
:param pulumi.Input[str] resource_group_id: The ID of the new resource group.
|
|
178
|
-
|
|
179
|
-
> **NOTE:** You can use resource groups to manage resources within your Alibaba Cloud account by group. This helps you resolve issues such as resource grouping and permission management for your Alibaba Cloud account. For more information, see [What is resource management?](https://www.alibabacloud.com/help/en/doc-detail/94475.html)
|
|
71
|
+
:param pulumi.Input[int] bandwidth: The bandwidth of the VPC peering connection to be modified. Unit: Mbps. The value range is an integer greater than 0.
|
|
72
|
+
:param pulumi.Input[str] description: The description of the VPC peer connection to be created.It must be 2 to 256 characters in length and must start with a letter or Chinese, but cannot start with http:// or https.
|
|
73
|
+
:param pulumi.Input[bool] dry_run: The dry run.
|
|
74
|
+
:param pulumi.Input[str] instance_id: The ID of the instance of the created VPC peer connection.
|
|
75
|
+
:param pulumi.Input[str] peer_connection_accepter_name: The name of the resource
|
|
180
76
|
:param pulumi.Input[str] status: The status of the resource
|
|
181
|
-
:param pulumi.Input[str] vpc_id:
|
|
77
|
+
:param pulumi.Input[str] vpc_id: You must create a VPC ID on the initiator of a VPC peer connection.
|
|
182
78
|
"""
|
|
183
79
|
if accepting_owner_uid is not None:
|
|
184
80
|
pulumi.set(__self__, "accepting_owner_uid", accepting_owner_uid)
|
|
@@ -188,20 +84,14 @@ class _PeerConnectionAccepterState:
|
|
|
188
84
|
pulumi.set(__self__, "accepting_vpc_id", accepting_vpc_id)
|
|
189
85
|
if bandwidth is not None:
|
|
190
86
|
pulumi.set(__self__, "bandwidth", bandwidth)
|
|
191
|
-
if create_time is not None:
|
|
192
|
-
pulumi.set(__self__, "create_time", create_time)
|
|
193
87
|
if description is not None:
|
|
194
88
|
pulumi.set(__self__, "description", description)
|
|
195
89
|
if dry_run is not None:
|
|
196
90
|
pulumi.set(__self__, "dry_run", dry_run)
|
|
197
|
-
if force_delete is not None:
|
|
198
|
-
pulumi.set(__self__, "force_delete", force_delete)
|
|
199
91
|
if instance_id is not None:
|
|
200
92
|
pulumi.set(__self__, "instance_id", instance_id)
|
|
201
93
|
if peer_connection_accepter_name is not None:
|
|
202
94
|
pulumi.set(__self__, "peer_connection_accepter_name", peer_connection_accepter_name)
|
|
203
|
-
if resource_group_id is not None:
|
|
204
|
-
pulumi.set(__self__, "resource_group_id", resource_group_id)
|
|
205
95
|
if status is not None:
|
|
206
96
|
pulumi.set(__self__, "status", status)
|
|
207
97
|
if vpc_id is not None:
|
|
@@ -211,7 +101,7 @@ class _PeerConnectionAccepterState:
|
|
|
211
101
|
@pulumi.getter(name="acceptingOwnerUid")
|
|
212
102
|
def accepting_owner_uid(self) -> Optional[pulumi.Input[int]]:
|
|
213
103
|
"""
|
|
214
|
-
The ID of the Alibaba Cloud account (primary account) of the receiving end of the VPC peering connection to be created.-to-peer connection to the VPC account.-account VPC peer-to-peer connection.
|
|
104
|
+
The ID of the Alibaba Cloud account (primary account) of the receiving end of the VPC peering connection to be created.-Enter the ID of your Alibaba Cloud account to create a peer-to-peer connection to the VPC account.-Enter the ID of another Alibaba Cloud account to create a cross-account VPC peer-to-peer connection.> If the recipient account is a RAM user (sub-account), enter the ID of the Alibaba Cloud account corresponding to the RAM user.
|
|
215
105
|
"""
|
|
216
106
|
return pulumi.get(self, "accepting_owner_uid")
|
|
217
107
|
|
|
@@ -223,7 +113,7 @@ class _PeerConnectionAccepterState:
|
|
|
223
113
|
@pulumi.getter(name="acceptingRegionId")
|
|
224
114
|
def accepting_region_id(self) -> Optional[pulumi.Input[str]]:
|
|
225
115
|
"""
|
|
226
|
-
The region ID of the recipient of the VPC peering connection to be created.-to-peer connection in the same region, enter the same region ID as the region ID of the initiator.-region VPC peer-to-peer connection, enter a region ID that is different from the region ID of the initiator.
|
|
116
|
+
The region ID of the recipient of the VPC peering connection to be created.-When creating a VPC peer-to-peer connection in the same region, enter the same region ID as the region ID of the initiator.-When creating a cross-region VPC peer-to-peer connection, enter a region ID that is different from the region ID of the initiator.
|
|
227
117
|
"""
|
|
228
118
|
return pulumi.get(self, "accepting_region_id")
|
|
229
119
|
|
|
@@ -247,7 +137,7 @@ class _PeerConnectionAccepterState:
|
|
|
247
137
|
@pulumi.getter
|
|
248
138
|
def bandwidth(self) -> Optional[pulumi.Input[int]]:
|
|
249
139
|
"""
|
|
250
|
-
The
|
|
140
|
+
The bandwidth of the VPC peering connection to be modified. Unit: Mbps. The value range is an integer greater than 0.
|
|
251
141
|
"""
|
|
252
142
|
return pulumi.get(self, "bandwidth")
|
|
253
143
|
|
|
@@ -255,25 +145,11 @@ class _PeerConnectionAccepterState:
|
|
|
255
145
|
def bandwidth(self, value: Optional[pulumi.Input[int]]):
|
|
256
146
|
pulumi.set(self, "bandwidth", value)
|
|
257
147
|
|
|
258
|
-
@property
|
|
259
|
-
@pulumi.getter(name="createTime")
|
|
260
|
-
def create_time(self) -> Optional[pulumi.Input[str]]:
|
|
261
|
-
"""
|
|
262
|
-
The creation time of the VPC peer connection. Use UTC time in the format' YYYY-MM-DDThh:mm:ssZ '.
|
|
263
|
-
"""
|
|
264
|
-
return pulumi.get(self, "create_time")
|
|
265
|
-
|
|
266
|
-
@create_time.setter
|
|
267
|
-
def create_time(self, value: Optional[pulumi.Input[str]]):
|
|
268
|
-
pulumi.set(self, "create_time", value)
|
|
269
|
-
|
|
270
148
|
@property
|
|
271
149
|
@pulumi.getter
|
|
272
150
|
def description(self) -> Optional[pulumi.Input[str]]:
|
|
273
151
|
"""
|
|
274
|
-
The
|
|
275
|
-
|
|
276
|
-
The description must be 1 to 256 characters in length, and cannot start with `http://` or `https://`.
|
|
152
|
+
The description of the VPC peer connection to be created.It must be 2 to 256 characters in length and must start with a letter or Chinese, but cannot start with http:// or https.
|
|
277
153
|
"""
|
|
278
154
|
return pulumi.get(self, "description")
|
|
279
155
|
|
|
@@ -285,7 +161,7 @@ class _PeerConnectionAccepterState:
|
|
|
285
161
|
@pulumi.getter(name="dryRun")
|
|
286
162
|
def dry_run(self) -> Optional[pulumi.Input[bool]]:
|
|
287
163
|
"""
|
|
288
|
-
|
|
164
|
+
The dry run.
|
|
289
165
|
"""
|
|
290
166
|
return pulumi.get(self, "dry_run")
|
|
291
167
|
|
|
@@ -293,23 +169,11 @@ class _PeerConnectionAccepterState:
|
|
|
293
169
|
def dry_run(self, value: Optional[pulumi.Input[bool]]):
|
|
294
170
|
pulumi.set(self, "dry_run", value)
|
|
295
171
|
|
|
296
|
-
@property
|
|
297
|
-
@pulumi.getter(name="forceDelete")
|
|
298
|
-
def force_delete(self) -> Optional[pulumi.Input[bool]]:
|
|
299
|
-
"""
|
|
300
|
-
Specifies whether to forcefully delete the VPC peering connection. Valid values:
|
|
301
|
-
"""
|
|
302
|
-
return pulumi.get(self, "force_delete")
|
|
303
|
-
|
|
304
|
-
@force_delete.setter
|
|
305
|
-
def force_delete(self, value: Optional[pulumi.Input[bool]]):
|
|
306
|
-
pulumi.set(self, "force_delete", value)
|
|
307
|
-
|
|
308
172
|
@property
|
|
309
173
|
@pulumi.getter(name="instanceId")
|
|
310
174
|
def instance_id(self) -> Optional[pulumi.Input[str]]:
|
|
311
175
|
"""
|
|
312
|
-
The ID of the
|
|
176
|
+
The ID of the instance of the created VPC peer connection.
|
|
313
177
|
"""
|
|
314
178
|
return pulumi.get(self, "instance_id")
|
|
315
179
|
|
|
@@ -321,9 +185,7 @@ class _PeerConnectionAccepterState:
|
|
|
321
185
|
@pulumi.getter(name="peerConnectionAccepterName")
|
|
322
186
|
def peer_connection_accepter_name(self) -> Optional[pulumi.Input[str]]:
|
|
323
187
|
"""
|
|
324
|
-
The
|
|
325
|
-
|
|
326
|
-
The name must be 1 to 128 characters in length, and cannot start with `http://` or `https://`.
|
|
188
|
+
The name of the resource
|
|
327
189
|
"""
|
|
328
190
|
return pulumi.get(self, "peer_connection_accepter_name")
|
|
329
191
|
|
|
@@ -331,20 +193,6 @@ class _PeerConnectionAccepterState:
|
|
|
331
193
|
def peer_connection_accepter_name(self, value: Optional[pulumi.Input[str]]):
|
|
332
194
|
pulumi.set(self, "peer_connection_accepter_name", value)
|
|
333
195
|
|
|
334
|
-
@property
|
|
335
|
-
@pulumi.getter(name="resourceGroupId")
|
|
336
|
-
def resource_group_id(self) -> Optional[pulumi.Input[str]]:
|
|
337
|
-
"""
|
|
338
|
-
The ID of the new resource group.
|
|
339
|
-
|
|
340
|
-
> **NOTE:** You can use resource groups to manage resources within your Alibaba Cloud account by group. This helps you resolve issues such as resource grouping and permission management for your Alibaba Cloud account. For more information, see [What is resource management?](https://www.alibabacloud.com/help/en/doc-detail/94475.html)
|
|
341
|
-
"""
|
|
342
|
-
return pulumi.get(self, "resource_group_id")
|
|
343
|
-
|
|
344
|
-
@resource_group_id.setter
|
|
345
|
-
def resource_group_id(self, value: Optional[pulumi.Input[str]]):
|
|
346
|
-
pulumi.set(self, "resource_group_id", value)
|
|
347
|
-
|
|
348
196
|
@property
|
|
349
197
|
@pulumi.getter
|
|
350
198
|
def status(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -361,7 +209,7 @@ class _PeerConnectionAccepterState:
|
|
|
361
209
|
@pulumi.getter(name="vpcId")
|
|
362
210
|
def vpc_id(self) -> Optional[pulumi.Input[str]]:
|
|
363
211
|
"""
|
|
364
|
-
|
|
212
|
+
You must create a VPC ID on the initiator of a VPC peer connection.
|
|
365
213
|
"""
|
|
366
214
|
return pulumi.get(self, "vpc_id")
|
|
367
215
|
|
|
@@ -375,13 +223,8 @@ class PeerConnectionAccepter(pulumi.CustomResource):
|
|
|
375
223
|
def __init__(__self__,
|
|
376
224
|
resource_name: str,
|
|
377
225
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
378
|
-
bandwidth: Optional[pulumi.Input[int]] = None,
|
|
379
|
-
description: Optional[pulumi.Input[str]] = None,
|
|
380
226
|
dry_run: Optional[pulumi.Input[bool]] = None,
|
|
381
|
-
force_delete: Optional[pulumi.Input[bool]] = None,
|
|
382
227
|
instance_id: Optional[pulumi.Input[str]] = None,
|
|
383
|
-
peer_connection_accepter_name: Optional[pulumi.Input[str]] = None,
|
|
384
|
-
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
385
228
|
__props__=None):
|
|
386
229
|
"""
|
|
387
230
|
Provides a Vpc Peer Connection Accepter resource.
|
|
@@ -435,19 +278,8 @@ class PeerConnectionAccepter(pulumi.CustomResource):
|
|
|
435
278
|
|
|
436
279
|
:param str resource_name: The name of the resource.
|
|
437
280
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
438
|
-
:param pulumi.Input[
|
|
439
|
-
:param pulumi.Input[str]
|
|
440
|
-
|
|
441
|
-
The description must be 1 to 256 characters in length, and cannot start with `http://` or `https://`.
|
|
442
|
-
:param pulumi.Input[bool] dry_run: Specifies whether to perform only a dry run, without performing the actual request. Valid values:
|
|
443
|
-
:param pulumi.Input[bool] force_delete: Specifies whether to forcefully delete the VPC peering connection. Valid values:
|
|
444
|
-
:param pulumi.Input[str] instance_id: The ID of the VPC peering connection whose name or description you want to modify.
|
|
445
|
-
:param pulumi.Input[str] peer_connection_accepter_name: The new name of the VPC peering connection.
|
|
446
|
-
|
|
447
|
-
The name must be 1 to 128 characters in length, and cannot start with `http://` or `https://`.
|
|
448
|
-
:param pulumi.Input[str] resource_group_id: The ID of the new resource group.
|
|
449
|
-
|
|
450
|
-
> **NOTE:** You can use resource groups to manage resources within your Alibaba Cloud account by group. This helps you resolve issues such as resource grouping and permission management for your Alibaba Cloud account. For more information, see [What is resource management?](https://www.alibabacloud.com/help/en/doc-detail/94475.html)
|
|
281
|
+
:param pulumi.Input[bool] dry_run: The dry run.
|
|
282
|
+
:param pulumi.Input[str] instance_id: The ID of the instance of the created VPC peer connection.
|
|
451
283
|
"""
|
|
452
284
|
...
|
|
453
285
|
@overload
|
|
@@ -520,13 +352,8 @@ class PeerConnectionAccepter(pulumi.CustomResource):
|
|
|
520
352
|
def _internal_init(__self__,
|
|
521
353
|
resource_name: str,
|
|
522
354
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
523
|
-
bandwidth: Optional[pulumi.Input[int]] = None,
|
|
524
|
-
description: Optional[pulumi.Input[str]] = None,
|
|
525
355
|
dry_run: Optional[pulumi.Input[bool]] = None,
|
|
526
|
-
force_delete: Optional[pulumi.Input[bool]] = None,
|
|
527
356
|
instance_id: Optional[pulumi.Input[str]] = None,
|
|
528
|
-
peer_connection_accepter_name: Optional[pulumi.Input[str]] = None,
|
|
529
|
-
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
530
357
|
__props__=None):
|
|
531
358
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
532
359
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -536,19 +363,16 @@ class PeerConnectionAccepter(pulumi.CustomResource):
|
|
|
536
363
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
537
364
|
__props__ = PeerConnectionAccepterArgs.__new__(PeerConnectionAccepterArgs)
|
|
538
365
|
|
|
539
|
-
__props__.__dict__["bandwidth"] = bandwidth
|
|
540
|
-
__props__.__dict__["description"] = description
|
|
541
366
|
__props__.__dict__["dry_run"] = dry_run
|
|
542
|
-
__props__.__dict__["force_delete"] = force_delete
|
|
543
367
|
if instance_id is None and not opts.urn:
|
|
544
368
|
raise TypeError("Missing required property 'instance_id'")
|
|
545
369
|
__props__.__dict__["instance_id"] = instance_id
|
|
546
|
-
__props__.__dict__["peer_connection_accepter_name"] = peer_connection_accepter_name
|
|
547
|
-
__props__.__dict__["resource_group_id"] = resource_group_id
|
|
548
370
|
__props__.__dict__["accepting_owner_uid"] = None
|
|
549
371
|
__props__.__dict__["accepting_region_id"] = None
|
|
550
372
|
__props__.__dict__["accepting_vpc_id"] = None
|
|
551
|
-
__props__.__dict__["
|
|
373
|
+
__props__.__dict__["bandwidth"] = None
|
|
374
|
+
__props__.__dict__["description"] = None
|
|
375
|
+
__props__.__dict__["peer_connection_accepter_name"] = None
|
|
552
376
|
__props__.__dict__["status"] = None
|
|
553
377
|
__props__.__dict__["vpc_id"] = None
|
|
554
378
|
super(PeerConnectionAccepter, __self__).__init__(
|
|
@@ -565,13 +389,10 @@ class PeerConnectionAccepter(pulumi.CustomResource):
|
|
|
565
389
|
accepting_region_id: Optional[pulumi.Input[str]] = None,
|
|
566
390
|
accepting_vpc_id: Optional[pulumi.Input[str]] = None,
|
|
567
391
|
bandwidth: Optional[pulumi.Input[int]] = None,
|
|
568
|
-
create_time: Optional[pulumi.Input[str]] = None,
|
|
569
392
|
description: Optional[pulumi.Input[str]] = None,
|
|
570
393
|
dry_run: Optional[pulumi.Input[bool]] = None,
|
|
571
|
-
force_delete: Optional[pulumi.Input[bool]] = None,
|
|
572
394
|
instance_id: Optional[pulumi.Input[str]] = None,
|
|
573
395
|
peer_connection_accepter_name: Optional[pulumi.Input[str]] = None,
|
|
574
|
-
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
575
396
|
status: Optional[pulumi.Input[str]] = None,
|
|
576
397
|
vpc_id: Optional[pulumi.Input[str]] = None) -> 'PeerConnectionAccepter':
|
|
577
398
|
"""
|
|
@@ -581,25 +402,16 @@ class PeerConnectionAccepter(pulumi.CustomResource):
|
|
|
581
402
|
:param str resource_name: The unique name of the resulting resource.
|
|
582
403
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
583
404
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
584
|
-
:param pulumi.Input[int] accepting_owner_uid: The ID of the Alibaba Cloud account (primary account) of the receiving end of the VPC peering connection to be created.-to-peer connection to the VPC account.-account VPC peer-to-peer connection.
|
|
585
|
-
:param pulumi.Input[str] accepting_region_id: The region ID of the recipient of the VPC peering connection to be created.-to-peer connection in the same region, enter the same region ID as the region ID of the initiator.-region VPC peer-to-peer connection, enter a region ID that is different from the region ID of the initiator.
|
|
405
|
+
:param pulumi.Input[int] accepting_owner_uid: The ID of the Alibaba Cloud account (primary account) of the receiving end of the VPC peering connection to be created.-Enter the ID of your Alibaba Cloud account to create a peer-to-peer connection to the VPC account.-Enter the ID of another Alibaba Cloud account to create a cross-account VPC peer-to-peer connection.> If the recipient account is a RAM user (sub-account), enter the ID of the Alibaba Cloud account corresponding to the RAM user.
|
|
406
|
+
:param pulumi.Input[str] accepting_region_id: The region ID of the recipient of the VPC peering connection to be created.-When creating a VPC peer-to-peer connection in the same region, enter the same region ID as the region ID of the initiator.-When creating a cross-region VPC peer-to-peer connection, enter a region ID that is different from the region ID of the initiator.
|
|
586
407
|
:param pulumi.Input[str] accepting_vpc_id: The VPC ID of the receiving end of the VPC peer connection.
|
|
587
|
-
:param pulumi.Input[int] bandwidth: The
|
|
588
|
-
:param pulumi.Input[str]
|
|
589
|
-
:param pulumi.Input[
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
:param pulumi.Input[bool] dry_run: Specifies whether to perform only a dry run, without performing the actual request. Valid values:
|
|
593
|
-
:param pulumi.Input[bool] force_delete: Specifies whether to forcefully delete the VPC peering connection. Valid values:
|
|
594
|
-
:param pulumi.Input[str] instance_id: The ID of the VPC peering connection whose name or description you want to modify.
|
|
595
|
-
:param pulumi.Input[str] peer_connection_accepter_name: The new name of the VPC peering connection.
|
|
596
|
-
|
|
597
|
-
The name must be 1 to 128 characters in length, and cannot start with `http://` or `https://`.
|
|
598
|
-
:param pulumi.Input[str] resource_group_id: The ID of the new resource group.
|
|
599
|
-
|
|
600
|
-
> **NOTE:** You can use resource groups to manage resources within your Alibaba Cloud account by group. This helps you resolve issues such as resource grouping and permission management for your Alibaba Cloud account. For more information, see [What is resource management?](https://www.alibabacloud.com/help/en/doc-detail/94475.html)
|
|
408
|
+
:param pulumi.Input[int] bandwidth: The bandwidth of the VPC peering connection to be modified. Unit: Mbps. The value range is an integer greater than 0.
|
|
409
|
+
:param pulumi.Input[str] description: The description of the VPC peer connection to be created.It must be 2 to 256 characters in length and must start with a letter or Chinese, but cannot start with http:// or https.
|
|
410
|
+
:param pulumi.Input[bool] dry_run: The dry run.
|
|
411
|
+
:param pulumi.Input[str] instance_id: The ID of the instance of the created VPC peer connection.
|
|
412
|
+
:param pulumi.Input[str] peer_connection_accepter_name: The name of the resource
|
|
601
413
|
:param pulumi.Input[str] status: The status of the resource
|
|
602
|
-
:param pulumi.Input[str] vpc_id:
|
|
414
|
+
:param pulumi.Input[str] vpc_id: You must create a VPC ID on the initiator of a VPC peer connection.
|
|
603
415
|
"""
|
|
604
416
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
605
417
|
|
|
@@ -609,13 +421,10 @@ class PeerConnectionAccepter(pulumi.CustomResource):
|
|
|
609
421
|
__props__.__dict__["accepting_region_id"] = accepting_region_id
|
|
610
422
|
__props__.__dict__["accepting_vpc_id"] = accepting_vpc_id
|
|
611
423
|
__props__.__dict__["bandwidth"] = bandwidth
|
|
612
|
-
__props__.__dict__["create_time"] = create_time
|
|
613
424
|
__props__.__dict__["description"] = description
|
|
614
425
|
__props__.__dict__["dry_run"] = dry_run
|
|
615
|
-
__props__.__dict__["force_delete"] = force_delete
|
|
616
426
|
__props__.__dict__["instance_id"] = instance_id
|
|
617
427
|
__props__.__dict__["peer_connection_accepter_name"] = peer_connection_accepter_name
|
|
618
|
-
__props__.__dict__["resource_group_id"] = resource_group_id
|
|
619
428
|
__props__.__dict__["status"] = status
|
|
620
429
|
__props__.__dict__["vpc_id"] = vpc_id
|
|
621
430
|
return PeerConnectionAccepter(resource_name, opts=opts, __props__=__props__)
|
|
@@ -624,7 +433,7 @@ class PeerConnectionAccepter(pulumi.CustomResource):
|
|
|
624
433
|
@pulumi.getter(name="acceptingOwnerUid")
|
|
625
434
|
def accepting_owner_uid(self) -> pulumi.Output[int]:
|
|
626
435
|
"""
|
|
627
|
-
The ID of the Alibaba Cloud account (primary account) of the receiving end of the VPC peering connection to be created.-to-peer connection to the VPC account.-account VPC peer-to-peer connection.
|
|
436
|
+
The ID of the Alibaba Cloud account (primary account) of the receiving end of the VPC peering connection to be created.-Enter the ID of your Alibaba Cloud account to create a peer-to-peer connection to the VPC account.-Enter the ID of another Alibaba Cloud account to create a cross-account VPC peer-to-peer connection.> If the recipient account is a RAM user (sub-account), enter the ID of the Alibaba Cloud account corresponding to the RAM user.
|
|
628
437
|
"""
|
|
629
438
|
return pulumi.get(self, "accepting_owner_uid")
|
|
630
439
|
|
|
@@ -632,7 +441,7 @@ class PeerConnectionAccepter(pulumi.CustomResource):
|
|
|
632
441
|
@pulumi.getter(name="acceptingRegionId")
|
|
633
442
|
def accepting_region_id(self) -> pulumi.Output[str]:
|
|
634
443
|
"""
|
|
635
|
-
The region ID of the recipient of the VPC peering connection to be created.-to-peer connection in the same region, enter the same region ID as the region ID of the initiator.-region VPC peer-to-peer connection, enter a region ID that is different from the region ID of the initiator.
|
|
444
|
+
The region ID of the recipient of the VPC peering connection to be created.-When creating a VPC peer-to-peer connection in the same region, enter the same region ID as the region ID of the initiator.-When creating a cross-region VPC peer-to-peer connection, enter a region ID that is different from the region ID of the initiator.
|
|
636
445
|
"""
|
|
637
446
|
return pulumi.get(self, "accepting_region_id")
|
|
638
447
|
|
|
@@ -648,25 +457,15 @@ class PeerConnectionAccepter(pulumi.CustomResource):
|
|
|
648
457
|
@pulumi.getter
|
|
649
458
|
def bandwidth(self) -> pulumi.Output[int]:
|
|
650
459
|
"""
|
|
651
|
-
The
|
|
460
|
+
The bandwidth of the VPC peering connection to be modified. Unit: Mbps. The value range is an integer greater than 0.
|
|
652
461
|
"""
|
|
653
462
|
return pulumi.get(self, "bandwidth")
|
|
654
463
|
|
|
655
|
-
@property
|
|
656
|
-
@pulumi.getter(name="createTime")
|
|
657
|
-
def create_time(self) -> pulumi.Output[str]:
|
|
658
|
-
"""
|
|
659
|
-
The creation time of the VPC peer connection. Use UTC time in the format' YYYY-MM-DDThh:mm:ssZ '.
|
|
660
|
-
"""
|
|
661
|
-
return pulumi.get(self, "create_time")
|
|
662
|
-
|
|
663
464
|
@property
|
|
664
465
|
@pulumi.getter
|
|
665
466
|
def description(self) -> pulumi.Output[str]:
|
|
666
467
|
"""
|
|
667
|
-
The
|
|
668
|
-
|
|
669
|
-
The description must be 1 to 256 characters in length, and cannot start with `http://` or `https://`.
|
|
468
|
+
The description of the VPC peer connection to be created.It must be 2 to 256 characters in length and must start with a letter or Chinese, but cannot start with http:// or https.
|
|
670
469
|
"""
|
|
671
470
|
return pulumi.get(self, "description")
|
|
672
471
|
|
|
@@ -674,23 +473,15 @@ class PeerConnectionAccepter(pulumi.CustomResource):
|
|
|
674
473
|
@pulumi.getter(name="dryRun")
|
|
675
474
|
def dry_run(self) -> pulumi.Output[Optional[bool]]:
|
|
676
475
|
"""
|
|
677
|
-
|
|
476
|
+
The dry run.
|
|
678
477
|
"""
|
|
679
478
|
return pulumi.get(self, "dry_run")
|
|
680
479
|
|
|
681
|
-
@property
|
|
682
|
-
@pulumi.getter(name="forceDelete")
|
|
683
|
-
def force_delete(self) -> pulumi.Output[Optional[bool]]:
|
|
684
|
-
"""
|
|
685
|
-
Specifies whether to forcefully delete the VPC peering connection. Valid values:
|
|
686
|
-
"""
|
|
687
|
-
return pulumi.get(self, "force_delete")
|
|
688
|
-
|
|
689
480
|
@property
|
|
690
481
|
@pulumi.getter(name="instanceId")
|
|
691
482
|
def instance_id(self) -> pulumi.Output[str]:
|
|
692
483
|
"""
|
|
693
|
-
The ID of the
|
|
484
|
+
The ID of the instance of the created VPC peer connection.
|
|
694
485
|
"""
|
|
695
486
|
return pulumi.get(self, "instance_id")
|
|
696
487
|
|
|
@@ -698,22 +489,10 @@ class PeerConnectionAccepter(pulumi.CustomResource):
|
|
|
698
489
|
@pulumi.getter(name="peerConnectionAccepterName")
|
|
699
490
|
def peer_connection_accepter_name(self) -> pulumi.Output[str]:
|
|
700
491
|
"""
|
|
701
|
-
The
|
|
702
|
-
|
|
703
|
-
The name must be 1 to 128 characters in length, and cannot start with `http://` or `https://`.
|
|
492
|
+
The name of the resource
|
|
704
493
|
"""
|
|
705
494
|
return pulumi.get(self, "peer_connection_accepter_name")
|
|
706
495
|
|
|
707
|
-
@property
|
|
708
|
-
@pulumi.getter(name="resourceGroupId")
|
|
709
|
-
def resource_group_id(self) -> pulumi.Output[str]:
|
|
710
|
-
"""
|
|
711
|
-
The ID of the new resource group.
|
|
712
|
-
|
|
713
|
-
> **NOTE:** You can use resource groups to manage resources within your Alibaba Cloud account by group. This helps you resolve issues such as resource grouping and permission management for your Alibaba Cloud account. For more information, see [What is resource management?](https://www.alibabacloud.com/help/en/doc-detail/94475.html)
|
|
714
|
-
"""
|
|
715
|
-
return pulumi.get(self, "resource_group_id")
|
|
716
|
-
|
|
717
496
|
@property
|
|
718
497
|
@pulumi.getter
|
|
719
498
|
def status(self) -> pulumi.Output[str]:
|
|
@@ -726,7 +505,7 @@ class PeerConnectionAccepter(pulumi.CustomResource):
|
|
|
726
505
|
@pulumi.getter(name="vpcId")
|
|
727
506
|
def vpc_id(self) -> pulumi.Output[str]:
|
|
728
507
|
"""
|
|
729
|
-
|
|
508
|
+
You must create a VPC ID on the initiator of a VPC peer connection.
|
|
730
509
|
"""
|
|
731
510
|
return pulumi.get(self, "vpc_id")
|
|
732
511
|
|