alibabacloud-cloudfw20171207 5.0.3__tar.gz → 5.0.4__tar.gz

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 alibabacloud-cloudfw20171207 might be problematic. Click here for more details.

Files changed (17) hide show
  1. {alibabacloud_cloudfw20171207-5.0.3 → alibabacloud_cloudfw20171207-5.0.4}/ChangeLog.md +3 -0
  2. {alibabacloud_cloudfw20171207-5.0.3 → alibabacloud_cloudfw20171207-5.0.4}/PKG-INFO +1 -1
  3. alibabacloud_cloudfw20171207-5.0.4/alibabacloud_cloudfw20171207/__init__.py +1 -0
  4. {alibabacloud_cloudfw20171207-5.0.3 → alibabacloud_cloudfw20171207-5.0.4}/alibabacloud_cloudfw20171207/models.py +0 -44
  5. {alibabacloud_cloudfw20171207-5.0.3 → alibabacloud_cloudfw20171207-5.0.4}/alibabacloud_cloudfw20171207.egg-info/PKG-INFO +1 -1
  6. alibabacloud_cloudfw20171207-5.0.3/alibabacloud_cloudfw20171207/__init__.py +0 -1
  7. {alibabacloud_cloudfw20171207-5.0.3 → alibabacloud_cloudfw20171207-5.0.4}/LICENSE +0 -0
  8. {alibabacloud_cloudfw20171207-5.0.3 → alibabacloud_cloudfw20171207-5.0.4}/MANIFEST.in +0 -0
  9. {alibabacloud_cloudfw20171207-5.0.3 → alibabacloud_cloudfw20171207-5.0.4}/README-CN.md +0 -0
  10. {alibabacloud_cloudfw20171207-5.0.3 → alibabacloud_cloudfw20171207-5.0.4}/README.md +0 -0
  11. {alibabacloud_cloudfw20171207-5.0.3 → alibabacloud_cloudfw20171207-5.0.4}/alibabacloud_cloudfw20171207/client.py +0 -0
  12. {alibabacloud_cloudfw20171207-5.0.3 → alibabacloud_cloudfw20171207-5.0.4}/alibabacloud_cloudfw20171207.egg-info/SOURCES.txt +0 -0
  13. {alibabacloud_cloudfw20171207-5.0.3 → alibabacloud_cloudfw20171207-5.0.4}/alibabacloud_cloudfw20171207.egg-info/dependency_links.txt +0 -0
  14. {alibabacloud_cloudfw20171207-5.0.3 → alibabacloud_cloudfw20171207-5.0.4}/alibabacloud_cloudfw20171207.egg-info/requires.txt +0 -0
  15. {alibabacloud_cloudfw20171207-5.0.3 → alibabacloud_cloudfw20171207-5.0.4}/alibabacloud_cloudfw20171207.egg-info/top_level.txt +0 -0
  16. {alibabacloud_cloudfw20171207-5.0.3 → alibabacloud_cloudfw20171207-5.0.4}/setup.cfg +0 -0
  17. {alibabacloud_cloudfw20171207-5.0.3 → alibabacloud_cloudfw20171207-5.0.4}/setup.py +0 -0
@@ -1,3 +1,6 @@
1
+ 2025-01-16 Version: 5.0.3
2
+ - Generated python 2017-12-07 for Cloudfw.
3
+
1
4
  2025-01-15 Version: 5.0.2
2
5
  - Update API DescribePostpayTrafficTotal: update response param.
3
6
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: alibabacloud_cloudfw20171207
3
- Version: 5.0.3
3
+ Version: 5.0.4
4
4
  Summary: Alibaba Cloud Cloudfw (20171207) SDK Library for Python
5
5
  Home-page: https://github.com/aliyun/alibabacloud-python-sdk
6
6
  Author: Alibaba Cloud SDK
