tencentcloud-sdk-python-intl-en 3.0.1081__py2.py3-none-any.whl → 3.0.1082__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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/cdb/v20170320/cdb_client.py +0 -27
- tencentcloud/cdb/v20170320/models.py +266 -395
- tencentcloud/dc/v20180410/models.py +2 -2
- tencentcloud/mariadb/v20170312/mariadb_client.py +1 -1
- tencentcloud/mariadb/v20170312/models.py +132 -132
- tencentcloud/msp/v20180319/models.py +14 -14
- tencentcloud/trtc/v20190722/models.py +30 -0
- {tencentcloud_sdk_python_intl_en-3.0.1081.dist-info → tencentcloud_sdk_python_intl_en-3.0.1082.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python_intl_en-3.0.1081.dist-info → tencentcloud_sdk_python_intl_en-3.0.1082.dist-info}/RECORD +12 -12
- {tencentcloud_sdk_python_intl_en-3.0.1081.dist-info → tencentcloud_sdk_python_intl_en-3.0.1082.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_intl_en-3.0.1081.dist-info → tencentcloud_sdk_python_intl_en-3.0.1082.dist-info}/top_level.txt +0 -0
|
@@ -142,14 +142,14 @@ class AssociateSecurityGroupsResponse(AbstractModel):
|
|
|
142
142
|
|
|
143
143
|
def __init__(self):
|
|
144
144
|
r"""
|
|
145
|
-
:param _RequestId: The unique request ID,
|
|
145
|
+
: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.
|
|
146
146
|
:type RequestId: str
|
|
147
147
|
"""
|
|
148
148
|
self._RequestId = None
|
|
149
149
|
|
|
150
150
|
@property
|
|
151
151
|
def RequestId(self):
|
|
152
|
-
"""The unique request ID,
|
|
152
|
+
"""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.
|
|
153
153
|
:rtype: str
|
|
154
154
|
"""
|
|
155
155
|
return self._RequestId
|
|
@@ -208,7 +208,7 @@ class CancelDcnJobResponse(AbstractModel):
|
|
|
208
208
|
r"""
|
|
209
209
|
:param _FlowId: Task ID
|
|
210
210
|
:type FlowId: int
|
|
211
|
-
:param _RequestId: The unique request ID,
|
|
211
|
+
: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.
|
|
212
212
|
:type RequestId: str
|
|
213
213
|
"""
|
|
214
214
|
self._FlowId = None
|
|
@@ -227,7 +227,7 @@ class CancelDcnJobResponse(AbstractModel):
|
|
|
227
227
|
|
|
228
228
|
@property
|
|
229
229
|
def RequestId(self):
|
|
230
|
-
"""The unique request ID,
|
|
230
|
+
"""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.
|
|
231
231
|
:rtype: str
|
|
232
232
|
"""
|
|
233
233
|
return self._RequestId
|
|
@@ -362,7 +362,7 @@ class CloneAccountResponse(AbstractModel):
|
|
|
362
362
|
r"""
|
|
363
363
|
:param _FlowId: Async task flow ID.
|
|
364
364
|
:type FlowId: int
|
|
365
|
-
:param _RequestId: The unique request ID,
|
|
365
|
+
: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.
|
|
366
366
|
:type RequestId: str
|
|
367
367
|
"""
|
|
368
368
|
self._FlowId = None
|
|
@@ -381,7 +381,7 @@ class CloneAccountResponse(AbstractModel):
|
|
|
381
381
|
|
|
382
382
|
@property
|
|
383
383
|
def RequestId(self):
|
|
384
|
-
"""The unique request ID,
|
|
384
|
+
"""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.
|
|
385
385
|
:rtype: str
|
|
386
386
|
"""
|
|
387
387
|
return self._RequestId
|
|
@@ -456,7 +456,7 @@ class CloseDBExtranetAccessResponse(AbstractModel):
|
|
|
456
456
|
r"""
|
|
457
457
|
:param _FlowId: Async task ID. The task status can be queried through the `DescribeFlow` API.
|
|
458
458
|
:type FlowId: int
|
|
459
|
-
:param _RequestId: The unique request ID,
|
|
459
|
+
: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.
|
|
460
460
|
:type RequestId: str
|
|
461
461
|
"""
|
|
462
462
|
self._FlowId = None
|
|
@@ -475,7 +475,7 @@ class CloseDBExtranetAccessResponse(AbstractModel):
|
|
|
475
475
|
|
|
476
476
|
@property
|
|
477
477
|
def RequestId(self):
|
|
478
|
-
"""The unique request ID,
|
|
478
|
+
"""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.
|
|
479
479
|
:rtype: str
|
|
480
480
|
"""
|
|
481
481
|
return self._RequestId
|
|
@@ -755,14 +755,14 @@ class CopyAccountPrivilegesResponse(AbstractModel):
|
|
|
755
755
|
|
|
756
756
|
def __init__(self):
|
|
757
757
|
r"""
|
|
758
|
-
:param _RequestId: The unique request ID,
|
|
758
|
+
: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.
|
|
759
759
|
:type RequestId: str
|
|
760
760
|
"""
|
|
761
761
|
self._RequestId = None
|
|
762
762
|
|
|
763
763
|
@property
|
|
764
764
|
def RequestId(self):
|
|
765
|
-
"""The unique request ID,
|
|
765
|
+
"""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.
|
|
766
766
|
:rtype: str
|
|
767
767
|
"""
|
|
768
768
|
return self._RequestId
|
|
@@ -947,7 +947,7 @@ class CreateAccountResponse(AbstractModel):
|
|
|
947
947
|
:type Host: str
|
|
948
948
|
:param _ReadOnly: Passed through from the input parameters.
|
|
949
949
|
:type ReadOnly: int
|
|
950
|
-
:param _RequestId: The unique request ID,
|
|
950
|
+
: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.
|
|
951
951
|
:type RequestId: str
|
|
952
952
|
"""
|
|
953
953
|
self._InstanceId = None
|
|
@@ -1002,7 +1002,7 @@ class CreateAccountResponse(AbstractModel):
|
|
|
1002
1002
|
|
|
1003
1003
|
@property
|
|
1004
1004
|
def RequestId(self):
|
|
1005
|
-
"""The unique request ID,
|
|
1005
|
+
"""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.
|
|
1006
1006
|
:rtype: str
|
|
1007
1007
|
"""
|
|
1008
1008
|
return self._RequestId
|
|
@@ -1370,7 +1370,7 @@ class CreateDBInstanceResponse(AbstractModel):
|
|
|
1370
1370
|
:param _InstanceIds: IDs of the instances you have purchased in this order. If no instance IDs are returned, you can query them with the `DescribeOrders` API. You can also use the `DescribeDBInstances` API to check whether an instance has been created successfully.
|
|
1371
1371
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1372
1372
|
:type InstanceIds: list of str
|
|
1373
|
-
:param _RequestId: The unique request ID,
|
|
1373
|
+
: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.
|
|
1374
1374
|
:type RequestId: str
|
|
1375
1375
|
"""
|
|
1376
1376
|
self._DealName = None
|
|
@@ -1403,7 +1403,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
1403
1403
|
|
|
1404
1404
|
@property
|
|
1405
1405
|
def RequestId(self):
|
|
1406
|
-
"""The unique request ID,
|
|
1406
|
+
"""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.
|
|
1407
1407
|
:rtype: str
|
|
1408
1408
|
"""
|
|
1409
1409
|
return self._RequestId
|
|
@@ -1740,7 +1740,7 @@ Note: this field may return `null`, indicating that no valid values can be obtai
|
|
|
1740
1740
|
:param _FlowId: Async task ID, which can be used in the [DescribeFlow](https://www.tencentcloud.com/document/product/237/16177) API to query the async task result.
|
|
1741
1741
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
1742
1742
|
:type FlowId: int
|
|
1743
|
-
:param _RequestId: The unique request ID,
|
|
1743
|
+
: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.
|
|
1744
1744
|
:type RequestId: str
|
|
1745
1745
|
"""
|
|
1746
1746
|
self._DealName = None
|
|
@@ -1786,7 +1786,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
1786
1786
|
|
|
1787
1787
|
@property
|
|
1788
1788
|
def RequestId(self):
|
|
1789
|
-
"""The unique request ID,
|
|
1789
|
+
"""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.
|
|
1790
1790
|
:rtype: str
|
|
1791
1791
|
"""
|
|
1792
1792
|
return self._RequestId
|
|
@@ -3753,14 +3753,14 @@ class DeleteAccountResponse(AbstractModel):
|
|
|
3753
3753
|
|
|
3754
3754
|
def __init__(self):
|
|
3755
3755
|
r"""
|
|
3756
|
-
:param _RequestId: The unique request ID,
|
|
3756
|
+
: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.
|
|
3757
3757
|
:type RequestId: str
|
|
3758
3758
|
"""
|
|
3759
3759
|
self._RequestId = None
|
|
3760
3760
|
|
|
3761
3761
|
@property
|
|
3762
3762
|
def RequestId(self):
|
|
3763
|
-
"""The unique request ID,
|
|
3763
|
+
"""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.
|
|
3764
3764
|
:rtype: str
|
|
3765
3765
|
"""
|
|
3766
3766
|
return self._RequestId
|
|
@@ -3915,7 +3915,7 @@ class DescribeAccountPrivilegesResponse(AbstractModel):
|
|
|
3915
3915
|
:type UserName: str
|
|
3916
3916
|
:param _Host: Database account host
|
|
3917
3917
|
:type Host: str
|
|
3918
|
-
:param _RequestId: The unique request ID,
|
|
3918
|
+
: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.
|
|
3919
3919
|
:type RequestId: str
|
|
3920
3920
|
"""
|
|
3921
3921
|
self._InstanceId = None
|
|
@@ -3970,7 +3970,7 @@ class DescribeAccountPrivilegesResponse(AbstractModel):
|
|
|
3970
3970
|
|
|
3971
3971
|
@property
|
|
3972
3972
|
def RequestId(self):
|
|
3973
|
-
"""The unique request ID,
|
|
3973
|
+
"""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.
|
|
3974
3974
|
:rtype: str
|
|
3975
3975
|
"""
|
|
3976
3976
|
return self._RequestId
|
|
@@ -4035,7 +4035,7 @@ class DescribeAccountsResponse(AbstractModel):
|
|
|
4035
4035
|
:type InstanceId: str
|
|
4036
4036
|
:param _Users: Instance user list.
|
|
4037
4037
|
:type Users: list of DBAccount
|
|
4038
|
-
:param _RequestId: The unique request ID,
|
|
4038
|
+
: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.
|
|
4039
4039
|
:type RequestId: str
|
|
4040
4040
|
"""
|
|
4041
4041
|
self._InstanceId = None
|
|
@@ -4066,7 +4066,7 @@ class DescribeAccountsResponse(AbstractModel):
|
|
|
4066
4066
|
|
|
4067
4067
|
@property
|
|
4068
4068
|
def RequestId(self):
|
|
4069
|
-
"""The unique request ID,
|
|
4069
|
+
"""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.
|
|
4070
4070
|
:rtype: str
|
|
4071
4071
|
"""
|
|
4072
4072
|
return self._RequestId
|
|
@@ -4239,7 +4239,7 @@ class DescribeBackupFilesResponse(AbstractModel):
|
|
|
4239
4239
|
:type Files: list of InstanceBackupFileItem
|
|
4240
4240
|
:param _TotalCount: Total number
|
|
4241
4241
|
:type TotalCount: int
|
|
4242
|
-
:param _RequestId: The unique request ID,
|
|
4242
|
+
: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.
|
|
4243
4243
|
:type RequestId: str
|
|
4244
4244
|
"""
|
|
4245
4245
|
self._Files = None
|
|
@@ -4270,7 +4270,7 @@ class DescribeBackupFilesResponse(AbstractModel):
|
|
|
4270
4270
|
|
|
4271
4271
|
@property
|
|
4272
4272
|
def RequestId(self):
|
|
4273
|
-
"""The unique request ID,
|
|
4273
|
+
"""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.
|
|
4274
4274
|
:rtype: str
|
|
4275
4275
|
"""
|
|
4276
4276
|
return self._RequestId
|
|
@@ -4340,7 +4340,7 @@ class DescribeDBEncryptAttributesResponse(AbstractModel):
|
|
|
4340
4340
|
:type CipherText: str
|
|
4341
4341
|
:param _ExpireDate: DEK key expiration date
|
|
4342
4342
|
:type ExpireDate: str
|
|
4343
|
-
:param _RequestId: The unique request ID,
|
|
4343
|
+
: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.
|
|
4344
4344
|
:type RequestId: str
|
|
4345
4345
|
"""
|
|
4346
4346
|
self._EncryptStatus = None
|
|
@@ -4383,7 +4383,7 @@ class DescribeDBEncryptAttributesResponse(AbstractModel):
|
|
|
4383
4383
|
|
|
4384
4384
|
@property
|
|
4385
4385
|
def RequestId(self):
|
|
4386
|
-
"""The unique request ID,
|
|
4386
|
+
"""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.
|
|
4387
4387
|
:rtype: str
|
|
4388
4388
|
"""
|
|
4389
4389
|
return self._RequestId
|
|
@@ -4576,7 +4576,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
4576
4576
|
:type ReservedNetResources: list of ReservedNetResource
|
|
4577
4577
|
:param _IsPhysicalReplicationSupported: Whether physical replication is supported.
|
|
4578
4578
|
:type IsPhysicalReplicationSupported: bool
|
|
4579
|
-
:param _RequestId: The unique request ID,
|
|
4579
|
+
: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.
|
|
4580
4580
|
:type RequestId: str
|
|
4581
4581
|
"""
|
|
4582
4582
|
self._InstanceId = None
|
|
@@ -5286,7 +5286,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
5286
5286
|
|
|
5287
5287
|
@property
|
|
5288
5288
|
def RequestId(self):
|
|
5289
|
-
"""The unique request ID,
|
|
5289
|
+
"""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.
|
|
5290
5290
|
:rtype: str
|
|
5291
5291
|
"""
|
|
5292
5292
|
return self._RequestId
|
|
@@ -5693,7 +5693,7 @@ class DescribeDBInstancesResponse(AbstractModel):
|
|
|
5693
5693
|
:type TotalCount: int
|
|
5694
5694
|
:param _Instances: Instance details list
|
|
5695
5695
|
:type Instances: list of DBInstance
|
|
5696
|
-
:param _RequestId: The unique request ID,
|
|
5696
|
+
: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.
|
|
5697
5697
|
:type RequestId: str
|
|
5698
5698
|
"""
|
|
5699
5699
|
self._TotalCount = None
|
|
@@ -5724,7 +5724,7 @@ class DescribeDBInstancesResponse(AbstractModel):
|
|
|
5724
5724
|
|
|
5725
5725
|
@property
|
|
5726
5726
|
def RequestId(self):
|
|
5727
|
-
"""The unique request ID,
|
|
5727
|
+
"""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.
|
|
5728
5728
|
:rtype: str
|
|
5729
5729
|
"""
|
|
5730
5730
|
return self._RequestId
|
|
@@ -5815,7 +5815,7 @@ class DescribeDBLogFilesResponse(AbstractModel):
|
|
|
5815
5815
|
:type VpcPrefix: str
|
|
5816
5816
|
:param _NormalPrefix: For an instance in a common network, this prefix plus URI can be used as the download address
|
|
5817
5817
|
:type NormalPrefix: str
|
|
5818
|
-
:param _RequestId: The unique request ID,
|
|
5818
|
+
: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.
|
|
5819
5819
|
:type RequestId: str
|
|
5820
5820
|
"""
|
|
5821
5821
|
self._InstanceId = None
|
|
@@ -5894,7 +5894,7 @@ class DescribeDBLogFilesResponse(AbstractModel):
|
|
|
5894
5894
|
|
|
5895
5895
|
@property
|
|
5896
5896
|
def RequestId(self):
|
|
5897
|
-
"""The unique request ID,
|
|
5897
|
+
"""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.
|
|
5898
5898
|
:rtype: str
|
|
5899
5899
|
"""
|
|
5900
5900
|
return self._RequestId
|
|
@@ -5966,7 +5966,7 @@ class DescribeDBParametersResponse(AbstractModel):
|
|
|
5966
5966
|
:type InstanceId: str
|
|
5967
5967
|
:param _Params: Requests the current parameter values of the database
|
|
5968
5968
|
:type Params: list of ParamDesc
|
|
5969
|
-
:param _RequestId: The unique request ID,
|
|
5969
|
+
: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.
|
|
5970
5970
|
:type RequestId: str
|
|
5971
5971
|
"""
|
|
5972
5972
|
self._InstanceId = None
|
|
@@ -5997,7 +5997,7 @@ class DescribeDBParametersResponse(AbstractModel):
|
|
|
5997
5997
|
|
|
5998
5998
|
@property
|
|
5999
5999
|
def RequestId(self):
|
|
6000
|
-
"""The unique request ID,
|
|
6000
|
+
"""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.
|
|
6001
6001
|
:rtype: str
|
|
6002
6002
|
"""
|
|
6003
6003
|
return self._RequestId
|
|
@@ -6083,8 +6083,8 @@ Note: this field may return `null`, indicating that no valid values can be obtai
|
|
|
6083
6083
|
:type VIP: str
|
|
6084
6084
|
:param _VPort: Instance port
|
|
6085
6085
|
Note: this field may return `null`, indicating that no valid values can be obtained.
|
|
6086
|
-
:type VPort:
|
|
6087
|
-
:param _RequestId: The unique request ID,
|
|
6086
|
+
:type VPort: str
|
|
6087
|
+
: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.
|
|
6088
6088
|
:type RequestId: str
|
|
6089
6089
|
"""
|
|
6090
6090
|
self._Groups = None
|
|
@@ -6119,7 +6119,7 @@ Note: this field may return `null`, indicating that no valid values can be obtai
|
|
|
6119
6119
|
def VPort(self):
|
|
6120
6120
|
"""Instance port
|
|
6121
6121
|
Note: this field may return `null`, indicating that no valid values can be obtained.
|
|
6122
|
-
:rtype:
|
|
6122
|
+
:rtype: str
|
|
6123
6123
|
"""
|
|
6124
6124
|
return self._VPort
|
|
6125
6125
|
|
|
@@ -6129,7 +6129,7 @@ Note: this field may return `null`, indicating that no valid values can be obtai
|
|
|
6129
6129
|
|
|
6130
6130
|
@property
|
|
6131
6131
|
def RequestId(self):
|
|
6132
|
-
"""The unique request ID,
|
|
6132
|
+
"""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.
|
|
6133
6133
|
:rtype: str
|
|
6134
6134
|
"""
|
|
6135
6135
|
return self._RequestId
|
|
@@ -6324,7 +6324,7 @@ class DescribeDBSlowLogsResponse(AbstractModel):
|
|
|
6324
6324
|
:type Total: int
|
|
6325
6325
|
:param _QueryTimeSum: Total statement query time
|
|
6326
6326
|
:type QueryTimeSum: float
|
|
6327
|
-
:param _RequestId: The unique request ID,
|
|
6327
|
+
: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.
|
|
6328
6328
|
:type RequestId: str
|
|
6329
6329
|
"""
|
|
6330
6330
|
self._Data = None
|
|
@@ -6391,7 +6391,7 @@ class DescribeDBSlowLogsResponse(AbstractModel):
|
|
|
6391
6391
|
|
|
6392
6392
|
@property
|
|
6393
6393
|
def RequestId(self):
|
|
6394
|
-
"""The unique request ID,
|
|
6394
|
+
"""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.
|
|
6395
6395
|
:rtype: str
|
|
6396
6396
|
"""
|
|
6397
6397
|
return self._RequestId
|
|
@@ -6460,7 +6460,7 @@ class DescribeDBTmpInstancesResponse(AbstractModel):
|
|
|
6460
6460
|
r"""
|
|
6461
6461
|
:param _TmpInstances: Temp instance
|
|
6462
6462
|
:type TmpInstances: list of TmpInstance
|
|
6463
|
-
:param _RequestId: The unique request ID,
|
|
6463
|
+
: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.
|
|
6464
6464
|
:type RequestId: str
|
|
6465
6465
|
"""
|
|
6466
6466
|
self._TmpInstances = None
|
|
@@ -6479,7 +6479,7 @@ class DescribeDBTmpInstancesResponse(AbstractModel):
|
|
|
6479
6479
|
|
|
6480
6480
|
@property
|
|
6481
6481
|
def RequestId(self):
|
|
6482
|
-
"""The unique request ID,
|
|
6482
|
+
"""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.
|
|
6483
6483
|
:rtype: str
|
|
6484
6484
|
"""
|
|
6485
6485
|
return self._RequestId
|
|
@@ -6569,7 +6569,7 @@ class DescribeDatabaseObjectsResponse(AbstractModel):
|
|
|
6569
6569
|
:type Procs: list of DatabaseProcedure
|
|
6570
6570
|
:param _Funcs: Function list.
|
|
6571
6571
|
:type Funcs: list of DatabaseFunction
|
|
6572
|
-
:param _RequestId: The unique request ID,
|
|
6572
|
+
: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.
|
|
6573
6573
|
:type RequestId: str
|
|
6574
6574
|
"""
|
|
6575
6575
|
self._InstanceId = None
|
|
@@ -6648,7 +6648,7 @@ class DescribeDatabaseObjectsResponse(AbstractModel):
|
|
|
6648
6648
|
|
|
6649
6649
|
@property
|
|
6650
6650
|
def RequestId(self):
|
|
6651
|
-
"""The unique request ID,
|
|
6651
|
+
"""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.
|
|
6652
6652
|
:rtype: str
|
|
6653
6653
|
"""
|
|
6654
6654
|
return self._RequestId
|
|
@@ -6769,7 +6769,7 @@ class DescribeDatabaseTableResponse(AbstractModel):
|
|
|
6769
6769
|
:type Table: str
|
|
6770
6770
|
:param _Cols: Column information.
|
|
6771
6771
|
:type Cols: list of TableColumn
|
|
6772
|
-
:param _RequestId: The unique request ID,
|
|
6772
|
+
: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.
|
|
6773
6773
|
:type RequestId: str
|
|
6774
6774
|
"""
|
|
6775
6775
|
self._InstanceId = None
|
|
@@ -6824,7 +6824,7 @@ class DescribeDatabaseTableResponse(AbstractModel):
|
|
|
6824
6824
|
|
|
6825
6825
|
@property
|
|
6826
6826
|
def RequestId(self):
|
|
6827
|
-
"""The unique request ID,
|
|
6827
|
+
"""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.
|
|
6828
6828
|
:rtype: str
|
|
6829
6829
|
"""
|
|
6830
6830
|
return self._RequestId
|
|
@@ -6894,7 +6894,7 @@ class DescribeDatabasesResponse(AbstractModel):
|
|
|
6894
6894
|
:type Databases: list of Database
|
|
6895
6895
|
:param _InstanceId: Passed through from input parameters.
|
|
6896
6896
|
:type InstanceId: str
|
|
6897
|
-
:param _RequestId: The unique request ID,
|
|
6897
|
+
: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.
|
|
6898
6898
|
:type RequestId: str
|
|
6899
6899
|
"""
|
|
6900
6900
|
self._Databases = None
|
|
@@ -6925,7 +6925,7 @@ class DescribeDatabasesResponse(AbstractModel):
|
|
|
6925
6925
|
|
|
6926
6926
|
@property
|
|
6927
6927
|
def RequestId(self):
|
|
6928
|
-
"""The unique request ID,
|
|
6928
|
+
"""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.
|
|
6929
6929
|
:rtype: str
|
|
6930
6930
|
"""
|
|
6931
6931
|
return self._RequestId
|
|
@@ -6991,7 +6991,7 @@ class DescribeDcnDetailResponse(AbstractModel):
|
|
|
6991
6991
|
r"""
|
|
6992
6992
|
:param _DcnDetails: DCN synchronization details
|
|
6993
6993
|
:type DcnDetails: list of DcnDetailItem
|
|
6994
|
-
:param _RequestId: The unique request ID,
|
|
6994
|
+
: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.
|
|
6995
6995
|
:type RequestId: str
|
|
6996
6996
|
"""
|
|
6997
6997
|
self._DcnDetails = None
|
|
@@ -7010,7 +7010,7 @@ class DescribeDcnDetailResponse(AbstractModel):
|
|
|
7010
7010
|
|
|
7011
7011
|
@property
|
|
7012
7012
|
def RequestId(self):
|
|
7013
|
-
"""The unique request ID,
|
|
7013
|
+
"""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.
|
|
7014
7014
|
:rtype: str
|
|
7015
7015
|
"""
|
|
7016
7016
|
return self._RequestId
|
|
@@ -7090,7 +7090,7 @@ class DescribeFileDownloadUrlResponse(AbstractModel):
|
|
|
7090
7090
|
r"""
|
|
7091
7091
|
:param _PreSignedUrl: Signed download URL
|
|
7092
7092
|
:type PreSignedUrl: str
|
|
7093
|
-
:param _RequestId: The unique request ID,
|
|
7093
|
+
: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.
|
|
7094
7094
|
:type RequestId: str
|
|
7095
7095
|
"""
|
|
7096
7096
|
self._PreSignedUrl = None
|
|
@@ -7109,7 +7109,7 @@ class DescribeFileDownloadUrlResponse(AbstractModel):
|
|
|
7109
7109
|
|
|
7110
7110
|
@property
|
|
7111
7111
|
def RequestId(self):
|
|
7112
|
-
"""The unique request ID,
|
|
7112
|
+
"""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.
|
|
7113
7113
|
:rtype: str
|
|
7114
7114
|
"""
|
|
7115
7115
|
return self._RequestId
|
|
@@ -7201,7 +7201,7 @@ class DescribeInstanceNodeInfoResponse(AbstractModel):
|
|
|
7201
7201
|
:type TotalCount: int
|
|
7202
7202
|
:param _NodesInfo: Node information
|
|
7203
7203
|
:type NodesInfo: list of NodeInfo
|
|
7204
|
-
:param _RequestId: The unique request ID,
|
|
7204
|
+
: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.
|
|
7205
7205
|
:type RequestId: str
|
|
7206
7206
|
"""
|
|
7207
7207
|
self._TotalCount = None
|
|
@@ -7232,7 +7232,7 @@ class DescribeInstanceNodeInfoResponse(AbstractModel):
|
|
|
7232
7232
|
|
|
7233
7233
|
@property
|
|
7234
7234
|
def RequestId(self):
|
|
7235
|
-
"""The unique request ID,
|
|
7235
|
+
"""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.
|
|
7236
7236
|
:rtype: str
|
|
7237
7237
|
"""
|
|
7238
7238
|
return self._RequestId
|
|
@@ -7300,7 +7300,7 @@ class DescribeLogFileRetentionPeriodResponse(AbstractModel):
|
|
|
7300
7300
|
:type InstanceId: str
|
|
7301
7301
|
:param _Days: Backup log retention days
|
|
7302
7302
|
:type Days: int
|
|
7303
|
-
:param _RequestId: The unique request ID,
|
|
7303
|
+
: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.
|
|
7304
7304
|
:type RequestId: str
|
|
7305
7305
|
"""
|
|
7306
7306
|
self._InstanceId = None
|
|
@@ -7331,7 +7331,7 @@ class DescribeLogFileRetentionPeriodResponse(AbstractModel):
|
|
|
7331
7331
|
|
|
7332
7332
|
@property
|
|
7333
7333
|
def RequestId(self):
|
|
7334
|
-
"""The unique request ID,
|
|
7334
|
+
"""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.
|
|
7335
7335
|
:rtype: str
|
|
7336
7336
|
"""
|
|
7337
7337
|
return self._RequestId
|
|
@@ -7394,7 +7394,7 @@ class DescribeOrdersResponse(AbstractModel):
|
|
|
7394
7394
|
:type TotalCount: int
|
|
7395
7395
|
:param _Deals: Order information list.
|
|
7396
7396
|
:type Deals: list of Deal
|
|
7397
|
-
:param _RequestId: The unique request ID,
|
|
7397
|
+
: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.
|
|
7398
7398
|
:type RequestId: str
|
|
7399
7399
|
"""
|
|
7400
7400
|
self._TotalCount = None
|
|
@@ -7425,7 +7425,7 @@ class DescribeOrdersResponse(AbstractModel):
|
|
|
7425
7425
|
|
|
7426
7426
|
@property
|
|
7427
7427
|
def RequestId(self):
|
|
7428
|
-
"""The unique request ID,
|
|
7428
|
+
"""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.
|
|
7429
7429
|
:rtype: str
|
|
7430
7430
|
"""
|
|
7431
7431
|
return self._RequestId
|
|
@@ -7612,7 +7612,7 @@ class DescribePriceResponse(AbstractModel):
|
|
|
7612
7612
|
* Unit: Cent (default). If the request parameter contains `AmountUnit`, see `AmountUnit` description.
|
|
7613
7613
|
* Currency: CNY (Chinese site), USD (international site)
|
|
7614
7614
|
:type Price: int
|
|
7615
|
-
:param _RequestId: The unique request ID,
|
|
7615
|
+
: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.
|
|
7616
7616
|
:type RequestId: str
|
|
7617
7617
|
"""
|
|
7618
7618
|
self._OriginalPrice = None
|
|
@@ -7647,7 +7647,7 @@ class DescribePriceResponse(AbstractModel):
|
|
|
7647
7647
|
|
|
7648
7648
|
@property
|
|
7649
7649
|
def RequestId(self):
|
|
7650
|
-
"""The unique request ID,
|
|
7650
|
+
"""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.
|
|
7651
7651
|
:rtype: str
|
|
7652
7652
|
"""
|
|
7653
7653
|
return self._RequestId
|
|
@@ -7725,7 +7725,7 @@ class DescribeProjectSecurityGroupsResponse(AbstractModel):
|
|
|
7725
7725
|
:type Groups: list of SecurityGroup
|
|
7726
7726
|
:param _Total: Total number of security groups.
|
|
7727
7727
|
:type Total: int
|
|
7728
|
-
:param _RequestId: The unique request ID,
|
|
7728
|
+
: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.
|
|
7729
7729
|
:type RequestId: str
|
|
7730
7730
|
"""
|
|
7731
7731
|
self._Groups = None
|
|
@@ -7756,7 +7756,7 @@ class DescribeProjectSecurityGroupsResponse(AbstractModel):
|
|
|
7756
7756
|
|
|
7757
7757
|
@property
|
|
7758
7758
|
def RequestId(self):
|
|
7759
|
-
"""The unique request ID,
|
|
7759
|
+
"""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.
|
|
7760
7760
|
:rtype: str
|
|
7761
7761
|
"""
|
|
7762
7762
|
return self._RequestId
|
|
@@ -7824,7 +7824,7 @@ class DestroyDBInstanceResponse(AbstractModel):
|
|
|
7824
7824
|
:type InstanceId: str
|
|
7825
7825
|
:param _FlowId: Async task ID, which can be used in the [DescribeFlow](https://intl.cloud.tencent.com/document/product/557/56485?from_cn_redirect=1) API to query the async task result.
|
|
7826
7826
|
:type FlowId: int
|
|
7827
|
-
:param _RequestId: The unique request ID,
|
|
7827
|
+
: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.
|
|
7828
7828
|
:type RequestId: str
|
|
7829
7829
|
"""
|
|
7830
7830
|
self._InstanceId = None
|
|
@@ -7855,7 +7855,7 @@ class DestroyDBInstanceResponse(AbstractModel):
|
|
|
7855
7855
|
|
|
7856
7856
|
@property
|
|
7857
7857
|
def RequestId(self):
|
|
7858
|
-
"""The unique request ID,
|
|
7858
|
+
"""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.
|
|
7859
7859
|
:rtype: str
|
|
7860
7860
|
"""
|
|
7861
7861
|
return self._RequestId
|
|
@@ -7918,7 +7918,7 @@ class DestroyHourDBInstanceResponse(AbstractModel):
|
|
|
7918
7918
|
:type FlowId: int
|
|
7919
7919
|
:param _InstanceId: Instance ID, which is the same as the request parameter `InstanceId`.
|
|
7920
7920
|
:type InstanceId: str
|
|
7921
|
-
:param _RequestId: The unique request ID,
|
|
7921
|
+
: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.
|
|
7922
7922
|
:type RequestId: str
|
|
7923
7923
|
"""
|
|
7924
7924
|
self._FlowId = None
|
|
@@ -7949,7 +7949,7 @@ class DestroyHourDBInstanceResponse(AbstractModel):
|
|
|
7949
7949
|
|
|
7950
7950
|
@property
|
|
7951
7951
|
def RequestId(self):
|
|
7952
|
-
"""The unique request ID,
|
|
7952
|
+
"""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.
|
|
7953
7953
|
:rtype: str
|
|
7954
7954
|
"""
|
|
7955
7955
|
return self._RequestId
|
|
@@ -8038,14 +8038,14 @@ class DisassociateSecurityGroupsResponse(AbstractModel):
|
|
|
8038
8038
|
|
|
8039
8039
|
def __init__(self):
|
|
8040
8040
|
r"""
|
|
8041
|
-
:param _RequestId: The unique request ID,
|
|
8041
|
+
: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.
|
|
8042
8042
|
:type RequestId: str
|
|
8043
8043
|
"""
|
|
8044
8044
|
self._RequestId = None
|
|
8045
8045
|
|
|
8046
8046
|
@property
|
|
8047
8047
|
def RequestId(self):
|
|
8048
|
-
"""The unique request ID,
|
|
8048
|
+
"""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.
|
|
8049
8049
|
:rtype: str
|
|
8050
8050
|
"""
|
|
8051
8051
|
return self._RequestId
|
|
@@ -8281,14 +8281,14 @@ class GrantAccountPrivilegesResponse(AbstractModel):
|
|
|
8281
8281
|
|
|
8282
8282
|
def __init__(self):
|
|
8283
8283
|
r"""
|
|
8284
|
-
:param _RequestId: The unique request ID,
|
|
8284
|
+
: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.
|
|
8285
8285
|
:type RequestId: str
|
|
8286
8286
|
"""
|
|
8287
8287
|
self._RequestId = None
|
|
8288
8288
|
|
|
8289
8289
|
@property
|
|
8290
8290
|
def RequestId(self):
|
|
8291
|
-
"""The unique request ID,
|
|
8291
|
+
"""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.
|
|
8292
8292
|
:rtype: str
|
|
8293
8293
|
"""
|
|
8294
8294
|
return self._RequestId
|
|
@@ -8537,7 +8537,7 @@ class IsolateDBInstanceResponse(AbstractModel):
|
|
|
8537
8537
|
:type SuccessInstanceIds: list of str
|
|
8538
8538
|
:param _FailedInstanceIds: IDs of instances failed to be isolated
|
|
8539
8539
|
:type FailedInstanceIds: list of str
|
|
8540
|
-
:param _RequestId: The unique request ID,
|
|
8540
|
+
: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.
|
|
8541
8541
|
:type RequestId: str
|
|
8542
8542
|
"""
|
|
8543
8543
|
self._SuccessInstanceIds = None
|
|
@@ -8568,7 +8568,7 @@ class IsolateDBInstanceResponse(AbstractModel):
|
|
|
8568
8568
|
|
|
8569
8569
|
@property
|
|
8570
8570
|
def RequestId(self):
|
|
8571
|
-
"""The unique request ID,
|
|
8571
|
+
"""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.
|
|
8572
8572
|
:rtype: str
|
|
8573
8573
|
"""
|
|
8574
8574
|
return self._RequestId
|
|
@@ -8627,14 +8627,14 @@ class IsolateDedicatedDBInstanceResponse(AbstractModel):
|
|
|
8627
8627
|
|
|
8628
8628
|
def __init__(self):
|
|
8629
8629
|
r"""
|
|
8630
|
-
:param _RequestId: The unique request ID,
|
|
8630
|
+
: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.
|
|
8631
8631
|
:type RequestId: str
|
|
8632
8632
|
"""
|
|
8633
8633
|
self._RequestId = None
|
|
8634
8634
|
|
|
8635
8635
|
@property
|
|
8636
8636
|
def RequestId(self):
|
|
8637
|
-
"""The unique request ID,
|
|
8637
|
+
"""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.
|
|
8638
8638
|
:rtype: str
|
|
8639
8639
|
"""
|
|
8640
8640
|
return self._RequestId
|
|
@@ -8708,7 +8708,7 @@ class KillSessionResponse(AbstractModel):
|
|
|
8708
8708
|
r"""
|
|
8709
8709
|
:param _TaskId: Task ID
|
|
8710
8710
|
:type TaskId: int
|
|
8711
|
-
:param _RequestId: The unique request ID,
|
|
8711
|
+
: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.
|
|
8712
8712
|
:type RequestId: str
|
|
8713
8713
|
"""
|
|
8714
8714
|
self._TaskId = None
|
|
@@ -8727,7 +8727,7 @@ class KillSessionResponse(AbstractModel):
|
|
|
8727
8727
|
|
|
8728
8728
|
@property
|
|
8729
8729
|
def RequestId(self):
|
|
8730
|
-
"""The unique request ID,
|
|
8730
|
+
"""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.
|
|
8731
8731
|
:rtype: str
|
|
8732
8732
|
"""
|
|
8733
8733
|
return self._RequestId
|
|
@@ -8911,14 +8911,14 @@ class ModifyAccountDescriptionResponse(AbstractModel):
|
|
|
8911
8911
|
|
|
8912
8912
|
def __init__(self):
|
|
8913
8913
|
r"""
|
|
8914
|
-
:param _RequestId: The unique request ID,
|
|
8914
|
+
: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.
|
|
8915
8915
|
:type RequestId: str
|
|
8916
8916
|
"""
|
|
8917
8917
|
self._RequestId = None
|
|
8918
8918
|
|
|
8919
8919
|
@property
|
|
8920
8920
|
def RequestId(self):
|
|
8921
|
-
"""The unique request ID,
|
|
8921
|
+
"""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.
|
|
8922
8922
|
:rtype: str
|
|
8923
8923
|
"""
|
|
8924
8924
|
return self._RequestId
|
|
@@ -9146,7 +9146,7 @@ class ModifyAccountPrivilegesResponse(AbstractModel):
|
|
|
9146
9146
|
r"""
|
|
9147
9147
|
:param _FlowId: Async task ID, which can be used in the [DescribeFlow](https://intl.cloud.tencent.com/document/product/237/16177?from_cn_redirect=1) API to query the async task result.
|
|
9148
9148
|
:type FlowId: int
|
|
9149
|
-
:param _RequestId: The unique request ID,
|
|
9149
|
+
: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.
|
|
9150
9150
|
:type RequestId: str
|
|
9151
9151
|
"""
|
|
9152
9152
|
self._FlowId = None
|
|
@@ -9165,7 +9165,7 @@ class ModifyAccountPrivilegesResponse(AbstractModel):
|
|
|
9165
9165
|
|
|
9166
9166
|
@property
|
|
9167
9167
|
def RequestId(self):
|
|
9168
|
-
"""The unique request ID,
|
|
9168
|
+
"""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.
|
|
9169
9169
|
:rtype: str
|
|
9170
9170
|
"""
|
|
9171
9171
|
return self._RequestId
|
|
@@ -9238,14 +9238,14 @@ class ModifyDBEncryptAttributesResponse(AbstractModel):
|
|
|
9238
9238
|
|
|
9239
9239
|
def __init__(self):
|
|
9240
9240
|
r"""
|
|
9241
|
-
:param _RequestId: The unique request ID,
|
|
9241
|
+
: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.
|
|
9242
9242
|
:type RequestId: str
|
|
9243
9243
|
"""
|
|
9244
9244
|
self._RequestId = None
|
|
9245
9245
|
|
|
9246
9246
|
@property
|
|
9247
9247
|
def RequestId(self):
|
|
9248
|
-
"""The unique request ID,
|
|
9248
|
+
"""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.
|
|
9249
9249
|
:rtype: str
|
|
9250
9250
|
"""
|
|
9251
9251
|
return self._RequestId
|
|
@@ -9317,14 +9317,14 @@ class ModifyDBInstancesProjectResponse(AbstractModel):
|
|
|
9317
9317
|
|
|
9318
9318
|
def __init__(self):
|
|
9319
9319
|
r"""
|
|
9320
|
-
:param _RequestId: The unique request ID,
|
|
9320
|
+
: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.
|
|
9321
9321
|
:type RequestId: str
|
|
9322
9322
|
"""
|
|
9323
9323
|
self._RequestId = None
|
|
9324
9324
|
|
|
9325
9325
|
@property
|
|
9326
9326
|
def RequestId(self):
|
|
9327
|
-
"""The unique request ID,
|
|
9327
|
+
"""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.
|
|
9328
9328
|
:rtype: str
|
|
9329
9329
|
"""
|
|
9330
9330
|
return self._RequestId
|
|
@@ -9405,7 +9405,7 @@ class ModifyDBParametersResponse(AbstractModel):
|
|
|
9405
9405
|
:type InstanceId: str
|
|
9406
9406
|
:param _Result: Parameter modification result
|
|
9407
9407
|
:type Result: list of ParamModifyResult
|
|
9408
|
-
:param _RequestId: The unique request ID,
|
|
9408
|
+
: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.
|
|
9409
9409
|
:type RequestId: str
|
|
9410
9410
|
"""
|
|
9411
9411
|
self._InstanceId = None
|
|
@@ -9436,7 +9436,7 @@ class ModifyDBParametersResponse(AbstractModel):
|
|
|
9436
9436
|
|
|
9437
9437
|
@property
|
|
9438
9438
|
def RequestId(self):
|
|
9439
|
-
"""The unique request ID,
|
|
9439
|
+
"""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.
|
|
9440
9440
|
:rtype: str
|
|
9441
9441
|
"""
|
|
9442
9442
|
return self._RequestId
|
|
@@ -9517,7 +9517,7 @@ class ModifyDBSyncModeResponse(AbstractModel):
|
|
|
9517
9517
|
r"""
|
|
9518
9518
|
:param _FlowId: Async task ID. The task status can be queried through the `DescribeFlow` API.
|
|
9519
9519
|
:type FlowId: int
|
|
9520
|
-
:param _RequestId: The unique request ID,
|
|
9520
|
+
: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.
|
|
9521
9521
|
:type RequestId: str
|
|
9522
9522
|
"""
|
|
9523
9523
|
self._FlowId = None
|
|
@@ -9536,7 +9536,7 @@ class ModifyDBSyncModeResponse(AbstractModel):
|
|
|
9536
9536
|
|
|
9537
9537
|
@property
|
|
9538
9538
|
def RequestId(self):
|
|
9539
|
-
"""The unique request ID,
|
|
9539
|
+
"""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.
|
|
9540
9540
|
:rtype: str
|
|
9541
9541
|
"""
|
|
9542
9542
|
return self._RequestId
|
|
@@ -9671,7 +9671,7 @@ class ModifyInstanceNetworkResponse(AbstractModel):
|
|
|
9671
9671
|
r"""
|
|
9672
9672
|
:param _FlowId: Async task ID, which can be used to query the task status through `DescribeFlow` API.
|
|
9673
9673
|
:type FlowId: int
|
|
9674
|
-
:param _RequestId: The unique request ID,
|
|
9674
|
+
: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.
|
|
9675
9675
|
:type RequestId: str
|
|
9676
9676
|
"""
|
|
9677
9677
|
self._FlowId = None
|
|
@@ -9690,7 +9690,7 @@ class ModifyInstanceNetworkResponse(AbstractModel):
|
|
|
9690
9690
|
|
|
9691
9691
|
@property
|
|
9692
9692
|
def RequestId(self):
|
|
9693
|
-
"""The unique request ID,
|
|
9693
|
+
"""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.
|
|
9694
9694
|
:rtype: str
|
|
9695
9695
|
"""
|
|
9696
9696
|
return self._RequestId
|
|
@@ -9795,7 +9795,7 @@ class ModifyInstanceVipResponse(AbstractModel):
|
|
|
9795
9795
|
r"""
|
|
9796
9796
|
:param _FlowId: Async task flow ID
|
|
9797
9797
|
:type FlowId: int
|
|
9798
|
-
:param _RequestId: The unique request ID,
|
|
9798
|
+
: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.
|
|
9799
9799
|
:type RequestId: str
|
|
9800
9800
|
"""
|
|
9801
9801
|
self._FlowId = None
|
|
@@ -9814,7 +9814,7 @@ class ModifyInstanceVipResponse(AbstractModel):
|
|
|
9814
9814
|
|
|
9815
9815
|
@property
|
|
9816
9816
|
def RequestId(self):
|
|
9817
|
-
"""The unique request ID,
|
|
9817
|
+
"""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.
|
|
9818
9818
|
:rtype: str
|
|
9819
9819
|
"""
|
|
9820
9820
|
return self._RequestId
|
|
@@ -9887,14 +9887,14 @@ class ModifyInstanceVportResponse(AbstractModel):
|
|
|
9887
9887
|
|
|
9888
9888
|
def __init__(self):
|
|
9889
9889
|
r"""
|
|
9890
|
-
:param _RequestId: The unique request ID,
|
|
9890
|
+
: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.
|
|
9891
9891
|
:type RequestId: str
|
|
9892
9892
|
"""
|
|
9893
9893
|
self._RequestId = None
|
|
9894
9894
|
|
|
9895
9895
|
@property
|
|
9896
9896
|
def RequestId(self):
|
|
9897
|
-
"""The unique request ID,
|
|
9897
|
+
"""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.
|
|
9898
9898
|
:rtype: str
|
|
9899
9899
|
"""
|
|
9900
9900
|
return self._RequestId
|
|
@@ -9966,14 +9966,14 @@ class ModifySyncTaskAttributeResponse(AbstractModel):
|
|
|
9966
9966
|
|
|
9967
9967
|
def __init__(self):
|
|
9968
9968
|
r"""
|
|
9969
|
-
:param _RequestId: The unique request ID,
|
|
9969
|
+
: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.
|
|
9970
9970
|
:type RequestId: str
|
|
9971
9971
|
"""
|
|
9972
9972
|
self._RequestId = None
|
|
9973
9973
|
|
|
9974
9974
|
@property
|
|
9975
9975
|
def RequestId(self):
|
|
9976
|
-
"""The unique request ID,
|
|
9976
|
+
"""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.
|
|
9977
9977
|
:rtype: str
|
|
9978
9978
|
"""
|
|
9979
9979
|
return self._RequestId
|
|
@@ -10556,14 +10556,14 @@ class ResetAccountPasswordResponse(AbstractModel):
|
|
|
10556
10556
|
|
|
10557
10557
|
def __init__(self):
|
|
10558
10558
|
r"""
|
|
10559
|
-
:param _RequestId: The unique request ID,
|
|
10559
|
+
: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.
|
|
10560
10560
|
:type RequestId: str
|
|
10561
10561
|
"""
|
|
10562
10562
|
self._RequestId = None
|
|
10563
10563
|
|
|
10564
10564
|
@property
|
|
10565
10565
|
def RequestId(self):
|
|
10566
|
-
"""The unique request ID,
|
|
10566
|
+
"""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.
|
|
10567
10567
|
:rtype: str
|
|
10568
10568
|
"""
|
|
10569
10569
|
return self._RequestId
|
|
@@ -11315,7 +11315,7 @@ class TerminateDedicatedDBInstanceResponse(AbstractModel):
|
|
|
11315
11315
|
r"""
|
|
11316
11316
|
:param _FlowId: Async task ID
|
|
11317
11317
|
:type FlowId: int
|
|
11318
|
-
:param _RequestId: The unique request ID,
|
|
11318
|
+
: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.
|
|
11319
11319
|
:type RequestId: str
|
|
11320
11320
|
"""
|
|
11321
11321
|
self._FlowId = None
|
|
@@ -11334,7 +11334,7 @@ class TerminateDedicatedDBInstanceResponse(AbstractModel):
|
|
|
11334
11334
|
|
|
11335
11335
|
@property
|
|
11336
11336
|
def RequestId(self):
|
|
11337
|
-
"""The unique request ID,
|
|
11337
|
+
"""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.
|
|
11338
11338
|
:rtype: str
|
|
11339
11339
|
"""
|
|
11340
11340
|
return self._RequestId
|
|
@@ -11357,49 +11357,49 @@ class TmpInstance(AbstractModel):
|
|
|
11357
11357
|
def __init__(self):
|
|
11358
11358
|
r"""
|
|
11359
11359
|
:param _AppId: Application ID
|
|
11360
|
-
Note:
|
|
11360
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11361
11361
|
:type AppId: int
|
|
11362
11362
|
:param _CreateTime: Creation time
|
|
11363
|
-
Note:
|
|
11363
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11364
11364
|
:type CreateTime: str
|
|
11365
11365
|
:param _InstanceRemark: Instance remarks
|
|
11366
|
-
Note:
|
|
11366
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11367
11367
|
:type InstanceRemark: str
|
|
11368
11368
|
:param _TempType: Whether it is a temp instance. Valid values: `0` (non-temp instance), `1` (invalid temp instance), `2` (valid temp rollback instance).
|
|
11369
|
-
Note:
|
|
11369
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11370
11370
|
:type TempType: int
|
|
11371
11371
|
:param _Status: Instance status. Valid values: `0` (to be initialized), `1` (in process), `2` (running), `-1` (isolated), `-2` (eliminated).
|
|
11372
|
-
Note:
|
|
11372
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11373
11373
|
:type Status: int
|
|
11374
11374
|
:param _InstanceId: Instance ID in the format of `tdsql-ow728lmc`
|
|
11375
|
-
Note:
|
|
11375
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11376
11376
|
:type InstanceId: str
|
|
11377
11377
|
:param _Vip: Virtual instance IP
|
|
11378
|
-
Note:
|
|
11378
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11379
11379
|
:type Vip: str
|
|
11380
11380
|
:param _Vport: Virtual instance port
|
|
11381
|
-
Note:
|
|
11381
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11382
11382
|
:type Vport: int
|
|
11383
11383
|
:param _PeriodEndTime: Validity end time
|
|
11384
|
-
Note:
|
|
11384
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11385
11385
|
:type PeriodEndTime: str
|
|
11386
11386
|
:param _SrcInstanceId: Source instance ID in the format of `tdsql-ow728lmc`
|
|
11387
|
-
Note:
|
|
11387
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11388
11388
|
:type SrcInstanceId: str
|
|
11389
11389
|
:param _StatusDesc: Instance status description
|
|
11390
|
-
Note:
|
|
11390
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11391
11391
|
:type StatusDesc: str
|
|
11392
11392
|
:param _Region: Instance region
|
|
11393
|
-
Note:
|
|
11393
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11394
11394
|
:type Region: str
|
|
11395
11395
|
:param _Zone: AZ of the instance
|
|
11396
|
-
Note:
|
|
11396
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11397
11397
|
:type Zone: str
|
|
11398
11398
|
:param _Vipv6: Virtual IPv6 of the instance
|
|
11399
|
-
Note:
|
|
11399
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11400
11400
|
:type Vipv6: str
|
|
11401
11401
|
:param _Ipv6Flag: Instance IPv6 flag
|
|
11402
|
-
Note:
|
|
11402
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11403
11403
|
:type Ipv6Flag: int
|
|
11404
11404
|
"""
|
|
11405
11405
|
self._AppId = None
|
|
@@ -11421,7 +11421,7 @@ Note: u200dThis field may returnu200d·nullu200d, indicating that no valid value
|
|
|
11421
11421
|
@property
|
|
11422
11422
|
def AppId(self):
|
|
11423
11423
|
"""Application ID
|
|
11424
|
-
Note:
|
|
11424
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11425
11425
|
:rtype: int
|
|
11426
11426
|
"""
|
|
11427
11427
|
return self._AppId
|
|
@@ -11433,7 +11433,7 @@ Note: u200dThis field may returnu200d·nullu200d, indicating that no valid value
|
|
|
11433
11433
|
@property
|
|
11434
11434
|
def CreateTime(self):
|
|
11435
11435
|
"""Creation time
|
|
11436
|
-
Note:
|
|
11436
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11437
11437
|
:rtype: str
|
|
11438
11438
|
"""
|
|
11439
11439
|
return self._CreateTime
|
|
@@ -11445,7 +11445,7 @@ Note: u200dThis field may returnu200d·nullu200d, indicating that no valid value
|
|
|
11445
11445
|
@property
|
|
11446
11446
|
def InstanceRemark(self):
|
|
11447
11447
|
"""Instance remarks
|
|
11448
|
-
Note:
|
|
11448
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11449
11449
|
:rtype: str
|
|
11450
11450
|
"""
|
|
11451
11451
|
return self._InstanceRemark
|
|
@@ -11457,7 +11457,7 @@ Note: u200dThis field may returnu200d·nullu200d, indicating that no valid value
|
|
|
11457
11457
|
@property
|
|
11458
11458
|
def TempType(self):
|
|
11459
11459
|
"""Whether it is a temp instance. Valid values: `0` (non-temp instance), `1` (invalid temp instance), `2` (valid temp rollback instance).
|
|
11460
|
-
Note:
|
|
11460
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11461
11461
|
:rtype: int
|
|
11462
11462
|
"""
|
|
11463
11463
|
return self._TempType
|
|
@@ -11469,7 +11469,7 @@ Note: u200dThis field may returnu200d·nullu200d, indicating that no valid value
|
|
|
11469
11469
|
@property
|
|
11470
11470
|
def Status(self):
|
|
11471
11471
|
"""Instance status. Valid values: `0` (to be initialized), `1` (in process), `2` (running), `-1` (isolated), `-2` (eliminated).
|
|
11472
|
-
Note:
|
|
11472
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11473
11473
|
:rtype: int
|
|
11474
11474
|
"""
|
|
11475
11475
|
return self._Status
|
|
@@ -11481,7 +11481,7 @@ Note: u200dThis field may returnu200d·nullu200d, indicating that no valid value
|
|
|
11481
11481
|
@property
|
|
11482
11482
|
def InstanceId(self):
|
|
11483
11483
|
"""Instance ID in the format of `tdsql-ow728lmc`
|
|
11484
|
-
Note:
|
|
11484
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11485
11485
|
:rtype: str
|
|
11486
11486
|
"""
|
|
11487
11487
|
return self._InstanceId
|
|
@@ -11493,7 +11493,7 @@ Note: u200dThis field may returnu200d·nullu200d, indicating that no valid value
|
|
|
11493
11493
|
@property
|
|
11494
11494
|
def Vip(self):
|
|
11495
11495
|
"""Virtual instance IP
|
|
11496
|
-
Note:
|
|
11496
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11497
11497
|
:rtype: str
|
|
11498
11498
|
"""
|
|
11499
11499
|
return self._Vip
|
|
@@ -11505,7 +11505,7 @@ Note: u200dThis field may returnu200d·nullu200d, indicating that no valid value
|
|
|
11505
11505
|
@property
|
|
11506
11506
|
def Vport(self):
|
|
11507
11507
|
"""Virtual instance port
|
|
11508
|
-
Note:
|
|
11508
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11509
11509
|
:rtype: int
|
|
11510
11510
|
"""
|
|
11511
11511
|
return self._Vport
|
|
@@ -11517,7 +11517,7 @@ Note: u200dThis field may returnu200d·nullu200d, indicating that no valid value
|
|
|
11517
11517
|
@property
|
|
11518
11518
|
def PeriodEndTime(self):
|
|
11519
11519
|
"""Validity end time
|
|
11520
|
-
Note:
|
|
11520
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11521
11521
|
:rtype: str
|
|
11522
11522
|
"""
|
|
11523
11523
|
return self._PeriodEndTime
|
|
@@ -11529,7 +11529,7 @@ Note: u200dThis field may returnu200d·nullu200d, indicating that no valid value
|
|
|
11529
11529
|
@property
|
|
11530
11530
|
def SrcInstanceId(self):
|
|
11531
11531
|
"""Source instance ID in the format of `tdsql-ow728lmc`
|
|
11532
|
-
Note:
|
|
11532
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11533
11533
|
:rtype: str
|
|
11534
11534
|
"""
|
|
11535
11535
|
return self._SrcInstanceId
|
|
@@ -11541,7 +11541,7 @@ Note: u200dThis field may returnu200d·nullu200d, indicating that no valid value
|
|
|
11541
11541
|
@property
|
|
11542
11542
|
def StatusDesc(self):
|
|
11543
11543
|
"""Instance status description
|
|
11544
|
-
Note:
|
|
11544
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11545
11545
|
:rtype: str
|
|
11546
11546
|
"""
|
|
11547
11547
|
return self._StatusDesc
|
|
@@ -11553,7 +11553,7 @@ Note: u200dThis field may returnu200d·nullu200d, indicating that no valid value
|
|
|
11553
11553
|
@property
|
|
11554
11554
|
def Region(self):
|
|
11555
11555
|
"""Instance region
|
|
11556
|
-
Note:
|
|
11556
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11557
11557
|
:rtype: str
|
|
11558
11558
|
"""
|
|
11559
11559
|
return self._Region
|
|
@@ -11565,7 +11565,7 @@ Note: u200dThis field may returnu200d·nullu200d, indicating that no valid value
|
|
|
11565
11565
|
@property
|
|
11566
11566
|
def Zone(self):
|
|
11567
11567
|
"""AZ of the instance
|
|
11568
|
-
Note:
|
|
11568
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11569
11569
|
:rtype: str
|
|
11570
11570
|
"""
|
|
11571
11571
|
return self._Zone
|
|
@@ -11577,7 +11577,7 @@ Note: u200dThis field may returnu200d·nullu200d, indicating that no valid value
|
|
|
11577
11577
|
@property
|
|
11578
11578
|
def Vipv6(self):
|
|
11579
11579
|
"""Virtual IPv6 of the instance
|
|
11580
|
-
Note:
|
|
11580
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11581
11581
|
:rtype: str
|
|
11582
11582
|
"""
|
|
11583
11583
|
return self._Vipv6
|
|
@@ -11589,7 +11589,7 @@ Note: u200dThis field may returnu200d·nullu200d, indicating that no valid value
|
|
|
11589
11589
|
@property
|
|
11590
11590
|
def Ipv6Flag(self):
|
|
11591
11591
|
"""Instance IPv6 flag
|
|
11592
|
-
Note:
|
|
11592
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
11593
11593
|
:rtype: int
|
|
11594
11594
|
"""
|
|
11595
11595
|
return self._Ipv6Flag
|
|
@@ -11745,7 +11745,7 @@ class UpgradeDedicatedDBInstanceResponse(AbstractModel):
|
|
|
11745
11745
|
r"""
|
|
11746
11746
|
:param _FlowId: Async task ID
|
|
11747
11747
|
:type FlowId: int
|
|
11748
|
-
:param _RequestId: The unique request ID,
|
|
11748
|
+
: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.
|
|
11749
11749
|
:type RequestId: str
|
|
11750
11750
|
"""
|
|
11751
11751
|
self._FlowId = None
|
|
@@ -11764,7 +11764,7 @@ class UpgradeDedicatedDBInstanceResponse(AbstractModel):
|
|
|
11764
11764
|
|
|
11765
11765
|
@property
|
|
11766
11766
|
def RequestId(self):
|
|
11767
|
-
"""The unique request ID,
|
|
11767
|
+
"""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.
|
|
11768
11768
|
:rtype: str
|
|
11769
11769
|
"""
|
|
11770
11770
|
return self._RequestId
|