pulumi-alicloud 3.60.0a1723455033__py3-none-any.whl → 3.60.0a1723462134__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 +150 -0
- pulumi_alicloud/adb/resource_group.py +48 -20
- pulumi_alicloud/alb/_inputs.py +22 -22
- pulumi_alicloud/alb/load_balancer.py +119 -133
- pulumi_alicloud/alb/outputs.py +22 -22
- pulumi_alicloud/alb/server_group.py +2 -2
- pulumi_alicloud/aligreen/__init__.py +13 -0
- pulumi_alicloud/aligreen/audit_callback.py +422 -0
- pulumi_alicloud/aligreen/biz_type.py +398 -0
- pulumi_alicloud/aligreen/callback.py +449 -0
- pulumi_alicloud/aligreen/image_lib.py +406 -0
- pulumi_alicloud/aligreen/keyword_lib.py +615 -0
- pulumi_alicloud/aligreen/oss_stock_task.py +1661 -0
- pulumi_alicloud/amqp/binding.py +94 -102
- pulumi_alicloud/apigateway/__init__.py +2 -0
- pulumi_alicloud/apigateway/_inputs.py +221 -2
- pulumi_alicloud/apigateway/access_control_list.py +17 -9
- pulumi_alicloud/apigateway/acl_entry_attachment.py +303 -0
- pulumi_alicloud/apigateway/api.py +4 -2
- pulumi_alicloud/apigateway/group.py +51 -2
- pulumi_alicloud/apigateway/instance.py +396 -63
- pulumi_alicloud/apigateway/instance_acl_attachment.py +326 -0
- pulumi_alicloud/apigateway/outputs.py +223 -2
- pulumi_alicloud/apigateway/vpc_access.py +2 -2
- pulumi_alicloud/arms/get_remote_writes.py +4 -0
- pulumi_alicloud/arms/outputs.py +2 -2
- pulumi_alicloud/arms/remote_write.py +4 -0
- pulumi_alicloud/cen/route_entry.py +2 -2
- pulumi_alicloud/cen/vbr_health_check.py +1 -1
- pulumi_alicloud/cfg/aggregate_delivery.py +255 -118
- pulumi_alicloud/cfg/delivery.py +259 -122
- pulumi_alicloud/clickhouse/_inputs.py +39 -0
- pulumi_alicloud/clickhouse/db_cluster.py +66 -6
- pulumi_alicloud/clickhouse/outputs.py +50 -0
- pulumi_alicloud/cloudfirewall/__init__.py +1 -0
- pulumi_alicloud/cloudfirewall/control_policy.py +116 -108
- pulumi_alicloud/cloudfirewall/vpc_cen_tr_firewall.py +929 -0
- pulumi_alicloud/cloudmonitor/service_monitoring_agent_process.py +2 -2
- pulumi_alicloud/cloudstoragegateway/gateway_cache_disk.py +0 -76
- pulumi_alicloud/cms/_inputs.py +214 -42
- pulumi_alicloud/cms/alarm.py +61 -14
- pulumi_alicloud/cms/dynamic_tag_group.py +53 -51
- pulumi_alicloud/cms/metric_rule_black_list.py +2 -2
- pulumi_alicloud/cms/metric_rule_template.py +54 -87
- pulumi_alicloud/cms/outputs.py +214 -42
- pulumi_alicloud/cs/get_kubernetes_clusters.py +4 -2
- pulumi_alicloud/cs/outputs.py +2 -2
- pulumi_alicloud/databasefilesystem/instance_attachment.py +2 -2
- pulumi_alicloud/databasefilesystem/snapshot.py +2 -2
- pulumi_alicloud/ddos/basic_threshold.py +2 -2
- pulumi_alicloud/ddos/bgp_ip.py +2 -6
- pulumi_alicloud/eci/get_container_groups.py +2 -2
- pulumi_alicloud/ecs/ecs_disk_attachment.py +2 -2
- pulumi_alicloud/ecs/ecs_image_pipeline.py +2 -2
- pulumi_alicloud/ecs/ecs_instance_set.py +2 -2
- pulumi_alicloud/ecs/ecs_invocation.py +2 -2
- pulumi_alicloud/ecs/ecs_key_pair_attachment.py +2 -2
- pulumi_alicloud/ecs/ecs_launch_template.py +9 -9
- pulumi_alicloud/ecs/ecs_network_interface_attachment.py +2 -2
- pulumi_alicloud/ecs/eip_association.py +4 -6
- pulumi_alicloud/ecs/get_ecs_network_interfaces.py +46 -6
- pulumi_alicloud/ecs/get_instances.py +3 -3
- pulumi_alicloud/ecs/get_network_interfaces.py +5 -5
- pulumi_alicloud/ecs/image.py +4 -6
- pulumi_alicloud/ecs/image_copy.py +2 -2
- pulumi_alicloud/ecs/image_export.py +2 -2
- pulumi_alicloud/ecs/image_import.py +14 -6
- pulumi_alicloud/ecs/image_share_permission.py +2 -2
- pulumi_alicloud/ecs/instance.py +7 -7
- pulumi_alicloud/ecs/outputs.py +48 -26
- pulumi_alicloud/edas/instance_cluster_attachment.py +2 -2
- pulumi_alicloud/eds/outputs.py +10 -10
- pulumi_alicloud/ess/scaling_group.py +101 -7
- pulumi_alicloud/fc/__init__.py +7 -0
- pulumi_alicloud/fc/_inputs.py +1666 -0
- pulumi_alicloud/fc/outputs.py +1723 -2
- pulumi_alicloud/fc/v3_alias.py +440 -0
- pulumi_alicloud/fc/v3_async_invoke_config.py +439 -0
- pulumi_alicloud/fc/v3_concurrency_config.py +281 -0
- pulumi_alicloud/fc/v3_custom_domain.py +847 -0
- pulumi_alicloud/fc/v3_function.py +1391 -0
- pulumi_alicloud/fc/v3_function_version.py +313 -0
- pulumi_alicloud/fc/v3_trigger.py +663 -0
- pulumi_alicloud/ga/basic_accelerator.py +8 -8
- pulumi_alicloud/governance/__init__.py +12 -0
- pulumi_alicloud/governance/_inputs.py +70 -0
- pulumi_alicloud/governance/account.py +505 -0
- pulumi_alicloud/governance/baseline.py +387 -0
- pulumi_alicloud/governance/get_baselines.py +241 -0
- pulumi_alicloud/governance/outputs.py +99 -0
- pulumi_alicloud/hbr/ecs_backup_client.py +2 -2
- pulumi_alicloud/hbr/ecs_backup_plan.py +2 -2
- pulumi_alicloud/hbr/server_backup_plan.py +2 -2
- pulumi_alicloud/kvstore/instance.py +47 -0
- pulumi_alicloud/kvstore/outputs.py +2 -2
- pulumi_alicloud/maxcompute/get_projects.py +12 -14
- pulumi_alicloud/maxcompute/get_service.py +4 -0
- pulumi_alicloud/maxcompute/outputs.py +75 -60
- pulumi_alicloud/maxcompute/project.py +7 -7
- pulumi_alicloud/polardb/outputs.py +2 -2
- pulumi_alicloud/privatelink/outputs.py +2 -2
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/ram/login_profile.py +8 -8
- pulumi_alicloud/rds/get_instances.py +1 -1
- pulumi_alicloud/rds/rds_account.py +189 -49
- pulumi_alicloud/rds/read_write_splitting_connection.py +10 -2
- pulumi_alicloud/slb/get_application_load_balancers.py +3 -3
- pulumi_alicloud/slb/get_load_balancers.py +3 -3
- pulumi_alicloud/slb/load_balancer.py +7 -7
- pulumi_alicloud/slb/outputs.py +8 -8
- pulumi_alicloud/slb/server_group_server_attachment.py +2 -2
- pulumi_alicloud/vpc/bgp_peer.py +1 -1
- pulumi_alicloud/vpc/get_networks.py +2 -2
- pulumi_alicloud/vpc/get_switches.py +27 -27
- pulumi_alicloud/vpc/ha_vip_attachment.py +2 -2
- pulumi_alicloud/vpc/outputs.py +24 -24
- pulumi_alicloud/vpc/traffic_mirror_session.py +2 -2
- pulumi_alicloud/vpn/outputs.py +4 -4
- {pulumi_alicloud-3.60.0a1723455033.dist-info → pulumi_alicloud-3.60.0a1723462134.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.60.0a1723455033.dist-info → pulumi_alicloud-3.60.0a1723462134.dist-info}/RECORD +122 -99
- {pulumi_alicloud-3.60.0a1723455033.dist-info → pulumi_alicloud-3.60.0a1723462134.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.60.0a1723455033.dist-info → pulumi_alicloud-3.60.0a1723462134.dist-info}/top_level.txt +0 -0
|
@@ -254,7 +254,7 @@ class ServerGroupServerAttachment(pulumi.CustomResource):
|
|
|
254
254
|
server_attachment_get_instance_types = alicloud.ecs.get_instance_types(availability_zone=server_attachment.zones[0].id,
|
|
255
255
|
cpu_core_count=1,
|
|
256
256
|
memory_size=2)
|
|
257
|
-
server_attachment_get_images = alicloud.ecs.get_images(name_regex="^
|
|
257
|
+
server_attachment_get_images = alicloud.ecs.get_images(name_regex="^ubuntu_18.*64",
|
|
258
258
|
most_recent=True,
|
|
259
259
|
owners="system")
|
|
260
260
|
server_attachment_network = alicloud.vpc.Network("server_attachment",
|
|
@@ -347,7 +347,7 @@ class ServerGroupServerAttachment(pulumi.CustomResource):
|
|
|
347
347
|
server_attachment_get_instance_types = alicloud.ecs.get_instance_types(availability_zone=server_attachment.zones[0].id,
|
|
348
348
|
cpu_core_count=1,
|
|
349
349
|
memory_size=2)
|
|
350
|
-
server_attachment_get_images = alicloud.ecs.get_images(name_regex="^
|
|
350
|
+
server_attachment_get_images = alicloud.ecs.get_images(name_regex="^ubuntu_18.*64",
|
|
351
351
|
most_recent=True,
|
|
352
352
|
owners="system")
|
|
353
353
|
server_attachment_network = alicloud.vpc.Network("server_attachment",
|
pulumi_alicloud/vpc/bgp_peer.py
CHANGED
|
@@ -482,7 +482,7 @@ class BgpPeer(pulumi.CustomResource):
|
|
|
482
482
|
|
|
483
483
|
@property
|
|
484
484
|
@pulumi.getter(name="peerIpAddress")
|
|
485
|
-
def peer_ip_address(self) -> pulumi.Output[
|
|
485
|
+
def peer_ip_address(self) -> pulumi.Output[str]:
|
|
486
486
|
"""
|
|
487
487
|
The IP address of the BGP peer.
|
|
488
488
|
"""
|
|
@@ -286,7 +286,7 @@ def get_networks(cidr_block: Optional[str] = None,
|
|
|
286
286
|
:param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
|
|
287
287
|
:param str vpc_name: The name of the VPC.
|
|
288
288
|
:param int vpc_owner_id: The owner ID of VPC.
|
|
289
|
-
:param str vswitch_id: Filter results by the specified
|
|
289
|
+
:param str vswitch_id: Filter results by the specified vSwitch.
|
|
290
290
|
"""
|
|
291
291
|
__args__ = dict()
|
|
292
292
|
__args__['cidrBlock'] = cidr_block
|
|
@@ -378,6 +378,6 @@ def get_networks_output(cidr_block: Optional[pulumi.Input[Optional[str]]] = None
|
|
|
378
378
|
:param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
|
|
379
379
|
:param str vpc_name: The name of the VPC.
|
|
380
380
|
:param int vpc_owner_id: The owner ID of VPC.
|
|
381
|
-
:param str vswitch_id: Filter results by the specified
|
|
381
|
+
:param str vswitch_id: Filter results by the specified vSwitch.
|
|
382
382
|
"""
|
|
383
383
|
...
|
|
@@ -79,7 +79,7 @@ class GetSwitchesResult:
|
|
|
79
79
|
@pulumi.getter(name="cidrBlock")
|
|
80
80
|
def cidr_block(self) -> Optional[str]:
|
|
81
81
|
"""
|
|
82
|
-
CIDR block of the
|
|
82
|
+
CIDR block of the vSwitch.
|
|
83
83
|
"""
|
|
84
84
|
return pulumi.get(self, "cidr_block")
|
|
85
85
|
|
|
@@ -100,7 +100,7 @@ class GetSwitchesResult:
|
|
|
100
100
|
@pulumi.getter
|
|
101
101
|
def ids(self) -> Sequence[str]:
|
|
102
102
|
"""
|
|
103
|
-
A list of
|
|
103
|
+
A list of vSwitch IDs.
|
|
104
104
|
"""
|
|
105
105
|
return pulumi.get(self, "ids")
|
|
106
106
|
|
|
@@ -108,7 +108,7 @@ class GetSwitchesResult:
|
|
|
108
108
|
@pulumi.getter(name="isDefault")
|
|
109
109
|
def is_default(self) -> Optional[bool]:
|
|
110
110
|
"""
|
|
111
|
-
Whether the
|
|
111
|
+
Whether the vSwitch is the default one in the region.
|
|
112
112
|
"""
|
|
113
113
|
return pulumi.get(self, "is_default")
|
|
114
114
|
|
|
@@ -121,7 +121,7 @@ class GetSwitchesResult:
|
|
|
121
121
|
@pulumi.getter
|
|
122
122
|
def names(self) -> Sequence[str]:
|
|
123
123
|
"""
|
|
124
|
-
A list of
|
|
124
|
+
A list of vSwitch names.
|
|
125
125
|
"""
|
|
126
126
|
return pulumi.get(self, "names")
|
|
127
127
|
|
|
@@ -134,7 +134,7 @@ class GetSwitchesResult:
|
|
|
134
134
|
@pulumi.getter(name="resourceGroupId")
|
|
135
135
|
def resource_group_id(self) -> Optional[str]:
|
|
136
136
|
"""
|
|
137
|
-
The resource group ID of the
|
|
137
|
+
The resource group ID of the vSwitch.
|
|
138
138
|
"""
|
|
139
139
|
return pulumi.get(self, "resource_group_id")
|
|
140
140
|
|
|
@@ -142,7 +142,7 @@ class GetSwitchesResult:
|
|
|
142
142
|
@pulumi.getter(name="routeTableId")
|
|
143
143
|
def route_table_id(self) -> Optional[str]:
|
|
144
144
|
"""
|
|
145
|
-
The route table ID of the
|
|
145
|
+
The route table ID of the vSwitch.
|
|
146
146
|
"""
|
|
147
147
|
return pulumi.get(self, "route_table_id")
|
|
148
148
|
|
|
@@ -150,7 +150,7 @@ class GetSwitchesResult:
|
|
|
150
150
|
@pulumi.getter
|
|
151
151
|
def status(self) -> Optional[str]:
|
|
152
152
|
"""
|
|
153
|
-
The status of the
|
|
153
|
+
The status of the vSwitch.
|
|
154
154
|
"""
|
|
155
155
|
return pulumi.get(self, "status")
|
|
156
156
|
|
|
@@ -158,7 +158,7 @@ class GetSwitchesResult:
|
|
|
158
158
|
@pulumi.getter
|
|
159
159
|
def tags(self) -> Optional[Mapping[str, Any]]:
|
|
160
160
|
"""
|
|
161
|
-
The Tags of the
|
|
161
|
+
The Tags of the vSwitch.
|
|
162
162
|
"""
|
|
163
163
|
return pulumi.get(self, "tags")
|
|
164
164
|
|
|
@@ -166,7 +166,7 @@ class GetSwitchesResult:
|
|
|
166
166
|
@pulumi.getter(name="vpcId")
|
|
167
167
|
def vpc_id(self) -> Optional[str]:
|
|
168
168
|
"""
|
|
169
|
-
ID of the VPC that owns the
|
|
169
|
+
ID of the VPC that owns the vSwitch.
|
|
170
170
|
"""
|
|
171
171
|
return pulumi.get(self, "vpc_id")
|
|
172
172
|
|
|
@@ -174,7 +174,7 @@ class GetSwitchesResult:
|
|
|
174
174
|
@pulumi.getter(name="vswitchName")
|
|
175
175
|
def vswitch_name(self) -> Optional[str]:
|
|
176
176
|
"""
|
|
177
|
-
Name of the
|
|
177
|
+
Name of the vSwitch.
|
|
178
178
|
"""
|
|
179
179
|
return pulumi.get(self, "vswitch_name")
|
|
180
180
|
|
|
@@ -195,7 +195,7 @@ class GetSwitchesResult:
|
|
|
195
195
|
@pulumi.getter(name="zoneId")
|
|
196
196
|
def zone_id(self) -> Optional[str]:
|
|
197
197
|
"""
|
|
198
|
-
ID of the availability zone where the
|
|
198
|
+
ID of the availability zone where the vSwitch is located.
|
|
199
199
|
"""
|
|
200
200
|
return pulumi.get(self, "zone_id")
|
|
201
201
|
|
|
@@ -268,18 +268,18 @@ def get_switches(cidr_block: Optional[str] = None,
|
|
|
268
268
|
|
|
269
269
|
:param str cidr_block: Filter results by a specific CIDR block. For example: "172.16.0.0/12".
|
|
270
270
|
:param bool dry_run: Specifies whether to precheck this request only. Valid values: `true` and `false`.
|
|
271
|
-
:param Sequence[str] ids: A list of
|
|
272
|
-
:param bool is_default: Indicate whether the
|
|
271
|
+
:param Sequence[str] ids: A list of vSwitch IDs.
|
|
272
|
+
:param bool is_default: Indicate whether the vSwitch is created by the system.
|
|
273
273
|
:param str name_regex: A regex string to filter results by name.
|
|
274
274
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
275
275
|
:param str resource_group_id: The Id of resource group which VSWitch belongs.
|
|
276
|
-
:param str route_table_id: The route table ID of the
|
|
277
|
-
:param str status: The status of the
|
|
276
|
+
:param str route_table_id: The route table ID of the vSwitch.
|
|
277
|
+
:param str status: The status of the vSwitch. Valid values: `Available` and `Pending`.
|
|
278
278
|
:param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
|
|
279
|
-
:param str vpc_id: ID of the VPC that owns the
|
|
280
|
-
:param str vswitch_name: The name of the
|
|
281
|
-
:param int vswitch_owner_id: The
|
|
282
|
-
:param str zone_id: The availability zone of the
|
|
279
|
+
:param str vpc_id: ID of the VPC that owns the vSwitch.
|
|
280
|
+
:param str vswitch_name: The name of the vSwitch.
|
|
281
|
+
:param int vswitch_owner_id: The vSwitch owner id.
|
|
282
|
+
:param str zone_id: The availability zone of the vSwitch.
|
|
283
283
|
"""
|
|
284
284
|
__args__ = dict()
|
|
285
285
|
__args__['cidrBlock'] = cidr_block
|
|
@@ -363,17 +363,17 @@ def get_switches_output(cidr_block: Optional[pulumi.Input[Optional[str]]] = None
|
|
|
363
363
|
|
|
364
364
|
:param str cidr_block: Filter results by a specific CIDR block. For example: "172.16.0.0/12".
|
|
365
365
|
:param bool dry_run: Specifies whether to precheck this request only. Valid values: `true` and `false`.
|
|
366
|
-
:param Sequence[str] ids: A list of
|
|
367
|
-
:param bool is_default: Indicate whether the
|
|
366
|
+
:param Sequence[str] ids: A list of vSwitch IDs.
|
|
367
|
+
:param bool is_default: Indicate whether the vSwitch is created by the system.
|
|
368
368
|
:param str name_regex: A regex string to filter results by name.
|
|
369
369
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
370
370
|
:param str resource_group_id: The Id of resource group which VSWitch belongs.
|
|
371
|
-
:param str route_table_id: The route table ID of the
|
|
372
|
-
:param str status: The status of the
|
|
371
|
+
:param str route_table_id: The route table ID of the vSwitch.
|
|
372
|
+
:param str status: The status of the vSwitch. Valid values: `Available` and `Pending`.
|
|
373
373
|
:param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
|
|
374
|
-
:param str vpc_id: ID of the VPC that owns the
|
|
375
|
-
:param str vswitch_name: The name of the
|
|
376
|
-
:param int vswitch_owner_id: The
|
|
377
|
-
:param str zone_id: The availability zone of the
|
|
374
|
+
:param str vpc_id: ID of the VPC that owns the vSwitch.
|
|
375
|
+
:param str vswitch_name: The name of the vSwitch.
|
|
376
|
+
:param int vswitch_owner_id: The vSwitch owner id.
|
|
377
|
+
:param str zone_id: The availability zone of the vSwitch.
|
|
378
378
|
"""
|
|
379
379
|
...
|
|
@@ -258,7 +258,7 @@ class HAVipAttachment(pulumi.CustomResource):
|
|
|
258
258
|
example = alicloud.ecs.get_instance_types(availability_zone=default.zones[0].id,
|
|
259
259
|
cpu_core_count=1,
|
|
260
260
|
memory_size=2)
|
|
261
|
-
example_get_images = alicloud.ecs.get_images(name_regex="^
|
|
261
|
+
example_get_images = alicloud.ecs.get_images(name_regex="^ubuntu_18.*64",
|
|
262
262
|
owners="system")
|
|
263
263
|
example_network = alicloud.vpc.Network("example",
|
|
264
264
|
vpc_name=name,
|
|
@@ -335,7 +335,7 @@ class HAVipAttachment(pulumi.CustomResource):
|
|
|
335
335
|
example = alicloud.ecs.get_instance_types(availability_zone=default.zones[0].id,
|
|
336
336
|
cpu_core_count=1,
|
|
337
337
|
memory_size=2)
|
|
338
|
-
example_get_images = alicloud.ecs.get_images(name_regex="^
|
|
338
|
+
example_get_images = alicloud.ecs.get_images(name_regex="^ubuntu_18.*64",
|
|
339
339
|
owners="system")
|
|
340
340
|
example_network = alicloud.vpc.Network("example",
|
|
341
341
|
vpc_name=name,
|
pulumi_alicloud/vpc/outputs.py
CHANGED
|
@@ -3860,7 +3860,7 @@ class GetNetworksVpcResult(dict):
|
|
|
3860
3860
|
:param str vpc_id: ID of the VPC.
|
|
3861
3861
|
:param str vpc_name: The name of the VPC.
|
|
3862
3862
|
:param str vrouter_id: ID of the VRouter.
|
|
3863
|
-
:param Sequence[str] vswitch_ids: List of
|
|
3863
|
+
:param Sequence[str] vswitch_ids: List of vSwitch IDs in the specified VPC
|
|
3864
3864
|
"""
|
|
3865
3865
|
pulumi.set(__self__, "cidr_block", cidr_block)
|
|
3866
3866
|
pulumi.set(__self__, "creation_time", creation_time)
|
|
@@ -4021,7 +4021,7 @@ class GetNetworksVpcResult(dict):
|
|
|
4021
4021
|
@pulumi.getter(name="vswitchIds")
|
|
4022
4022
|
def vswitch_ids(self) -> Sequence[str]:
|
|
4023
4023
|
"""
|
|
4024
|
-
List of
|
|
4024
|
+
List of vSwitch IDs in the specified VPC
|
|
4025
4025
|
"""
|
|
4026
4026
|
return pulumi.get(self, "vswitch_ids")
|
|
4027
4027
|
|
|
@@ -5364,22 +5364,22 @@ class GetSwitchesVswitchResult(dict):
|
|
|
5364
5364
|
vswitch_name: str,
|
|
5365
5365
|
zone_id: str):
|
|
5366
5366
|
"""
|
|
5367
|
-
:param int available_ip_address_count: The available ip address count of the
|
|
5367
|
+
:param int available_ip_address_count: The available ip address count of the vSwitch.
|
|
5368
5368
|
:param str cidr_block: Filter results by a specific CIDR block. For example: "172.16.0.0/12".
|
|
5369
5369
|
:param str creation_time: Time of creation.
|
|
5370
|
-
:param str description: Description of the
|
|
5371
|
-
:param str id: ID of the
|
|
5370
|
+
:param str description: Description of the vSwitch.
|
|
5371
|
+
:param str id: ID of the vSwitch.
|
|
5372
5372
|
:param str ipv6_cidr_block: The IPv6 CIDR block of the switch.
|
|
5373
|
-
:param bool is_default: Indicate whether the
|
|
5374
|
-
:param str name: Name of the
|
|
5373
|
+
:param bool is_default: Indicate whether the vSwitch is created by the system.
|
|
5374
|
+
:param str name: Name of the vSwitch.
|
|
5375
5375
|
:param str resource_group_id: The Id of resource group which VSWitch belongs.
|
|
5376
|
-
:param str route_table_id: The route table ID of the
|
|
5377
|
-
:param str status: The status of the
|
|
5376
|
+
:param str route_table_id: The route table ID of the vSwitch.
|
|
5377
|
+
:param str status: The status of the vSwitch. Valid values: `Available` and `Pending`.
|
|
5378
5378
|
:param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
|
|
5379
|
-
:param str vpc_id: ID of the VPC that owns the
|
|
5380
|
-
:param str vswitch_id: ID of the
|
|
5381
|
-
:param str vswitch_name: The name of the
|
|
5382
|
-
:param str zone_id: The availability zone of the
|
|
5379
|
+
:param str vpc_id: ID of the VPC that owns the vSwitch.
|
|
5380
|
+
:param str vswitch_id: ID of the vSwitch.
|
|
5381
|
+
:param str vswitch_name: The name of the vSwitch.
|
|
5382
|
+
:param str zone_id: The availability zone of the vSwitch.
|
|
5383
5383
|
"""
|
|
5384
5384
|
pulumi.set(__self__, "available_ip_address_count", available_ip_address_count)
|
|
5385
5385
|
pulumi.set(__self__, "cidr_block", cidr_block)
|
|
@@ -5402,7 +5402,7 @@ class GetSwitchesVswitchResult(dict):
|
|
|
5402
5402
|
@pulumi.getter(name="availableIpAddressCount")
|
|
5403
5403
|
def available_ip_address_count(self) -> int:
|
|
5404
5404
|
"""
|
|
5405
|
-
The available ip address count of the
|
|
5405
|
+
The available ip address count of the vSwitch.
|
|
5406
5406
|
"""
|
|
5407
5407
|
return pulumi.get(self, "available_ip_address_count")
|
|
5408
5408
|
|
|
@@ -5426,7 +5426,7 @@ class GetSwitchesVswitchResult(dict):
|
|
|
5426
5426
|
@pulumi.getter
|
|
5427
5427
|
def description(self) -> str:
|
|
5428
5428
|
"""
|
|
5429
|
-
Description of the
|
|
5429
|
+
Description of the vSwitch.
|
|
5430
5430
|
"""
|
|
5431
5431
|
return pulumi.get(self, "description")
|
|
5432
5432
|
|
|
@@ -5434,7 +5434,7 @@ class GetSwitchesVswitchResult(dict):
|
|
|
5434
5434
|
@pulumi.getter
|
|
5435
5435
|
def id(self) -> str:
|
|
5436
5436
|
"""
|
|
5437
|
-
ID of the
|
|
5437
|
+
ID of the vSwitch.
|
|
5438
5438
|
"""
|
|
5439
5439
|
return pulumi.get(self, "id")
|
|
5440
5440
|
|
|
@@ -5450,7 +5450,7 @@ class GetSwitchesVswitchResult(dict):
|
|
|
5450
5450
|
@pulumi.getter(name="isDefault")
|
|
5451
5451
|
def is_default(self) -> bool:
|
|
5452
5452
|
"""
|
|
5453
|
-
Indicate whether the
|
|
5453
|
+
Indicate whether the vSwitch is created by the system.
|
|
5454
5454
|
"""
|
|
5455
5455
|
return pulumi.get(self, "is_default")
|
|
5456
5456
|
|
|
@@ -5458,7 +5458,7 @@ class GetSwitchesVswitchResult(dict):
|
|
|
5458
5458
|
@pulumi.getter
|
|
5459
5459
|
def name(self) -> str:
|
|
5460
5460
|
"""
|
|
5461
|
-
Name of the
|
|
5461
|
+
Name of the vSwitch.
|
|
5462
5462
|
"""
|
|
5463
5463
|
return pulumi.get(self, "name")
|
|
5464
5464
|
|
|
@@ -5474,7 +5474,7 @@ class GetSwitchesVswitchResult(dict):
|
|
|
5474
5474
|
@pulumi.getter(name="routeTableId")
|
|
5475
5475
|
def route_table_id(self) -> str:
|
|
5476
5476
|
"""
|
|
5477
|
-
The route table ID of the
|
|
5477
|
+
The route table ID of the vSwitch.
|
|
5478
5478
|
"""
|
|
5479
5479
|
return pulumi.get(self, "route_table_id")
|
|
5480
5480
|
|
|
@@ -5482,7 +5482,7 @@ class GetSwitchesVswitchResult(dict):
|
|
|
5482
5482
|
@pulumi.getter
|
|
5483
5483
|
def status(self) -> str:
|
|
5484
5484
|
"""
|
|
5485
|
-
The status of the
|
|
5485
|
+
The status of the vSwitch. Valid values: `Available` and `Pending`.
|
|
5486
5486
|
"""
|
|
5487
5487
|
return pulumi.get(self, "status")
|
|
5488
5488
|
|
|
@@ -5498,7 +5498,7 @@ class GetSwitchesVswitchResult(dict):
|
|
|
5498
5498
|
@pulumi.getter(name="vpcId")
|
|
5499
5499
|
def vpc_id(self) -> str:
|
|
5500
5500
|
"""
|
|
5501
|
-
ID of the VPC that owns the
|
|
5501
|
+
ID of the VPC that owns the vSwitch.
|
|
5502
5502
|
"""
|
|
5503
5503
|
return pulumi.get(self, "vpc_id")
|
|
5504
5504
|
|
|
@@ -5506,7 +5506,7 @@ class GetSwitchesVswitchResult(dict):
|
|
|
5506
5506
|
@pulumi.getter(name="vswitchId")
|
|
5507
5507
|
def vswitch_id(self) -> str:
|
|
5508
5508
|
"""
|
|
5509
|
-
ID of the
|
|
5509
|
+
ID of the vSwitch.
|
|
5510
5510
|
"""
|
|
5511
5511
|
return pulumi.get(self, "vswitch_id")
|
|
5512
5512
|
|
|
@@ -5514,7 +5514,7 @@ class GetSwitchesVswitchResult(dict):
|
|
|
5514
5514
|
@pulumi.getter(name="vswitchName")
|
|
5515
5515
|
def vswitch_name(self) -> str:
|
|
5516
5516
|
"""
|
|
5517
|
-
The name of the
|
|
5517
|
+
The name of the vSwitch.
|
|
5518
5518
|
"""
|
|
5519
5519
|
return pulumi.get(self, "vswitch_name")
|
|
5520
5520
|
|
|
@@ -5522,7 +5522,7 @@ class GetSwitchesVswitchResult(dict):
|
|
|
5522
5522
|
@pulumi.getter(name="zoneId")
|
|
5523
5523
|
def zone_id(self) -> str:
|
|
5524
5524
|
"""
|
|
5525
|
-
The availability zone of the
|
|
5525
|
+
The availability zone of the vSwitch.
|
|
5526
5526
|
"""
|
|
5527
5527
|
return pulumi.get(self, "zone_id")
|
|
5528
5528
|
|
|
@@ -515,7 +515,7 @@ class TrafficMirrorSession(pulumi.CustomResource):
|
|
|
515
515
|
name=name,
|
|
516
516
|
description=name,
|
|
517
517
|
vpc_id=default_network.id)
|
|
518
|
-
default_get_images = alicloud.ecs.get_images(name_regex="^
|
|
518
|
+
default_get_images = alicloud.ecs.get_images(name_regex="^ubuntu_18.*64",
|
|
519
519
|
most_recent=True,
|
|
520
520
|
owners="system")
|
|
521
521
|
default_instance = []
|
|
@@ -620,7 +620,7 @@ class TrafficMirrorSession(pulumi.CustomResource):
|
|
|
620
620
|
name=name,
|
|
621
621
|
description=name,
|
|
622
622
|
vpc_id=default_network.id)
|
|
623
|
-
default_get_images = alicloud.ecs.get_images(name_regex="^
|
|
623
|
+
default_get_images = alicloud.ecs.get_images(name_regex="^ubuntu_18.*64",
|
|
624
624
|
most_recent=True,
|
|
625
625
|
owners="system")
|
|
626
626
|
default_instance = []
|
pulumi_alicloud/vpn/outputs.py
CHANGED
|
@@ -3061,7 +3061,7 @@ class GetGatewaysGatewayResult(dict):
|
|
|
3061
3061
|
:param str create_time: The creation time of the VPN gateway.
|
|
3062
3062
|
:param str description: The description of the VPN
|
|
3063
3063
|
:param str disaster_recovery_internet_ip: The backup public IP address of the VPN gateway. The second IP address assigned by the system to create an IPsec-VPN connection. This parameter is returned only when the VPN gateway supports the dual-tunnel mode.
|
|
3064
|
-
:param str disaster_recovery_vswitch_id: - The ID of the backup
|
|
3064
|
+
:param str disaster_recovery_vswitch_id: - The ID of the backup vSwitch to which the VPN gateway is attached.
|
|
3065
3065
|
:param str enable_ipsec: Indicates whether the IPsec-VPN feature is enabled.
|
|
3066
3066
|
:param str enable_ssl: Whether the ssl function is enabled.
|
|
3067
3067
|
:param str end_time: The expiration time of the VPN gateway.
|
|
@@ -3078,7 +3078,7 @@ class GetGatewaysGatewayResult(dict):
|
|
|
3078
3078
|
:param Mapping[str, Any] tags: The Tag of.
|
|
3079
3079
|
:param str vpc_id: Use the VPC ID as the search key.
|
|
3080
3080
|
:param str vpn_type: - The VPN gateway type. Value: Normal (default): Normal type. NationalStandard: National Secret type.
|
|
3081
|
-
:param str vswitch_id: - The ID of the
|
|
3081
|
+
:param str vswitch_id: - The ID of the vSwitch to which the VPN gateway is attached.
|
|
3082
3082
|
"""
|
|
3083
3083
|
pulumi.set(__self__, "auto_propagate", auto_propagate)
|
|
3084
3084
|
pulumi.set(__self__, "business_status", business_status)
|
|
@@ -3148,7 +3148,7 @@ class GetGatewaysGatewayResult(dict):
|
|
|
3148
3148
|
@pulumi.getter(name="disasterRecoveryVswitchId")
|
|
3149
3149
|
def disaster_recovery_vswitch_id(self) -> str:
|
|
3150
3150
|
"""
|
|
3151
|
-
- The ID of the backup
|
|
3151
|
+
- The ID of the backup vSwitch to which the VPN gateway is attached.
|
|
3152
3152
|
"""
|
|
3153
3153
|
return pulumi.get(self, "disaster_recovery_vswitch_id")
|
|
3154
3154
|
|
|
@@ -3284,7 +3284,7 @@ class GetGatewaysGatewayResult(dict):
|
|
|
3284
3284
|
@pulumi.getter(name="vswitchId")
|
|
3285
3285
|
def vswitch_id(self) -> str:
|
|
3286
3286
|
"""
|
|
3287
|
-
- The ID of the
|
|
3287
|
+
- The ID of the vSwitch to which the VPN gateway is attached.
|
|
3288
3288
|
"""
|
|
3289
3289
|
return pulumi.get(self, "vswitch_id")
|
|
3290
3290
|
|