@@ -0,0 +1 @@
1
+ __version__ = '5.0.4'
@@ -21267,8 +21267,6 @@ class ModifyControlPolicyRequest(TeaModel):
21267
21267
  # * **accept**: allows the traffic.
21268
21268
  # * **drop**: denies the traffic.
21269
21269
  # * **log**: monitors the traffic.
21270
- #
21271
- # This parameter is required.
21272
21270
  self.acl_action = acl_action
21273
21271
  # The UUID of the access control policy.
21274
21272
  #
@@ -21302,8 +21300,6 @@ class ModifyControlPolicyRequest(TeaModel):
21302
21300
  # > You must specify one of the ApplicationNameList and ApplicationName parameters. If you configure both ApplicationNameList and ApplicationName, only the value of ApplicationNameList is used.
21303
21301
  self.application_name_list = application_name_list
21304
21302
  # The description of the access control policy.
21305
- #
21306
- # This parameter is required.
21307
21303
  self.description = description
21308
21304
  # The destination port in the access control policy.
21309
21305
  self.dest_port = dest_port
@@ -21320,8 +21316,6 @@ class ModifyControlPolicyRequest(TeaModel):
21320
21316
  # * If **DestinationType** is set to group, the value of **Destination** is an address book. Example: db_group.
21321
21317
  # * If **DestinationType** is set to domain, the value of **Destination** is a domain name. Example: \\*.aliyuncs.com.
21322
21318
  # * If **DestinationType** is set to location, the value of **Destination** is a location. For more information about the location codes, see the "AddControlPolicy" topic. Example: ["BJ11", "ZB"].
21323
- #
21324
- # This parameter is required.
21325
21319
  self.destination = destination
21326
21320
  # The type of the destination address in the access control policy. Valid values:
21327
21321
  #
@@ -21329,15 +21323,11 @@ class ModifyControlPolicyRequest(TeaModel):
21329
21323
  # * **group**: address book
21330
21324
  # * **domain**: domain name
21331
21325
  # * **location**: location
21332
- #
21333
- # This parameter is required.
21334
21326
  self.destination_type = destination_type
21335
21327
  # The direction of the traffic to which the access control policy applies. Valid values:
21336
21328
  #
21337
21329
  # * **in**: inbound traffic
21338
21330
  # * **out**: outbound traffic
21339
- #
21340
- # This parameter is required.
21341
21331
  self.direction = direction
21342
21332
  # The domain name resolution method of the access control policy. By default, an access control policy is enabled after the policy is created. Valid values:
21343
21333
  #
@@ -21364,8 +21354,6 @@ class ModifyControlPolicyRequest(TeaModel):
21364
21354
  # > The value **ANY** indicates all types of applications.
21365
21355
  #
21366
21356
  # > If the traffic direction is outbound and the destination address is a threat intelligence address book of the domain name type or a cloud service address book, you can set Proto to TCP or ANY. If you set Proto to TCP, you can set ApplicationName to HTTP, HTTPS, SMTP, SMTPS, and SSL. If you set Proto to ANY, you can set ApplicationName to ANY.
21367
- #
21368
- # This parameter is required.
21369
21357
  self.proto = proto
21370
21358
  # The status of the access control policy. Valid values:
21371
21359
  #
@@ -21404,16 +21392,12 @@ class ModifyControlPolicyRequest(TeaModel):
21404
21392
  # * If **SourceType** is set to net, the value of **Source** is a CIDR block. Example: 1.2.XX.XX/24.
21405
21393
  # * If **SourceType** is set to group, the value of **Source** is an address book. Example: db_group.
21406
21394
  # * If **SourceType** is set to location, the value of **Source** is a location. For more information about the location codes, see the "AddControlPolicy" topic. Example: ["BJ11", "ZB"]
21407
- #
21408
- # This parameter is required.
21409
21395
  self.source = source
21410
21396
  # The type of the source address in the access control policy. Valid values:
21411
21397
  #
