tencentcloud-sdk-python-intl-en 3.0.1092__py2.py3-none-any.whl → 3.0.1093__py2.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 tencentcloud-sdk-python-intl-en might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/cdn/v20180606/models.py +88 -88
- tencentcloud/cvm/v20170312/models.py +76 -80
- tencentcloud/cwp/v20180228/cwp_client.py +18 -56
- tencentcloud/cwp/v20180228/models.py +35 -291
- tencentcloud/kms/v20190118/kms_client.py +1 -1
- tencentcloud/kms/v20190118/models.py +2 -2
- tencentcloud/ssm/v20190923/models.py +2 -2
- tencentcloud/tcss/v20201101/models.py +698 -674
- tencentcloud/tcss/v20201101/tcss_client.py +18 -6
- {tencentcloud_sdk_python_intl_en-3.0.1092.dist-info → tencentcloud_sdk_python_intl_en-3.0.1093.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python_intl_en-3.0.1092.dist-info → tencentcloud_sdk_python_intl_en-3.0.1093.dist-info}/RECORD +14 -14
- {tencentcloud_sdk_python_intl_en-3.0.1092.dist-info → tencentcloud_sdk_python_intl_en-3.0.1093.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_intl_en-3.0.1092.dist-info → tencentcloud_sdk_python_intl_en-3.0.1093.dist-info}/top_level.txt +0 -0
|
@@ -283,14 +283,14 @@ class AddCLSTopicDomainsResponse(AbstractModel):
|
|
|
283
283
|
|
|
284
284
|
def __init__(self):
|
|
285
285
|
r"""
|
|
286
|
-
:param _RequestId: The unique request ID,
|
|
286
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
287
287
|
:type RequestId: str
|
|
288
288
|
"""
|
|
289
289
|
self._RequestId = None
|
|
290
290
|
|
|
291
291
|
@property
|
|
292
292
|
def RequestId(self):
|
|
293
|
-
"""The unique request ID,
|
|
293
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
294
294
|
:rtype: str
|
|
295
295
|
"""
|
|
296
296
|
return self._RequestId
|
|
@@ -1027,14 +1027,14 @@ class AddCdnDomainResponse(AbstractModel):
|
|
|
1027
1027
|
|
|
1028
1028
|
def __init__(self):
|
|
1029
1029
|
r"""
|
|
1030
|
-
:param _RequestId: The unique request ID,
|
|
1030
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
1031
1031
|
:type RequestId: str
|
|
1032
1032
|
"""
|
|
1033
1033
|
self._RequestId = None
|
|
1034
1034
|
|
|
1035
1035
|
@property
|
|
1036
1036
|
def RequestId(self):
|
|
1037
|
-
"""The unique request ID,
|
|
1037
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
1038
1038
|
:rtype: str
|
|
1039
1039
|
"""
|
|
1040
1040
|
return self._RequestId
|
|
@@ -6491,7 +6491,7 @@ class CreateClsLogTopicResponse(AbstractModel):
|
|
|
6491
6491
|
:param _TopicId: Topic ID
|
|
6492
6492
|
Note: This field may return `null`, indicating that no valid value can be obtained.
|
|
6493
6493
|
:type TopicId: str
|
|
6494
|
-
:param _RequestId: The unique request ID,
|
|
6494
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
6495
6495
|
:type RequestId: str
|
|
6496
6496
|
"""
|
|
6497
6497
|
self._TopicId = None
|
|
@@ -6511,7 +6511,7 @@ Note: This field may return `null`, indicating that no valid value can be obtain
|
|
|
6511
6511
|
|
|
6512
6512
|
@property
|
|
6513
6513
|
def RequestId(self):
|
|
6514
|
-
"""The unique request ID,
|
|
6514
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
6515
6515
|
:rtype: str
|
|
6516
6516
|
"""
|
|
6517
6517
|
return self._RequestId
|
|
@@ -6587,7 +6587,7 @@ class CreateScdnFailedLogTaskResponse(AbstractModel):
|
|
|
6587
6587
|
:param _Result: Creation result.
|
|
6588
6588
|
0: Creation succeeded
|
|
6589
6589
|
:type Result: str
|
|
6590
|
-
:param _RequestId: The unique request ID,
|
|
6590
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
6591
6591
|
:type RequestId: str
|
|
6592
6592
|
"""
|
|
6593
6593
|
self._Result = None
|
|
@@ -6607,7 +6607,7 @@ class CreateScdnFailedLogTaskResponse(AbstractModel):
|
|
|
6607
6607
|
|
|
6608
6608
|
@property
|
|
6609
6609
|
def RequestId(self):
|
|
6610
|
-
"""The unique request ID,
|
|
6610
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
6611
6611
|
:rtype: str
|
|
6612
6612
|
"""
|
|
6613
6613
|
return self._RequestId
|
|
@@ -6667,14 +6667,14 @@ class DeleteCdnDomainResponse(AbstractModel):
|
|
|
6667
6667
|
|
|
6668
6668
|
def __init__(self):
|
|
6669
6669
|
r"""
|
|
6670
|
-
:param _RequestId: The unique request ID,
|
|
6670
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
6671
6671
|
:type RequestId: str
|
|
6672
6672
|
"""
|
|
6673
6673
|
self._RequestId = None
|
|
6674
6674
|
|
|
6675
6675
|
@property
|
|
6676
6676
|
def RequestId(self):
|
|
6677
|
-
"""The unique request ID,
|
|
6677
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
6678
6678
|
:rtype: str
|
|
6679
6679
|
"""
|
|
6680
6680
|
return self._RequestId
|
|
@@ -6761,14 +6761,14 @@ class DeleteClsLogTopicResponse(AbstractModel):
|
|
|
6761
6761
|
|
|
6762
6762
|
def __init__(self):
|
|
6763
6763
|
r"""
|
|
6764
|
-
:param _RequestId: The unique request ID,
|
|
6764
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
6765
6765
|
:type RequestId: str
|
|
6766
6766
|
"""
|
|
6767
6767
|
self._RequestId = None
|
|
6768
6768
|
|
|
6769
6769
|
@property
|
|
6770
6770
|
def RequestId(self):
|
|
6771
|
-
"""The unique request ID,
|
|
6771
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
6772
6772
|
:rtype: str
|
|
6773
6773
|
"""
|
|
6774
6774
|
return self._RequestId
|
|
@@ -7006,7 +7006,7 @@ class DescribeBillingDataResponse(AbstractModel):
|
|
|
7006
7006
|
:type Interval: str
|
|
7007
7007
|
:param _Data: Data details
|
|
7008
7008
|
:type Data: list of ResourceBillingData
|
|
7009
|
-
:param _RequestId: The unique request ID,
|
|
7009
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
7010
7010
|
:type RequestId: str
|
|
7011
7011
|
"""
|
|
7012
7012
|
self._Interval = None
|
|
@@ -7041,7 +7041,7 @@ class DescribeBillingDataResponse(AbstractModel):
|
|
|
7041
7041
|
|
|
7042
7042
|
@property
|
|
7043
7043
|
def RequestId(self):
|
|
7044
|
-
"""The unique request ID,
|
|
7044
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
7045
7045
|
:rtype: str
|
|
7046
7046
|
"""
|
|
7047
7047
|
return self._RequestId
|
|
@@ -7432,7 +7432,7 @@ class DescribeCdnDataResponse(AbstractModel):
|
|
|
7432
7432
|
:type Interval: str
|
|
7433
7433
|
:param _Data: Returned data details of the specified conditional query
|
|
7434
7434
|
:type Data: list of ResourceData
|
|
7435
|
-
:param _RequestId: The unique request ID,
|
|
7435
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
7436
7436
|
:type RequestId: str
|
|
7437
7437
|
"""
|
|
7438
7438
|
self._Interval = None
|
|
@@ -7467,7 +7467,7 @@ class DescribeCdnDataResponse(AbstractModel):
|
|
|
7467
7467
|
|
|
7468
7468
|
@property
|
|
7469
7469
|
def RequestId(self):
|
|
7470
|
-
"""The unique request ID,
|
|
7470
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
7471
7471
|
:rtype: str
|
|
7472
7472
|
"""
|
|
7473
7473
|
return self._RequestId
|
|
@@ -7636,7 +7636,7 @@ You can open the link to download a .gz log package that contains all log files
|
|
|
7636
7636
|
:type DomainLogs: list of DomainLog
|
|
7637
7637
|
:param _TotalCount: Total number of entries obtained
|
|
7638
7638
|
:type TotalCount: int
|
|
7639
|
-
:param _RequestId: The unique request ID,
|
|
7639
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
7640
7640
|
:type RequestId: str
|
|
7641
7641
|
"""
|
|
7642
7642
|
self._DomainLogs = None
|
|
@@ -7668,7 +7668,7 @@ You can open the link to download a .gz log package that contains all log files
|
|
|
7668
7668
|
|
|
7669
7669
|
@property
|
|
7670
7670
|
def RequestId(self):
|
|
7671
|
-
"""The unique request ID,
|
|
7671
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
7672
7672
|
:rtype: str
|
|
7673
7673
|
"""
|
|
7674
7674
|
return self._RequestId
|
|
@@ -7734,7 +7734,7 @@ class DescribeCdnIpResponse(AbstractModel):
|
|
|
7734
7734
|
r"""
|
|
7735
7735
|
:param _Ips: Node ownership details
|
|
7736
7736
|
:type Ips: list of CdnIp
|
|
7737
|
-
:param _RequestId: The unique request ID,
|
|
7737
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
7738
7738
|
:type RequestId: str
|
|
7739
7739
|
"""
|
|
7740
7740
|
self._Ips = None
|
|
@@ -7753,7 +7753,7 @@ class DescribeCdnIpResponse(AbstractModel):
|
|
|
7753
7753
|
|
|
7754
7754
|
@property
|
|
7755
7755
|
def RequestId(self):
|
|
7756
|
-
"""The unique request ID,
|
|
7756
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
7757
7757
|
:rtype: str
|
|
7758
7758
|
"""
|
|
7759
7759
|
return self._RequestId
|
|
@@ -7790,7 +7790,7 @@ class DescribeCdnOriginIpResponse(AbstractModel):
|
|
|
7790
7790
|
:type Ips: list of OriginIp
|
|
7791
7791
|
:param _TotalCount: Number of intermediate node IPs
|
|
7792
7792
|
:type TotalCount: int
|
|
7793
|
-
:param _RequestId: The unique request ID,
|
|
7793
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
7794
7794
|
:type RequestId: str
|
|
7795
7795
|
"""
|
|
7796
7796
|
self._Ips = None
|
|
@@ -7821,7 +7821,7 @@ class DescribeCdnOriginIpResponse(AbstractModel):
|
|
|
7821
7821
|
|
|
7822
7822
|
@property
|
|
7823
7823
|
def RequestId(self):
|
|
7824
|
-
"""The unique request ID,
|
|
7824
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
7825
7825
|
:rtype: str
|
|
7826
7826
|
"""
|
|
7827
7827
|
return self._RequestId
|
|
@@ -7921,7 +7921,7 @@ Note: This field may return `null`, indicating that no valid value can be obtain
|
|
|
7921
7921
|
:param _CertifiedDomains: List of CDN domain names with certificates configured
|
|
7922
7922
|
Note: This field may return `null`, indicating that no valid value can be obtained.
|
|
7923
7923
|
:type CertifiedDomains: list of str
|
|
7924
|
-
:param _RequestId: The unique request ID,
|
|
7924
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
7925
7925
|
:type RequestId: str
|
|
7926
7926
|
"""
|
|
7927
7927
|
self._Domains = None
|
|
@@ -7954,7 +7954,7 @@ Note: This field may return `null`, indicating that no valid value can be obtain
|
|
|
7954
7954
|
|
|
7955
7955
|
@property
|
|
7956
7956
|
def RequestId(self):
|
|
7957
|
-
"""The unique request ID,
|
|
7957
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
7958
7958
|
:rtype: str
|
|
7959
7959
|
"""
|
|
7960
7960
|
return self._RequestId
|
|
@@ -8070,7 +8070,7 @@ class DescribeDomainsConfigResponse(AbstractModel):
|
|
|
8070
8070
|
:param _TotalNumber: Number of domain names that match the specified query conditions
|
|
8071
8071
|
Used for paginated queries
|
|
8072
8072
|
:type TotalNumber: int
|
|
8073
|
-
:param _RequestId: The unique request ID,
|
|
8073
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
8074
8074
|
:type RequestId: str
|
|
8075
8075
|
"""
|
|
8076
8076
|
self._Domains = None
|
|
@@ -8102,7 +8102,7 @@ Used for paginated queries
|
|
|
8102
8102
|
|
|
8103
8103
|
@property
|
|
8104
8104
|
def RequestId(self):
|
|
8105
|
-
"""The unique request ID,
|
|
8105
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
8106
8106
|
:rtype: str
|
|
8107
8107
|
"""
|
|
8108
8108
|
return self._RequestId
|
|
@@ -8206,7 +8206,7 @@ class DescribeDomainsResponse(AbstractModel):
|
|
|
8206
8206
|
:param _TotalNumber: The number of domain names that matched the query conditions
|
|
8207
8207
|
Used for paginated queries
|
|
8208
8208
|
:type TotalNumber: int
|
|
8209
|
-
:param _RequestId: The unique request ID,
|
|
8209
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
8210
8210
|
:type RequestId: str
|
|
8211
8211
|
"""
|
|
8212
8212
|
self._Domains = None
|
|
@@ -8238,7 +8238,7 @@ Used for paginated queries
|
|
|
8238
8238
|
|
|
8239
8239
|
@property
|
|
8240
8240
|
def RequestId(self):
|
|
8241
|
-
"""The unique request ID,
|
|
8241
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
8242
8242
|
:rtype: str
|
|
8243
8243
|
"""
|
|
8244
8244
|
return self._RequestId
|
|
@@ -8393,7 +8393,7 @@ class DescribeIpStatusResponse(AbstractModel):
|
|
|
8393
8393
|
:type Ips: list of IpStatus
|
|
8394
8394
|
:param _TotalCount: Total number of nodes
|
|
8395
8395
|
:type TotalCount: int
|
|
8396
|
-
:param _RequestId: The unique request ID,
|
|
8396
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
8397
8397
|
:type RequestId: str
|
|
8398
8398
|
"""
|
|
8399
8399
|
self._Ips = None
|
|
@@ -8424,7 +8424,7 @@ class DescribeIpStatusResponse(AbstractModel):
|
|
|
8424
8424
|
|
|
8425
8425
|
@property
|
|
8426
8426
|
def RequestId(self):
|
|
8427
|
-
"""The unique request ID,
|
|
8427
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
8428
8428
|
:rtype: str
|
|
8429
8429
|
"""
|
|
8430
8430
|
return self._RequestId
|
|
@@ -8562,7 +8562,7 @@ class DescribeIpVisitResponse(AbstractModel):
|
|
|
8562
8562
|
:type Interval: str
|
|
8563
8563
|
:param _Data: Origin-pull data details of each resource.
|
|
8564
8564
|
:type Data: list of ResourceData
|
|
8565
|
-
:param _RequestId: The unique request ID,
|
|
8565
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
8566
8566
|
:type RequestId: str
|
|
8567
8567
|
"""
|
|
8568
8568
|
self._Interval = None
|
|
@@ -8593,7 +8593,7 @@ class DescribeIpVisitResponse(AbstractModel):
|
|
|
8593
8593
|
|
|
8594
8594
|
@property
|
|
8595
8595
|
def RequestId(self):
|
|
8596
|
-
"""The unique request ID,
|
|
8596
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
8597
8597
|
:rtype: str
|
|
8598
8598
|
"""
|
|
8599
8599
|
return self._RequestId
|
|
@@ -8669,7 +8669,7 @@ Note: This field may return `null`, indicating that no valid value can be obtain
|
|
|
8669
8669
|
:param _ClientRegionRelation: Mapping relationship between client region ID and sub-region ID
|
|
8670
8670
|
Note: This field may return `null`, indicating that no valid value can be obtained.
|
|
8671
8671
|
:type ClientRegionRelation: list of RegionMapRelation
|
|
8672
|
-
:param _RequestId: The unique request ID,
|
|
8672
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
8673
8673
|
:type RequestId: str
|
|
8674
8674
|
"""
|
|
8675
8675
|
self._MapInfoList = None
|
|
@@ -8714,7 +8714,7 @@ Note: This field may return `null`, indicating that no valid value can be obtain
|
|
|
8714
8714
|
|
|
8715
8715
|
@property
|
|
8716
8716
|
def RequestId(self):
|
|
8717
|
-
"""The unique request ID,
|
|
8717
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
8718
8718
|
:rtype: str
|
|
8719
8719
|
"""
|
|
8720
8720
|
return self._RequestId
|
|
@@ -8961,7 +8961,7 @@ class DescribeOriginDataResponse(AbstractModel):
|
|
|
8961
8961
|
:type Interval: str
|
|
8962
8962
|
:param _Data: Origin-pull data details of each resource.
|
|
8963
8963
|
:type Data: list of ResourceOriginData
|
|
8964
|
-
:param _RequestId: The unique request ID,
|
|
8964
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
8965
8965
|
:type RequestId: str
|
|
8966
8966
|
"""
|
|
8967
8967
|
self._Interval = None
|
|
@@ -8992,7 +8992,7 @@ class DescribeOriginDataResponse(AbstractModel):
|
|
|
8992
8992
|
|
|
8993
8993
|
@property
|
|
8994
8994
|
def RequestId(self):
|
|
8995
|
-
"""The unique request ID,
|
|
8995
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
8996
8996
|
:rtype: str
|
|
8997
8997
|
"""
|
|
8998
8998
|
return self._RequestId
|
|
@@ -9131,7 +9131,7 @@ If you incur any usage when switching the billing mode, the new mode will take e
|
|
|
9131
9131
|
`flux_sep`: Bill by dynamic and static traffic separately
|
|
9132
9132
|
`bandwidth_sep`: Bill by dynamic and static bandwidth separately
|
|
9133
9133
|
:type CurrentPayType: str
|
|
9134
|
-
:param _RequestId: The unique request ID,
|
|
9134
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
9135
9135
|
:type RequestId: str
|
|
9136
9136
|
"""
|
|
9137
9137
|
self._PayType = None
|
|
@@ -9219,7 +9219,7 @@ If you incur any usage when switching the billing mode, the new mode will take e
|
|
|
9219
9219
|
|
|
9220
9220
|
@property
|
|
9221
9221
|
def RequestId(self):
|
|
9222
|
-
"""The unique request ID,
|
|
9222
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
9223
9223
|
:rtype: str
|
|
9224
9224
|
"""
|
|
9225
9225
|
return self._RequestId
|
|
@@ -9255,7 +9255,7 @@ class DescribePurgeQuotaResponse(AbstractModel):
|
|
|
9255
9255
|
:type UrlPurge: list of Quota
|
|
9256
9256
|
:param _PathPurge: Directory purge usage and quota.
|
|
9257
9257
|
:type PathPurge: list of Quota
|
|
9258
|
-
:param _RequestId: The unique request ID,
|
|
9258
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
9259
9259
|
:type RequestId: str
|
|
9260
9260
|
"""
|
|
9261
9261
|
self._UrlPurge = None
|
|
@@ -9286,7 +9286,7 @@ class DescribePurgeQuotaResponse(AbstractModel):
|
|
|
9286
9286
|
|
|
9287
9287
|
@property
|
|
9288
9288
|
def RequestId(self):
|
|
9289
|
-
"""The unique request ID,
|
|
9289
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
9290
9290
|
:rtype: str
|
|
9291
9291
|
"""
|
|
9292
9292
|
return self._RequestId
|
|
@@ -9499,7 +9499,7 @@ Note: This field may return `null`, indicating that no valid value can be obtain
|
|
|
9499
9499
|
:param _TotalCount: Total number of tasks, which is used for pagination.
|
|
9500
9500
|
Note: This field may return `null`, indicating that no valid value can be obtained.
|
|
9501
9501
|
:type TotalCount: int
|
|
9502
|
-
:param _RequestId: The unique request ID,
|
|
9502
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
9503
9503
|
:type RequestId: str
|
|
9504
9504
|
"""
|
|
9505
9505
|
self._PurgeLogs = None
|
|
@@ -9532,7 +9532,7 @@ Note: This field may return `null`, indicating that no valid value can be obtain
|
|
|
9532
9532
|
|
|
9533
9533
|
@property
|
|
9534
9534
|
def RequestId(self):
|
|
9535
|
-
"""The unique request ID,
|
|
9535
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
9536
9536
|
:rtype: str
|
|
9537
9537
|
"""
|
|
9538
9538
|
return self._RequestId
|
|
@@ -9568,7 +9568,7 @@ class DescribePushQuotaResponse(AbstractModel):
|
|
|
9568
9568
|
r"""
|
|
9569
9569
|
:param _UrlPush: URL prefetch usage and quota.
|
|
9570
9570
|
:type UrlPush: list of Quota
|
|
9571
|
-
:param _RequestId: The unique request ID,
|
|
9571
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
9572
9572
|
:type RequestId: str
|
|
9573
9573
|
"""
|
|
9574
9574
|
self._UrlPush = None
|
|
@@ -9587,7 +9587,7 @@ class DescribePushQuotaResponse(AbstractModel):
|
|
|
9587
9587
|
|
|
9588
9588
|
@property
|
|
9589
9589
|
def RequestId(self):
|
|
9590
|
-
"""The unique request ID,
|
|
9590
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
9591
9591
|
:rtype: str
|
|
9592
9592
|
"""
|
|
9593
9593
|
return self._RequestId
|
|
@@ -9777,7 +9777,7 @@ Note: This field may return `null`, indicating that no valid value can be obtain
|
|
|
9777
9777
|
:param _TotalCount: Total number of tasks, which is used for pagination.
|
|
9778
9778
|
Note: This field may return `null`, indicating that no valid value can be obtained.
|
|
9779
9779
|
:type TotalCount: int
|
|
9780
|
-
:param _RequestId: The unique request ID,
|
|
9780
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
9781
9781
|
:type RequestId: str
|
|
9782
9782
|
"""
|
|
9783
9783
|
self._PushLogs = None
|
|
@@ -9810,7 +9810,7 @@ Note: This field may return `null`, indicating that no valid value can be obtain
|
|
|
9810
9810
|
|
|
9811
9811
|
@property
|
|
9812
9812
|
def RequestId(self):
|
|
9813
|
-
"""The unique request ID,
|
|
9813
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
9814
9814
|
:rtype: str
|
|
9815
9815
|
"""
|
|
9816
9816
|
return self._RequestId
|
|
@@ -9990,7 +9990,7 @@ class DescribeReportDataResponse(AbstractModel):
|
|
|
9990
9990
|
:type DomainReport: list of ReportData
|
|
9991
9991
|
:param _ProjectReport: Project-level data details
|
|
9992
9992
|
:type ProjectReport: list of ReportData
|
|
9993
|
-
:param _RequestId: The unique request ID,
|
|
9993
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
9994
9994
|
:type RequestId: str
|
|
9995
9995
|
"""
|
|
9996
9996
|
self._DomainReport = None
|
|
@@ -10021,7 +10021,7 @@ class DescribeReportDataResponse(AbstractModel):
|
|
|
10021
10021
|
|
|
10022
10022
|
@property
|
|
10023
10023
|
def RequestId(self):
|
|
10024
|
-
"""The unique request ID,
|
|
10024
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
10025
10025
|
:rtype: str
|
|
10026
10026
|
"""
|
|
10027
10027
|
return self._RequestId
|
|
@@ -10125,7 +10125,7 @@ Note: This field may return `null`, indicating that no valid value can be obtain
|
|
|
10125
10125
|
:type UrlRecordList: list of ViolationUrl
|
|
10126
10126
|
:param _TotalCount: Total number of records, which is used for pagination.
|
|
10127
10127
|
:type TotalCount: int
|
|
10128
|
-
:param _RequestId: The unique request ID,
|
|
10128
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
10129
10129
|
:type RequestId: str
|
|
10130
10130
|
"""
|
|
10131
10131
|
self._UrlRecordList = None
|
|
@@ -10157,7 +10157,7 @@ Note: This field may return `null`, indicating that no valid value can be obtain
|
|
|
10157
10157
|
|
|
10158
10158
|
@property
|
|
10159
10159
|
def RequestId(self):
|
|
10160
|
-
"""The unique request ID,
|
|
10160
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
10161
10161
|
:rtype: str
|
|
10162
10162
|
"""
|
|
10163
10163
|
return self._RequestId
|
|
@@ -11516,7 +11516,7 @@ Note: this field may return `null`, indicating that no valid values can be obtai
|
|
|
11516
11516
|
:param _TaskId: Task ID
|
|
11517
11517
|
Note: This field may return `null`, indicating that no valid value can be obtained.
|
|
11518
11518
|
:type TaskId: str
|
|
11519
|
-
:param _RequestId: The unique request ID,
|
|
11519
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
11520
11520
|
:type RequestId: str
|
|
11521
11521
|
"""
|
|
11522
11522
|
self._CacheOptResult = None
|
|
@@ -11549,7 +11549,7 @@ Note: This field may return `null`, indicating that no valid value can be obtain
|
|
|
11549
11549
|
|
|
11550
11550
|
@property
|
|
11551
11551
|
def RequestId(self):
|
|
11552
|
-
"""The unique request ID,
|
|
11552
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
11553
11553
|
:rtype: str
|
|
11554
11554
|
"""
|
|
11555
11555
|
return self._RequestId
|
|
@@ -11640,14 +11640,14 @@ class DisableClsLogTopicResponse(AbstractModel):
|
|
|
11640
11640
|
|
|
11641
11641
|
def __init__(self):
|
|
11642
11642
|
r"""
|
|
11643
|
-
:param _RequestId: The unique request ID,
|
|
11643
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
11644
11644
|
:type RequestId: str
|
|
11645
11645
|
"""
|
|
11646
11646
|
self._RequestId = None
|
|
11647
11647
|
|
|
11648
11648
|
@property
|
|
11649
11649
|
def RequestId(self):
|
|
11650
|
-
"""The unique request ID,
|
|
11650
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
11651
11651
|
:rtype: str
|
|
11652
11652
|
"""
|
|
11653
11653
|
return self._RequestId
|
|
@@ -12045,7 +12045,7 @@ Note: this field may return `null`, indicating that no valid values can be obtai
|
|
|
12045
12045
|
:param _TaskId: Task ID
|
|
12046
12046
|
Note: This field may return `null`, indicating that no valid value can be obtained.
|
|
12047
12047
|
:type TaskId: str
|
|
12048
|
-
:param _RequestId: The unique request ID,
|
|
12048
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
12049
12049
|
:type RequestId: str
|
|
12050
12050
|
"""
|
|
12051
12051
|
self._CacheOptResult = None
|
|
@@ -12078,7 +12078,7 @@ Note: This field may return `null`, indicating that no valid value can be obtain
|
|
|
12078
12078
|
|
|
12079
12079
|
@property
|
|
12080
12080
|
def RequestId(self):
|
|
12081
|
-
"""The unique request ID,
|
|
12081
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
12082
12082
|
:rtype: str
|
|
12083
12083
|
"""
|
|
12084
12084
|
return self._RequestId
|
|
@@ -12169,14 +12169,14 @@ class EnableClsLogTopicResponse(AbstractModel):
|
|
|
12169
12169
|
|
|
12170
12170
|
def __init__(self):
|
|
12171
12171
|
r"""
|
|
12172
|
-
:param _RequestId: The unique request ID,
|
|
12172
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
12173
12173
|
:type RequestId: str
|
|
12174
12174
|
"""
|
|
12175
12175
|
self._RequestId = None
|
|
12176
12176
|
|
|
12177
12177
|
@property
|
|
12178
12178
|
def RequestId(self):
|
|
12179
|
-
"""The unique request ID,
|
|
12179
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
12180
12180
|
:rtype: str
|
|
12181
12181
|
"""
|
|
12182
12182
|
return self._RequestId
|
|
@@ -12689,7 +12689,7 @@ Note: This field may return `null`, indicating that no valid value can be obtain
|
|
|
12689
12689
|
:param _TotalCount: Total number of tasks, which is used for pagination.
|
|
12690
12690
|
Note: This field may return `null`, indicating that no valid value can be obtained.
|
|
12691
12691
|
:type TotalCount: int
|
|
12692
|
-
:param _RequestId: The unique request ID,
|
|
12692
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
12693
12693
|
:type RequestId: str
|
|
12694
12694
|
"""
|
|
12695
12695
|
self._UrlRecordList = None
|
|
@@ -12722,7 +12722,7 @@ Note: This field may return `null`, indicating that no valid value can be obtain
|
|
|
12722
12722
|
|
|
12723
12723
|
@property
|
|
12724
12724
|
def RequestId(self):
|
|
12725
|
-
"""The unique request ID,
|
|
12725
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
12726
12726
|
:rtype: str
|
|
12727
12727
|
"""
|
|
12728
12728
|
return self._RequestId
|
|
@@ -14362,7 +14362,7 @@ Note: this field may return `null`, indicating that no valid values can be obtai
|
|
|
14362
14362
|
:param _ExtraLogset: Information on logsets in regions except Shanghai
|
|
14363
14363
|
Note: this field may return `null`, indicating that no valid values can be obtained.
|
|
14364
14364
|
:type ExtraLogset: list of ExtraLogset
|
|
14365
|
-
:param _RequestId: The unique request ID,
|
|
14365
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
14366
14366
|
:type RequestId: str
|
|
14367
14367
|
"""
|
|
14368
14368
|
self._Logset = None
|
|
@@ -14407,7 +14407,7 @@ Note: this field may return `null`, indicating that no valid values can be obtai
|
|
|
14407
14407
|
|
|
14408
14408
|
@property
|
|
14409
14409
|
def RequestId(self):
|
|
14410
|
-
"""The unique request ID,
|
|
14410
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
14411
14411
|
:rtype: str
|
|
14412
14412
|
"""
|
|
14413
14413
|
return self._RequestId
|
|
@@ -14524,7 +14524,7 @@ class ListClsTopicDomainsResponse(AbstractModel):
|
|
|
14524
14524
|
:param _UpdateTime: Last modified time of log topic
|
|
14525
14525
|
Note: This field may return `null`, indicating that no valid value can be obtained.
|
|
14526
14526
|
:type UpdateTime: str
|
|
14527
|
-
:param _RequestId: The unique request ID,
|
|
14527
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
14528
14528
|
:type RequestId: str
|
|
14529
14529
|
"""
|
|
14530
14530
|
self._AppId = None
|
|
@@ -14616,7 +14616,7 @@ Note: This field may return `null`, indicating that no valid value can be obtain
|
|
|
14616
14616
|
|
|
14617
14617
|
@property
|
|
14618
14618
|
def RequestId(self):
|
|
14619
|
-
"""The unique request ID,
|
|
14619
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
14620
14620
|
:rtype: str
|
|
14621
14621
|
"""
|
|
14622
14622
|
return self._RequestId
|
|
@@ -14910,7 +14910,7 @@ class ListTopDataResponse(AbstractModel):
|
|
|
14910
14910
|
r"""
|
|
14911
14911
|
:param _Data: Top access data details of each resource
|
|
14912
14912
|
:type Data: list of TopData
|
|
14913
|
-
:param _RequestId: The unique request ID,
|
|
14913
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
14914
14914
|
:type RequestId: str
|
|
14915
14915
|
"""
|
|
14916
14916
|
self._Data = None
|
|
@@ -14929,7 +14929,7 @@ class ListTopDataResponse(AbstractModel):
|
|
|
14929
14929
|
|
|
14930
14930
|
@property
|
|
14931
14931
|
def RequestId(self):
|
|
14932
|
-
"""The unique request ID,
|
|
14932
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
14933
14933
|
:rtype: str
|
|
14934
14934
|
"""
|
|
14935
14935
|
return self._RequestId
|
|
@@ -15776,14 +15776,14 @@ class ManageClsTopicDomainsResponse(AbstractModel):
|
|
|
15776
15776
|
|
|
15777
15777
|
def __init__(self):
|
|
15778
15778
|
r"""
|
|
15779
|
-
:param _RequestId: The unique request ID,
|
|
15779
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
15780
15780
|
:type RequestId: str
|
|
15781
15781
|
"""
|
|
15782
15782
|
self._RequestId = None
|
|
15783
15783
|
|
|
15784
15784
|
@property
|
|
15785
15785
|
def RequestId(self):
|
|
15786
|
-
"""The unique request ID,
|
|
15786
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
15787
15787
|
:rtype: str
|
|
15788
15788
|
"""
|
|
15789
15789
|
return self._RequestId
|
|
@@ -16164,14 +16164,14 @@ class ModifyDomainConfigResponse(AbstractModel):
|
|
|
16164
16164
|
|
|
16165
16165
|
def __init__(self):
|
|
16166
16166
|
r"""
|
|
16167
|
-
:param _RequestId: The unique request ID,
|
|
16167
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
16168
16168
|
:type RequestId: str
|
|
16169
16169
|
"""
|
|
16170
16170
|
self._RequestId = None
|
|
16171
16171
|
|
|
16172
16172
|
@property
|
|
16173
16173
|
def RequestId(self):
|
|
16174
|
-
"""The unique request ID,
|
|
16174
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
16175
16175
|
:rtype: str
|
|
16176
16176
|
"""
|
|
16177
16177
|
return self._RequestId
|
|
@@ -18145,7 +18145,7 @@ class PurgePathCacheResponse(AbstractModel):
|
|
|
18145
18145
|
r"""
|
|
18146
18146
|
:param _TaskId: Purge task ID. Directories submitted in one request share a task ID.
|
|
18147
18147
|
:type TaskId: str
|
|
18148
|
-
:param _RequestId: The unique request ID,
|
|
18148
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
18149
18149
|
:type RequestId: str
|
|
18150
18150
|
"""
|
|
18151
18151
|
self._TaskId = None
|
|
@@ -18164,7 +18164,7 @@ class PurgePathCacheResponse(AbstractModel):
|
|
|
18164
18164
|
|
|
18165
18165
|
@property
|
|
18166
18166
|
def RequestId(self):
|
|
18167
|
-
"""The unique request ID,
|
|
18167
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
18168
18168
|
:rtype: str
|
|
18169
18169
|
"""
|
|
18170
18170
|
return self._RequestId
|
|
@@ -18387,7 +18387,7 @@ class PurgeUrlsCacheResponse(AbstractModel):
|
|
|
18387
18387
|
r"""
|
|
18388
18388
|
:param _TaskId: Purge task ID. URLs submitted in one request share a task ID.
|
|
18389
18389
|
:type TaskId: str
|
|
18390
|
-
:param _RequestId: The unique request ID,
|
|
18390
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
18391
18391
|
:type RequestId: str
|
|
18392
18392
|
"""
|
|
18393
18393
|
self._TaskId = None
|
|
@@ -18406,7 +18406,7 @@ class PurgeUrlsCacheResponse(AbstractModel):
|
|
|
18406
18406
|
|
|
18407
18407
|
@property
|
|
18408
18408
|
def RequestId(self):
|
|
18409
|
-
"""The unique request ID,
|
|
18409
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
18410
18410
|
:rtype: str
|
|
18411
18411
|
"""
|
|
18412
18412
|
return self._RequestId
|
|
@@ -18742,7 +18742,7 @@ class PushUrlsCacheResponse(AbstractModel):
|
|
|
18742
18742
|
r"""
|
|
18743
18743
|
:param _TaskId: ID of the submitted task
|
|
18744
18744
|
:type TaskId: str
|
|
18745
|
-
:param _RequestId: The unique request ID,
|
|
18745
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
18746
18746
|
:type RequestId: str
|
|
18747
18747
|
"""
|
|
18748
18748
|
self._TaskId = None
|
|
@@ -18761,7 +18761,7 @@ class PushUrlsCacheResponse(AbstractModel):
|
|
|
18761
18761
|
|
|
18762
18762
|
@property
|
|
18763
18763
|
def RequestId(self):
|
|
18764
|
-
"""The unique request ID,
|
|
18764
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
18765
18765
|
:rtype: str
|
|
18766
18766
|
"""
|
|
18767
18767
|
return self._RequestId
|
|
@@ -21889,7 +21889,7 @@ class SearchClsLogResponse(AbstractModel):
|
|
|
21889
21889
|
r"""
|
|
21890
21890
|
:param _Logs: Query results
|
|
21891
21891
|
:type Logs: :class:`tencentcloud.cdn.v20180606.models.ClsSearchLogs`
|
|
21892
|
-
:param _RequestId: The unique request ID,
|
|
21892
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
21893
21893
|
:type RequestId: str
|
|
21894
21894
|
"""
|
|
21895
21895
|
self._Logs = None
|
|
@@ -21908,7 +21908,7 @@ class SearchClsLogResponse(AbstractModel):
|
|
|
21908
21908
|
|
|
21909
21909
|
@property
|
|
21910
21910
|
def RequestId(self):
|
|
21911
|
-
"""The unique request ID,
|
|
21911
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
21912
21912
|
:rtype: str
|
|
21913
21913
|
"""
|
|
21914
21914
|
return self._RequestId
|
|
@@ -22644,14 +22644,14 @@ class StartCdnDomainResponse(AbstractModel):
|
|
|
22644
22644
|
|
|
22645
22645
|
def __init__(self):
|
|
22646
22646
|
r"""
|
|
22647
|
-
:param _RequestId: The unique request ID,
|
|
22647
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
22648
22648
|
:type RequestId: str
|
|
22649
22649
|
"""
|
|
22650
22650
|
self._RequestId = None
|
|
22651
22651
|
|
|
22652
22652
|
@property
|
|
22653
22653
|
def RequestId(self):
|
|
22654
|
-
"""The unique request ID,
|
|
22654
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
22655
22655
|
:rtype: str
|
|
22656
22656
|
"""
|
|
22657
22657
|
return self._RequestId
|
|
@@ -23007,14 +23007,14 @@ class StopCdnDomainResponse(AbstractModel):
|
|
|
23007
23007
|
|
|
23008
23008
|
def __init__(self):
|
|
23009
23009
|
r"""
|
|
23010
|
-
:param _RequestId: The unique request ID,
|
|
23010
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
23011
23011
|
:type RequestId: str
|
|
23012
23012
|
"""
|
|
23013
23013
|
self._RequestId = None
|
|
23014
23014
|
|
|
23015
23015
|
@property
|
|
23016
23016
|
def RequestId(self):
|
|
23017
|
-
"""The unique request ID,
|
|
23017
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
23018
23018
|
:rtype: str
|
|
23019
23019
|
"""
|
|
23020
23020
|
return self._RequestId
|
|
@@ -24334,14 +24334,14 @@ class UpdateDomainConfigResponse(AbstractModel):
|
|
|
24334
24334
|
|
|
24335
24335
|
def __init__(self):
|
|
24336
24336
|
r"""
|
|
24337
|
-
:param _RequestId: The unique request ID,
|
|
24337
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
24338
24338
|
:type RequestId: str
|
|
24339
24339
|
"""
|
|
24340
24340
|
self._RequestId = None
|
|
24341
24341
|
|
|
24342
24342
|
@property
|
|
24343
24343
|
def RequestId(self):
|
|
24344
|
-
"""The unique request ID,
|
|
24344
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
24345
24345
|
:rtype: str
|
|
24346
24346
|
"""
|
|
24347
24347
|
return self._RequestId
|
|
@@ -24413,14 +24413,14 @@ class UpdatePayTypeResponse(AbstractModel):
|
|
|
24413
24413
|
|
|
24414
24414
|
def __init__(self):
|
|
24415
24415
|
r"""
|
|
24416
|
-
:param _RequestId: The unique request ID,
|
|
24416
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
24417
24417
|
:type RequestId: str
|
|
24418
24418
|
"""
|
|
24419
24419
|
self._RequestId = None
|
|
24420
24420
|
|
|
24421
24421
|
@property
|
|
24422
24422
|
def RequestId(self):
|
|
24423
|
-
"""The unique request ID,
|
|
24423
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
24424
24424
|
:rtype: str
|
|
24425
24425
|
"""
|
|
24426
24426
|
return self._RequestId
|
|
@@ -24564,7 +24564,7 @@ class UpdateScdnDomainResponse(AbstractModel):
|
|
|
24564
24564
|
r"""
|
|
24565
24565
|
:param _Result: Result of the request. `Success` indicates that the configurations are updated.
|
|
24566
24566
|
:type Result: str
|
|
24567
|
-
:param _RequestId: The unique request ID,
|
|
24567
|
+
:param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
24568
24568
|
:type RequestId: str
|
|
24569
24569
|
"""
|
|
24570
24570
|
self._Result = None
|
|
@@ -24583,7 +24583,7 @@ class UpdateScdnDomainResponse(AbstractModel):
|
|
|
24583
24583
|
|
|
24584
24584
|
@property
|
|
24585
24585
|
def RequestId(self):
|
|
24586
|
-
"""The unique request ID,
|
|
24586
|
+
"""The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
24587
24587
|
:rtype: str
|
|
24588
24588
|
"""
|
|
24589
24589
|
return self._RequestId
|