pulumi-alicloud 3.57.0a1718428539__py3-none-any.whl → 3.57.1__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 +72 -0
- pulumi_alicloud/_inputs.py +9 -9
- pulumi_alicloud/_utilities.py +35 -0
- pulumi_alicloud/actiontrail/get_trails.py +1 -3
- pulumi_alicloud/actiontrail/get_trails_deprecated.py +1 -3
- pulumi_alicloud/actiontrail/trail.py +9 -27
- pulumi_alicloud/actiontrail/trail_deprecated.py +9 -27
- pulumi_alicloud/adb/cluster.py +6 -18
- pulumi_alicloud/adb/db_cluster.py +6 -18
- pulumi_alicloud/alb/acl.py +3 -9
- pulumi_alicloud/alb/get_load_balancers.py +1 -3
- pulumi_alicloud/alb/listener.py +3 -9
- pulumi_alicloud/alb/outputs.py +1 -3
- pulumi_alicloud/alikafka/instance.py +3 -9
- pulumi_alicloud/cas/certificate.py +3 -9
- pulumi_alicloud/cas/outputs.py +2 -6
- pulumi_alicloud/cas/service_certificate.py +3 -9
- pulumi_alicloud/cddc/dedicated_host_account.py +4 -0
- pulumi_alicloud/cddc/dedicated_host_group.py +4 -0
- pulumi_alicloud/cdn/domain.py +45 -135
- pulumi_alicloud/cen/bandwidth_package.py +9 -27
- pulumi_alicloud/cen/get_transit_router_available_resources.py +32 -11
- pulumi_alicloud/cen/instance.py +3 -9
- pulumi_alicloud/cen/outputs.py +23 -1
- pulumi_alicloud/cen/transit_router_vpc_attachment.py +6 -18
- pulumi_alicloud/cfg/aggregate_compliance_pack.py +3 -9
- pulumi_alicloud/cfg/compliance_pack.py +3 -9
- pulumi_alicloud/cfg/get_rules.py +1 -3
- pulumi_alicloud/cfg/remediation.py +10 -2
- pulumi_alicloud/cfg/rule.py +9 -27
- pulumi_alicloud/clickhouse/account.py +6 -18
- pulumi_alicloud/clickhouse/db_cluster.py +47 -0
- pulumi_alicloud/cloudfirewall/instance.py +3 -9
- pulumi_alicloud/cms/__init__.py +1 -0
- pulumi_alicloud/cms/_inputs.py +18 -18
- pulumi_alicloud/cms/alarm.py +47 -53
- pulumi_alicloud/cms/get_site_monitors.py +243 -0
- pulumi_alicloud/cms/outputs.py +92 -18
- pulumi_alicloud/config/outputs.py +6 -6
- pulumi_alicloud/cs/_inputs.py +2 -6
- pulumi_alicloud/cs/cluster.py +3 -9
- pulumi_alicloud/cs/edge_kubernetes.py +6 -18
- pulumi_alicloud/cs/kubernetes.py +3 -9
- pulumi_alicloud/cs/kubernetes_addon.py +2 -2
- pulumi_alicloud/cs/node_pool.py +29 -59
- pulumi_alicloud/cs/outputs.py +2 -6
- pulumi_alicloud/cs/serverless_kubernetes.py +9 -27
- pulumi_alicloud/cs/swarm.py +3 -9
- pulumi_alicloud/databasefilesystem/instance.py +6 -18
- pulumi_alicloud/ddos/bgp_ip.py +53 -2
- pulumi_alicloud/dms/enterprise_instance.py +5 -15
- pulumi_alicloud/dms/enterprise_user.py +3 -9
- pulumi_alicloud/dns/domain_group.py +3 -9
- pulumi_alicloud/drds/get_instances.py +1 -3
- pulumi_alicloud/eci/_inputs.py +12 -0
- pulumi_alicloud/eci/outputs.py +8 -0
- pulumi_alicloud/ecs/_inputs.py +10 -14
- pulumi_alicloud/ecs/copy_image.py +3 -9
- pulumi_alicloud/ecs/disk.py +6 -18
- pulumi_alicloud/ecs/ecs_disk.py +13 -25
- pulumi_alicloud/ecs/ecs_key_pair.py +3 -9
- pulumi_alicloud/ecs/ecs_key_pair_attachment.py +3 -9
- pulumi_alicloud/ecs/ecs_launch_template.py +18 -54
- pulumi_alicloud/ecs/ecs_network_interface.py +15 -45
- pulumi_alicloud/ecs/ecs_snapshot.py +3 -9
- pulumi_alicloud/ecs/eip.py +7 -19
- pulumi_alicloud/ecs/eip_address.py +501 -317
- pulumi_alicloud/ecs/eip_association.py +205 -58
- pulumi_alicloud/ecs/eip_segment_address.py +311 -133
- pulumi_alicloud/ecs/get_disks.py +2 -6
- pulumi_alicloud/ecs/get_ecs_disks.py +2 -6
- pulumi_alicloud/ecs/get_ecs_key_pairs.py +1 -3
- pulumi_alicloud/ecs/get_ecs_network_interfaces.py +2 -6
- pulumi_alicloud/ecs/get_eip_addresses.py +2 -6
- pulumi_alicloud/ecs/get_eips.py +2 -6
- pulumi_alicloud/ecs/get_key_pairs.py +1 -3
- pulumi_alicloud/ecs/get_network_interfaces.py +2 -6
- pulumi_alicloud/ecs/image.py +3 -9
- pulumi_alicloud/ecs/image_copy.py +3 -9
- pulumi_alicloud/ecs/image_import.py +162 -100
- pulumi_alicloud/ecs/instance.py +26 -24
- pulumi_alicloud/ecs/key_pair.py +3 -9
- pulumi_alicloud/ecs/key_pair_attachment.py +3 -9
- pulumi_alicloud/ecs/launch_template.py +18 -54
- pulumi_alicloud/ecs/outputs.py +10 -14
- pulumi_alicloud/ecs/reserved_instance.py +3 -9
- pulumi_alicloud/ecs/security_group.py +3 -9
- pulumi_alicloud/ecs/security_group_rule.py +2 -2
- pulumi_alicloud/ecs/snapshot.py +3 -9
- pulumi_alicloud/edas/k8s_application.py +12 -36
- pulumi_alicloud/eds/network_package.py +22 -8
- pulumi_alicloud/eds/outputs.py +2 -6
- pulumi_alicloud/eds/simple_office_site.py +6 -18
- pulumi_alicloud/ess/_inputs.py +89 -3
- pulumi_alicloud/ess/alarm.py +132 -38
- pulumi_alicloud/ess/outputs.py +88 -3
- pulumi_alicloud/ess/scaling_configuration.py +6 -18
- pulumi_alicloud/ess/scaling_group.py +151 -16
- pulumi_alicloud/expressconnect/__init__.py +8 -0
- pulumi_alicloud/expressconnect/_inputs.py +40 -0
- pulumi_alicloud/expressconnect/outputs.py +51 -0
- pulumi_alicloud/expressconnect/router_express_connect_router.py +458 -0
- pulumi_alicloud/expressconnect/router_tr_association.py +578 -0
- pulumi_alicloud/expressconnect/router_vbr_child_instance.py +475 -0
- pulumi_alicloud/expressconnect/router_vpc_association.py +500 -0
- pulumi_alicloud/expressconnect/traffic_qos.py +284 -0
- pulumi_alicloud/expressconnect/traffic_qos_association.py +336 -0
- pulumi_alicloud/expressconnect/traffic_qos_queue.py +520 -0
- pulumi_alicloud/expressconnect/traffic_qos_rule.py +1174 -0
- pulumi_alicloud/ga/acl.py +3 -9
- pulumi_alicloud/gpdb/__init__.py +1 -0
- pulumi_alicloud/gpdb/db_resource_group.py +364 -0
- pulumi_alicloud/gpdb/instance.py +62 -45
- pulumi_alicloud/hbase/get_instance_types.py +2 -2
- pulumi_alicloud/hbr/ecs_backup_plan.py +3 -9
- pulumi_alicloud/hbr/nas_backup_plan.py +3 -9
- pulumi_alicloud/hbr/ots_backup_plan.py +3 -9
- pulumi_alicloud/kms/key.py +9 -27
- pulumi_alicloud/kvstore/_inputs.py +2 -6
- pulumi_alicloud/kvstore/get_instance_classes.py +3 -9
- pulumi_alicloud/kvstore/instance.py +23 -69
- pulumi_alicloud/kvstore/outputs.py +2 -6
- pulumi_alicloud/lindorm/instance.py +3 -9
- pulumi_alicloud/log/_inputs.py +1 -3
- pulumi_alicloud/log/alert.py +21 -63
- pulumi_alicloud/log/oss_shipper.py +4 -0
- pulumi_alicloud/log/outputs.py +1 -3
- pulumi_alicloud/log/project.py +3 -9
- pulumi_alicloud/log/store.py +6 -18
- pulumi_alicloud/mongodb/instance.py +7 -7
- pulumi_alicloud/mongodb/sharding_instance.py +54 -7
- pulumi_alicloud/nas/access_group.py +6 -18
- pulumi_alicloud/nas/get_access_groups.py +1 -3
- pulumi_alicloud/nas/get_mount_targets.py +2 -6
- pulumi_alicloud/nlb/server_group.py +3 -9
- pulumi_alicloud/oss/bucket.py +6 -18
- pulumi_alicloud/oss/bucket_cors.py +8 -4
- pulumi_alicloud/oss/bucket_data_redundancy_transition.py +12 -4
- pulumi_alicloud/oss/bucket_policy.py +2 -2
- pulumi_alicloud/oss/bucket_public_access_block.py +12 -4
- pulumi_alicloud/oss/bucket_referer.py +2 -2
- pulumi_alicloud/ots/instance.py +7 -7
- pulumi_alicloud/ots/table.py +149 -8
- pulumi_alicloud/provider.py +8 -24
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/pvtz/zone.py +3 -9
- pulumi_alicloud/pvtz/zone_record.py +3 -9
- pulumi_alicloud/ram/policy.py +12 -36
- pulumi_alicloud/ram/role.py +9 -27
- pulumi_alicloud/rds/account.py +15 -45
- pulumi_alicloud/rds/backup_policy.py +15 -45
- pulumi_alicloud/rds/get_zones.py +1 -3
- pulumi_alicloud/rds/instance.py +27 -18
- pulumi_alicloud/rds/rds_account.py +15 -45
- pulumi_alicloud/resourcemanager/policy.py +3 -9
- pulumi_alicloud/resourcemanager/policy_version.py +3 -9
- pulumi_alicloud/resourcemanager/resource_group.py +3 -9
- pulumi_alicloud/rocketmq/group.py +3 -9
- pulumi_alicloud/rocketmq/instance.py +3 -9
- pulumi_alicloud/rocketmq/topic.py +6 -18
- pulumi_alicloud/sae/application.py +30 -90
- pulumi_alicloud/sae/load_balancer_internet.py +4 -2
- pulumi_alicloud/sae/load_balancer_intranet.py +4 -2
- pulumi_alicloud/scdn/domain.py +3 -9
- pulumi_alicloud/servicecatalog/get_launch_options.py +1 -3
- pulumi_alicloud/servicecatalog/get_product_versions.py +1 -3
- pulumi_alicloud/servicecatalog/get_provisioned_products.py +1 -3
- pulumi_alicloud/servicemesh/_inputs.py +0 -6
- pulumi_alicloud/servicemesh/outputs.py +0 -6
- pulumi_alicloud/servicemesh/service_mesh.py +2 -2
- pulumi_alicloud/simpleapplicationserver/snapshot.py +10 -2
- pulumi_alicloud/slb/acl.py +3 -9
- pulumi_alicloud/slb/application_load_balancer.py +6 -18
- pulumi_alicloud/slb/ca_certificate.py +3 -9
- pulumi_alicloud/slb/get_application_load_balancers.py +1 -3
- pulumi_alicloud/slb/get_load_balancers.py +1 -3
- pulumi_alicloud/slb/get_zones.py +1 -3
- pulumi_alicloud/slb/listener.py +9 -27
- pulumi_alicloud/slb/load_balancer.py +6 -18
- pulumi_alicloud/slb/outputs.py +1 -3
- pulumi_alicloud/slb/server_certificate.py +6 -18
- pulumi_alicloud/slb/server_group.py +3 -9
- pulumi_alicloud/threatdetection/instance.py +3 -9
- pulumi_alicloud/vpc/bgp_peer.py +36 -8
- pulumi_alicloud/vpc/common_bandwith_package.py +200 -129
- pulumi_alicloud/vpc/common_bandwith_package_attachment.py +58 -30
- pulumi_alicloud/vpc/dhcp_options_set.py +3 -9
- pulumi_alicloud/vpc/forward_entry.py +3 -9
- pulumi_alicloud/vpc/ha_vip.py +3 -9
- pulumi_alicloud/vpc/ha_vip_attachment.py +3 -9
- pulumi_alicloud/vpc/ha_vipv2.py +3 -9
- pulumi_alicloud/vpc/ipv6_gateway.py +3 -9
- pulumi_alicloud/vpc/network.py +8 -28
- pulumi_alicloud/vpc/network_acl.py +3 -9
- pulumi_alicloud/vpc/network_interface.py +15 -45
- pulumi_alicloud/vpc/route_entry.py +3 -9
- pulumi_alicloud/vpc/route_table.py +3 -9
- pulumi_alicloud/vpc/router_interface.py +13 -39
- pulumi_alicloud/vpc/router_interface_connection.py +2 -2
- pulumi_alicloud/vpc/subnet.py +6 -18
- pulumi_alicloud/vpc/switch.py +6 -18
- pulumi_alicloud/vpc/traffic_mirror_filter_egress_rule.py +3 -9
- pulumi_alicloud/vpc/traffic_mirror_filter_ingress_rule.py +3 -9
- pulumi_alicloud/vpn/connection.py +223 -9
- pulumi_alicloud/vpn/customer_gateway.py +3 -9
- pulumi_alicloud/vpn/gateway.py +6 -18
- pulumi_alicloud/vpn/gateway_vpn_attachment.py +2 -2
- pulumi_alicloud/vpn/get_gateway_vpn_attachments.py +1 -3
- pulumi_alicloud/vpn/get_gateways.py +1 -3
- pulumi_alicloud/vpn/ipsec_server.py +20 -12
- pulumi_alicloud/vpn/pbr_route_entry.py +152 -16
- pulumi_alicloud/vpn/route_entry.py +158 -44
- pulumi_alicloud/waf/domain.py +3 -9
- {pulumi_alicloud-3.57.0a1718428539.dist-info → pulumi_alicloud-3.57.1.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.57.0a1718428539.dist-info → pulumi_alicloud-3.57.1.dist-info}/RECORD +217 -207
- {pulumi_alicloud-3.57.0a1718428539.dist-info → pulumi_alicloud-3.57.1.dist-info}/WHEEL +1 -1
- {pulumi_alicloud-3.57.0a1718428539.dist-info → pulumi_alicloud-3.57.1.dist-info}/top_level.txt +0 -0
|
@@ -21,11 +21,15 @@ class CommonBandwithPackageAttachmentArgs:
|
|
|
21
21
|
ip_type: Optional[pulumi.Input[str]] = None):
|
|
22
22
|
"""
|
|
23
23
|
The set of arguments for constructing a CommonBandwithPackageAttachment resource.
|
|
24
|
-
:param pulumi.Input[str] bandwidth_package_id: The
|
|
25
|
-
:param pulumi.Input[str] instance_id: The
|
|
26
|
-
|
|
24
|
+
:param pulumi.Input[str] bandwidth_package_id: The ID of the Internet Shared Bandwidth instance.
|
|
25
|
+
:param pulumi.Input[str] instance_id: The ID of the EIP that you want to query.
|
|
26
|
+
|
|
27
|
+
You can specify up to 50 EIP IDs. Separate multiple IDs with commas (,).
|
|
28
|
+
|
|
29
|
+
> **NOTE:** If both `EipAddress` and `AllocationId` are specified, you can specify up to 50 EIP IDs for `AllocationId`, and specify up to 50 EIPs for `EipAddress`.
|
|
30
|
+
:param pulumi.Input[str] bandwidth_package_bandwidth: The maximum bandwidth for the EIP. This value cannot be larger than the maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s.
|
|
27
31
|
:param pulumi.Input[bool] cancel_common_bandwidth_package_ip_bandwidth: Whether to cancel the maximum bandwidth configuration for the EIP. Default: false.
|
|
28
|
-
:param pulumi.Input[str] ip_type: IP
|
|
32
|
+
:param pulumi.Input[str] ip_type: The type of IP address. Set the value to `EIP` to associate EIPs with the Internet Shared Bandwidth instance.
|
|
29
33
|
"""
|
|
30
34
|
pulumi.set(__self__, "bandwidth_package_id", bandwidth_package_id)
|
|
31
35
|
pulumi.set(__self__, "instance_id", instance_id)
|
|
@@ -40,7 +44,7 @@ class CommonBandwithPackageAttachmentArgs:
|
|
|
40
44
|
@pulumi.getter(name="bandwidthPackageId")
|
|
41
45
|
def bandwidth_package_id(self) -> pulumi.Input[str]:
|
|
42
46
|
"""
|
|
43
|
-
The
|
|
47
|
+
The ID of the Internet Shared Bandwidth instance.
|
|
44
48
|
"""
|
|
45
49
|
return pulumi.get(self, "bandwidth_package_id")
|
|
46
50
|
|
|
@@ -52,7 +56,11 @@ class CommonBandwithPackageAttachmentArgs:
|
|
|
52
56
|
@pulumi.getter(name="instanceId")
|
|
53
57
|
def instance_id(self) -> pulumi.Input[str]:
|
|
54
58
|
"""
|
|
55
|
-
The
|
|
59
|
+
The ID of the EIP that you want to query.
|
|
60
|
+
|
|
61
|
+
You can specify up to 50 EIP IDs. Separate multiple IDs with commas (,).
|
|
62
|
+
|
|
63
|
+
> **NOTE:** If both `EipAddress` and `AllocationId` are specified, you can specify up to 50 EIP IDs for `AllocationId`, and specify up to 50 EIPs for `EipAddress`.
|
|
56
64
|
"""
|
|
57
65
|
return pulumi.get(self, "instance_id")
|
|
58
66
|
|
|
@@ -64,7 +72,7 @@ class CommonBandwithPackageAttachmentArgs:
|
|
|
64
72
|
@pulumi.getter(name="bandwidthPackageBandwidth")
|
|
65
73
|
def bandwidth_package_bandwidth(self) -> Optional[pulumi.Input[str]]:
|
|
66
74
|
"""
|
|
67
|
-
The maximum bandwidth for the EIP. This value cannot be larger than the maximum bandwidth of the
|
|
75
|
+
The maximum bandwidth for the EIP. This value cannot be larger than the maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s.
|
|
68
76
|
"""
|
|
69
77
|
return pulumi.get(self, "bandwidth_package_bandwidth")
|
|
70
78
|
|
|
@@ -88,7 +96,7 @@ class CommonBandwithPackageAttachmentArgs:
|
|
|
88
96
|
@pulumi.getter(name="ipType")
|
|
89
97
|
def ip_type(self) -> Optional[pulumi.Input[str]]:
|
|
90
98
|
"""
|
|
91
|
-
IP
|
|
99
|
+
The type of IP address. Set the value to `EIP` to associate EIPs with the Internet Shared Bandwidth instance.
|
|
92
100
|
"""
|
|
93
101
|
return pulumi.get(self, "ip_type")
|
|
94
102
|
|
|
@@ -108,11 +116,15 @@ class _CommonBandwithPackageAttachmentState:
|
|
|
108
116
|
status: Optional[pulumi.Input[str]] = None):
|
|
109
117
|
"""
|
|
110
118
|
Input properties used for looking up and filtering CommonBandwithPackageAttachment resources.
|
|
111
|
-
:param pulumi.Input[str] bandwidth_package_bandwidth: The maximum bandwidth for the EIP. This value cannot be larger than the maximum bandwidth of the
|
|
112
|
-
:param pulumi.Input[str] bandwidth_package_id: The
|
|
119
|
+
:param pulumi.Input[str] bandwidth_package_bandwidth: The maximum bandwidth for the EIP. This value cannot be larger than the maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s.
|
|
120
|
+
:param pulumi.Input[str] bandwidth_package_id: The ID of the Internet Shared Bandwidth instance.
|
|
113
121
|
:param pulumi.Input[bool] cancel_common_bandwidth_package_ip_bandwidth: Whether to cancel the maximum bandwidth configuration for the EIP. Default: false.
|
|
114
|
-
:param pulumi.Input[str] instance_id: The
|
|
115
|
-
|
|
122
|
+
:param pulumi.Input[str] instance_id: The ID of the EIP that you want to query.
|
|
123
|
+
|
|
124
|
+
You can specify up to 50 EIP IDs. Separate multiple IDs with commas (,).
|
|
125
|
+
|
|
126
|
+
> **NOTE:** If both `EipAddress` and `AllocationId` are specified, you can specify up to 50 EIP IDs for `AllocationId`, and specify up to 50 EIPs for `EipAddress`.
|
|
127
|
+
:param pulumi.Input[str] ip_type: The type of IP address. Set the value to `EIP` to associate EIPs with the Internet Shared Bandwidth instance.
|
|
116
128
|
:param pulumi.Input[str] status: The status of the Internet Shared Bandwidth instance.
|
|
117
129
|
"""
|
|
118
130
|
if bandwidth_package_bandwidth is not None:
|
|
@@ -132,7 +144,7 @@ class _CommonBandwithPackageAttachmentState:
|
|
|
132
144
|
@pulumi.getter(name="bandwidthPackageBandwidth")
|
|
133
145
|
def bandwidth_package_bandwidth(self) -> Optional[pulumi.Input[str]]:
|
|
134
146
|
"""
|
|
135
|
-
The maximum bandwidth for the EIP. This value cannot be larger than the maximum bandwidth of the
|
|
147
|
+
The maximum bandwidth for the EIP. This value cannot be larger than the maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s.
|
|
136
148
|
"""
|
|
137
149
|
return pulumi.get(self, "bandwidth_package_bandwidth")
|
|
138
150
|
|
|
@@ -144,7 +156,7 @@ class _CommonBandwithPackageAttachmentState:
|
|
|
144
156
|
@pulumi.getter(name="bandwidthPackageId")
|
|
145
157
|
def bandwidth_package_id(self) -> Optional[pulumi.Input[str]]:
|
|
146
158
|
"""
|
|
147
|
-
The
|
|
159
|
+
The ID of the Internet Shared Bandwidth instance.
|
|
148
160
|
"""
|
|
149
161
|
return pulumi.get(self, "bandwidth_package_id")
|
|
150
162
|
|
|
@@ -168,7 +180,11 @@ class _CommonBandwithPackageAttachmentState:
|
|
|
168
180
|
@pulumi.getter(name="instanceId")
|
|
169
181
|
def instance_id(self) -> Optional[pulumi.Input[str]]:
|
|
170
182
|
"""
|
|
171
|
-
The
|
|
183
|
+
The ID of the EIP that you want to query.
|
|
184
|
+
|
|
185
|
+
You can specify up to 50 EIP IDs. Separate multiple IDs with commas (,).
|
|
186
|
+
|
|
187
|
+
> **NOTE:** If both `EipAddress` and `AllocationId` are specified, you can specify up to 50 EIP IDs for `AllocationId`, and specify up to 50 EIPs for `EipAddress`.
|
|
172
188
|
"""
|
|
173
189
|
return pulumi.get(self, "instance_id")
|
|
174
190
|
|
|
@@ -180,7 +196,7 @@ class _CommonBandwithPackageAttachmentState:
|
|
|
180
196
|
@pulumi.getter(name="ipType")
|
|
181
197
|
def ip_type(self) -> Optional[pulumi.Input[str]]:
|
|
182
198
|
"""
|
|
183
|
-
IP
|
|
199
|
+
The type of IP address. Set the value to `EIP` to associate EIPs with the Internet Shared Bandwidth instance.
|
|
184
200
|
"""
|
|
185
201
|
return pulumi.get(self, "ip_type")
|
|
186
202
|
|
|
@@ -240,7 +256,7 @@ class CommonBandwithPackageAttachment(pulumi.CustomResource):
|
|
|
240
256
|
|
|
241
257
|
## Import
|
|
242
258
|
|
|
243
|
-
|
|
259
|
+
CBWP Common Bandwidth Package Attachment can be imported using the id, e.g.
|
|
244
260
|
|
|
245
261
|
```sh
|
|
246
262
|
$ pulumi import alicloud:vpc/commonBandwithPackageAttachment:CommonBandwithPackageAttachment example <bandwidth_package_id>:<instance_id>
|
|
@@ -248,11 +264,15 @@ class CommonBandwithPackageAttachment(pulumi.CustomResource):
|
|
|
248
264
|
|
|
249
265
|
:param str resource_name: The name of the resource.
|
|
250
266
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
251
|
-
:param pulumi.Input[str] bandwidth_package_bandwidth: The maximum bandwidth for the EIP. This value cannot be larger than the maximum bandwidth of the
|
|
252
|
-
:param pulumi.Input[str] bandwidth_package_id: The
|
|
267
|
+
:param pulumi.Input[str] bandwidth_package_bandwidth: The maximum bandwidth for the EIP. This value cannot be larger than the maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s.
|
|
268
|
+
:param pulumi.Input[str] bandwidth_package_id: The ID of the Internet Shared Bandwidth instance.
|
|
253
269
|
:param pulumi.Input[bool] cancel_common_bandwidth_package_ip_bandwidth: Whether to cancel the maximum bandwidth configuration for the EIP. Default: false.
|
|
254
|
-
:param pulumi.Input[str] instance_id: The
|
|
255
|
-
|
|
270
|
+
:param pulumi.Input[str] instance_id: The ID of the EIP that you want to query.
|
|
271
|
+
|
|
272
|
+
You can specify up to 50 EIP IDs. Separate multiple IDs with commas (,).
|
|
273
|
+
|
|
274
|
+
> **NOTE:** If both `EipAddress` and `AllocationId` are specified, you can specify up to 50 EIP IDs for `AllocationId`, and specify up to 50 EIPs for `EipAddress`.
|
|
275
|
+
:param pulumi.Input[str] ip_type: The type of IP address. Set the value to `EIP` to associate EIPs with the Internet Shared Bandwidth instance.
|
|
256
276
|
"""
|
|
257
277
|
...
|
|
258
278
|
@overload
|
|
@@ -288,7 +308,7 @@ class CommonBandwithPackageAttachment(pulumi.CustomResource):
|
|
|
288
308
|
|
|
289
309
|
## Import
|
|
290
310
|
|
|
291
|
-
|
|
311
|
+
CBWP Common Bandwidth Package Attachment can be imported using the id, e.g.
|
|
292
312
|
|
|
293
313
|
```sh
|
|
294
314
|
$ pulumi import alicloud:vpc/commonBandwithPackageAttachment:CommonBandwithPackageAttachment example <bandwidth_package_id>:<instance_id>
|
|
@@ -356,11 +376,15 @@ class CommonBandwithPackageAttachment(pulumi.CustomResource):
|
|
|
356
376
|
:param str resource_name: The unique name of the resulting resource.
|
|
357
377
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
358
378
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
359
|
-
:param pulumi.Input[str] bandwidth_package_bandwidth: The maximum bandwidth for the EIP. This value cannot be larger than the maximum bandwidth of the
|
|
360
|
-
:param pulumi.Input[str] bandwidth_package_id: The
|
|
379
|
+
:param pulumi.Input[str] bandwidth_package_bandwidth: The maximum bandwidth for the EIP. This value cannot be larger than the maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s.
|
|
380
|
+
:param pulumi.Input[str] bandwidth_package_id: The ID of the Internet Shared Bandwidth instance.
|
|
361
381
|
:param pulumi.Input[bool] cancel_common_bandwidth_package_ip_bandwidth: Whether to cancel the maximum bandwidth configuration for the EIP. Default: false.
|
|
362
|
-
:param pulumi.Input[str] instance_id: The
|
|
363
|
-
|
|
382
|
+
:param pulumi.Input[str] instance_id: The ID of the EIP that you want to query.
|
|
383
|
+
|
|
384
|
+
You can specify up to 50 EIP IDs. Separate multiple IDs with commas (,).
|
|
385
|
+
|
|
386
|
+
> **NOTE:** If both `EipAddress` and `AllocationId` are specified, you can specify up to 50 EIP IDs for `AllocationId`, and specify up to 50 EIPs for `EipAddress`.
|
|
387
|
+
:param pulumi.Input[str] ip_type: The type of IP address. Set the value to `EIP` to associate EIPs with the Internet Shared Bandwidth instance.
|
|
364
388
|
:param pulumi.Input[str] status: The status of the Internet Shared Bandwidth instance.
|
|
365
389
|
"""
|
|
366
390
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -379,7 +403,7 @@ class CommonBandwithPackageAttachment(pulumi.CustomResource):
|
|
|
379
403
|
@pulumi.getter(name="bandwidthPackageBandwidth")
|
|
380
404
|
def bandwidth_package_bandwidth(self) -> pulumi.Output[str]:
|
|
381
405
|
"""
|
|
382
|
-
The maximum bandwidth for the EIP. This value cannot be larger than the maximum bandwidth of the
|
|
406
|
+
The maximum bandwidth for the EIP. This value cannot be larger than the maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s.
|
|
383
407
|
"""
|
|
384
408
|
return pulumi.get(self, "bandwidth_package_bandwidth")
|
|
385
409
|
|
|
@@ -387,7 +411,7 @@ class CommonBandwithPackageAttachment(pulumi.CustomResource):
|
|
|
387
411
|
@pulumi.getter(name="bandwidthPackageId")
|
|
388
412
|
def bandwidth_package_id(self) -> pulumi.Output[str]:
|
|
389
413
|
"""
|
|
390
|
-
The
|
|
414
|
+
The ID of the Internet Shared Bandwidth instance.
|
|
391
415
|
"""
|
|
392
416
|
return pulumi.get(self, "bandwidth_package_id")
|
|
393
417
|
|
|
@@ -403,7 +427,11 @@ class CommonBandwithPackageAttachment(pulumi.CustomResource):
|
|
|
403
427
|
@pulumi.getter(name="instanceId")
|
|
404
428
|
def instance_id(self) -> pulumi.Output[str]:
|
|
405
429
|
"""
|
|
406
|
-
The
|
|
430
|
+
The ID of the EIP that you want to query.
|
|
431
|
+
|
|
432
|
+
You can specify up to 50 EIP IDs. Separate multiple IDs with commas (,).
|
|
433
|
+
|
|
434
|
+
> **NOTE:** If both `EipAddress` and `AllocationId` are specified, you can specify up to 50 EIP IDs for `AllocationId`, and specify up to 50 EIPs for `EipAddress`.
|
|
407
435
|
"""
|
|
408
436
|
return pulumi.get(self, "instance_id")
|
|
409
437
|
|
|
@@ -411,7 +439,7 @@ class CommonBandwithPackageAttachment(pulumi.CustomResource):
|
|
|
411
439
|
@pulumi.getter(name="ipType")
|
|
412
440
|
def ip_type(self) -> pulumi.Output[Optional[str]]:
|
|
413
441
|
"""
|
|
414
|
-
IP
|
|
442
|
+
The type of IP address. Set the value to `EIP` to associate EIPs with the Internet Shared Bandwidth instance.
|
|
415
443
|
"""
|
|
416
444
|
return pulumi.get(self, "ip_type")
|
|
417
445
|
|
|
@@ -67,13 +67,11 @@ class DhcpOptionsSetArgs:
|
|
|
67
67
|
|
|
68
68
|
@property
|
|
69
69
|
@pulumi.getter(name="associateVpcs")
|
|
70
|
+
@_utilities.deprecated("""Field 'associate_vpcs' has been deprecated from provider version 1.153.0. Field 'associate_vpcs' has been deprecated from provider version 1.153.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_dhcp_options_set_attachment' to attach DhcpOptionsSet and Vpc.""")
|
|
70
71
|
def associate_vpcs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DhcpOptionsSetAssociateVpcArgs']]]]:
|
|
71
72
|
"""
|
|
72
73
|
Field 'associate_vpcs' has been deprecated from provider version 1.153.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_dhcp_options_set_attachment' to attach DhcpOptionsSet and Vpc. See `associate_vpcs` below.
|
|
73
74
|
"""
|
|
74
|
-
warnings.warn("""Field 'associate_vpcs' has been deprecated from provider version 1.153.0. Field 'associate_vpcs' has been deprecated from provider version 1.153.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_dhcp_options_set_attachment' to attach DhcpOptionsSet and Vpc.""", DeprecationWarning)
|
|
75
|
-
pulumi.log.warn("""associate_vpcs is deprecated: Field 'associate_vpcs' has been deprecated from provider version 1.153.0. Field 'associate_vpcs' has been deprecated from provider version 1.153.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_dhcp_options_set_attachment' to attach DhcpOptionsSet and Vpc.""")
|
|
76
|
-
|
|
77
75
|
return pulumi.get(self, "associate_vpcs")
|
|
78
76
|
|
|
79
77
|
@associate_vpcs.setter
|
|
@@ -253,13 +251,11 @@ class _DhcpOptionsSetState:
|
|
|
253
251
|
|
|
254
252
|
@property
|
|
255
253
|
@pulumi.getter(name="associateVpcs")
|
|
254
|
+
@_utilities.deprecated("""Field 'associate_vpcs' has been deprecated from provider version 1.153.0. Field 'associate_vpcs' has been deprecated from provider version 1.153.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_dhcp_options_set_attachment' to attach DhcpOptionsSet and Vpc.""")
|
|
256
255
|
def associate_vpcs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DhcpOptionsSetAssociateVpcArgs']]]]:
|
|
257
256
|
"""
|
|
258
257
|
Field 'associate_vpcs' has been deprecated from provider version 1.153.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_dhcp_options_set_attachment' to attach DhcpOptionsSet and Vpc. See `associate_vpcs` below.
|
|
259
258
|
"""
|
|
260
|
-
warnings.warn("""Field 'associate_vpcs' has been deprecated from provider version 1.153.0. Field 'associate_vpcs' has been deprecated from provider version 1.153.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_dhcp_options_set_attachment' to attach DhcpOptionsSet and Vpc.""", DeprecationWarning)
|
|
261
|
-
pulumi.log.warn("""associate_vpcs is deprecated: Field 'associate_vpcs' has been deprecated from provider version 1.153.0. Field 'associate_vpcs' has been deprecated from provider version 1.153.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_dhcp_options_set_attachment' to attach DhcpOptionsSet and Vpc.""")
|
|
262
|
-
|
|
263
259
|
return pulumi.get(self, "associate_vpcs")
|
|
264
260
|
|
|
265
261
|
@associate_vpcs.setter
|
|
@@ -622,13 +618,11 @@ class DhcpOptionsSet(pulumi.CustomResource):
|
|
|
622
618
|
|
|
623
619
|
@property
|
|
624
620
|
@pulumi.getter(name="associateVpcs")
|
|
621
|
+
@_utilities.deprecated("""Field 'associate_vpcs' has been deprecated from provider version 1.153.0. Field 'associate_vpcs' has been deprecated from provider version 1.153.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_dhcp_options_set_attachment' to attach DhcpOptionsSet and Vpc.""")
|
|
625
622
|
def associate_vpcs(self) -> pulumi.Output[Sequence['outputs.DhcpOptionsSetAssociateVpc']]:
|
|
626
623
|
"""
|
|
627
624
|
Field 'associate_vpcs' has been deprecated from provider version 1.153.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_dhcp_options_set_attachment' to attach DhcpOptionsSet and Vpc. See `associate_vpcs` below.
|
|
628
625
|
"""
|
|
629
|
-
warnings.warn("""Field 'associate_vpcs' has been deprecated from provider version 1.153.0. Field 'associate_vpcs' has been deprecated from provider version 1.153.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_dhcp_options_set_attachment' to attach DhcpOptionsSet and Vpc.""", DeprecationWarning)
|
|
630
|
-
pulumi.log.warn("""associate_vpcs is deprecated: Field 'associate_vpcs' has been deprecated from provider version 1.153.0. Field 'associate_vpcs' has been deprecated from provider version 1.153.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_dhcp_options_set_attachment' to attach DhcpOptionsSet and Vpc.""")
|
|
631
|
-
|
|
632
626
|
return pulumi.get(self, "associate_vpcs")
|
|
633
627
|
|
|
634
628
|
@property
|
|
@@ -139,13 +139,11 @@ class ForwardEntryArgs:
|
|
|
139
139
|
|
|
140
140
|
@property
|
|
141
141
|
@pulumi.getter
|
|
142
|
+
@_utilities.deprecated("""Field 'name' has been deprecated from provider version 1.119.1. New field 'forward_entry_name' instead.""")
|
|
142
143
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
143
144
|
"""
|
|
144
145
|
Field `name` has been deprecated from provider version 1.119.1. New field `forward_entry_name` instead.
|
|
145
146
|
"""
|
|
146
|
-
warnings.warn("""Field 'name' has been deprecated from provider version 1.119.1. New field 'forward_entry_name' instead.""", DeprecationWarning)
|
|
147
|
-
pulumi.log.warn("""name is deprecated: Field 'name' has been deprecated from provider version 1.119.1. New field 'forward_entry_name' instead.""")
|
|
148
|
-
|
|
149
147
|
return pulumi.get(self, "name")
|
|
150
148
|
|
|
151
149
|
@name.setter
|
|
@@ -321,13 +319,11 @@ class _ForwardEntryState:
|
|
|
321
319
|
|
|
322
320
|
@property
|
|
323
321
|
@pulumi.getter
|
|
322
|
+
@_utilities.deprecated("""Field 'name' has been deprecated from provider version 1.119.1. New field 'forward_entry_name' instead.""")
|
|
324
323
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
325
324
|
"""
|
|
326
325
|
Field `name` has been deprecated from provider version 1.119.1. New field `forward_entry_name` instead.
|
|
327
326
|
"""
|
|
328
|
-
warnings.warn("""Field 'name' has been deprecated from provider version 1.119.1. New field 'forward_entry_name' instead.""", DeprecationWarning)
|
|
329
|
-
pulumi.log.warn("""name is deprecated: Field 'name' has been deprecated from provider version 1.119.1. New field 'forward_entry_name' instead.""")
|
|
330
|
-
|
|
331
327
|
return pulumi.get(self, "name")
|
|
332
328
|
|
|
333
329
|
@name.setter
|
|
@@ -679,13 +675,11 @@ class ForwardEntry(pulumi.CustomResource):
|
|
|
679
675
|
|
|
680
676
|
@property
|
|
681
677
|
@pulumi.getter
|
|
678
|
+
@_utilities.deprecated("""Field 'name' has been deprecated from provider version 1.119.1. New field 'forward_entry_name' instead.""")
|
|
682
679
|
def name(self) -> pulumi.Output[str]:
|
|
683
680
|
"""
|
|
684
681
|
Field `name` has been deprecated from provider version 1.119.1. New field `forward_entry_name` instead.
|
|
685
682
|
"""
|
|
686
|
-
warnings.warn("""Field 'name' has been deprecated from provider version 1.119.1. New field 'forward_entry_name' instead.""", DeprecationWarning)
|
|
687
|
-
pulumi.log.warn("""name is deprecated: Field 'name' has been deprecated from provider version 1.119.1. New field 'forward_entry_name' instead.""")
|
|
688
|
-
|
|
689
683
|
return pulumi.get(self, "name")
|
|
690
684
|
|
|
691
685
|
@property
|
pulumi_alicloud/vpc/ha_vip.py
CHANGED
|
@@ -86,13 +86,11 @@ class HAVipArgs:
|
|
|
86
86
|
|
|
87
87
|
@property
|
|
88
88
|
@pulumi.getter(name="havipName")
|
|
89
|
+
@_utilities.deprecated("""Field 'havip_name' has been deprecated from provider version 1.205.0. New field 'ha_vip_name' instead.""")
|
|
89
90
|
def havip_name(self) -> Optional[pulumi.Input[str]]:
|
|
90
91
|
"""
|
|
91
92
|
The name of the HaVip instance.
|
|
92
93
|
"""
|
|
93
|
-
warnings.warn("""Field 'havip_name' has been deprecated from provider version 1.205.0. New field 'ha_vip_name' instead.""", DeprecationWarning)
|
|
94
|
-
pulumi.log.warn("""havip_name is deprecated: Field 'havip_name' has been deprecated from provider version 1.205.0. New field 'ha_vip_name' instead.""")
|
|
95
|
-
|
|
96
94
|
return pulumi.get(self, "havip_name")
|
|
97
95
|
|
|
98
96
|
@havip_name.setter
|
|
@@ -296,13 +294,11 @@ class _HAVipState:
|
|
|
296
294
|
|
|
297
295
|
@property
|
|
298
296
|
@pulumi.getter(name="havipName")
|
|
297
|
+
@_utilities.deprecated("""Field 'havip_name' has been deprecated from provider version 1.205.0. New field 'ha_vip_name' instead.""")
|
|
299
298
|
def havip_name(self) -> Optional[pulumi.Input[str]]:
|
|
300
299
|
"""
|
|
301
300
|
The name of the HaVip instance.
|
|
302
301
|
"""
|
|
303
|
-
warnings.warn("""Field 'havip_name' has been deprecated from provider version 1.205.0. New field 'ha_vip_name' instead.""", DeprecationWarning)
|
|
304
|
-
pulumi.log.warn("""havip_name is deprecated: Field 'havip_name' has been deprecated from provider version 1.205.0. New field 'ha_vip_name' instead.""")
|
|
305
|
-
|
|
306
302
|
return pulumi.get(self, "havip_name")
|
|
307
303
|
|
|
308
304
|
@havip_name.setter
|
|
@@ -672,13 +668,11 @@ class HAVip(pulumi.CustomResource):
|
|
|
672
668
|
|
|
673
669
|
@property
|
|
674
670
|
@pulumi.getter(name="havipName")
|
|
671
|
+
@_utilities.deprecated("""Field 'havip_name' has been deprecated from provider version 1.205.0. New field 'ha_vip_name' instead.""")
|
|
675
672
|
def havip_name(self) -> pulumi.Output[str]:
|
|
676
673
|
"""
|
|
677
674
|
The name of the HaVip instance.
|
|
678
675
|
"""
|
|
679
|
-
warnings.warn("""Field 'havip_name' has been deprecated from provider version 1.205.0. New field 'ha_vip_name' instead.""", DeprecationWarning)
|
|
680
|
-
pulumi.log.warn("""havip_name is deprecated: Field 'havip_name' has been deprecated from provider version 1.205.0. New field 'ha_vip_name' instead.""")
|
|
681
|
-
|
|
682
676
|
return pulumi.get(self, "havip_name")
|
|
683
677
|
|
|
684
678
|
@property
|
|
@@ -86,13 +86,11 @@ class HAVipAttachmentArgs:
|
|
|
86
86
|
|
|
87
87
|
@property
|
|
88
88
|
@pulumi.getter(name="havipId")
|
|
89
|
+
@_utilities.deprecated("""Field 'havip_id' has been deprecated since provider version 1.211.0. New field 'ha_vip_id' instead.""")
|
|
89
90
|
def havip_id(self) -> Optional[pulumi.Input[str]]:
|
|
90
91
|
"""
|
|
91
92
|
. Field 'havip_id' has been deprecated from provider version 1.211.0. New field 'ha_vip_id' instead.
|
|
92
93
|
"""
|
|
93
|
-
warnings.warn("""Field 'havip_id' has been deprecated since provider version 1.211.0. New field 'ha_vip_id' instead.""", DeprecationWarning)
|
|
94
|
-
pulumi.log.warn("""havip_id is deprecated: Field 'havip_id' has been deprecated since provider version 1.211.0. New field 'ha_vip_id' instead.""")
|
|
95
|
-
|
|
96
94
|
return pulumi.get(self, "havip_id")
|
|
97
95
|
|
|
98
96
|
@havip_id.setter
|
|
@@ -182,13 +180,11 @@ class _HAVipAttachmentState:
|
|
|
182
180
|
|
|
183
181
|
@property
|
|
184
182
|
@pulumi.getter(name="havipId")
|
|
183
|
+
@_utilities.deprecated("""Field 'havip_id' has been deprecated since provider version 1.211.0. New field 'ha_vip_id' instead.""")
|
|
185
184
|
def havip_id(self) -> Optional[pulumi.Input[str]]:
|
|
186
185
|
"""
|
|
187
186
|
. Field 'havip_id' has been deprecated from provider version 1.211.0. New field 'ha_vip_id' instead.
|
|
188
187
|
"""
|
|
189
|
-
warnings.warn("""Field 'havip_id' has been deprecated since provider version 1.211.0. New field 'ha_vip_id' instead.""", DeprecationWarning)
|
|
190
|
-
pulumi.log.warn("""havip_id is deprecated: Field 'havip_id' has been deprecated since provider version 1.211.0. New field 'ha_vip_id' instead.""")
|
|
191
|
-
|
|
192
188
|
return pulumi.get(self, "havip_id")
|
|
193
189
|
|
|
194
190
|
@havip_id.setter
|
|
@@ -485,13 +481,11 @@ class HAVipAttachment(pulumi.CustomResource):
|
|
|
485
481
|
|
|
486
482
|
@property
|
|
487
483
|
@pulumi.getter(name="havipId")
|
|
484
|
+
@_utilities.deprecated("""Field 'havip_id' has been deprecated since provider version 1.211.0. New field 'ha_vip_id' instead.""")
|
|
488
485
|
def havip_id(self) -> pulumi.Output[str]:
|
|
489
486
|
"""
|
|
490
487
|
. Field 'havip_id' has been deprecated from provider version 1.211.0. New field 'ha_vip_id' instead.
|
|
491
488
|
"""
|
|
492
|
-
warnings.warn("""Field 'havip_id' has been deprecated since provider version 1.211.0. New field 'ha_vip_id' instead.""", DeprecationWarning)
|
|
493
|
-
pulumi.log.warn("""havip_id is deprecated: Field 'havip_id' has been deprecated since provider version 1.211.0. New field 'ha_vip_id' instead.""")
|
|
494
|
-
|
|
495
489
|
return pulumi.get(self, "havip_id")
|
|
496
490
|
|
|
497
491
|
@property
|
pulumi_alicloud/vpc/ha_vipv2.py
CHANGED
|
@@ -90,13 +90,11 @@ class HaVipv2Args:
|
|
|
90
90
|
|
|
91
91
|
@property
|
|
92
92
|
@pulumi.getter(name="havipName")
|
|
93
|
+
@_utilities.deprecated("""Field 'havip_name' has been deprecated from provider version 1.205.0. New field 'ha_vip_name' instead.""")
|
|
93
94
|
def havip_name(self) -> Optional[pulumi.Input[str]]:
|
|
94
95
|
"""
|
|
95
96
|
Field 'havip_name' has been deprecated from provider version 1.205.0. New field 'ha_vip_name' instead.
|
|
96
97
|
"""
|
|
97
|
-
warnings.warn("""Field 'havip_name' has been deprecated from provider version 1.205.0. New field 'ha_vip_name' instead.""", DeprecationWarning)
|
|
98
|
-
pulumi.log.warn("""havip_name is deprecated: Field 'havip_name' has been deprecated from provider version 1.205.0. New field 'ha_vip_name' instead.""")
|
|
99
|
-
|
|
100
98
|
return pulumi.get(self, "havip_name")
|
|
101
99
|
|
|
102
100
|
@havip_name.setter
|
|
@@ -298,13 +296,11 @@ class _HaVipv2State:
|
|
|
298
296
|
|
|
299
297
|
@property
|
|
300
298
|
@pulumi.getter(name="havipName")
|
|
299
|
+
@_utilities.deprecated("""Field 'havip_name' has been deprecated from provider version 1.205.0. New field 'ha_vip_name' instead.""")
|
|
301
300
|
def havip_name(self) -> Optional[pulumi.Input[str]]:
|
|
302
301
|
"""
|
|
303
302
|
Field 'havip_name' has been deprecated from provider version 1.205.0. New field 'ha_vip_name' instead.
|
|
304
303
|
"""
|
|
305
|
-
warnings.warn("""Field 'havip_name' has been deprecated from provider version 1.205.0. New field 'ha_vip_name' instead.""", DeprecationWarning)
|
|
306
|
-
pulumi.log.warn("""havip_name is deprecated: Field 'havip_name' has been deprecated from provider version 1.205.0. New field 'ha_vip_name' instead.""")
|
|
307
|
-
|
|
308
304
|
return pulumi.get(self, "havip_name")
|
|
309
305
|
|
|
310
306
|
@havip_name.setter
|
|
@@ -706,13 +702,11 @@ class HaVipv2(pulumi.CustomResource):
|
|
|
706
702
|
|
|
707
703
|
@property
|
|
708
704
|
@pulumi.getter(name="havipName")
|
|
705
|
+
@_utilities.deprecated("""Field 'havip_name' has been deprecated from provider version 1.205.0. New field 'ha_vip_name' instead.""")
|
|
709
706
|
def havip_name(self) -> pulumi.Output[str]:
|
|
710
707
|
"""
|
|
711
708
|
Field 'havip_name' has been deprecated from provider version 1.205.0. New field 'ha_vip_name' instead.
|
|
712
709
|
"""
|
|
713
|
-
warnings.warn("""Field 'havip_name' has been deprecated from provider version 1.205.0. New field 'ha_vip_name' instead.""", DeprecationWarning)
|
|
714
|
-
pulumi.log.warn("""havip_name is deprecated: Field 'havip_name' has been deprecated from provider version 1.205.0. New field 'ha_vip_name' instead.""")
|
|
715
|
-
|
|
716
710
|
return pulumi.get(self, "havip_name")
|
|
717
711
|
|
|
718
712
|
@property
|
|
@@ -94,13 +94,11 @@ class Ipv6GatewayArgs:
|
|
|
94
94
|
|
|
95
95
|
@property
|
|
96
96
|
@pulumi.getter
|
|
97
|
+
@_utilities.deprecated("""Field 'Spec' has been deprecated from provider version 1.205.0. IPv6 gateways do not distinguish between specifications. This parameter is no longer used.""")
|
|
97
98
|
def spec(self) -> Optional[pulumi.Input[str]]:
|
|
98
99
|
"""
|
|
99
100
|
IPv6 gateways do not distinguish between specifications. This parameter is no longer used.
|
|
100
101
|
"""
|
|
101
|
-
warnings.warn("""Field 'Spec' has been deprecated from provider version 1.205.0. IPv6 gateways do not distinguish between specifications. This parameter is no longer used.""", DeprecationWarning)
|
|
102
|
-
pulumi.log.warn("""spec is deprecated: Field 'Spec' has been deprecated from provider version 1.205.0. IPv6 gateways do not distinguish between specifications. This parameter is no longer used.""")
|
|
103
|
-
|
|
104
102
|
return pulumi.get(self, "spec")
|
|
105
103
|
|
|
106
104
|
@spec.setter
|
|
@@ -276,13 +274,11 @@ class _Ipv6GatewayState:
|
|
|
276
274
|
|
|
277
275
|
@property
|
|
278
276
|
@pulumi.getter
|
|
277
|
+
@_utilities.deprecated("""Field 'Spec' has been deprecated from provider version 1.205.0. IPv6 gateways do not distinguish between specifications. This parameter is no longer used.""")
|
|
279
278
|
def spec(self) -> Optional[pulumi.Input[str]]:
|
|
280
279
|
"""
|
|
281
280
|
IPv6 gateways do not distinguish between specifications. This parameter is no longer used.
|
|
282
281
|
"""
|
|
283
|
-
warnings.warn("""Field 'Spec' has been deprecated from provider version 1.205.0. IPv6 gateways do not distinguish between specifications. This parameter is no longer used.""", DeprecationWarning)
|
|
284
|
-
pulumi.log.warn("""spec is deprecated: Field 'Spec' has been deprecated from provider version 1.205.0. IPv6 gateways do not distinguish between specifications. This parameter is no longer used.""")
|
|
285
|
-
|
|
286
282
|
return pulumi.get(self, "spec")
|
|
287
283
|
|
|
288
284
|
@spec.setter
|
|
@@ -609,13 +605,11 @@ class Ipv6Gateway(pulumi.CustomResource):
|
|
|
609
605
|
|
|
610
606
|
@property
|
|
611
607
|
@pulumi.getter
|
|
608
|
+
@_utilities.deprecated("""Field 'Spec' has been deprecated from provider version 1.205.0. IPv6 gateways do not distinguish between specifications. This parameter is no longer used.""")
|
|
612
609
|
def spec(self) -> pulumi.Output[str]:
|
|
613
610
|
"""
|
|
614
611
|
IPv6 gateways do not distinguish between specifications. This parameter is no longer used.
|
|
615
612
|
"""
|
|
616
|
-
warnings.warn("""Field 'Spec' has been deprecated from provider version 1.205.0. IPv6 gateways do not distinguish between specifications. This parameter is no longer used.""", DeprecationWarning)
|
|
617
|
-
pulumi.log.warn("""spec is deprecated: Field 'Spec' has been deprecated from provider version 1.205.0. IPv6 gateways do not distinguish between specifications. This parameter is no longer used.""")
|
|
618
|
-
|
|
619
613
|
return pulumi.get(self, "spec")
|
|
620
614
|
|
|
621
615
|
@property
|
pulumi_alicloud/vpc/network.py
CHANGED
|
@@ -180,13 +180,11 @@ class NetworkArgs:
|
|
|
180
180
|
|
|
181
181
|
@property
|
|
182
182
|
@pulumi.getter
|
|
183
|
+
@_utilities.deprecated("""Field 'name' has been deprecated since provider version 1.119.0. New field 'vpc_name' instead.""")
|
|
183
184
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
184
185
|
"""
|
|
185
186
|
. Field 'name' has been deprecated from provider version 1.119.0. New field 'vpc_name' instead.
|
|
186
187
|
"""
|
|
187
|
-
warnings.warn("""Field 'name' has been deprecated since provider version 1.119.0. New field 'vpc_name' instead.""", DeprecationWarning)
|
|
188
|
-
pulumi.log.warn("""name is deprecated: Field 'name' has been deprecated since provider version 1.119.0. New field 'vpc_name' instead.""")
|
|
189
|
-
|
|
190
188
|
return pulumi.get(self, "name")
|
|
191
189
|
|
|
192
190
|
@name.setter
|
|
@@ -207,13 +205,11 @@ class NetworkArgs:
|
|
|
207
205
|
|
|
208
206
|
@property
|
|
209
207
|
@pulumi.getter(name="secondaryCidrBlocks")
|
|
208
|
+
@_utilities.deprecated("""Field 'secondary_cidr_blocks' has been deprecated from provider version 1.185.0. Field 'secondary_cidr_blocks' has been deprecated from provider version 1.185.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_ipv4_cidr_block'. `secondary_cidr_blocks` attributes and `vpc.Ipv4CidrBlock` resource cannot be used at the same time.""")
|
|
210
209
|
def secondary_cidr_blocks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
211
210
|
"""
|
|
212
211
|
Field 'secondary_cidr_blocks' has been deprecated from provider version 1.185.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_ipv4_cidr_block'. `secondary_cidr_blocks` attributes and `vpc.Ipv4CidrBlock` resource cannot be used at the same time.
|
|
213
212
|
"""
|
|
214
|
-
warnings.warn("""Field 'secondary_cidr_blocks' has been deprecated from provider version 1.185.0. Field 'secondary_cidr_blocks' has been deprecated from provider version 1.185.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_ipv4_cidr_block'. `secondary_cidr_blocks` attributes and `vpc.Ipv4CidrBlock` resource cannot be used at the same time.""", DeprecationWarning)
|
|
215
|
-
pulumi.log.warn("""secondary_cidr_blocks is deprecated: Field 'secondary_cidr_blocks' has been deprecated from provider version 1.185.0. Field 'secondary_cidr_blocks' has been deprecated from provider version 1.185.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_ipv4_cidr_block'. `secondary_cidr_blocks` attributes and `vpc.Ipv4CidrBlock` resource cannot be used at the same time.""")
|
|
216
|
-
|
|
217
213
|
return pulumi.get(self, "secondary_cidr_blocks")
|
|
218
214
|
|
|
219
215
|
@secondary_cidr_blocks.setter
|
|
@@ -493,13 +489,11 @@ class _NetworkState:
|
|
|
493
489
|
|
|
494
490
|
@property
|
|
495
491
|
@pulumi.getter
|
|
492
|
+
@_utilities.deprecated("""Field 'name' has been deprecated since provider version 1.119.0. New field 'vpc_name' instead.""")
|
|
496
493
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
497
494
|
"""
|
|
498
495
|
. Field 'name' has been deprecated from provider version 1.119.0. New field 'vpc_name' instead.
|
|
499
496
|
"""
|
|
500
|
-
warnings.warn("""Field 'name' has been deprecated since provider version 1.119.0. New field 'vpc_name' instead.""", DeprecationWarning)
|
|
501
|
-
pulumi.log.warn("""name is deprecated: Field 'name' has been deprecated since provider version 1.119.0. New field 'vpc_name' instead.""")
|
|
502
|
-
|
|
503
497
|
return pulumi.get(self, "name")
|
|
504
498
|
|
|
505
499
|
@name.setter
|
|
@@ -544,13 +538,11 @@ class _NetworkState:
|
|
|
544
538
|
|
|
545
539
|
@property
|
|
546
540
|
@pulumi.getter(name="routerTableId")
|
|
541
|
+
@_utilities.deprecated("""Field 'router_table_id' has been deprecated since provider version 1.221.0. New field 'route_table_id' instead.""")
|
|
547
542
|
def router_table_id(self) -> Optional[pulumi.Input[str]]:
|
|
548
543
|
"""
|
|
549
544
|
Field 'router_table_id' has been deprecated from provider version 1.206.0. New field 'route_table_id' instead.
|
|
550
545
|
"""
|
|
551
|
-
warnings.warn("""Field 'router_table_id' has been deprecated since provider version 1.221.0. New field 'route_table_id' instead.""", DeprecationWarning)
|
|
552
|
-
pulumi.log.warn("""router_table_id is deprecated: Field 'router_table_id' has been deprecated since provider version 1.221.0. New field 'route_table_id' instead.""")
|
|
553
|
-
|
|
554
546
|
return pulumi.get(self, "router_table_id")
|
|
555
547
|
|
|
556
548
|
@router_table_id.setter
|
|
@@ -559,13 +551,11 @@ class _NetworkState:
|
|
|
559
551
|
|
|
560
552
|
@property
|
|
561
553
|
@pulumi.getter(name="secondaryCidrBlocks")
|
|
554
|
+
@_utilities.deprecated("""Field 'secondary_cidr_blocks' has been deprecated from provider version 1.185.0. Field 'secondary_cidr_blocks' has been deprecated from provider version 1.185.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_ipv4_cidr_block'. `secondary_cidr_blocks` attributes and `vpc.Ipv4CidrBlock` resource cannot be used at the same time.""")
|
|
562
555
|
def secondary_cidr_blocks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
563
556
|
"""
|
|
564
557
|
Field 'secondary_cidr_blocks' has been deprecated from provider version 1.185.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_ipv4_cidr_block'. `secondary_cidr_blocks` attributes and `vpc.Ipv4CidrBlock` resource cannot be used at the same time.
|
|
565
558
|
"""
|
|
566
|
-
warnings.warn("""Field 'secondary_cidr_blocks' has been deprecated from provider version 1.185.0. Field 'secondary_cidr_blocks' has been deprecated from provider version 1.185.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_ipv4_cidr_block'. `secondary_cidr_blocks` attributes and `vpc.Ipv4CidrBlock` resource cannot be used at the same time.""", DeprecationWarning)
|
|
567
|
-
pulumi.log.warn("""secondary_cidr_blocks is deprecated: Field 'secondary_cidr_blocks' has been deprecated from provider version 1.185.0. Field 'secondary_cidr_blocks' has been deprecated from provider version 1.185.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_ipv4_cidr_block'. `secondary_cidr_blocks` attributes and `vpc.Ipv4CidrBlock` resource cannot be used at the same time.""")
|
|
568
|
-
|
|
569
559
|
return pulumi.get(self, "secondary_cidr_blocks")
|
|
570
560
|
|
|
571
561
|
@secondary_cidr_blocks.setter
|
|
@@ -649,8 +639,6 @@ class Network(pulumi.CustomResource):
|
|
|
649
639
|
|
|
650
640
|
> **NOTE:** This resource will auto build a router and a route table while it uses `vpc.Network` to build a vpc resource.
|
|
651
641
|
|
|
652
|
-
> **NOTE:** Currently, the IPv4 / IPv6 dual-stack VPC function is under public testing. Only the following regions support IPv4 / IPv6 dual-stack VPC: `cn-hangzhou`, `cn-shanghai`, `cn-shenzhen`, `cn-beijing`, `cn-huhehaote`, `cn-hongkong` and `ap-southeast-1`, and need to apply for public beta qualification. To use, please [submit an application](https://www.alibabacloud.com/help/en/vpc/getting-started/create-a-vpc-with-an-ipv6-cidr-block).
|
|
653
|
-
|
|
654
642
|
## Module Support
|
|
655
643
|
|
|
656
644
|
You can use the existing vpc module
|
|
@@ -725,8 +713,6 @@ class Network(pulumi.CustomResource):
|
|
|
725
713
|
|
|
726
714
|
> **NOTE:** This resource will auto build a router and a route table while it uses `vpc.Network` to build a vpc resource.
|
|
727
715
|
|
|
728
|
-
> **NOTE:** Currently, the IPv4 / IPv6 dual-stack VPC function is under public testing. Only the following regions support IPv4 / IPv6 dual-stack VPC: `cn-hangzhou`, `cn-shanghai`, `cn-shenzhen`, `cn-beijing`, `cn-huhehaote`, `cn-hongkong` and `ap-southeast-1`, and need to apply for public beta qualification. To use, please [submit an application](https://www.alibabacloud.com/help/en/vpc/getting-started/create-a-vpc-with-an-ipv6-cidr-block).
|
|
729
|
-
|
|
730
716
|
## Module Support
|
|
731
717
|
|
|
732
718
|
You can use the existing vpc module
|
|
@@ -1001,13 +987,11 @@ class Network(pulumi.CustomResource):
|
|
|
1001
987
|
|
|
1002
988
|
@property
|
|
1003
989
|
@pulumi.getter
|
|
990
|
+
@_utilities.deprecated("""Field 'name' has been deprecated since provider version 1.119.0. New field 'vpc_name' instead.""")
|
|
1004
991
|
def name(self) -> pulumi.Output[str]:
|
|
1005
992
|
"""
|
|
1006
993
|
. Field 'name' has been deprecated from provider version 1.119.0. New field 'vpc_name' instead.
|
|
1007
994
|
"""
|
|
1008
|
-
warnings.warn("""Field 'name' has been deprecated since provider version 1.119.0. New field 'vpc_name' instead.""", DeprecationWarning)
|
|
1009
|
-
pulumi.log.warn("""name is deprecated: Field 'name' has been deprecated since provider version 1.119.0. New field 'vpc_name' instead.""")
|
|
1010
|
-
|
|
1011
995
|
return pulumi.get(self, "name")
|
|
1012
996
|
|
|
1013
997
|
@property
|
|
@@ -1036,24 +1020,20 @@ class Network(pulumi.CustomResource):
|
|
|
1036
1020
|
|
|
1037
1021
|
@property
|
|
1038
1022
|
@pulumi.getter(name="routerTableId")
|
|
1023
|
+
@_utilities.deprecated("""Field 'router_table_id' has been deprecated since provider version 1.221.0. New field 'route_table_id' instead.""")
|
|
1039
1024
|
def router_table_id(self) -> pulumi.Output[str]:
|
|
1040
1025
|
"""
|
|
1041
1026
|
Field 'router_table_id' has been deprecated from provider version 1.206.0. New field 'route_table_id' instead.
|
|
1042
1027
|
"""
|
|
1043
|
-
warnings.warn("""Field 'router_table_id' has been deprecated since provider version 1.221.0. New field 'route_table_id' instead.""", DeprecationWarning)
|
|
1044
|
-
pulumi.log.warn("""router_table_id is deprecated: Field 'router_table_id' has been deprecated since provider version 1.221.0. New field 'route_table_id' instead.""")
|
|
1045
|
-
|
|
1046
1028
|
return pulumi.get(self, "router_table_id")
|
|
1047
1029
|
|
|
1048
1030
|
@property
|
|
1049
1031
|
@pulumi.getter(name="secondaryCidrBlocks")
|
|
1032
|
+
@_utilities.deprecated("""Field 'secondary_cidr_blocks' has been deprecated from provider version 1.185.0. Field 'secondary_cidr_blocks' has been deprecated from provider version 1.185.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_ipv4_cidr_block'. `secondary_cidr_blocks` attributes and `vpc.Ipv4CidrBlock` resource cannot be used at the same time.""")
|
|
1050
1033
|
def secondary_cidr_blocks(self) -> pulumi.Output[Sequence[str]]:
|
|
1051
1034
|
"""
|
|
1052
1035
|
Field 'secondary_cidr_blocks' has been deprecated from provider version 1.185.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_ipv4_cidr_block'. `secondary_cidr_blocks` attributes and `vpc.Ipv4CidrBlock` resource cannot be used at the same time.
|
|
1053
1036
|
"""
|
|
1054
|
-
warnings.warn("""Field 'secondary_cidr_blocks' has been deprecated from provider version 1.185.0. Field 'secondary_cidr_blocks' has been deprecated from provider version 1.185.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_ipv4_cidr_block'. `secondary_cidr_blocks` attributes and `vpc.Ipv4CidrBlock` resource cannot be used at the same time.""", DeprecationWarning)
|
|
1055
|
-
pulumi.log.warn("""secondary_cidr_blocks is deprecated: Field 'secondary_cidr_blocks' has been deprecated from provider version 1.185.0. Field 'secondary_cidr_blocks' has been deprecated from provider version 1.185.0 and it will be removed in the future version. Please use the new resource 'alicloud_vpc_ipv4_cidr_block'. `secondary_cidr_blocks` attributes and `vpc.Ipv4CidrBlock` resource cannot be used at the same time.""")
|
|
1056
|
-
|
|
1057
1037
|
return pulumi.get(self, "secondary_cidr_blocks")
|
|
1058
1038
|
|
|
1059
1039
|
@property
|