21412
21398
  # * **net**: CIDR block
21413
21399
  # * **group**: address book
21414
21400
  # * **location**: location
21415
- #
21416
- # This parameter is required.
21417
21401
  self.source_type = source_type
21418
21402
  # The time when the access control policy starts to take effect. The value is a UNIX timestamp. Unit: seconds. The value must be on the hour or on the half hour, and at least 30 minutes earlier than the value of EndTime.
21419
21403
  #
@@ -22211,8 +22195,6 @@ class ModifyNatFirewallControlPolicyRequest(TeaModel):
22211
22195
  # * **accept**: allows the traffic.
22212
22196
  # * **drop**: denies the traffic.
22213
22197
  # * **log**: monitors the traffic.
22214
- #
22215
- # This parameter is required.
22216
22198
  self.acl_action = acl_action
22217
22199
  # The UUID of the access control policy.
22218
22200
  #
@@ -22225,8 +22207,6 @@ class ModifyNatFirewallControlPolicyRequest(TeaModel):
22225
22207
  # The description of the access control policy. Fuzzy match is supported.
22226
22208
  #
22227
22209
  # > If you do not specify this parameter, the descriptions of all policies are queried.
22228
- #
22229
- # This parameter is required.
22230
22210
  self.description = description
22231
22211
  # The destination port in the access control policy.
22232
22212
  #
@@ -22245,8 +22225,6 @@ class ModifyNatFirewallControlPolicyRequest(TeaModel):
22245
22225
  # * If **DestinationType** is set to group, the value of **Destination** is an address book. Example: db_group
22246
22226
  # * If **DestinationType** is set to domain, the value of **Destination** is a domain name. Example: \\*.aliyuncs.com
22247
22227
  # * If **DestinationType** is set to location, the value of **Destination** is a location. For more information about the location codes, see the "AddControlPolicy" topic. Example: ["BJ11", "ZB"]
22248
- #
22249
- # This parameter is required.
22250
22228
  self.destination = destination
22251
22229
  # The type of the destination address in the access control policy. Valid values:
22252
22230
  #
@@ -22254,8 +22232,6 @@ class ModifyNatFirewallControlPolicyRequest(TeaModel):
22254
22232
  # * **group**: address book
22255
22233
  # * **domain**: domain name
22256
22234
  # * **location**: destination location
22257
- #
22258
- # This parameter is required.
22259
22235
  self.destination_type = destination_type
22260
22236
  # The direction of the traffic to which the access control policy applies. Valid value:
22261
22237
  #
@@ -22290,8 +22266,6 @@ class ModifyNatFirewallControlPolicyRequest(TeaModel):
22290
22266
  # > The value **ANY** indicates all types of applications.
22291
22267
  #
22292
22268
  # > If the destination address type is a threat intelligence address book of the domain name type or a cloud service address book, you can set Proto to TCP. If you set Proto to TCP, you can set application types to HTTP, HTTPS, SMTP, SMTPS, and SSL.
22293
- #
22294
- # This parameter is required.
22295
22269
  self.proto = proto
22296
22270
  # The status of the access control policy. Valid values:
22297
22271
  #
@@ -22329,15 +22303,11 @@ class ModifyNatFirewallControlPolicyRequest(TeaModel):
22329
22303
  #
22330
22304
  # * If **SourceType** is set to `net`, the value of this parameter is a CIDR block. Example: 10.2.XX.XX/24.
22331
22305
  # * If **SourceType** is set to `group`, the value of this parameter is an address book name. Example: db_group.
22332
- #
22333
- # This parameter is required.
22334
22306
  self.source = source
22335
22307
  # The type of the source address in the access control policy. Valid values:
22336
22308
  #
22337
22309
  # * **net**: CIDR block
22338
22310
  # * **group**: address book
22339
- #
22340
- # This parameter is required.
22341
22311
  self.source_type = source_type
