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
|
@@ -29,24 +29,35 @@ class CommonBandwithPackageArgs:
|
|
|
29
29
|
zone: Optional[pulumi.Input[str]] = None):
|
|
30
30
|
"""
|
|
31
31
|
The set of arguments for constructing a CommonBandwithPackage resource.
|
|
32
|
-
:param pulumi.Input[str] bandwidth: The
|
|
33
|
-
|
|
34
|
-
:param pulumi.Input[
|
|
35
|
-
:param pulumi.Input[
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
:param pulumi.Input[str]
|
|
39
|
-
|
|
40
|
-
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
32
|
+
:param pulumi.Input[str] bandwidth: The maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s. Valid values: `1` to `1000`. Default value: `1`.
|
|
33
|
+
:param pulumi.Input[str] bandwidth_package_name: The name of the Internet Shared Bandwidth instance. The name must be 2 to 128 characters in length, and can contain letters, digits, underscores (\\_), and hyphens (-). The name must start with a letter.
|
|
34
|
+
:param pulumi.Input[bool] deletion_protection: Specifies whether to enable deletion protection. Valid values:
|
|
35
|
+
:param pulumi.Input[str] description: The description of the Internet Shared Bandwidth instance. The description must be 2 to 256 characters in length and start with a letter. The description cannot start with `http://` or `https://`.
|
|
36
|
+
:param pulumi.Input[str] force: Specifies whether to forcefully delete the Internet Shared Bandwidth instance. Valid values:
|
|
37
|
+
:param pulumi.Input[str] internet_charge_type: The billing method of the Internet Shared Bandwidth instance. Set the value to `PayByTraffic`, which specifies the pay-by-data-transfer billing method.
|
|
38
|
+
:param pulumi.Input[str] isp: The line type. Valid values:
|
|
39
|
+
- `BGP` All regions support BGP (Multi-ISP).
|
|
40
|
+
- `BGP_PRO` BGP (Multi-ISP) Pro lines are available in the China (Hong Kong), Singapore, Japan (Tokyo), Philippines (Manila), Malaysia (Kuala Lumpur), Indonesia (Jakarta), and Thailand (Bangkok) regions.
|
|
41
|
+
|
|
42
|
+
If you are allowed to use single-ISP bandwidth, you can also use one of the following values:
|
|
43
|
+
- `ChinaTelecom`
|
|
44
|
+
- `ChinaUnicom`
|
|
45
|
+
- `ChinaMobile`
|
|
46
|
+
- `ChinaTelecom_L2`
|
|
47
|
+
- `ChinaUnicom_L2`
|
|
48
|
+
- `ChinaMobile_L2`
|
|
49
|
+
|
|
50
|
+
If your services are deployed in China East 1 Finance, this parameter is required and you must set the value to `BGP_FinanceCloud`.
|
|
44
51
|
:param pulumi.Input[str] name: . Field 'name' has been deprecated from provider version 1.120.0. New field 'bandwidth_package_name' instead.
|
|
45
|
-
:param pulumi.Input[int] ratio:
|
|
46
|
-
|
|
52
|
+
:param pulumi.Input[int] ratio: The percentage of the minimum bandwidth commitment. Set the parameter to `20`.
|
|
53
|
+
|
|
54
|
+
> **NOTE:** This parameter is available only on the Alibaba Cloud China site.
|
|
55
|
+
:param pulumi.Input[str] resource_group_id: The ID of the resource group to which you want to move the resource.
|
|
56
|
+
|
|
57
|
+
> **NOTE:** You can use resource groups to facilitate resource grouping and permission management for an Alibaba Cloud. For more information, see [What is resource management?](https://www.alibabacloud.com/help/en/doc-detail/94475.html)
|
|
47
58
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] security_protection_types: The edition of Anti-DDoS. If you do not set this parameter, Anti-DDoS Origin Basic is used. If you set the value to AntiDDoS_Enhanced, Anti-DDoS Pro(Premium) is used. It is valid when `internet_charge_type` is `PayBy95`.
|
|
48
|
-
:param pulumi.Input[Mapping[str, Any]] tags: The tag of the resource
|
|
49
|
-
:param pulumi.Input[str] zone: The
|
|
59
|
+
:param pulumi.Input[Mapping[str, Any]] tags: The tag of the resource
|
|
60
|
+
:param pulumi.Input[str] zone: The zone of the Internet Shared Bandwidth instance. This parameter is required if you create an Internet Shared Bandwidth instance for a cloud box.
|
|
50
61
|
|
|
51
62
|
The following arguments will be discarded. Please use new fields as soon as possible:
|
|
52
63
|
"""
|
|
@@ -83,8 +94,7 @@ class CommonBandwithPackageArgs:
|
|
|
83
94
|
@pulumi.getter
|
|
84
95
|
def bandwidth(self) -> pulumi.Input[str]:
|
|
85
96
|
"""
|
|
86
|
-
The
|
|
87
|
-
Valid values: [2, 20000] for China-Site account; [1, 5000] for International-Site account. See Account Guide details.
|
|
97
|
+
The maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s. Valid values: `1` to `1000`. Default value: `1`.
|
|
88
98
|
"""
|
|
89
99
|
return pulumi.get(self, "bandwidth")
|
|
90
100
|
|
|
@@ -96,7 +106,7 @@ class CommonBandwithPackageArgs:
|
|
|
96
106
|
@pulumi.getter(name="bandwidthPackageName")
|
|
97
107
|
def bandwidth_package_name(self) -> Optional[pulumi.Input[str]]:
|
|
98
108
|
"""
|
|
99
|
-
The name of the Internet Shared Bandwidth instance.
|
|
109
|
+
The name of the Internet Shared Bandwidth instance. The name must be 2 to 128 characters in length, and can contain letters, digits, underscores (\\_), and hyphens (-). The name must start with a letter.
|
|
100
110
|
"""
|
|
101
111
|
return pulumi.get(self, "bandwidth_package_name")
|
|
102
112
|
|
|
@@ -108,9 +118,7 @@ class CommonBandwithPackageArgs:
|
|
|
108
118
|
@pulumi.getter(name="deletionProtection")
|
|
109
119
|
def deletion_protection(self) -> Optional[pulumi.Input[bool]]:
|
|
110
120
|
"""
|
|
111
|
-
|
|
112
|
-
- **true**: Enable deletion protection.
|
|
113
|
-
- **false**: Disable deletion protection.
|
|
121
|
+
Specifies whether to enable deletion protection. Valid values:
|
|
114
122
|
"""
|
|
115
123
|
return pulumi.get(self, "deletion_protection")
|
|
116
124
|
|
|
@@ -122,7 +130,7 @@ class CommonBandwithPackageArgs:
|
|
|
122
130
|
@pulumi.getter
|
|
123
131
|
def description(self) -> Optional[pulumi.Input[str]]:
|
|
124
132
|
"""
|
|
125
|
-
The description of the
|
|
133
|
+
The description of the Internet Shared Bandwidth instance. The description must be 2 to 256 characters in length and start with a letter. The description cannot start with `http://` or `https://`.
|
|
126
134
|
"""
|
|
127
135
|
return pulumi.get(self, "description")
|
|
128
136
|
|
|
@@ -134,9 +142,7 @@ class CommonBandwithPackageArgs:
|
|
|
134
142
|
@pulumi.getter
|
|
135
143
|
def force(self) -> Optional[pulumi.Input[str]]:
|
|
136
144
|
"""
|
|
137
|
-
|
|
138
|
-
- **false** (default): only the internet shared bandwidth that does not contain the EIP is deleted.
|
|
139
|
-
- **true**: removes all EIPs from the internet shared bandwidth instance and deletes the internet shared bandwidth.
|
|
145
|
+
Specifies whether to forcefully delete the Internet Shared Bandwidth instance. Valid values:
|
|
140
146
|
"""
|
|
141
147
|
return pulumi.get(self, "force")
|
|
142
148
|
|
|
@@ -148,7 +154,7 @@ class CommonBandwithPackageArgs:
|
|
|
148
154
|
@pulumi.getter(name="internetChargeType")
|
|
149
155
|
def internet_charge_type(self) -> Optional[pulumi.Input[str]]:
|
|
150
156
|
"""
|
|
151
|
-
The billing method of the
|
|
157
|
+
The billing method of the Internet Shared Bandwidth instance. Set the value to `PayByTraffic`, which specifies the pay-by-data-transfer billing method.
|
|
152
158
|
"""
|
|
153
159
|
return pulumi.get(self, "internet_charge_type")
|
|
154
160
|
|
|
@@ -160,7 +166,19 @@ class CommonBandwithPackageArgs:
|
|
|
160
166
|
@pulumi.getter
|
|
161
167
|
def isp(self) -> Optional[pulumi.Input[str]]:
|
|
162
168
|
"""
|
|
163
|
-
The type
|
|
169
|
+
The line type. Valid values:
|
|
170
|
+
- `BGP` All regions support BGP (Multi-ISP).
|
|
171
|
+
- `BGP_PRO` BGP (Multi-ISP) Pro lines are available in the China (Hong Kong), Singapore, Japan (Tokyo), Philippines (Manila), Malaysia (Kuala Lumpur), Indonesia (Jakarta), and Thailand (Bangkok) regions.
|
|
172
|
+
|
|
173
|
+
If you are allowed to use single-ISP bandwidth, you can also use one of the following values:
|
|
174
|
+
- `ChinaTelecom`
|
|
175
|
+
- `ChinaUnicom`
|
|
176
|
+
- `ChinaMobile`
|
|
177
|
+
- `ChinaTelecom_L2`
|
|
178
|
+
- `ChinaUnicom_L2`
|
|
179
|
+
- `ChinaMobile_L2`
|
|
180
|
+
|
|
181
|
+
If your services are deployed in China East 1 Finance, this parameter is required and you must set the value to `BGP_FinanceCloud`.
|
|
164
182
|
"""
|
|
165
183
|
return pulumi.get(self, "isp")
|
|
166
184
|
|
|
@@ -170,13 +188,11 @@ class CommonBandwithPackageArgs:
|
|
|
170
188
|
|
|
171
189
|
@property
|
|
172
190
|
@pulumi.getter
|
|
191
|
+
@_utilities.deprecated("""Field 'name' has been deprecated since provider version 1.120.0. New field 'bandwidth_package_name' instead.""")
|
|
173
192
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
174
193
|
"""
|
|
175
194
|
. Field 'name' has been deprecated from provider version 1.120.0. New field 'bandwidth_package_name' instead.
|
|
176
195
|
"""
|
|
177
|
-
warnings.warn("""Field 'name' has been deprecated since provider version 1.120.0. New field 'bandwidth_package_name' instead.""", DeprecationWarning)
|
|
178
|
-
pulumi.log.warn("""name is deprecated: Field 'name' has been deprecated since provider version 1.120.0. New field 'bandwidth_package_name' instead.""")
|
|
179
|
-
|
|
180
196
|
return pulumi.get(self, "name")
|
|
181
197
|
|
|
182
198
|
@name.setter
|
|
@@ -187,7 +203,9 @@ class CommonBandwithPackageArgs:
|
|
|
187
203
|
@pulumi.getter
|
|
188
204
|
def ratio(self) -> Optional[pulumi.Input[int]]:
|
|
189
205
|
"""
|
|
190
|
-
|
|
206
|
+
The percentage of the minimum bandwidth commitment. Set the parameter to `20`.
|
|
207
|
+
|
|
208
|
+
> **NOTE:** This parameter is available only on the Alibaba Cloud China site.
|
|
191
209
|
"""
|
|
192
210
|
return pulumi.get(self, "ratio")
|
|
193
211
|
|
|
@@ -199,7 +217,9 @@ class CommonBandwithPackageArgs:
|
|
|
199
217
|
@pulumi.getter(name="resourceGroupId")
|
|
200
218
|
def resource_group_id(self) -> Optional[pulumi.Input[str]]:
|
|
201
219
|
"""
|
|
202
|
-
The
|
|
220
|
+
The ID of the resource group to which you want to move the resource.
|
|
221
|
+
|
|
222
|
+
> **NOTE:** You can use resource groups to facilitate resource grouping and permission management for an Alibaba Cloud. For more information, see [What is resource management?](https://www.alibabacloud.com/help/en/doc-detail/94475.html)
|
|
203
223
|
"""
|
|
204
224
|
return pulumi.get(self, "resource_group_id")
|
|
205
225
|
|
|
@@ -223,7 +243,7 @@ class CommonBandwithPackageArgs:
|
|
|
223
243
|
@pulumi.getter
|
|
224
244
|
def tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
|
225
245
|
"""
|
|
226
|
-
The tag of the resource
|
|
246
|
+
The tag of the resource
|
|
227
247
|
"""
|
|
228
248
|
return pulumi.get(self, "tags")
|
|
229
249
|
|
|
@@ -235,7 +255,7 @@ class CommonBandwithPackageArgs:
|
|
|
235
255
|
@pulumi.getter
|
|
236
256
|
def zone(self) -> Optional[pulumi.Input[str]]:
|
|
237
257
|
"""
|
|
238
|
-
The
|
|
258
|
+
The zone of the Internet Shared Bandwidth instance. This parameter is required if you create an Internet Shared Bandwidth instance for a cloud box.
|
|
239
259
|
|
|
240
260
|
The following arguments will be discarded. Please use new fields as soon as possible:
|
|
241
261
|
"""
|
|
@@ -267,27 +287,38 @@ class _CommonBandwithPackageState:
|
|
|
267
287
|
zone: Optional[pulumi.Input[str]] = None):
|
|
268
288
|
"""
|
|
269
289
|
Input properties used for looking up and filtering CommonBandwithPackage resources.
|
|
270
|
-
:param pulumi.Input[str] bandwidth: The
|
|
271
|
-
|
|
272
|
-
:param pulumi.Input[str]
|
|
273
|
-
:param pulumi.Input[
|
|
274
|
-
:param pulumi.Input[
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
:param pulumi.Input[str]
|
|
278
|
-
|
|
279
|
-
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
290
|
+
:param pulumi.Input[str] bandwidth: The maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s. Valid values: `1` to `1000`. Default value: `1`.
|
|
291
|
+
:param pulumi.Input[str] bandwidth_package_name: The name of the Internet Shared Bandwidth instance. The name must be 2 to 128 characters in length, and can contain letters, digits, underscores (\\_), and hyphens (-). The name must start with a letter.
|
|
292
|
+
:param pulumi.Input[str] create_time: The creation time.
|
|
293
|
+
:param pulumi.Input[bool] deletion_protection: Specifies whether to enable deletion protection. Valid values:
|
|
294
|
+
:param pulumi.Input[str] description: The description of the Internet Shared Bandwidth instance. The description must be 2 to 256 characters in length and start with a letter. The description cannot start with `http://` or `https://`.
|
|
295
|
+
:param pulumi.Input[str] force: Specifies whether to forcefully delete the Internet Shared Bandwidth instance. Valid values:
|
|
296
|
+
:param pulumi.Input[str] internet_charge_type: The billing method of the Internet Shared Bandwidth instance. Set the value to `PayByTraffic`, which specifies the pay-by-data-transfer billing method.
|
|
297
|
+
:param pulumi.Input[str] isp: The line type. Valid values:
|
|
298
|
+
- `BGP` All regions support BGP (Multi-ISP).
|
|
299
|
+
- `BGP_PRO` BGP (Multi-ISP) Pro lines are available in the China (Hong Kong), Singapore, Japan (Tokyo), Philippines (Manila), Malaysia (Kuala Lumpur), Indonesia (Jakarta), and Thailand (Bangkok) regions.
|
|
300
|
+
|
|
301
|
+
If you are allowed to use single-ISP bandwidth, you can also use one of the following values:
|
|
302
|
+
- `ChinaTelecom`
|
|
303
|
+
- `ChinaUnicom`
|
|
304
|
+
- `ChinaMobile`
|
|
305
|
+
- `ChinaTelecom_L2`
|
|
306
|
+
- `ChinaUnicom_L2`
|
|
307
|
+
- `ChinaMobile_L2`
|
|
308
|
+
|
|
309
|
+
If your services are deployed in China East 1 Finance, this parameter is required and you must set the value to `BGP_FinanceCloud`.
|
|
283
310
|
:param pulumi.Input[str] name: . Field 'name' has been deprecated from provider version 1.120.0. New field 'bandwidth_package_name' instead.
|
|
284
311
|
:param pulumi.Input[str] payment_type: The billing type of the Internet Shared Bandwidth instance. Valid values: `PayAsYouGo`, `Subscription`.
|
|
285
|
-
:param pulumi.Input[int] ratio:
|
|
286
|
-
|
|
312
|
+
:param pulumi.Input[int] ratio: The percentage of the minimum bandwidth commitment. Set the parameter to `20`.
|
|
313
|
+
|
|
314
|
+
> **NOTE:** This parameter is available only on the Alibaba Cloud China site.
|
|
315
|
+
:param pulumi.Input[str] resource_group_id: The ID of the resource group to which you want to move the resource.
|
|
316
|
+
|
|
317
|
+
> **NOTE:** You can use resource groups to facilitate resource grouping and permission management for an Alibaba Cloud. For more information, see [What is resource management?](https://www.alibabacloud.com/help/en/doc-detail/94475.html)
|
|
287
318
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] security_protection_types: The edition of Anti-DDoS. If you do not set this parameter, Anti-DDoS Origin Basic is used. If you set the value to AntiDDoS_Enhanced, Anti-DDoS Pro(Premium) is used. It is valid when `internet_charge_type` is `PayBy95`.
|
|
288
|
-
:param pulumi.Input[str] status: The status of the Internet Shared Bandwidth instance. Default value:
|
|
289
|
-
:param pulumi.Input[Mapping[str, Any]] tags: The tag of the resource
|
|
290
|
-
:param pulumi.Input[str] zone: The
|
|
319
|
+
:param pulumi.Input[str] status: The status of the Internet Shared Bandwidth instance. Default value: `Available`.
|
|
320
|
+
:param pulumi.Input[Mapping[str, Any]] tags: The tag of the resource
|
|
321
|
+
:param pulumi.Input[str] zone: The zone of the Internet Shared Bandwidth instance. This parameter is required if you create an Internet Shared Bandwidth instance for a cloud box.
|
|
291
322
|
|
|
292
323
|
The following arguments will be discarded. Please use new fields as soon as possible:
|
|
293
324
|
"""
|
|
@@ -331,8 +362,7 @@ class _CommonBandwithPackageState:
|
|
|
331
362
|
@pulumi.getter
|
|
332
363
|
def bandwidth(self) -> Optional[pulumi.Input[str]]:
|
|
333
364
|
"""
|
|
334
|
-
The
|
|
335
|
-
Valid values: [2, 20000] for China-Site account; [1, 5000] for International-Site account. See Account Guide details.
|
|
365
|
+
The maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s. Valid values: `1` to `1000`. Default value: `1`.
|
|
336
366
|
"""
|
|
337
367
|
return pulumi.get(self, "bandwidth")
|
|
338
368
|
|
|
@@ -344,7 +374,7 @@ class _CommonBandwithPackageState:
|
|
|
344
374
|
@pulumi.getter(name="bandwidthPackageName")
|
|
345
375
|
def bandwidth_package_name(self) -> Optional[pulumi.Input[str]]:
|
|
346
376
|
"""
|
|
347
|
-
The name of the Internet Shared Bandwidth instance.
|
|
377
|
+
The name of the Internet Shared Bandwidth instance. The name must be 2 to 128 characters in length, and can contain letters, digits, underscores (\\_), and hyphens (-). The name must start with a letter.
|
|
348
378
|
"""
|
|
349
379
|
return pulumi.get(self, "bandwidth_package_name")
|
|
350
380
|
|
|
@@ -356,7 +386,7 @@ class _CommonBandwithPackageState:
|
|
|
356
386
|
@pulumi.getter(name="createTime")
|
|
357
387
|
def create_time(self) -> Optional[pulumi.Input[str]]:
|
|
358
388
|
"""
|
|
359
|
-
The
|
|
389
|
+
The creation time.
|
|
360
390
|
"""
|
|
361
391
|
return pulumi.get(self, "create_time")
|
|
362
392
|
|
|
@@ -368,9 +398,7 @@ class _CommonBandwithPackageState:
|
|
|
368
398
|
@pulumi.getter(name="deletionProtection")
|
|
369
399
|
def deletion_protection(self) -> Optional[pulumi.Input[bool]]:
|
|
370
400
|
"""
|
|
371
|
-
|
|
372
|
-
- **true**: Enable deletion protection.
|
|
373
|
-
- **false**: Disable deletion protection.
|
|
401
|
+
Specifies whether to enable deletion protection. Valid values:
|
|
374
402
|
"""
|
|
375
403
|
return pulumi.get(self, "deletion_protection")
|
|
376
404
|
|
|
@@ -382,7 +410,7 @@ class _CommonBandwithPackageState:
|
|
|
382
410
|
@pulumi.getter
|
|
383
411
|
def description(self) -> Optional[pulumi.Input[str]]:
|
|
384
412
|
"""
|
|
385
|
-
The description of the
|
|
413
|
+
The description of the Internet Shared Bandwidth instance. The description must be 2 to 256 characters in length and start with a letter. The description cannot start with `http://` or `https://`.
|
|
386
414
|
"""
|
|
387
415
|
return pulumi.get(self, "description")
|
|
388
416
|
|
|
@@ -394,9 +422,7 @@ class _CommonBandwithPackageState:
|
|
|
394
422
|
@pulumi.getter
|
|
395
423
|
def force(self) -> Optional[pulumi.Input[str]]:
|
|
396
424
|
"""
|
|
397
|
-
|
|
398
|
-
- **false** (default): only the internet shared bandwidth that does not contain the EIP is deleted.
|
|
399
|
-
- **true**: removes all EIPs from the internet shared bandwidth instance and deletes the internet shared bandwidth.
|
|
425
|
+
Specifies whether to forcefully delete the Internet Shared Bandwidth instance. Valid values:
|
|
400
426
|
"""
|
|
401
427
|
return pulumi.get(self, "force")
|
|
402
428
|
|
|
@@ -408,7 +434,7 @@ class _CommonBandwithPackageState:
|
|
|
408
434
|
@pulumi.getter(name="internetChargeType")
|
|
409
435
|
def internet_charge_type(self) -> Optional[pulumi.Input[str]]:
|
|
410
436
|
"""
|
|
411
|
-
The billing method of the
|
|
437
|
+
The billing method of the Internet Shared Bandwidth instance. Set the value to `PayByTraffic`, which specifies the pay-by-data-transfer billing method.
|
|
412
438
|
"""
|
|
413
439
|
return pulumi.get(self, "internet_charge_type")
|
|
414
440
|
|
|
@@ -420,7 +446,19 @@ class _CommonBandwithPackageState:
|
|
|
420
446
|
@pulumi.getter
|
|
421
447
|
def isp(self) -> Optional[pulumi.Input[str]]:
|
|
422
448
|
"""
|
|
423
|
-
The type
|
|
449
|
+
The line type. Valid values:
|
|
450
|
+
- `BGP` All regions support BGP (Multi-ISP).
|
|
451
|
+
- `BGP_PRO` BGP (Multi-ISP) Pro lines are available in the China (Hong Kong), Singapore, Japan (Tokyo), Philippines (Manila), Malaysia (Kuala Lumpur), Indonesia (Jakarta), and Thailand (Bangkok) regions.
|
|
452
|
+
|
|
453
|
+
If you are allowed to use single-ISP bandwidth, you can also use one of the following values:
|
|
454
|
+
- `ChinaTelecom`
|
|
455
|
+
- `ChinaUnicom`
|
|
456
|
+
- `ChinaMobile`
|
|
457
|
+
- `ChinaTelecom_L2`
|
|
458
|
+
- `ChinaUnicom_L2`
|
|
459
|
+
- `ChinaMobile_L2`
|
|
460
|
+
|
|
461
|
+
If your services are deployed in China East 1 Finance, this parameter is required and you must set the value to `BGP_FinanceCloud`.
|
|
424
462
|
"""
|
|
425
463
|
return pulumi.get(self, "isp")
|
|
426
464
|
|
|
@@ -430,13 +468,11 @@ class _CommonBandwithPackageState:
|
|
|
430
468
|
|
|
431
469
|
@property
|
|
432
470
|
@pulumi.getter
|
|
471
|
+
@_utilities.deprecated("""Field 'name' has been deprecated since provider version 1.120.0. New field 'bandwidth_package_name' instead.""")
|
|
433
472
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
434
473
|
"""
|
|
435
474
|
. Field 'name' has been deprecated from provider version 1.120.0. New field 'bandwidth_package_name' instead.
|
|
436
475
|
"""
|
|
437
|
-
warnings.warn("""Field 'name' has been deprecated since provider version 1.120.0. New field 'bandwidth_package_name' instead.""", DeprecationWarning)
|
|
438
|
-
pulumi.log.warn("""name is deprecated: Field 'name' has been deprecated since provider version 1.120.0. New field 'bandwidth_package_name' instead.""")
|
|
439
|
-
|
|
440
476
|
return pulumi.get(self, "name")
|
|
441
477
|
|
|
442
478
|
@name.setter
|
|
@@ -459,7 +495,9 @@ class _CommonBandwithPackageState:
|
|
|
459
495
|
@pulumi.getter
|
|
460
496
|
def ratio(self) -> Optional[pulumi.Input[int]]:
|
|
461
497
|
"""
|
|
462
|
-
|
|
498
|
+
The percentage of the minimum bandwidth commitment. Set the parameter to `20`.
|
|
499
|
+
|
|
500
|
+
> **NOTE:** This parameter is available only on the Alibaba Cloud China site.
|
|
463
501
|
"""
|
|
464
502
|
return pulumi.get(self, "ratio")
|
|
465
503
|
|
|
@@ -471,7 +509,9 @@ class _CommonBandwithPackageState:
|
|
|
471
509
|
@pulumi.getter(name="resourceGroupId")
|
|
472
510
|
def resource_group_id(self) -> Optional[pulumi.Input[str]]:
|
|
473
511
|
"""
|
|
474
|
-
The
|
|
512
|
+
The ID of the resource group to which you want to move the resource.
|
|
513
|
+
|
|
514
|
+
> **NOTE:** You can use resource groups to facilitate resource grouping and permission management for an Alibaba Cloud. For more information, see [What is resource management?](https://www.alibabacloud.com/help/en/doc-detail/94475.html)
|
|
475
515
|
"""
|
|
476
516
|
return pulumi.get(self, "resource_group_id")
|
|
477
517
|
|
|
@@ -495,7 +535,7 @@ class _CommonBandwithPackageState:
|
|
|
495
535
|
@pulumi.getter
|
|
496
536
|
def status(self) -> Optional[pulumi.Input[str]]:
|
|
497
537
|
"""
|
|
498
|
-
The status of the Internet Shared Bandwidth instance. Default value:
|
|
538
|
+
The status of the Internet Shared Bandwidth instance. Default value: `Available`.
|
|
499
539
|
"""
|
|
500
540
|
return pulumi.get(self, "status")
|
|
501
541
|
|
|
@@ -507,7 +547,7 @@ class _CommonBandwithPackageState:
|
|
|
507
547
|
@pulumi.getter
|
|
508
548
|
def tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
|
|
509
549
|
"""
|
|
510
|
-
The tag of the resource
|
|
550
|
+
The tag of the resource
|
|
511
551
|
"""
|
|
512
552
|
return pulumi.get(self, "tags")
|
|
513
553
|
|
|
@@ -519,7 +559,7 @@ class _CommonBandwithPackageState:
|
|
|
519
559
|
@pulumi.getter
|
|
520
560
|
def zone(self) -> Optional[pulumi.Input[str]]:
|
|
521
561
|
"""
|
|
522
|
-
The
|
|
562
|
+
The zone of the Internet Shared Bandwidth instance. This parameter is required if you create an Internet Shared Bandwidth instance for a cloud box.
|
|
523
563
|
|
|
524
564
|
The following arguments will be discarded. Please use new fields as soon as possible:
|
|
525
565
|
"""
|
|
@@ -560,24 +600,35 @@ class CommonBandwithPackage(pulumi.CustomResource):
|
|
|
560
600
|
|
|
561
601
|
:param str resource_name: The name of the resource.
|
|
562
602
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
563
|
-
:param pulumi.Input[str] bandwidth: The
|
|
564
|
-
|
|
565
|
-
:param pulumi.Input[
|
|
566
|
-
:param pulumi.Input[
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
:param pulumi.Input[str]
|
|
570
|
-
|
|
571
|
-
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
603
|
+
:param pulumi.Input[str] bandwidth: The maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s. Valid values: `1` to `1000`. Default value: `1`.
|
|
604
|
+
:param pulumi.Input[str] bandwidth_package_name: The name of the Internet Shared Bandwidth instance. The name must be 2 to 128 characters in length, and can contain letters, digits, underscores (\\_), and hyphens (-). The name must start with a letter.
|
|
605
|
+
:param pulumi.Input[bool] deletion_protection: Specifies whether to enable deletion protection. Valid values:
|
|
606
|
+
:param pulumi.Input[str] description: The description of the Internet Shared Bandwidth instance. The description must be 2 to 256 characters in length and start with a letter. The description cannot start with `http://` or `https://`.
|
|
607
|
+
:param pulumi.Input[str] force: Specifies whether to forcefully delete the Internet Shared Bandwidth instance. Valid values:
|
|
608
|
+
:param pulumi.Input[str] internet_charge_type: The billing method of the Internet Shared Bandwidth instance. Set the value to `PayByTraffic`, which specifies the pay-by-data-transfer billing method.
|
|
609
|
+
:param pulumi.Input[str] isp: The line type. Valid values:
|
|
610
|
+
- `BGP` All regions support BGP (Multi-ISP).
|
|
611
|
+
- `BGP_PRO` BGP (Multi-ISP) Pro lines are available in the China (Hong Kong), Singapore, Japan (Tokyo), Philippines (Manila), Malaysia (Kuala Lumpur), Indonesia (Jakarta), and Thailand (Bangkok) regions.
|
|
612
|
+
|
|
613
|
+
If you are allowed to use single-ISP bandwidth, you can also use one of the following values:
|
|
614
|
+
- `ChinaTelecom`
|
|
615
|
+
- `ChinaUnicom`
|
|
616
|
+
- `ChinaMobile`
|
|
617
|
+
- `ChinaTelecom_L2`
|
|
618
|
+
- `ChinaUnicom_L2`
|
|
619
|
+
- `ChinaMobile_L2`
|
|
620
|
+
|
|
621
|
+
If your services are deployed in China East 1 Finance, this parameter is required and you must set the value to `BGP_FinanceCloud`.
|
|
575
622
|
:param pulumi.Input[str] name: . Field 'name' has been deprecated from provider version 1.120.0. New field 'bandwidth_package_name' instead.
|
|
576
|
-
:param pulumi.Input[int] ratio:
|
|
577
|
-
|
|
623
|
+
:param pulumi.Input[int] ratio: The percentage of the minimum bandwidth commitment. Set the parameter to `20`.
|
|
624
|
+
|
|
625
|
+
> **NOTE:** This parameter is available only on the Alibaba Cloud China site.
|
|
626
|
+
:param pulumi.Input[str] resource_group_id: The ID of the resource group to which you want to move the resource.
|
|
627
|
+
|
|
628
|
+
> **NOTE:** You can use resource groups to facilitate resource grouping and permission management for an Alibaba Cloud. For more information, see [What is resource management?](https://www.alibabacloud.com/help/en/doc-detail/94475.html)
|
|
578
629
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] security_protection_types: The edition of Anti-DDoS. If you do not set this parameter, Anti-DDoS Origin Basic is used. If you set the value to AntiDDoS_Enhanced, Anti-DDoS Pro(Premium) is used. It is valid when `internet_charge_type` is `PayBy95`.
|
|
579
|
-
:param pulumi.Input[Mapping[str, Any]] tags: The tag of the resource
|
|
580
|
-
:param pulumi.Input[str] zone: The
|
|
630
|
+
:param pulumi.Input[Mapping[str, Any]] tags: The tag of the resource
|
|
631
|
+
:param pulumi.Input[str] zone: The zone of the Internet Shared Bandwidth instance. This parameter is required if you create an Internet Shared Bandwidth instance for a cloud box.
|
|
581
632
|
|
|
582
633
|
The following arguments will be discarded. Please use new fields as soon as possible:
|
|
583
634
|
"""
|
|
@@ -684,27 +735,38 @@ class CommonBandwithPackage(pulumi.CustomResource):
|
|
|
684
735
|
:param str resource_name: The unique name of the resulting resource.
|
|
685
736
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
686
737
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
687
|
-
:param pulumi.Input[str] bandwidth: The
|
|
688
|
-
|
|
689
|
-
:param pulumi.Input[str]
|
|
690
|
-
:param pulumi.Input[
|
|
691
|
-
:param pulumi.Input[
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
:param pulumi.Input[str]
|
|
695
|
-
|
|
696
|
-
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
738
|
+
:param pulumi.Input[str] bandwidth: The maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s. Valid values: `1` to `1000`. Default value: `1`.
|
|
739
|
+
:param pulumi.Input[str] bandwidth_package_name: The name of the Internet Shared Bandwidth instance. The name must be 2 to 128 characters in length, and can contain letters, digits, underscores (\\_), and hyphens (-). The name must start with a letter.
|
|
740
|
+
:param pulumi.Input[str] create_time: The creation time.
|
|
741
|
+
:param pulumi.Input[bool] deletion_protection: Specifies whether to enable deletion protection. Valid values:
|
|
742
|
+
:param pulumi.Input[str] description: The description of the Internet Shared Bandwidth instance. The description must be 2 to 256 characters in length and start with a letter. The description cannot start with `http://` or `https://`.
|
|
743
|
+
:param pulumi.Input[str] force: Specifies whether to forcefully delete the Internet Shared Bandwidth instance. Valid values:
|
|
744
|
+
:param pulumi.Input[str] internet_charge_type: The billing method of the Internet Shared Bandwidth instance. Set the value to `PayByTraffic`, which specifies the pay-by-data-transfer billing method.
|
|
745
|
+
:param pulumi.Input[str] isp: The line type. Valid values:
|
|
746
|
+
- `BGP` All regions support BGP (Multi-ISP).
|
|
747
|
+
- `BGP_PRO` BGP (Multi-ISP) Pro lines are available in the China (Hong Kong), Singapore, Japan (Tokyo), Philippines (Manila), Malaysia (Kuala Lumpur), Indonesia (Jakarta), and Thailand (Bangkok) regions.
|
|
748
|
+
|
|
749
|
+
If you are allowed to use single-ISP bandwidth, you can also use one of the following values:
|
|
750
|
+
- `ChinaTelecom`
|
|
751
|
+
- `ChinaUnicom`
|
|
752
|
+
- `ChinaMobile`
|
|
753
|
+
- `ChinaTelecom_L2`
|
|
754
|
+
- `ChinaUnicom_L2`
|
|
755
|
+
- `ChinaMobile_L2`
|
|
756
|
+
|
|
757
|
+
If your services are deployed in China East 1 Finance, this parameter is required and you must set the value to `BGP_FinanceCloud`.
|
|
700
758
|
:param pulumi.Input[str] name: . Field 'name' has been deprecated from provider version 1.120.0. New field 'bandwidth_package_name' instead.
|
|
701
759
|
:param pulumi.Input[str] payment_type: The billing type of the Internet Shared Bandwidth instance. Valid values: `PayAsYouGo`, `Subscription`.
|
|
702
|
-
:param pulumi.Input[int] ratio:
|
|
703
|
-
|
|
760
|
+
:param pulumi.Input[int] ratio: The percentage of the minimum bandwidth commitment. Set the parameter to `20`.
|
|
761
|
+
|
|
762
|
+
> **NOTE:** This parameter is available only on the Alibaba Cloud China site.
|
|
763
|
+
:param pulumi.Input[str] resource_group_id: The ID of the resource group to which you want to move the resource.
|
|
764
|
+
|
|
765
|
+
> **NOTE:** You can use resource groups to facilitate resource grouping and permission management for an Alibaba Cloud. For more information, see [What is resource management?](https://www.alibabacloud.com/help/en/doc-detail/94475.html)
|
|
704
766
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] security_protection_types: The edition of Anti-DDoS. If you do not set this parameter, Anti-DDoS Origin Basic is used. If you set the value to AntiDDoS_Enhanced, Anti-DDoS Pro(Premium) is used. It is valid when `internet_charge_type` is `PayBy95`.
|
|
705
|
-
:param pulumi.Input[str] status: The status of the Internet Shared Bandwidth instance. Default value:
|
|
706
|
-
:param pulumi.Input[Mapping[str, Any]] tags: The tag of the resource
|
|
707
|
-
:param pulumi.Input[str] zone: The
|
|
767
|
+
:param pulumi.Input[str] status: The status of the Internet Shared Bandwidth instance. Default value: `Available`.
|
|
768
|
+
:param pulumi.Input[Mapping[str, Any]] tags: The tag of the resource
|
|
769
|
+
:param pulumi.Input[str] zone: The zone of the Internet Shared Bandwidth instance. This parameter is required if you create an Internet Shared Bandwidth instance for a cloud box.
|
|
708
770
|
|
|
709
771
|
The following arguments will be discarded. Please use new fields as soon as possible:
|
|
710
772
|
"""
|
|
@@ -734,8 +796,7 @@ class CommonBandwithPackage(pulumi.CustomResource):
|
|
|
734
796
|
@pulumi.getter
|
|
735
797
|
def bandwidth(self) -> pulumi.Output[str]:
|
|
736
798
|
"""
|
|
737
|
-
The
|
|
738
|
-
Valid values: [2, 20000] for China-Site account; [1, 5000] for International-Site account. See Account Guide details.
|
|
799
|
+
The maximum bandwidth of the Internet Shared Bandwidth instance. Unit: Mbit/s. Valid values: `1` to `1000`. Default value: `1`.
|
|
739
800
|
"""
|
|
740
801
|
return pulumi.get(self, "bandwidth")
|
|
741
802
|
|
|
@@ -743,7 +804,7 @@ class CommonBandwithPackage(pulumi.CustomResource):
|
|
|
743
804
|
@pulumi.getter(name="bandwidthPackageName")
|
|
744
805
|
def bandwidth_package_name(self) -> pulumi.Output[str]:
|
|
745
806
|
"""
|
|
746
|
-
The name of the Internet Shared Bandwidth instance.
|
|
807
|
+
The name of the Internet Shared Bandwidth instance. The name must be 2 to 128 characters in length, and can contain letters, digits, underscores (\\_), and hyphens (-). The name must start with a letter.
|
|
747
808
|
"""
|
|
748
809
|
return pulumi.get(self, "bandwidth_package_name")
|
|
749
810
|
|
|
@@ -751,7 +812,7 @@ class CommonBandwithPackage(pulumi.CustomResource):
|
|
|
751
812
|
@pulumi.getter(name="createTime")
|
|
752
813
|
def create_time(self) -> pulumi.Output[str]:
|
|
753
814
|
"""
|
|
754
|
-
The
|
|
815
|
+
The creation time.
|
|
755
816
|
"""
|
|
756
817
|
return pulumi.get(self, "create_time")
|
|
757
818
|
|
|
@@ -759,9 +820,7 @@ class CommonBandwithPackage(pulumi.CustomResource):
|
|
|
759
820
|
@pulumi.getter(name="deletionProtection")
|
|
760
821
|
def deletion_protection(self) -> pulumi.Output[Optional[bool]]:
|
|
761
822
|
"""
|
|
762
|
-
|
|
763
|
-
- **true**: Enable deletion protection.
|
|
764
|
-
- **false**: Disable deletion protection.
|
|
823
|
+
Specifies whether to enable deletion protection. Valid values:
|
|
765
824
|
"""
|
|
766
825
|
return pulumi.get(self, "deletion_protection")
|
|
767
826
|
|
|
@@ -769,7 +828,7 @@ class CommonBandwithPackage(pulumi.CustomResource):
|
|
|
769
828
|
@pulumi.getter
|
|
770
829
|
def description(self) -> pulumi.Output[Optional[str]]:
|
|
771
830
|
"""
|
|
772
|
-
The description of the
|
|
831
|
+
The description of the Internet Shared Bandwidth instance. The description must be 2 to 256 characters in length and start with a letter. The description cannot start with `http://` or `https://`.
|
|
773
832
|
"""
|
|
774
833
|
return pulumi.get(self, "description")
|
|
775
834
|
|
|
@@ -777,9 +836,7 @@ class CommonBandwithPackage(pulumi.CustomResource):
|
|
|
777
836
|
@pulumi.getter
|
|
778
837
|
def force(self) -> pulumi.Output[Optional[str]]:
|
|
779
838
|
"""
|
|
780
|
-
|
|
781
|
-
- **false** (default): only the internet shared bandwidth that does not contain the EIP is deleted.
|
|
782
|
-
- **true**: removes all EIPs from the internet shared bandwidth instance and deletes the internet shared bandwidth.
|
|
839
|
+
Specifies whether to forcefully delete the Internet Shared Bandwidth instance. Valid values:
|
|
783
840
|
"""
|
|
784
841
|
return pulumi.get(self, "force")
|
|
785
842
|
|
|
@@ -787,7 +844,7 @@ class CommonBandwithPackage(pulumi.CustomResource):
|
|
|
787
844
|
@pulumi.getter(name="internetChargeType")
|
|
788
845
|
def internet_charge_type(self) -> pulumi.Output[Optional[str]]:
|
|
789
846
|
"""
|
|
790
|
-
The billing method of the
|
|
847
|
+
The billing method of the Internet Shared Bandwidth instance. Set the value to `PayByTraffic`, which specifies the pay-by-data-transfer billing method.
|
|
791
848
|
"""
|
|
792
849
|
return pulumi.get(self, "internet_charge_type")
|
|
793
850
|
|
|
@@ -795,19 +852,29 @@ class CommonBandwithPackage(pulumi.CustomResource):
|
|
|
795
852
|
@pulumi.getter
|
|
796
853
|
def isp(self) -> pulumi.Output[str]:
|
|
797
854
|
"""
|
|
798
|
-
The type
|
|
855
|
+
The line type. Valid values:
|
|
856
|
+
- `BGP` All regions support BGP (Multi-ISP).
|
|
857
|
+
- `BGP_PRO` BGP (Multi-ISP) Pro lines are available in the China (Hong Kong), Singapore, Japan (Tokyo), Philippines (Manila), Malaysia (Kuala Lumpur), Indonesia (Jakarta), and Thailand (Bangkok) regions.
|
|
858
|
+
|
|
859
|
+
If you are allowed to use single-ISP bandwidth, you can also use one of the following values:
|
|
860
|
+
- `ChinaTelecom`
|
|
861
|
+
- `ChinaUnicom`
|
|
862
|
+
- `ChinaMobile`
|
|
863
|
+
- `ChinaTelecom_L2`
|
|
864
|
+
- `ChinaUnicom_L2`
|
|
865
|
+
- `ChinaMobile_L2`
|
|
866
|
+
|
|
867
|
+
If your services are deployed in China East 1 Finance, this parameter is required and you must set the value to `BGP_FinanceCloud`.
|
|
799
868
|
"""
|
|
800
869
|
return pulumi.get(self, "isp")
|
|
801
870
|
|
|
802
871
|
@property
|
|
803
872
|
@pulumi.getter
|
|
873
|
+
@_utilities.deprecated("""Field 'name' has been deprecated since provider version 1.120.0. New field 'bandwidth_package_name' instead.""")
|
|
804
874
|
def name(self) -> pulumi.Output[str]:
|
|
805
875
|
"""
|
|
806
876
|
. Field 'name' has been deprecated from provider version 1.120.0. New field 'bandwidth_package_name' instead.
|
|
807
877
|
"""
|
|
808
|
-
warnings.warn("""Field 'name' has been deprecated since provider version 1.120.0. New field 'bandwidth_package_name' instead.""", DeprecationWarning)
|
|
809
|
-
pulumi.log.warn("""name is deprecated: Field 'name' has been deprecated since provider version 1.120.0. New field 'bandwidth_package_name' instead.""")
|
|
810
|
-
|
|
811
878
|
return pulumi.get(self, "name")
|
|
812
879
|
|
|
813
880
|
@property
|
|
@@ -822,7 +889,9 @@ class CommonBandwithPackage(pulumi.CustomResource):
|
|
|
822
889
|
@pulumi.getter
|
|
823
890
|
def ratio(self) -> pulumi.Output[int]:
|
|
824
891
|
"""
|
|
825
|
-
|
|
892
|
+
The percentage of the minimum bandwidth commitment. Set the parameter to `20`.
|
|
893
|
+
|
|
894
|
+
> **NOTE:** This parameter is available only on the Alibaba Cloud China site.
|
|
826
895
|
"""
|
|
827
896
|
return pulumi.get(self, "ratio")
|
|
828
897
|
|
|
@@ -830,7 +899,9 @@ class CommonBandwithPackage(pulumi.CustomResource):
|
|
|
830
899
|
@pulumi.getter(name="resourceGroupId")
|
|
831
900
|
def resource_group_id(self) -> pulumi.Output[str]:
|
|
832
901
|
"""
|
|
833
|
-
The
|
|
902
|
+
The ID of the resource group to which you want to move the resource.
|
|
903
|
+
|
|
904
|
+
> **NOTE:** You can use resource groups to facilitate resource grouping and permission management for an Alibaba Cloud. For more information, see [What is resource management?](https://www.alibabacloud.com/help/en/doc-detail/94475.html)
|
|
834
905
|
"""
|
|
835
906
|
return pulumi.get(self, "resource_group_id")
|
|
836
907
|
|
|
@@ -846,7 +917,7 @@ class CommonBandwithPackage(pulumi.CustomResource):
|
|
|
846
917
|
@pulumi.getter
|
|
847
918
|
def status(self) -> pulumi.Output[str]:
|
|
848
919
|
"""
|
|
849
|
-
The status of the Internet Shared Bandwidth instance. Default value:
|
|
920
|
+
The status of the Internet Shared Bandwidth instance. Default value: `Available`.
|
|
850
921
|
"""
|
|
851
922
|
return pulumi.get(self, "status")
|
|
852
923
|
|
|
@@ -854,7 +925,7 @@ class CommonBandwithPackage(pulumi.CustomResource):
|
|
|
854
925
|
@pulumi.getter
|
|
855
926
|
def tags(self) -> pulumi.Output[Optional[Mapping[str, Any]]]:
|
|
856
927
|
"""
|
|
857
|
-
The tag of the resource
|
|
928
|
+
The tag of the resource
|
|
858
929
|
"""
|
|
859
930
|
return pulumi.get(self, "tags")
|
|
860
931
|
|
|
@@ -862,7 +933,7 @@ class CommonBandwithPackage(pulumi.CustomResource):
|
|
|
862
933
|
@pulumi.getter
|
|
863
934
|
def zone(self) -> pulumi.Output[Optional[str]]:
|
|
864
935
|
"""
|
|
865
|
-
The
|
|
936
|
+
The zone of the Internet Shared Bandwidth instance. This parameter is required if you create an Internet Shared Bandwidth instance for a cloud box.
|
|
866
937
|
|
|
867
938
|
The following arguments will be discarded. Please use new fields as soon as possible:
|
|
868
939
|
"""
|