pulumi-alicloud 3.86.0a1758340042__py3-none-any.whl → 3.89.0a1763702747__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.
- pulumi_alicloud/__init__.py +83 -0
- pulumi_alicloud/actiontrail/get_trails_deprecated.py +20 -0
- pulumi_alicloud/adb/resource_group.py +463 -3
- pulumi_alicloud/alikafka/topic.py +278 -85
- pulumi_alicloud/apig/_inputs.py +80 -6
- pulumi_alicloud/apig/gateway.py +111 -3
- pulumi_alicloud/apig/outputs.py +67 -4
- pulumi_alicloud/cas/certificate.py +248 -35
- pulumi_alicloud/cas/service_certificate.py +454 -168
- pulumi_alicloud/cen/get_transit_router_peer_attachments.py +20 -0
- pulumi_alicloud/cen/get_transit_router_vbr_attachments.py +20 -0
- pulumi_alicloud/cfg/_inputs.py +27 -24
- pulumi_alicloud/cfg/aggregator.py +142 -53
- pulumi_alicloud/cfg/outputs.py +18 -15
- pulumi_alicloud/cloudfirewall/__init__.py +1 -0
- pulumi_alicloud/cloudfirewall/get_nat_firewalls.py +132 -0
- pulumi_alicloud/cloudfirewall/get_tls_inspect_ca_certificates.py +214 -0
- pulumi_alicloud/cloudfirewall/outputs.py +30 -0
- pulumi_alicloud/cloudsso/__init__.py +1 -0
- pulumi_alicloud/cloudsso/get_user_provisioning_events.py +226 -0
- pulumi_alicloud/cloudsso/outputs.py +228 -0
- pulumi_alicloud/cloudsso/user.py +247 -80
- pulumi_alicloud/cms/_inputs.py +870 -10
- pulumi_alicloud/cms/get_site_monitors.py +2 -2
- pulumi_alicloud/cms/outputs.py +606 -6
- pulumi_alicloud/cms/site_monitor.py +360 -89
- pulumi_alicloud/cr/registry_enterprise_instance.py +63 -0
- pulumi_alicloud/cs/managed_kubernetes.py +6 -2
- pulumi_alicloud/ddos/domain_resource.py +89 -0
- pulumi_alicloud/dms/get_enterprise_logic_databases.py +8 -0
- pulumi_alicloud/dts/instance.py +14 -14
- pulumi_alicloud/eais/get_instances.py +8 -0
- pulumi_alicloud/ebs/dedicated_block_storage_cluster.py +32 -0
- pulumi_alicloud/eci/container_group.py +47 -0
- pulumi_alicloud/ecs/elasticity_assurance.py +279 -20
- pulumi_alicloud/ecs/instance.py +7 -7
- pulumi_alicloud/ecs/security_group_rule.py +7 -7
- pulumi_alicloud/edas/get_deploy_groups.py +4 -0
- pulumi_alicloud/eflo/node.py +153 -15
- pulumi_alicloud/emrv2/get_clusters.py +260 -0
- pulumi_alicloud/ens/load_balancer.py +8 -4
- pulumi_alicloud/esa/__init__.py +2 -0
- pulumi_alicloud/esa/_inputs.py +3774 -991
- pulumi_alicloud/esa/cache_rule.py +47 -0
- pulumi_alicloud/esa/certificate.py +21 -54
- pulumi_alicloud/esa/compression_rule.py +47 -0
- pulumi_alicloud/esa/http_response_header_modification_rule.py +89 -28
- pulumi_alicloud/esa/https_application_configuration.py +188 -0
- pulumi_alicloud/esa/https_basic_configuration.py +54 -7
- pulumi_alicloud/esa/image_transform.py +47 -0
- pulumi_alicloud/esa/load_balancer.py +999 -0
- pulumi_alicloud/esa/network_optimization.py +82 -21
- pulumi_alicloud/esa/origin_rule.py +470 -14
- pulumi_alicloud/esa/outputs.py +2080 -0
- pulumi_alicloud/esa/rate_plan_instance.py +64 -39
- pulumi_alicloud/esa/redirect_rule.py +68 -21
- pulumi_alicloud/esa/rewrite_url_rule.py +82 -56
- pulumi_alicloud/esa/waf_rule.py +510 -0
- pulumi_alicloud/ess/__init__.py +1 -0
- pulumi_alicloud/ess/_inputs.py +256 -0
- pulumi_alicloud/ess/alb_server_group_attachment.py +2 -2
- pulumi_alicloud/ess/attachment.py +10 -6
- pulumi_alicloud/ess/instance_refresh.py +760 -0
- pulumi_alicloud/ess/outputs.py +203 -0
- pulumi_alicloud/ess/scaling_configuration.py +2 -2
- pulumi_alicloud/ess/scaling_group.py +94 -0
- pulumi_alicloud/ess/server_group_attachment.py +2 -2
- pulumi_alicloud/ess/suspend_process.py +2 -2
- pulumi_alicloud/eventbridge/event_source.py +57 -57
- pulumi_alicloud/expressconnect/get_virtual_physical_connections.py +4 -0
- pulumi_alicloud/expressconnect/traffic_qos.py +137 -31
- pulumi_alicloud/expressconnect/traffic_qos_queue.py +91 -66
- pulumi_alicloud/expressconnect/traffic_qos_rule.py +307 -261
- pulumi_alicloud/expressconnect/vbr_pconn_association.py +105 -59
- pulumi_alicloud/ga/_inputs.py +56 -16
- pulumi_alicloud/ga/outputs.py +39 -11
- pulumi_alicloud/gpdb/get_zones.py +24 -0
- pulumi_alicloud/hbase/get_instance_types.py +32 -0
- pulumi_alicloud/hbr/policy_binding.py +7 -0
- pulumi_alicloud/kvstore/account.py +18 -18
- pulumi_alicloud/lindorm/instance_v2.py +358 -70
- pulumi_alicloud/log/_inputs.py +29 -9
- pulumi_alicloud/log/etl.py +56 -9
- pulumi_alicloud/log/get_projects.py +24 -0
- pulumi_alicloud/log/outputs.py +18 -6
- pulumi_alicloud/marketplace/get_products.py +26 -0
- pulumi_alicloud/mongodb/get_sharding_network_private_addresses.py +28 -0
- pulumi_alicloud/nas/get_access_rules.py +26 -0
- pulumi_alicloud/oss/_inputs.py +53 -0
- pulumi_alicloud/oss/bucket_logging.py +80 -29
- pulumi_alicloud/oss/bucket_replication.py +55 -8
- pulumi_alicloud/oss/outputs.py +31 -0
- pulumi_alicloud/ots/get_search_indexes.py +26 -0
- pulumi_alicloud/ots/get_secondary_indexes.py +26 -0
- pulumi_alicloud/polardb/__init__.py +3 -0
- pulumi_alicloud/polardb/cluster.py +14 -14
- pulumi_alicloud/polardb/zonal_account.py +449 -0
- pulumi_alicloud/polardb/zonal_db_cluster.py +1255 -0
- pulumi_alicloud/polardb/zonal_endpoint.py +865 -0
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/pvtz/get_service.py +12 -8
- pulumi_alicloud/ram/get_policies.py +95 -81
- pulumi_alicloud/ram/get_roles.py +108 -31
- pulumi_alicloud/ram/outputs.py +64 -42
- pulumi_alicloud/ram/policy.py +2 -2
- pulumi_alicloud/resourcemanager/__init__.py +2 -0
- pulumi_alicloud/resourcemanager/_inputs.py +799 -0
- pulumi_alicloud/resourcemanager/control_policy.py +169 -31
- pulumi_alicloud/resourcemanager/delivery_channel.py +449 -0
- pulumi_alicloud/resourcemanager/get_policies.py +4 -0
- pulumi_alicloud/resourcemanager/multi_account_delivery_channel.py +470 -0
- pulumi_alicloud/resourcemanager/outputs.py +694 -0
- pulumi_alicloud/resourcemanager/resource_share.py +341 -11
- pulumi_alicloud/sae/_inputs.py +60 -0
- pulumi_alicloud/sae/application.py +1 -1
- pulumi_alicloud/sae/get_ingresses.py +122 -0
- pulumi_alicloud/sae/outputs.py +42 -0
- pulumi_alicloud/scdn/domain_config.py +56 -0
- pulumi_alicloud/servicemesh/extension_provider.py +138 -0
- pulumi_alicloud/servicemesh/user_permission.py +90 -0
- pulumi_alicloud/simpleapplicationserver/get_images.py +24 -0
- pulumi_alicloud/sls/__init__.py +1 -0
- pulumi_alicloud/sls/get_indexs.py +304 -0
- pulumi_alicloud/sls/outputs.py +148 -0
- pulumi_alicloud/star_rocks_instance.py +8 -2
- pulumi_alicloud/starrocks/__init__.py +12 -0
- pulumi_alicloud/starrocks/_inputs.py +656 -0
- pulumi_alicloud/starrocks/instance.py +1427 -0
- pulumi_alicloud/starrocks/node_group.py +1298 -0
- pulumi_alicloud/starrocks/outputs.py +508 -0
- pulumi_alicloud/vpc/_inputs.py +84 -0
- pulumi_alicloud/vpc/bgp_group.py +250 -53
- pulumi_alicloud/vpc/bgp_network.py +83 -36
- pulumi_alicloud/vpc/common_bandwith_package_attachment.py +30 -14
- pulumi_alicloud/vpc/gateway_endpoint.py +8 -8
- pulumi_alicloud/vpc/get_enhanced_nat_available_zones.py +3 -3
- pulumi_alicloud/vpc/network_acl_entries.py +16 -20
- pulumi_alicloud/vpc/outputs.py +48 -0
- pulumi_alicloud/vpc/vbr_ha.py +127 -46
- pulumi_alicloud/wafv3/_inputs.py +396 -0
- pulumi_alicloud/wafv3/defense_rule.py +40 -110
- pulumi_alicloud/wafv3/outputs.py +303 -0
- {pulumi_alicloud-3.86.0a1758340042.dist-info → pulumi_alicloud-3.89.0a1763702747.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.86.0a1758340042.dist-info → pulumi_alicloud-3.89.0a1763702747.dist-info}/RECORD +146 -130
- {pulumi_alicloud-3.86.0a1758340042.dist-info → pulumi_alicloud-3.89.0a1763702747.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.86.0a1758340042.dist-info → pulumi_alicloud-3.89.0a1763702747.dist-info}/top_level.txt +0 -0
|
@@ -35,56 +35,62 @@ class TrafficQosRuleArgs:
|
|
|
35
35
|
src_port_range: Optional[pulumi.Input[_builtins.str]] = None):
|
|
36
36
|
"""
|
|
37
37
|
The set of arguments for constructing a TrafficQosRule resource.
|
|
38
|
-
:param pulumi.Input[_builtins.int] priority: QoS rule priority. Value range:
|
|
38
|
+
:param pulumi.Input[_builtins.int] priority: QoS rule priority. Value range: `1` to `9000`. The larger the number, the higher the priority. The priority of a QoS rule cannot be repeated in the same QoS policy.
|
|
39
39
|
:param pulumi.Input[_builtins.str] protocol: QoS rule protocol type, value:
|
|
40
|
-
-
|
|
40
|
+
- `ALL`
|
|
41
41
|
- **ICMP(IPv4)**
|
|
42
42
|
- **ICMPv6(IPv6)* *
|
|
43
|
-
-
|
|
44
|
-
-
|
|
45
|
-
-
|
|
46
|
-
-
|
|
47
|
-
-
|
|
48
|
-
-
|
|
49
|
-
-
|
|
43
|
+
- `TCP`
|
|
44
|
+
- `UDP`
|
|
45
|
+
- `GRE`
|
|
46
|
+
- `SSH`
|
|
47
|
+
- `Telnet`
|
|
48
|
+
- `HTTP`
|
|
49
|
+
- `HTTPS`
|
|
50
50
|
- **MS SQL**
|
|
51
|
-
-
|
|
52
|
-
-
|
|
53
|
-
-
|
|
54
|
-
-
|
|
55
|
-
-
|
|
51
|
+
- `Oracle`
|
|
52
|
+
- `MySql`
|
|
53
|
+
- `RDP`
|
|
54
|
+
- `PostgreSQL`
|
|
55
|
+
- `Redis`
|
|
56
56
|
:param pulumi.Input[_builtins.str] qos_id: The QoS policy ID.
|
|
57
57
|
:param pulumi.Input[_builtins.str] queue_id: The QoS queue ID.
|
|
58
58
|
:param pulumi.Input[_builtins.str] dst_cidr: The traffic of the QoS rule matches the Destination IPv4 network segment.
|
|
59
|
-
|
|
59
|
+
|
|
60
|
+
> **NOTE:** If this parameter is not supported, enter `SrcIPv6Cidr` or **DstIPv6Cidr * *.
|
|
60
61
|
:param pulumi.Input[_builtins.str] dst_ipv6_cidr: The QoS rule traffic matches the Destination IPv6 network segment.
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
62
|
+
|
|
63
|
+
> **NOTE:** If this parameter is not supported, enter `SrcCidr` or **DstCidr * *.
|
|
64
|
+
:param pulumi.Input[_builtins.str] dst_port_range: QoS rule traffic matches the destination port number range. Value range: `0` to `65535`. If not, the value is - 1. Currently, only a single port number is supported, and the start and end of the port number must be the same. The corresponding destination port number range is fixed for different protocol types. The values are as follows:
|
|
65
|
+
- `ALL`:-1/-1, not editable.
|
|
64
66
|
- **ICMP(IPv4)**:-1/-1, non-editable.
|
|
65
67
|
- **ICMPv6(IPv6)**:-1/-1, non-editable.
|
|
66
|
-
-
|
|
67
|
-
-
|
|
68
|
-
-
|
|
69
|
-
-
|
|
70
|
-
-
|
|
71
|
-
-
|
|
72
|
-
-
|
|
68
|
+
- `TCP`:-1/-1, editable.
|
|
69
|
+
- `UDP`:-1/-1, editable.
|
|
70
|
+
- `GRE`:-1/-1, not editable.
|
|
71
|
+
- `SSH`:22/22, not editable.
|
|
72
|
+
- `Telnet`:23/23, not editable.
|
|
73
|
+
- `HTTP`:80/80, non-editable.
|
|
74
|
+
- `HTTPS`:443/443, which cannot be edited.
|
|
73
75
|
- **MS SQL**:1443/1443, which cannot be edited.
|
|
74
|
-
-
|
|
75
|
-
-
|
|
76
|
-
-
|
|
77
|
-
-
|
|
78
|
-
-
|
|
79
|
-
:param pulumi.Input[_builtins.int] match_dscp: The DSCP value of the traffic matched by the QoS rule. Value range:
|
|
80
|
-
:param pulumi.Input[_builtins.int] remarking_dscp: Modify The DSCP value in the flow. Value range:
|
|
81
|
-
:param pulumi.Input[_builtins.str] rule_description: The description of the QoS rule.
|
|
82
|
-
|
|
76
|
+
- `Oracle`:1521/1521, non-editable.
|
|
77
|
+
- `MySql`:3306/3306, non-editable.
|
|
78
|
+
- `RDP`:3389/3389, non-editable.
|
|
79
|
+
- `PostgreSQL`:5432/5432, non-editable.
|
|
80
|
+
- `Redis`:6379/6379, non-editable.
|
|
81
|
+
:param pulumi.Input[_builtins.int] match_dscp: The DSCP value of the traffic matched by the QoS rule. Value range: `0` to `63`. If not, the value is - 1.
|
|
82
|
+
:param pulumi.Input[_builtins.int] remarking_dscp: Modify The DSCP value in the flow. Value range: `0` to `63`. If the value is not modified, the value is - 1.
|
|
83
|
+
:param pulumi.Input[_builtins.str] rule_description: The description of the QoS rule.
|
|
84
|
+
The length is 0 to 256 characters and cannot start with 'http:// 'or 'https.
|
|
85
|
+
:param pulumi.Input[_builtins.str] rule_name: The name of the QoS rule.
|
|
86
|
+
The length is 0 to 128 characters and cannot start with 'http:// 'or 'https.
|
|
83
87
|
:param pulumi.Input[_builtins.str] src_cidr: The QoS rule traffic matches the source IPv4 CIDR block.
|
|
84
|
-
|
|
88
|
+
|
|
89
|
+
> **NOTE:** If this parameter is not supported, enter `SrcIPv6Cidr` or **DstIPv6Cidr * *.
|
|
85
90
|
:param pulumi.Input[_builtins.str] src_ipv6_cidr: The QoS rule traffic matches the source IPv6 network segment.
|
|
86
|
-
|
|
87
|
-
|
|
91
|
+
|
|
92
|
+
> **NOTE:** If this parameter is not supported, enter `SrcCidr` or **DstCidr * *.
|
|
93
|
+
:param pulumi.Input[_builtins.str] src_port_range: The source port number of the QoS rule traffic matching. The value range is `0` to `65535`. If the traffic does not match, the value is - 1. Currently, only a single port number is supported, and the start and end of the port number must be the same.
|
|
88
94
|
"""
|
|
89
95
|
pulumi.set(__self__, "priority", priority)
|
|
90
96
|
pulumi.set(__self__, "protocol", protocol)
|
|
@@ -115,7 +121,7 @@ class TrafficQosRuleArgs:
|
|
|
115
121
|
@pulumi.getter
|
|
116
122
|
def priority(self) -> pulumi.Input[_builtins.int]:
|
|
117
123
|
"""
|
|
118
|
-
QoS rule priority. Value range:
|
|
124
|
+
QoS rule priority. Value range: `1` to `9000`. The larger the number, the higher the priority. The priority of a QoS rule cannot be repeated in the same QoS policy.
|
|
119
125
|
"""
|
|
120
126
|
return pulumi.get(self, "priority")
|
|
121
127
|
|
|
@@ -128,22 +134,22 @@ class TrafficQosRuleArgs:
|
|
|
128
134
|
def protocol(self) -> pulumi.Input[_builtins.str]:
|
|
129
135
|
"""
|
|
130
136
|
QoS rule protocol type, value:
|
|
131
|
-
-
|
|
137
|
+
- `ALL`
|
|
132
138
|
- **ICMP(IPv4)**
|
|
133
139
|
- **ICMPv6(IPv6)* *
|
|
134
|
-
-
|
|
135
|
-
-
|
|
136
|
-
-
|
|
137
|
-
-
|
|
138
|
-
-
|
|
139
|
-
-
|
|
140
|
-
-
|
|
140
|
+
- `TCP`
|
|
141
|
+
- `UDP`
|
|
142
|
+
- `GRE`
|
|
143
|
+
- `SSH`
|
|
144
|
+
- `Telnet`
|
|
145
|
+
- `HTTP`
|
|
146
|
+
- `HTTPS`
|
|
141
147
|
- **MS SQL**
|
|
142
|
-
-
|
|
143
|
-
-
|
|
144
|
-
-
|
|
145
|
-
-
|
|
146
|
-
-
|
|
148
|
+
- `Oracle`
|
|
149
|
+
- `MySql`
|
|
150
|
+
- `RDP`
|
|
151
|
+
- `PostgreSQL`
|
|
152
|
+
- `Redis`
|
|
147
153
|
"""
|
|
148
154
|
return pulumi.get(self, "protocol")
|
|
149
155
|
|
|
@@ -180,7 +186,8 @@ class TrafficQosRuleArgs:
|
|
|
180
186
|
def dst_cidr(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
181
187
|
"""
|
|
182
188
|
The traffic of the QoS rule matches the Destination IPv4 network segment.
|
|
183
|
-
|
|
189
|
+
|
|
190
|
+
> **NOTE:** If this parameter is not supported, enter `SrcIPv6Cidr` or **DstIPv6Cidr * *.
|
|
184
191
|
"""
|
|
185
192
|
return pulumi.get(self, "dst_cidr")
|
|
186
193
|
|
|
@@ -193,7 +200,8 @@ class TrafficQosRuleArgs:
|
|
|
193
200
|
def dst_ipv6_cidr(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
194
201
|
"""
|
|
195
202
|
The QoS rule traffic matches the Destination IPv6 network segment.
|
|
196
|
-
|
|
203
|
+
|
|
204
|
+
> **NOTE:** If this parameter is not supported, enter `SrcCidr` or **DstCidr * *.
|
|
197
205
|
"""
|
|
198
206
|
return pulumi.get(self, "dst_ipv6_cidr")
|
|
199
207
|
|
|
@@ -205,23 +213,23 @@ class TrafficQosRuleArgs:
|
|
|
205
213
|
@pulumi.getter(name="dstPortRange")
|
|
206
214
|
def dst_port_range(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
207
215
|
"""
|
|
208
|
-
QoS rule traffic matches the destination port number range. Value range:
|
|
209
|
-
-
|
|
216
|
+
QoS rule traffic matches the destination port number range. Value range: `0` to `65535`. If not, the value is - 1. Currently, only a single port number is supported, and the start and end of the port number must be the same. The corresponding destination port number range is fixed for different protocol types. The values are as follows:
|
|
217
|
+
- `ALL`:-1/-1, not editable.
|
|
210
218
|
- **ICMP(IPv4)**:-1/-1, non-editable.
|
|
211
219
|
- **ICMPv6(IPv6)**:-1/-1, non-editable.
|
|
212
|
-
-
|
|
213
|
-
-
|
|
214
|
-
-
|
|
215
|
-
-
|
|
216
|
-
-
|
|
217
|
-
-
|
|
218
|
-
-
|
|
220
|
+
- `TCP`:-1/-1, editable.
|
|
221
|
+
- `UDP`:-1/-1, editable.
|
|
222
|
+
- `GRE`:-1/-1, not editable.
|
|
223
|
+
- `SSH`:22/22, not editable.
|
|
224
|
+
- `Telnet`:23/23, not editable.
|
|
225
|
+
- `HTTP`:80/80, non-editable.
|
|
226
|
+
- `HTTPS`:443/443, which cannot be edited.
|
|
219
227
|
- **MS SQL**:1443/1443, which cannot be edited.
|
|
220
|
-
-
|
|
221
|
-
-
|
|
222
|
-
-
|
|
223
|
-
-
|
|
224
|
-
-
|
|
228
|
+
- `Oracle`:1521/1521, non-editable.
|
|
229
|
+
- `MySql`:3306/3306, non-editable.
|
|
230
|
+
- `RDP`:3389/3389, non-editable.
|
|
231
|
+
- `PostgreSQL`:5432/5432, non-editable.
|
|
232
|
+
- `Redis`:6379/6379, non-editable.
|
|
225
233
|
"""
|
|
226
234
|
return pulumi.get(self, "dst_port_range")
|
|
227
235
|
|
|
@@ -233,7 +241,7 @@ class TrafficQosRuleArgs:
|
|
|
233
241
|
@pulumi.getter(name="matchDscp")
|
|
234
242
|
def match_dscp(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
235
243
|
"""
|
|
236
|
-
The DSCP value of the traffic matched by the QoS rule. Value range:
|
|
244
|
+
The DSCP value of the traffic matched by the QoS rule. Value range: `0` to `63`. If not, the value is - 1.
|
|
237
245
|
"""
|
|
238
246
|
return pulumi.get(self, "match_dscp")
|
|
239
247
|
|
|
@@ -245,7 +253,7 @@ class TrafficQosRuleArgs:
|
|
|
245
253
|
@pulumi.getter(name="remarkingDscp")
|
|
246
254
|
def remarking_dscp(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
247
255
|
"""
|
|
248
|
-
Modify The DSCP value in the flow. Value range:
|
|
256
|
+
Modify The DSCP value in the flow. Value range: `0` to `63`. If the value is not modified, the value is - 1.
|
|
249
257
|
"""
|
|
250
258
|
return pulumi.get(self, "remarking_dscp")
|
|
251
259
|
|
|
@@ -257,7 +265,8 @@ class TrafficQosRuleArgs:
|
|
|
257
265
|
@pulumi.getter(name="ruleDescription")
|
|
258
266
|
def rule_description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
259
267
|
"""
|
|
260
|
-
The description of the QoS rule.
|
|
268
|
+
The description of the QoS rule.
|
|
269
|
+
The length is 0 to 256 characters and cannot start with 'http:// 'or 'https.
|
|
261
270
|
"""
|
|
262
271
|
return pulumi.get(self, "rule_description")
|
|
263
272
|
|
|
@@ -269,7 +278,8 @@ class TrafficQosRuleArgs:
|
|
|
269
278
|
@pulumi.getter(name="ruleName")
|
|
270
279
|
def rule_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
271
280
|
"""
|
|
272
|
-
The name of the QoS rule.
|
|
281
|
+
The name of the QoS rule.
|
|
282
|
+
The length is 0 to 128 characters and cannot start with 'http:// 'or 'https.
|
|
273
283
|
"""
|
|
274
284
|
return pulumi.get(self, "rule_name")
|
|
275
285
|
|
|
@@ -282,7 +292,8 @@ class TrafficQosRuleArgs:
|
|
|
282
292
|
def src_cidr(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
283
293
|
"""
|
|
284
294
|
The QoS rule traffic matches the source IPv4 CIDR block.
|
|
285
|
-
|
|
295
|
+
|
|
296
|
+
> **NOTE:** If this parameter is not supported, enter `SrcIPv6Cidr` or **DstIPv6Cidr * *.
|
|
286
297
|
"""
|
|
287
298
|
return pulumi.get(self, "src_cidr")
|
|
288
299
|
|
|
@@ -295,7 +306,8 @@ class TrafficQosRuleArgs:
|
|
|
295
306
|
def src_ipv6_cidr(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
296
307
|
"""
|
|
297
308
|
The QoS rule traffic matches the source IPv6 network segment.
|
|
298
|
-
|
|
309
|
+
|
|
310
|
+
> **NOTE:** If this parameter is not supported, enter `SrcCidr` or **DstCidr * *.
|
|
299
311
|
"""
|
|
300
312
|
return pulumi.get(self, "src_ipv6_cidr")
|
|
301
313
|
|
|
@@ -307,7 +319,7 @@ class TrafficQosRuleArgs:
|
|
|
307
319
|
@pulumi.getter(name="srcPortRange")
|
|
308
320
|
def src_port_range(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
309
321
|
"""
|
|
310
|
-
The source port number of the QoS rule traffic matching. The value range is
|
|
322
|
+
The source port number of the QoS rule traffic matching. The value range is `0` to `65535`. If the traffic does not match, the value is - 1. Currently, only a single port number is supported, and the start and end of the port number must be the same.
|
|
311
323
|
"""
|
|
312
324
|
return pulumi.get(self, "src_port_range")
|
|
313
325
|
|
|
@@ -338,56 +350,62 @@ class _TrafficQosRuleState:
|
|
|
338
350
|
"""
|
|
339
351
|
Input properties used for looking up and filtering TrafficQosRule resources.
|
|
340
352
|
:param pulumi.Input[_builtins.str] dst_cidr: The traffic of the QoS rule matches the Destination IPv4 network segment.
|
|
341
|
-
|
|
353
|
+
|
|
354
|
+
> **NOTE:** If this parameter is not supported, enter `SrcIPv6Cidr` or **DstIPv6Cidr * *.
|
|
342
355
|
:param pulumi.Input[_builtins.str] dst_ipv6_cidr: The QoS rule traffic matches the Destination IPv6 network segment.
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
356
|
+
|
|
357
|
+
> **NOTE:** If this parameter is not supported, enter `SrcCidr` or **DstCidr * *.
|
|
358
|
+
:param pulumi.Input[_builtins.str] dst_port_range: QoS rule traffic matches the destination port number range. Value range: `0` to `65535`. If not, the value is - 1. Currently, only a single port number is supported, and the start and end of the port number must be the same. The corresponding destination port number range is fixed for different protocol types. The values are as follows:
|
|
359
|
+
- `ALL`:-1/-1, not editable.
|
|
346
360
|
- **ICMP(IPv4)**:-1/-1, non-editable.
|
|
347
361
|
- **ICMPv6(IPv6)**:-1/-1, non-editable.
|
|
348
|
-
-
|
|
349
|
-
-
|
|
350
|
-
-
|
|
351
|
-
-
|
|
352
|
-
-
|
|
353
|
-
-
|
|
354
|
-
-
|
|
362
|
+
- `TCP`:-1/-1, editable.
|
|
363
|
+
- `UDP`:-1/-1, editable.
|
|
364
|
+
- `GRE`:-1/-1, not editable.
|
|
365
|
+
- `SSH`:22/22, not editable.
|
|
366
|
+
- `Telnet`:23/23, not editable.
|
|
367
|
+
- `HTTP`:80/80, non-editable.
|
|
368
|
+
- `HTTPS`:443/443, which cannot be edited.
|
|
355
369
|
- **MS SQL**:1443/1443, which cannot be edited.
|
|
356
|
-
-
|
|
357
|
-
-
|
|
358
|
-
-
|
|
359
|
-
-
|
|
360
|
-
-
|
|
361
|
-
:param pulumi.Input[_builtins.int] match_dscp: The DSCP value of the traffic matched by the QoS rule. Value range:
|
|
362
|
-
:param pulumi.Input[_builtins.int] priority: QoS rule priority. Value range:
|
|
370
|
+
- `Oracle`:1521/1521, non-editable.
|
|
371
|
+
- `MySql`:3306/3306, non-editable.
|
|
372
|
+
- `RDP`:3389/3389, non-editable.
|
|
373
|
+
- `PostgreSQL`:5432/5432, non-editable.
|
|
374
|
+
- `Redis`:6379/6379, non-editable.
|
|
375
|
+
:param pulumi.Input[_builtins.int] match_dscp: The DSCP value of the traffic matched by the QoS rule. Value range: `0` to `63`. If not, the value is - 1.
|
|
376
|
+
:param pulumi.Input[_builtins.int] priority: QoS rule priority. Value range: `1` to `9000`. The larger the number, the higher the priority. The priority of a QoS rule cannot be repeated in the same QoS policy.
|
|
363
377
|
:param pulumi.Input[_builtins.str] protocol: QoS rule protocol type, value:
|
|
364
|
-
-
|
|
378
|
+
- `ALL`
|
|
365
379
|
- **ICMP(IPv4)**
|
|
366
380
|
- **ICMPv6(IPv6)* *
|
|
367
|
-
-
|
|
368
|
-
-
|
|
369
|
-
-
|
|
370
|
-
-
|
|
371
|
-
-
|
|
372
|
-
-
|
|
373
|
-
-
|
|
381
|
+
- `TCP`
|
|
382
|
+
- `UDP`
|
|
383
|
+
- `GRE`
|
|
384
|
+
- `SSH`
|
|
385
|
+
- `Telnet`
|
|
386
|
+
- `HTTP`
|
|
387
|
+
- `HTTPS`
|
|
374
388
|
- **MS SQL**
|
|
375
|
-
-
|
|
376
|
-
-
|
|
377
|
-
-
|
|
378
|
-
-
|
|
379
|
-
-
|
|
389
|
+
- `Oracle`
|
|
390
|
+
- `MySql`
|
|
391
|
+
- `RDP`
|
|
392
|
+
- `PostgreSQL`
|
|
393
|
+
- `Redis`
|
|
380
394
|
:param pulumi.Input[_builtins.str] qos_id: The QoS policy ID.
|
|
381
395
|
:param pulumi.Input[_builtins.str] queue_id: The QoS queue ID.
|
|
382
|
-
:param pulumi.Input[_builtins.int] remarking_dscp: Modify The DSCP value in the flow. Value range:
|
|
383
|
-
:param pulumi.Input[_builtins.str] rule_description: The description of the QoS rule.
|
|
396
|
+
:param pulumi.Input[_builtins.int] remarking_dscp: Modify The DSCP value in the flow. Value range: `0` to `63`. If the value is not modified, the value is - 1.
|
|
397
|
+
:param pulumi.Input[_builtins.str] rule_description: The description of the QoS rule.
|
|
398
|
+
The length is 0 to 256 characters and cannot start with 'http:// 'or 'https.
|
|
384
399
|
:param pulumi.Input[_builtins.str] rule_id: The ID of the QoS rule.
|
|
385
|
-
:param pulumi.Input[_builtins.str] rule_name: The name of the QoS rule.
|
|
400
|
+
:param pulumi.Input[_builtins.str] rule_name: The name of the QoS rule.
|
|
401
|
+
The length is 0 to 128 characters and cannot start with 'http:// 'or 'https.
|
|
386
402
|
:param pulumi.Input[_builtins.str] src_cidr: The QoS rule traffic matches the source IPv4 CIDR block.
|
|
387
|
-
|
|
403
|
+
|
|
404
|
+
> **NOTE:** If this parameter is not supported, enter `SrcIPv6Cidr` or **DstIPv6Cidr * *.
|
|
388
405
|
:param pulumi.Input[_builtins.str] src_ipv6_cidr: The QoS rule traffic matches the source IPv6 network segment.
|
|
389
|
-
|
|
390
|
-
|
|
406
|
+
|
|
407
|
+
> **NOTE:** If this parameter is not supported, enter `SrcCidr` or **DstCidr * *.
|
|
408
|
+
:param pulumi.Input[_builtins.str] src_port_range: The source port number of the QoS rule traffic matching. The value range is `0` to `65535`. If the traffic does not match, the value is - 1. Currently, only a single port number is supported, and the start and end of the port number must be the same.
|
|
391
409
|
:param pulumi.Input[_builtins.str] status: The status of the QoS rule. Value:
|
|
392
410
|
"""
|
|
393
411
|
if dst_cidr is not None:
|
|
@@ -428,7 +446,8 @@ class _TrafficQosRuleState:
|
|
|
428
446
|
def dst_cidr(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
429
447
|
"""
|
|
430
448
|
The traffic of the QoS rule matches the Destination IPv4 network segment.
|
|
431
|
-
|
|
449
|
+
|
|
450
|
+
> **NOTE:** If this parameter is not supported, enter `SrcIPv6Cidr` or **DstIPv6Cidr * *.
|
|
432
451
|
"""
|
|
433
452
|
return pulumi.get(self, "dst_cidr")
|
|
434
453
|
|
|
@@ -441,7 +460,8 @@ class _TrafficQosRuleState:
|
|
|
441
460
|
def dst_ipv6_cidr(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
442
461
|
"""
|
|
443
462
|
The QoS rule traffic matches the Destination IPv6 network segment.
|
|
444
|
-
|
|
463
|
+
|
|
464
|
+
> **NOTE:** If this parameter is not supported, enter `SrcCidr` or **DstCidr * *.
|
|
445
465
|
"""
|
|
446
466
|
return pulumi.get(self, "dst_ipv6_cidr")
|
|
447
467
|
|
|
@@ -453,23 +473,23 @@ class _TrafficQosRuleState:
|
|
|
453
473
|
@pulumi.getter(name="dstPortRange")
|
|
454
474
|
def dst_port_range(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
455
475
|
"""
|
|
456
|
-
QoS rule traffic matches the destination port number range. Value range:
|
|
457
|
-
-
|
|
476
|
+
QoS rule traffic matches the destination port number range. Value range: `0` to `65535`. If not, the value is - 1. Currently, only a single port number is supported, and the start and end of the port number must be the same. The corresponding destination port number range is fixed for different protocol types. The values are as follows:
|
|
477
|
+
- `ALL`:-1/-1, not editable.
|
|
458
478
|
- **ICMP(IPv4)**:-1/-1, non-editable.
|
|
459
479
|
- **ICMPv6(IPv6)**:-1/-1, non-editable.
|
|
460
|
-
-
|
|
461
|
-
-
|
|
462
|
-
-
|
|
463
|
-
-
|
|
464
|
-
-
|
|
465
|
-
-
|
|
466
|
-
-
|
|
480
|
+
- `TCP`:-1/-1, editable.
|
|
481
|
+
- `UDP`:-1/-1, editable.
|
|
482
|
+
- `GRE`:-1/-1, not editable.
|
|
483
|
+
- `SSH`:22/22, not editable.
|
|
484
|
+
- `Telnet`:23/23, not editable.
|
|
485
|
+
- `HTTP`:80/80, non-editable.
|
|
486
|
+
- `HTTPS`:443/443, which cannot be edited.
|
|
467
487
|
- **MS SQL**:1443/1443, which cannot be edited.
|
|
468
|
-
-
|
|
469
|
-
-
|
|
470
|
-
-
|
|
471
|
-
-
|
|
472
|
-
-
|
|
488
|
+
- `Oracle`:1521/1521, non-editable.
|
|
489
|
+
- `MySql`:3306/3306, non-editable.
|
|
490
|
+
- `RDP`:3389/3389, non-editable.
|
|
491
|
+
- `PostgreSQL`:5432/5432, non-editable.
|
|
492
|
+
- `Redis`:6379/6379, non-editable.
|
|
473
493
|
"""
|
|
474
494
|
return pulumi.get(self, "dst_port_range")
|
|
475
495
|
|
|
@@ -481,7 +501,7 @@ class _TrafficQosRuleState:
|
|
|
481
501
|
@pulumi.getter(name="matchDscp")
|
|
482
502
|
def match_dscp(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
483
503
|
"""
|
|
484
|
-
The DSCP value of the traffic matched by the QoS rule. Value range:
|
|
504
|
+
The DSCP value of the traffic matched by the QoS rule. Value range: `0` to `63`. If not, the value is - 1.
|
|
485
505
|
"""
|
|
486
506
|
return pulumi.get(self, "match_dscp")
|
|
487
507
|
|
|
@@ -493,7 +513,7 @@ class _TrafficQosRuleState:
|
|
|
493
513
|
@pulumi.getter
|
|
494
514
|
def priority(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
495
515
|
"""
|
|
496
|
-
QoS rule priority. Value range:
|
|
516
|
+
QoS rule priority. Value range: `1` to `9000`. The larger the number, the higher the priority. The priority of a QoS rule cannot be repeated in the same QoS policy.
|
|
497
517
|
"""
|
|
498
518
|
return pulumi.get(self, "priority")
|
|
499
519
|
|
|
@@ -506,22 +526,22 @@ class _TrafficQosRuleState:
|
|
|
506
526
|
def protocol(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
507
527
|
"""
|
|
508
528
|
QoS rule protocol type, value:
|
|
509
|
-
-
|
|
529
|
+
- `ALL`
|
|
510
530
|
- **ICMP(IPv4)**
|
|
511
531
|
- **ICMPv6(IPv6)* *
|
|
512
|
-
-
|
|
513
|
-
-
|
|
514
|
-
-
|
|
515
|
-
-
|
|
516
|
-
-
|
|
517
|
-
-
|
|
518
|
-
-
|
|
532
|
+
- `TCP`
|
|
533
|
+
- `UDP`
|
|
534
|
+
- `GRE`
|
|
535
|
+
- `SSH`
|
|
536
|
+
- `Telnet`
|
|
537
|
+
- `HTTP`
|
|
538
|
+
- `HTTPS`
|
|
519
539
|
- **MS SQL**
|
|
520
|
-
-
|
|
521
|
-
-
|
|
522
|
-
-
|
|
523
|
-
-
|
|
524
|
-
-
|
|
540
|
+
- `Oracle`
|
|
541
|
+
- `MySql`
|
|
542
|
+
- `RDP`
|
|
543
|
+
- `PostgreSQL`
|
|
544
|
+
- `Redis`
|
|
525
545
|
"""
|
|
526
546
|
return pulumi.get(self, "protocol")
|
|
527
547
|
|
|
@@ -557,7 +577,7 @@ class _TrafficQosRuleState:
|
|
|
557
577
|
@pulumi.getter(name="remarkingDscp")
|
|
558
578
|
def remarking_dscp(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
559
579
|
"""
|
|
560
|
-
Modify The DSCP value in the flow. Value range:
|
|
580
|
+
Modify The DSCP value in the flow. Value range: `0` to `63`. If the value is not modified, the value is - 1.
|
|
561
581
|
"""
|
|
562
582
|
return pulumi.get(self, "remarking_dscp")
|
|
563
583
|
|
|
@@ -569,7 +589,8 @@ class _TrafficQosRuleState:
|
|
|
569
589
|
@pulumi.getter(name="ruleDescription")
|
|
570
590
|
def rule_description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
571
591
|
"""
|
|
572
|
-
The description of the QoS rule.
|
|
592
|
+
The description of the QoS rule.
|
|
593
|
+
The length is 0 to 256 characters and cannot start with 'http:// 'or 'https.
|
|
573
594
|
"""
|
|
574
595
|
return pulumi.get(self, "rule_description")
|
|
575
596
|
|
|
@@ -593,7 +614,8 @@ class _TrafficQosRuleState:
|
|
|
593
614
|
@pulumi.getter(name="ruleName")
|
|
594
615
|
def rule_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
595
616
|
"""
|
|
596
|
-
The name of the QoS rule.
|
|
617
|
+
The name of the QoS rule.
|
|
618
|
+
The length is 0 to 128 characters and cannot start with 'http:// 'or 'https.
|
|
597
619
|
"""
|
|
598
620
|
return pulumi.get(self, "rule_name")
|
|
599
621
|
|
|
@@ -606,7 +628,8 @@ class _TrafficQosRuleState:
|
|
|
606
628
|
def src_cidr(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
607
629
|
"""
|
|
608
630
|
The QoS rule traffic matches the source IPv4 CIDR block.
|
|
609
|
-
|
|
631
|
+
|
|
632
|
+
> **NOTE:** If this parameter is not supported, enter `SrcIPv6Cidr` or **DstIPv6Cidr * *.
|
|
610
633
|
"""
|
|
611
634
|
return pulumi.get(self, "src_cidr")
|
|
612
635
|
|
|
@@ -619,7 +642,8 @@ class _TrafficQosRuleState:
|
|
|
619
642
|
def src_ipv6_cidr(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
620
643
|
"""
|
|
621
644
|
The QoS rule traffic matches the source IPv6 network segment.
|
|
622
|
-
|
|
645
|
+
|
|
646
|
+
> **NOTE:** If this parameter is not supported, enter `SrcCidr` or **DstCidr * *.
|
|
623
647
|
"""
|
|
624
648
|
return pulumi.get(self, "src_ipv6_cidr")
|
|
625
649
|
|
|
@@ -631,7 +655,7 @@ class _TrafficQosRuleState:
|
|
|
631
655
|
@pulumi.getter(name="srcPortRange")
|
|
632
656
|
def src_port_range(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
633
657
|
"""
|
|
634
|
-
The source port number of the QoS rule traffic matching. The value range is
|
|
658
|
+
The source port number of the QoS rule traffic matching. The value range is `0` to `65535`. If the traffic does not match, the value is - 1. Currently, only a single port number is supported, and the start and end of the port number must be the same.
|
|
635
659
|
"""
|
|
636
660
|
return pulumi.get(self, "src_port_range")
|
|
637
661
|
|
|
@@ -674,7 +698,9 @@ class TrafficQosRule(pulumi.CustomResource):
|
|
|
674
698
|
src_port_range: Optional[pulumi.Input[_builtins.str]] = None,
|
|
675
699
|
__props__=None):
|
|
676
700
|
"""
|
|
677
|
-
Provides a Express Connect Traffic Qos Rule resource.
|
|
701
|
+
Provides a Express Connect Traffic Qos Rule resource.
|
|
702
|
+
|
|
703
|
+
Express Connect Traffic QoS Rule.
|
|
678
704
|
|
|
679
705
|
For information about Express Connect Traffic Qos Rule and how to use it, see [What is Traffic Qos Rule](https://next.api.alibabacloud.com/document/Vpc/2016-04-28/CreateExpressConnectTrafficQosRule).
|
|
680
706
|
|
|
@@ -732,55 +758,61 @@ class TrafficQosRule(pulumi.CustomResource):
|
|
|
732
758
|
:param str resource_name: The name of the resource.
|
|
733
759
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
734
760
|
:param pulumi.Input[_builtins.str] dst_cidr: The traffic of the QoS rule matches the Destination IPv4 network segment.
|
|
735
|
-
|
|
761
|
+
|
|
762
|
+
> **NOTE:** If this parameter is not supported, enter `SrcIPv6Cidr` or **DstIPv6Cidr * *.
|
|
736
763
|
:param pulumi.Input[_builtins.str] dst_ipv6_cidr: The QoS rule traffic matches the Destination IPv6 network segment.
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
764
|
+
|
|
765
|
+
> **NOTE:** If this parameter is not supported, enter `SrcCidr` or **DstCidr * *.
|
|
766
|
+
:param pulumi.Input[_builtins.str] dst_port_range: QoS rule traffic matches the destination port number range. Value range: `0` to `65535`. If not, the value is - 1. Currently, only a single port number is supported, and the start and end of the port number must be the same. The corresponding destination port number range is fixed for different protocol types. The values are as follows:
|
|
767
|
+
- `ALL`:-1/-1, not editable.
|
|
740
768
|
- **ICMP(IPv4)**:-1/-1, non-editable.
|
|
741
769
|
- **ICMPv6(IPv6)**:-1/-1, non-editable.
|
|
742
|
-
-
|
|
743
|
-
-
|
|
744
|
-
-
|
|
745
|
-
-
|
|
746
|
-
-
|
|
747
|
-
-
|
|
748
|
-
-
|
|
770
|
+
- `TCP`:-1/-1, editable.
|
|
771
|
+
- `UDP`:-1/-1, editable.
|
|
772
|
+
- `GRE`:-1/-1, not editable.
|
|
773
|
+
- `SSH`:22/22, not editable.
|
|
774
|
+
- `Telnet`:23/23, not editable.
|
|
775
|
+
- `HTTP`:80/80, non-editable.
|
|
776
|
+
- `HTTPS`:443/443, which cannot be edited.
|
|
749
777
|
- **MS SQL**:1443/1443, which cannot be edited.
|
|
750
|
-
-
|
|
751
|
-
-
|
|
752
|
-
-
|
|
753
|
-
-
|
|
754
|
-
-
|
|
755
|
-
:param pulumi.Input[_builtins.int] match_dscp: The DSCP value of the traffic matched by the QoS rule. Value range:
|
|
756
|
-
:param pulumi.Input[_builtins.int] priority: QoS rule priority. Value range:
|
|
778
|
+
- `Oracle`:1521/1521, non-editable.
|
|
779
|
+
- `MySql`:3306/3306, non-editable.
|
|
780
|
+
- `RDP`:3389/3389, non-editable.
|
|
781
|
+
- `PostgreSQL`:5432/5432, non-editable.
|
|
782
|
+
- `Redis`:6379/6379, non-editable.
|
|
783
|
+
:param pulumi.Input[_builtins.int] match_dscp: The DSCP value of the traffic matched by the QoS rule. Value range: `0` to `63`. If not, the value is - 1.
|
|
784
|
+
:param pulumi.Input[_builtins.int] priority: QoS rule priority. Value range: `1` to `9000`. The larger the number, the higher the priority. The priority of a QoS rule cannot be repeated in the same QoS policy.
|
|
757
785
|
:param pulumi.Input[_builtins.str] protocol: QoS rule protocol type, value:
|
|
758
|
-
-
|
|
786
|
+
- `ALL`
|
|
759
787
|
- **ICMP(IPv4)**
|
|
760
788
|
- **ICMPv6(IPv6)* *
|
|
761
|
-
-
|
|
762
|
-
-
|
|
763
|
-
-
|
|
764
|
-
-
|
|
765
|
-
-
|
|
766
|
-
-
|
|
767
|
-
-
|
|
789
|
+
- `TCP`
|
|
790
|
+
- `UDP`
|
|
791
|
+
- `GRE`
|
|
792
|
+
- `SSH`
|
|
793
|
+
- `Telnet`
|
|
794
|
+
- `HTTP`
|
|
795
|
+
- `HTTPS`
|
|
768
796
|
- **MS SQL**
|
|
769
|
-
-
|
|
770
|
-
-
|
|
771
|
-
-
|
|
772
|
-
-
|
|
773
|
-
-
|
|
797
|
+
- `Oracle`
|
|
798
|
+
- `MySql`
|
|
799
|
+
- `RDP`
|
|
800
|
+
- `PostgreSQL`
|
|
801
|
+
- `Redis`
|
|
774
802
|
:param pulumi.Input[_builtins.str] qos_id: The QoS policy ID.
|
|
775
803
|
:param pulumi.Input[_builtins.str] queue_id: The QoS queue ID.
|
|
776
|
-
:param pulumi.Input[_builtins.int] remarking_dscp: Modify The DSCP value in the flow. Value range:
|
|
777
|
-
:param pulumi.Input[_builtins.str] rule_description: The description of the QoS rule.
|
|
778
|
-
|
|
804
|
+
:param pulumi.Input[_builtins.int] remarking_dscp: Modify The DSCP value in the flow. Value range: `0` to `63`. If the value is not modified, the value is - 1.
|
|
805
|
+
:param pulumi.Input[_builtins.str] rule_description: The description of the QoS rule.
|
|
806
|
+
The length is 0 to 256 characters and cannot start with 'http:// 'or 'https.
|
|
807
|
+
:param pulumi.Input[_builtins.str] rule_name: The name of the QoS rule.
|
|
808
|
+
The length is 0 to 128 characters and cannot start with 'http:// 'or 'https.
|
|
779
809
|
:param pulumi.Input[_builtins.str] src_cidr: The QoS rule traffic matches the source IPv4 CIDR block.
|
|
780
|
-
|
|
810
|
+
|
|
811
|
+
> **NOTE:** If this parameter is not supported, enter `SrcIPv6Cidr` or **DstIPv6Cidr * *.
|
|
781
812
|
:param pulumi.Input[_builtins.str] src_ipv6_cidr: The QoS rule traffic matches the source IPv6 network segment.
|
|
782
|
-
|
|
783
|
-
|
|
813
|
+
|
|
814
|
+
> **NOTE:** If this parameter is not supported, enter `SrcCidr` or **DstCidr * *.
|
|
815
|
+
:param pulumi.Input[_builtins.str] src_port_range: The source port number of the QoS rule traffic matching. The value range is `0` to `65535`. If the traffic does not match, the value is - 1. Currently, only a single port number is supported, and the start and end of the port number must be the same.
|
|
784
816
|
"""
|
|
785
817
|
...
|
|
786
818
|
@overload
|
|
@@ -789,7 +821,9 @@ class TrafficQosRule(pulumi.CustomResource):
|
|
|
789
821
|
args: TrafficQosRuleArgs,
|
|
790
822
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
791
823
|
"""
|
|
792
|
-
Provides a Express Connect Traffic Qos Rule resource.
|
|
824
|
+
Provides a Express Connect Traffic Qos Rule resource.
|
|
825
|
+
|
|
826
|
+
Express Connect Traffic QoS Rule.
|
|
793
827
|
|
|
794
828
|
For information about Express Connect Traffic Qos Rule and how to use it, see [What is Traffic Qos Rule](https://next.api.alibabacloud.com/document/Vpc/2016-04-28/CreateExpressConnectTrafficQosRule).
|
|
795
829
|
|
|
@@ -940,56 +974,62 @@ class TrafficQosRule(pulumi.CustomResource):
|
|
|
940
974
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
941
975
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
942
976
|
:param pulumi.Input[_builtins.str] dst_cidr: The traffic of the QoS rule matches the Destination IPv4 network segment.
|
|
943
|
-
|
|
977
|
+
|
|
978
|
+
> **NOTE:** If this parameter is not supported, enter `SrcIPv6Cidr` or **DstIPv6Cidr * *.
|
|
944
979
|
:param pulumi.Input[_builtins.str] dst_ipv6_cidr: The QoS rule traffic matches the Destination IPv6 network segment.
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
980
|
+
|
|
981
|
+
> **NOTE:** If this parameter is not supported, enter `SrcCidr` or **DstCidr * *.
|
|
982
|
+
:param pulumi.Input[_builtins.str] dst_port_range: QoS rule traffic matches the destination port number range. Value range: `0` to `65535`. If not, the value is - 1. Currently, only a single port number is supported, and the start and end of the port number must be the same. The corresponding destination port number range is fixed for different protocol types. The values are as follows:
|
|
983
|
+
- `ALL`:-1/-1, not editable.
|
|
948
984
|
- **ICMP(IPv4)**:-1/-1, non-editable.
|
|
949
985
|
- **ICMPv6(IPv6)**:-1/-1, non-editable.
|
|
950
|
-
-
|
|
951
|
-
-
|
|
952
|
-
-
|
|
953
|
-
-
|
|
954
|
-
-
|
|
955
|
-
-
|
|
956
|
-
-
|
|
986
|
+
- `TCP`:-1/-1, editable.
|
|
987
|
+
- `UDP`:-1/-1, editable.
|
|
988
|
+
- `GRE`:-1/-1, not editable.
|
|
989
|
+
- `SSH`:22/22, not editable.
|
|
990
|
+
- `Telnet`:23/23, not editable.
|
|
991
|
+
- `HTTP`:80/80, non-editable.
|
|
992
|
+
- `HTTPS`:443/443, which cannot be edited.
|
|
957
993
|
- **MS SQL**:1443/1443, which cannot be edited.
|
|
958
|
-
-
|
|
959
|
-
-
|
|
960
|
-
-
|
|
961
|
-
-
|
|
962
|
-
-
|
|
963
|
-
:param pulumi.Input[_builtins.int] match_dscp: The DSCP value of the traffic matched by the QoS rule. Value range:
|
|
964
|
-
:param pulumi.Input[_builtins.int] priority: QoS rule priority. Value range:
|
|
994
|
+
- `Oracle`:1521/1521, non-editable.
|
|
995
|
+
- `MySql`:3306/3306, non-editable.
|
|
996
|
+
- `RDP`:3389/3389, non-editable.
|
|
997
|
+
- `PostgreSQL`:5432/5432, non-editable.
|
|
998
|
+
- `Redis`:6379/6379, non-editable.
|
|
999
|
+
:param pulumi.Input[_builtins.int] match_dscp: The DSCP value of the traffic matched by the QoS rule. Value range: `0` to `63`. If not, the value is - 1.
|
|
1000
|
+
:param pulumi.Input[_builtins.int] priority: QoS rule priority. Value range: `1` to `9000`. The larger the number, the higher the priority. The priority of a QoS rule cannot be repeated in the same QoS policy.
|
|
965
1001
|
:param pulumi.Input[_builtins.str] protocol: QoS rule protocol type, value:
|
|
966
|
-
-
|
|
1002
|
+
- `ALL`
|
|
967
1003
|
- **ICMP(IPv4)**
|
|
968
1004
|
- **ICMPv6(IPv6)* *
|
|
969
|
-
-
|
|
970
|
-
-
|
|
971
|
-
-
|
|
972
|
-
-
|
|
973
|
-
-
|
|
974
|
-
-
|
|
975
|
-
-
|
|
1005
|
+
- `TCP`
|
|
1006
|
+
- `UDP`
|
|
1007
|
+
- `GRE`
|
|
1008
|
+
- `SSH`
|
|
1009
|
+
- `Telnet`
|
|
1010
|
+
- `HTTP`
|
|
1011
|
+
- `HTTPS`
|
|
976
1012
|
- **MS SQL**
|
|
977
|
-
-
|
|
978
|
-
-
|
|
979
|
-
-
|
|
980
|
-
-
|
|
981
|
-
-
|
|
1013
|
+
- `Oracle`
|
|
1014
|
+
- `MySql`
|
|
1015
|
+
- `RDP`
|
|
1016
|
+
- `PostgreSQL`
|
|
1017
|
+
- `Redis`
|
|
982
1018
|
:param pulumi.Input[_builtins.str] qos_id: The QoS policy ID.
|
|
983
1019
|
:param pulumi.Input[_builtins.str] queue_id: The QoS queue ID.
|
|
984
|
-
:param pulumi.Input[_builtins.int] remarking_dscp: Modify The DSCP value in the flow. Value range:
|
|
985
|
-
:param pulumi.Input[_builtins.str] rule_description: The description of the QoS rule.
|
|
1020
|
+
:param pulumi.Input[_builtins.int] remarking_dscp: Modify The DSCP value in the flow. Value range: `0` to `63`. If the value is not modified, the value is - 1.
|
|
1021
|
+
:param pulumi.Input[_builtins.str] rule_description: The description of the QoS rule.
|
|
1022
|
+
The length is 0 to 256 characters and cannot start with 'http:// 'or 'https.
|
|
986
1023
|
:param pulumi.Input[_builtins.str] rule_id: The ID of the QoS rule.
|
|
987
|
-
:param pulumi.Input[_builtins.str] rule_name: The name of the QoS rule.
|
|
1024
|
+
:param pulumi.Input[_builtins.str] rule_name: The name of the QoS rule.
|
|
1025
|
+
The length is 0 to 128 characters and cannot start with 'http:// 'or 'https.
|
|
988
1026
|
:param pulumi.Input[_builtins.str] src_cidr: The QoS rule traffic matches the source IPv4 CIDR block.
|
|
989
|
-
|
|
1027
|
+
|
|
1028
|
+
> **NOTE:** If this parameter is not supported, enter `SrcIPv6Cidr` or **DstIPv6Cidr * *.
|
|
990
1029
|
:param pulumi.Input[_builtins.str] src_ipv6_cidr: The QoS rule traffic matches the source IPv6 network segment.
|
|
991
|
-
|
|
992
|
-
|
|
1030
|
+
|
|
1031
|
+
> **NOTE:** If this parameter is not supported, enter `SrcCidr` or **DstCidr * *.
|
|
1032
|
+
:param pulumi.Input[_builtins.str] src_port_range: The source port number of the QoS rule traffic matching. The value range is `0` to `65535`. If the traffic does not match, the value is - 1. Currently, only a single port number is supported, and the start and end of the port number must be the same.
|
|
993
1033
|
:param pulumi.Input[_builtins.str] status: The status of the QoS rule. Value:
|
|
994
1034
|
"""
|
|
995
1035
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -1019,7 +1059,8 @@ class TrafficQosRule(pulumi.CustomResource):
|
|
|
1019
1059
|
def dst_cidr(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
1020
1060
|
"""
|
|
1021
1061
|
The traffic of the QoS rule matches the Destination IPv4 network segment.
|
|
1022
|
-
|
|
1062
|
+
|
|
1063
|
+
> **NOTE:** If this parameter is not supported, enter `SrcIPv6Cidr` or **DstIPv6Cidr * *.
|
|
1023
1064
|
"""
|
|
1024
1065
|
return pulumi.get(self, "dst_cidr")
|
|
1025
1066
|
|
|
@@ -1028,7 +1069,8 @@ class TrafficQosRule(pulumi.CustomResource):
|
|
|
1028
1069
|
def dst_ipv6_cidr(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
1029
1070
|
"""
|
|
1030
1071
|
The QoS rule traffic matches the Destination IPv6 network segment.
|
|
1031
|
-
|
|
1072
|
+
|
|
1073
|
+
> **NOTE:** If this parameter is not supported, enter `SrcCidr` or **DstCidr * *.
|
|
1032
1074
|
"""
|
|
1033
1075
|
return pulumi.get(self, "dst_ipv6_cidr")
|
|
1034
1076
|
|
|
@@ -1036,23 +1078,23 @@ class TrafficQosRule(pulumi.CustomResource):
|
|
|
1036
1078
|
@pulumi.getter(name="dstPortRange")
|
|
1037
1079
|
def dst_port_range(self) -> pulumi.Output[_builtins.str]:
|
|
1038
1080
|
"""
|
|
1039
|
-
QoS rule traffic matches the destination port number range. Value range:
|
|
1040
|
-
-
|
|
1081
|
+
QoS rule traffic matches the destination port number range. Value range: `0` to `65535`. If not, the value is - 1. Currently, only a single port number is supported, and the start and end of the port number must be the same. The corresponding destination port number range is fixed for different protocol types. The values are as follows:
|
|
1082
|
+
- `ALL`:-1/-1, not editable.
|
|
1041
1083
|
- **ICMP(IPv4)**:-1/-1, non-editable.
|
|
1042
1084
|
- **ICMPv6(IPv6)**:-1/-1, non-editable.
|
|
1043
|
-
-
|
|
1044
|
-
-
|
|
1045
|
-
-
|
|
1046
|
-
-
|
|
1047
|
-
-
|
|
1048
|
-
-
|
|
1049
|
-
-
|
|
1085
|
+
- `TCP`:-1/-1, editable.
|
|
1086
|
+
- `UDP`:-1/-1, editable.
|
|
1087
|
+
- `GRE`:-1/-1, not editable.
|
|
1088
|
+
- `SSH`:22/22, not editable.
|
|
1089
|
+
- `Telnet`:23/23, not editable.
|
|
1090
|
+
- `HTTP`:80/80, non-editable.
|
|
1091
|
+
- `HTTPS`:443/443, which cannot be edited.
|
|
1050
1092
|
- **MS SQL**:1443/1443, which cannot be edited.
|
|
1051
|
-
-
|
|
1052
|
-
-
|
|
1053
|
-
-
|
|
1054
|
-
-
|
|
1055
|
-
-
|
|
1093
|
+
- `Oracle`:1521/1521, non-editable.
|
|
1094
|
+
- `MySql`:3306/3306, non-editable.
|
|
1095
|
+
- `RDP`:3389/3389, non-editable.
|
|
1096
|
+
- `PostgreSQL`:5432/5432, non-editable.
|
|
1097
|
+
- `Redis`:6379/6379, non-editable.
|
|
1056
1098
|
"""
|
|
1057
1099
|
return pulumi.get(self, "dst_port_range")
|
|
1058
1100
|
|
|
@@ -1060,7 +1102,7 @@ class TrafficQosRule(pulumi.CustomResource):
|
|
|
1060
1102
|
@pulumi.getter(name="matchDscp")
|
|
1061
1103
|
def match_dscp(self) -> pulumi.Output[_builtins.int]:
|
|
1062
1104
|
"""
|
|
1063
|
-
The DSCP value of the traffic matched by the QoS rule. Value range:
|
|
1105
|
+
The DSCP value of the traffic matched by the QoS rule. Value range: `0` to `63`. If not, the value is - 1.
|
|
1064
1106
|
"""
|
|
1065
1107
|
return pulumi.get(self, "match_dscp")
|
|
1066
1108
|
|
|
@@ -1068,7 +1110,7 @@ class TrafficQosRule(pulumi.CustomResource):
|
|
|
1068
1110
|
@pulumi.getter
|
|
1069
1111
|
def priority(self) -> pulumi.Output[_builtins.int]:
|
|
1070
1112
|
"""
|
|
1071
|
-
QoS rule priority. Value range:
|
|
1113
|
+
QoS rule priority. Value range: `1` to `9000`. The larger the number, the higher the priority. The priority of a QoS rule cannot be repeated in the same QoS policy.
|
|
1072
1114
|
"""
|
|
1073
1115
|
return pulumi.get(self, "priority")
|
|
1074
1116
|
|
|
@@ -1077,22 +1119,22 @@ class TrafficQosRule(pulumi.CustomResource):
|
|
|
1077
1119
|
def protocol(self) -> pulumi.Output[_builtins.str]:
|
|
1078
1120
|
"""
|
|
1079
1121
|
QoS rule protocol type, value:
|
|
1080
|
-
-
|
|
1122
|
+
- `ALL`
|
|
1081
1123
|
- **ICMP(IPv4)**
|
|
1082
1124
|
- **ICMPv6(IPv6)* *
|
|
1083
|
-
-
|
|
1084
|
-
-
|
|
1085
|
-
-
|
|
1086
|
-
-
|
|
1087
|
-
-
|
|
1088
|
-
-
|
|
1089
|
-
-
|
|
1125
|
+
- `TCP`
|
|
1126
|
+
- `UDP`
|
|
1127
|
+
- `GRE`
|
|
1128
|
+
- `SSH`
|
|
1129
|
+
- `Telnet`
|
|
1130
|
+
- `HTTP`
|
|
1131
|
+
- `HTTPS`
|
|
1090
1132
|
- **MS SQL**
|
|
1091
|
-
-
|
|
1092
|
-
-
|
|
1093
|
-
-
|
|
1094
|
-
-
|
|
1095
|
-
-
|
|
1133
|
+
- `Oracle`
|
|
1134
|
+
- `MySql`
|
|
1135
|
+
- `RDP`
|
|
1136
|
+
- `PostgreSQL`
|
|
1137
|
+
- `Redis`
|
|
1096
1138
|
"""
|
|
1097
1139
|
return pulumi.get(self, "protocol")
|
|
1098
1140
|
|
|
@@ -1116,7 +1158,7 @@ class TrafficQosRule(pulumi.CustomResource):
|
|
|
1116
1158
|
@pulumi.getter(name="remarkingDscp")
|
|
1117
1159
|
def remarking_dscp(self) -> pulumi.Output[_builtins.int]:
|
|
1118
1160
|
"""
|
|
1119
|
-
Modify The DSCP value in the flow. Value range:
|
|
1161
|
+
Modify The DSCP value in the flow. Value range: `0` to `63`. If the value is not modified, the value is - 1.
|
|
1120
1162
|
"""
|
|
1121
1163
|
return pulumi.get(self, "remarking_dscp")
|
|
1122
1164
|
|
|
@@ -1124,7 +1166,8 @@ class TrafficQosRule(pulumi.CustomResource):
|
|
|
1124
1166
|
@pulumi.getter(name="ruleDescription")
|
|
1125
1167
|
def rule_description(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
1126
1168
|
"""
|
|
1127
|
-
The description of the QoS rule.
|
|
1169
|
+
The description of the QoS rule.
|
|
1170
|
+
The length is 0 to 256 characters and cannot start with 'http:// 'or 'https.
|
|
1128
1171
|
"""
|
|
1129
1172
|
return pulumi.get(self, "rule_description")
|
|
1130
1173
|
|
|
@@ -1140,7 +1183,8 @@ class TrafficQosRule(pulumi.CustomResource):
|
|
|
1140
1183
|
@pulumi.getter(name="ruleName")
|
|
1141
1184
|
def rule_name(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
1142
1185
|
"""
|
|
1143
|
-
The name of the QoS rule.
|
|
1186
|
+
The name of the QoS rule.
|
|
1187
|
+
The length is 0 to 128 characters and cannot start with 'http:// 'or 'https.
|
|
1144
1188
|
"""
|
|
1145
1189
|
return pulumi.get(self, "rule_name")
|
|
1146
1190
|
|
|
@@ -1149,7 +1193,8 @@ class TrafficQosRule(pulumi.CustomResource):
|
|
|
1149
1193
|
def src_cidr(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
1150
1194
|
"""
|
|
1151
1195
|
The QoS rule traffic matches the source IPv4 CIDR block.
|
|
1152
|
-
|
|
1196
|
+
|
|
1197
|
+
> **NOTE:** If this parameter is not supported, enter `SrcIPv6Cidr` or **DstIPv6Cidr * *.
|
|
1153
1198
|
"""
|
|
1154
1199
|
return pulumi.get(self, "src_cidr")
|
|
1155
1200
|
|
|
@@ -1158,7 +1203,8 @@ class TrafficQosRule(pulumi.CustomResource):
|
|
|
1158
1203
|
def src_ipv6_cidr(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
1159
1204
|
"""
|
|
1160
1205
|
The QoS rule traffic matches the source IPv6 network segment.
|
|
1161
|
-
|
|
1206
|
+
|
|
1207
|
+
> **NOTE:** If this parameter is not supported, enter `SrcCidr` or **DstCidr * *.
|
|
1162
1208
|
"""
|
|
1163
1209
|
return pulumi.get(self, "src_ipv6_cidr")
|
|
1164
1210
|
|
|
@@ -1166,7 +1212,7 @@ class TrafficQosRule(pulumi.CustomResource):
|
|
|
1166
1212
|
@pulumi.getter(name="srcPortRange")
|
|
1167
1213
|
def src_port_range(self) -> pulumi.Output[_builtins.str]:
|
|
1168
1214
|
"""
|
|
1169
|
-
The source port number of the QoS rule traffic matching. The value range is
|
|
1215
|
+
The source port number of the QoS rule traffic matching. The value range is `0` to `65535`. If the traffic does not match, the value is - 1. Currently, only a single port number is supported, and the start and end of the port number must be the same.
|
|
1170
1216
|
"""
|
|
1171
1217
|
return pulumi.get(self, "src_port_range")
|
|
1172
1218
|
|