22342
22312
  # The time when the access control policy starts to take effect. The value is a UNIX timestamp. Unit: seconds. The value must be on the hour or on the half hour, and at least 30 minutes earlier than the value of EndTime.
22343
22313
  #
@@ -23947,8 +23917,6 @@ class ModifyVpcFirewallControlPolicyRequest(TeaModel):
23947
23917
  # * **accept**: allows the traffic.
23948
23918
  # * **drop**: blocks the traffic.
23949
23919
  # * **log**: monitors the traffic.
23950
- #
23951
- # This parameter is required.
23952
23920
  self.acl_action = acl_action
23953
23921
  # The unique ID of the access control policy.
23954
23922
  #
@@ -23979,8 +23947,6 @@ class ModifyVpcFirewallControlPolicyRequest(TeaModel):
23979
23947
  # The application names.
23980
23948
  self.application_name_list = application_name_list
23981
23949
  # The description of the access control policy.
23982
- #
23983
- # This parameter is required.
23984
23950
  self.description = description
23985
23951
  # The destination port in the access control policy.
23986
23952
  self.dest_port = dest_port
@@ -24004,8 +23970,6 @@ class ModifyVpcFirewallControlPolicyRequest(TeaModel):
24004
23970
  # * If **DestinationType** is set to `domain`, the value of this parameter must be a domain name.
24005
23971
  #
24006
23972
  # Example: \\*.aliyuncs.com
24007
- #
24008
- # This parameter is required.
24009
23973
  self.destination = destination
24010
23974
  # The type of the destination address in the access control policy.
24011
23975
  #
@@ -24014,8 +23978,6 @@ class ModifyVpcFirewallControlPolicyRequest(TeaModel):
24014
23978
  # * **net**: CIDR block
24015
23979
  # * **group**: address book
24016
23980
  # * **domain**: domain name
24017
- #
24018
- # This parameter is required.
24019
23981
  self.destination_type = destination_type
24020
23982
  # The domain name resolution method of the access control policy. By default, an access control policy is enabled after the policy is created. Valid values:
24021
23983
  #
@@ -24042,8 +24004,6 @@ class ModifyVpcFirewallControlPolicyRequest(TeaModel):
24042
24004
  # * TCP
24043
24005
  # * UDP
24044
24006
  # * ICMP
24045
- #
24046
- # This parameter is required.
24047
24007
  self.proto = proto
24048
24008
  # Specifies whether to enable the access control policy. By default, an access control policy is enabled after the policy is created. Valid values:
24049
24009
  #
@@ -24088,8 +24048,6 @@ class ModifyVpcFirewallControlPolicyRequest(TeaModel):
24088
24048
  # * If **SourceType** is set to `group`, the value of this parameter must be an address book name.
24089
24049
  #
24090
24050
  # Example: db_group
24091
- #
24092
- # This parameter is required.
24093
24051
  self.source = source
24094
24052
  # The type of the source address in the access control policy.
24095
24053
  #
@@ -24097,8 +24055,6 @@ class ModifyVpcFirewallControlPolicyRequest(TeaModel):
24097
24055
  #
24098
24056
  # * **net**: CIDR block
24099
24057
  # * **group**: address book
24100
- #
24101
- # This parameter is required.
24102
24058
  self.source_type = source_type
24103
24059
  # The time when the access control policy starts to take effect. The value is a UNIX timestamp. Unit: seconds. The value must be on the hour or on the half hour, and at least 30 minutes earlier than the value of EndTime.
24104
24060
  #
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: alibabacloud-cloudfw20171207
3
- Version: 5.0.3
3
+ Version: 5.0.4
4
4
  Summary: Alibaba Cloud Cloudfw (20171207) SDK Library for Python
5
5
  Home-page: https://github.com/aliyun/alibabacloud-python-sdk
6
6
  Author: Alibaba Cloud SDK
@@ -1 +0,0 @@
1
- __version__ = '5.0.3'