tencentcloud-sdk-python-intl-en 3.0.1076__py2.py3-none-any.whl → 3.0.1077__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/autoscaling/v20180419/autoscaling_client.py +16 -10
- tencentcloud/autoscaling/v20180419/errorcodes.py +3 -0
- tencentcloud/autoscaling/v20180419/models.py +25 -4
- tencentcloud/ssm/v20190923/models.py +8 -22
- tencentcloud/vpc/v20170312/errorcodes.py +3 -0
- tencentcloud/vpc/v20170312/models.py +79 -0
- tencentcloud/vpc/v20170312/vpc_client.py +23 -0
- {tencentcloud_sdk_python_intl_en-3.0.1076.dist-info → tencentcloud_sdk_python_intl_en-3.0.1077.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python_intl_en-3.0.1076.dist-info → tencentcloud_sdk_python_intl_en-3.0.1077.dist-info}/RECORD +12 -12
- {tencentcloud_sdk_python_intl_en-3.0.1076.dist-info → tencentcloud_sdk_python_intl_en-3.0.1077.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_intl_en-3.0.1076.dist-info → tencentcloud_sdk_python_intl_en-3.0.1077.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
|
@@ -76,9 +76,11 @@ class AutoscalingClient(AbstractClient):
|
|
|
76
76
|
|
|
77
77
|
def CancelInstanceRefresh(self, request):
|
|
78
78
|
"""This API is used to cancel the instance refresh activity of the scaling group.
|
|
79
|
-
*
|
|
80
|
-
* If a refresh fails, the affected instances will remain in the
|
|
81
|
-
* Rollback operations are not allowed after cancellation, and
|
|
79
|
+
* The batches that have already been refreshed or are currently being refreshed remain unaffected, but the batches pending refresh will be canceled.
|
|
80
|
+
* If a refresh fails, the affected instances will remain in the secondary status, and require manual intervention to exit the secondary status or terminate the instances.
|
|
81
|
+
* Rollback operations are not allowed after cancellation, and recovery is also unsupported.
|
|
82
|
+
* The instances temporarily scaled out due to the MaxSurge parameter are automatically terminated after cancellation.
|
|
83
|
+
* During scale-in, all instances have already been updated and cannot be canceled.
|
|
82
84
|
|
|
83
85
|
:param request: Request instance for CancelInstanceRefresh.
|
|
84
86
|
:type request: :class:`tencentcloud.autoscaling.v20180419.models.CancelInstanceRefreshRequest`
|
|
@@ -1198,7 +1200,9 @@ class AutoscalingClient(AbstractClient):
|
|
|
1198
1200
|
|
|
1199
1201
|
|
|
1200
1202
|
def ResumeInstanceRefresh(self, request):
|
|
1201
|
-
"""This API is used to resume the paused instance refresh activity, allowing it to retry failed instances in the current batch or proceed with refreshing subsequent batches. Note that calling this
|
|
1203
|
+
"""This API is used to resume the paused instance refresh activity, allowing it to retry failed instances in the current batch or proceed with refreshing subsequent batches. Note that calling this API is ineffective when the activity is not in a paused status.
|
|
1204
|
+
|
|
1205
|
+
- When the MaxSurge parameter is used, the activity may be paused due to scale-out or scale-in failures. This API can also be used to retry scaling operations.
|
|
1202
1206
|
|
|
1203
1207
|
:param request: Request instance for ResumeInstanceRefresh.
|
|
1204
1208
|
:type request: :class:`tencentcloud.autoscaling.v20180419.models.ResumeInstanceRefreshRequest`
|
|
@@ -1221,11 +1225,12 @@ class AutoscalingClient(AbstractClient):
|
|
|
1221
1225
|
|
|
1222
1226
|
|
|
1223
1227
|
def RollbackInstanceRefresh(self, request):
|
|
1224
|
-
"""This API is used to generate a new instance refresh activity, which also supports
|
|
1225
|
-
*
|
|
1226
|
-
*
|
|
1227
|
-
* Rollback is supported for activities that are in
|
|
1228
|
-
* When the original refresh activity involves reinstalling instances, for the ImageId parameter, it will automatically
|
|
1228
|
+
"""This API is used to generate a new instance refresh activity, which also supports batch refreshing and operations such as pausing, resuming, and canceling. This API returns RefreshActivityId for the rollback activity.
|
|
1229
|
+
* The instances pending refresh in the original activity are updated to canceled status. Nonexistent instances are disregarded, while instances in all other statuses proceed to enter the rollback process.
|
|
1230
|
+
* The instances that are being refreshed in the original activity will not be immediately terminated. Instead, the rollback activity will be executed after their refresh complete.
|
|
1231
|
+
* Rollback is supported for activities that are in the paused status or those succeeded in refreshing last time. It is not supported for activities in other statuses.
|
|
1232
|
+
* When the original refresh activity involves reinstalling instances, for the ImageId parameter, it will automatically recover to the image ID before the rollback; for parameters such as UserData, EnhancedService, LoginSettings, and HostName, they will still be read from the launch configuration, requiring users to manually modify the launch configuration before initiating the rollback.
|
|
1233
|
+
* The rollback activity does not support the MaxSurge parameter currently.
|
|
1229
1234
|
|
|
1230
1235
|
:param request: Request instance for RollbackInstanceRefresh.
|
|
1231
1236
|
:type request: :class:`tencentcloud.autoscaling.v20180419.models.RollbackInstanceRefreshRequest`
|
|
@@ -1411,7 +1416,8 @@ class AutoscalingClient(AbstractClient):
|
|
|
1411
1416
|
def StopInstanceRefresh(self, request):
|
|
1412
1417
|
"""This API is used to pause the ongoing instance refresh activity.
|
|
1413
1418
|
* In the paused status, the scaling group will also be disabled.
|
|
1414
|
-
*
|
|
1419
|
+
* The instances that are currently being updated or scaled out will not be paused, but instances pending updates will have their updates paused.
|
|
1420
|
+
* During scale-in, all instances have already been updated and cannot be paused.
|
|
1415
1421
|
|
|
1416
1422
|
:param request: Request instance for StopInstanceRefresh.
|
|
1417
1423
|
:type request: :class:`tencentcloud.autoscaling.v20180419.models.StopInstanceRefreshRequest`
|
|
@@ -251,6 +251,9 @@ INVALIDPARAMETERVALUE_LIMITEXCEEDED = 'InvalidParameterValue.LimitExceeded'
|
|
|
251
251
|
# Target group listeners are not supported.
|
|
252
252
|
INVALIDPARAMETERVALUE_LISTENERTARGETTYPENOTSUPPORTED = 'InvalidParameterValue.ListenerTargetTypeNotSupported'
|
|
253
253
|
|
|
254
|
+
# The maximum additional quantity is too large.
|
|
255
|
+
INVALIDPARAMETERVALUE_MAXSURGETOOLARGE = 'InvalidParameterValue.MaxSurgeTooLarge'
|
|
256
|
+
|
|
254
257
|
# The bandwidth package ID is required.
|
|
255
258
|
INVALIDPARAMETERVALUE_MISSINGBANDWIDTHPACKAGEID = 'InvalidParameterValue.MissingBandwidthPackageId'
|
|
256
259
|
|
|
@@ -11913,7 +11913,7 @@ class ResumeInstanceRefreshRequest(AbstractModel):
|
|
|
11913
11913
|
:type AutoScalingGroupId: str
|
|
11914
11914
|
:param _RefreshActivityId: Refresh activity ID.
|
|
11915
11915
|
:type RefreshActivityId: str
|
|
11916
|
-
:param _ResumeMode:
|
|
11916
|
+
:param _ResumeMode: Recovery mode of instances that have failed to be refreshed in the current batch. If there are no failed instances, this parameter is invalid. Default value: RETRY. Valid values: <li>RETRY: Retry instances that have failed to be refreshed in the current batch.</li> <li>CONTINUE: Skip instances that have failed to be refreshed in the current batch.</li>
|
|
11917
11917
|
:type ResumeMode: str
|
|
11918
11918
|
"""
|
|
11919
11919
|
self._AutoScalingGroupId = None
|
|
@@ -11944,7 +11944,7 @@ class ResumeInstanceRefreshRequest(AbstractModel):
|
|
|
11944
11944
|
|
|
11945
11945
|
@property
|
|
11946
11946
|
def ResumeMode(self):
|
|
11947
|
-
"""
|
|
11947
|
+
"""Recovery mode of instances that have failed to be refreshed in the current batch. If there are no failed instances, this parameter is invalid. Default value: RETRY. Valid values: <li>RETRY: Retry instances that have failed to be refreshed in the current batch.</li> <li>CONTINUE: Skip instances that have failed to be refreshed in the current batch.</li>
|
|
11948
11948
|
:rtype: str
|
|
11949
11949
|
"""
|
|
11950
11950
|
return self._ResumeMode
|
|
@@ -12131,11 +12131,17 @@ class RollingUpdateSettings(AbstractModel):
|
|
|
12131
12131
|
r"""
|
|
12132
12132
|
:param _BatchNumber: Batch quantity. The batch quantity should be a positive integer greater than 0, but cannot exceed the total number of instances pending refresh.
|
|
12133
12133
|
:type BatchNumber: int
|
|
12134
|
-
:param _BatchPause: Pause policy between batches. Default value: Automatic. Valid values:
|
|
12134
|
+
:param _BatchPause: Pause policy between batches. Default value: Automatic. Valid values:
|
|
12135
|
+
<li>FIRST_BATCH_PAUSE: Pause after the first batch of updates is completed.</li>
|
|
12136
|
+
<li>BATCH_INTERVAL_PAUSE: Pause between batches.</li>
|
|
12137
|
+
<li>AUTOMATIC: Do not pause.</li>
|
|
12135
12138
|
:type BatchPause: str
|
|
12139
|
+
:param _MaxSurge: The maximum additional quantity of instances. After this parameter is set, create a batch of additional pay-as-you-go instances according to the launch configuration before the rolling update starts. After the rolling update is completed, the additional instances will be terminated.This parameter is used to ensure a certain number of instances available during the rolling update. The maximum additional quantity of instances cannot exceed the number of refreshing instances in a single batch of the rolling update. The rollback process does not support this parameter currently.
|
|
12140
|
+
:type MaxSurge: int
|
|
12136
12141
|
"""
|
|
12137
12142
|
self._BatchNumber = None
|
|
12138
12143
|
self._BatchPause = None
|
|
12144
|
+
self._MaxSurge = None
|
|
12139
12145
|
|
|
12140
12146
|
@property
|
|
12141
12147
|
def BatchNumber(self):
|
|
@@ -12150,7 +12156,10 @@ class RollingUpdateSettings(AbstractModel):
|
|
|
12150
12156
|
|
|
12151
12157
|
@property
|
|
12152
12158
|
def BatchPause(self):
|
|
12153
|
-
"""Pause policy between batches. Default value: Automatic. Valid values:
|
|
12159
|
+
"""Pause policy between batches. Default value: Automatic. Valid values:
|
|
12160
|
+
<li>FIRST_BATCH_PAUSE: Pause after the first batch of updates is completed.</li>
|
|
12161
|
+
<li>BATCH_INTERVAL_PAUSE: Pause between batches.</li>
|
|
12162
|
+
<li>AUTOMATIC: Do not pause.</li>
|
|
12154
12163
|
:rtype: str
|
|
12155
12164
|
"""
|
|
12156
12165
|
return self._BatchPause
|
|
@@ -12159,10 +12168,22 @@ class RollingUpdateSettings(AbstractModel):
|
|
|
12159
12168
|
def BatchPause(self, BatchPause):
|
|
12160
12169
|
self._BatchPause = BatchPause
|
|
12161
12170
|
|
|
12171
|
+
@property
|
|
12172
|
+
def MaxSurge(self):
|
|
12173
|
+
"""The maximum additional quantity of instances. After this parameter is set, create a batch of additional pay-as-you-go instances according to the launch configuration before the rolling update starts. After the rolling update is completed, the additional instances will be terminated.This parameter is used to ensure a certain number of instances available during the rolling update. The maximum additional quantity of instances cannot exceed the number of refreshing instances in a single batch of the rolling update. The rollback process does not support this parameter currently.
|
|
12174
|
+
:rtype: int
|
|
12175
|
+
"""
|
|
12176
|
+
return self._MaxSurge
|
|
12177
|
+
|
|
12178
|
+
@MaxSurge.setter
|
|
12179
|
+
def MaxSurge(self, MaxSurge):
|
|
12180
|
+
self._MaxSurge = MaxSurge
|
|
12181
|
+
|
|
12162
12182
|
|
|
12163
12183
|
def _deserialize(self, params):
|
|
12164
12184
|
self._BatchNumber = params.get("BatchNumber")
|
|
12165
12185
|
self._BatchPause = params.get("BatchPause")
|
|
12186
|
+
self._MaxSurge = params.get("MaxSurge")
|
|
12166
12187
|
memeber_set = set(params.keys())
|
|
12167
12188
|
for name, value in vars(self).items():
|
|
12168
12189
|
property_name = name[1:]
|
|
@@ -2525,11 +2525,8 @@ The `PendingCreate` and `CreateFailed` status only take effect when `SecretType`
|
|
|
2525
2525
|
`2`: SSH key secret.
|
|
2526
2526
|
`3`: Tencent Cloud API key secret.
|
|
2527
2527
|
:type SecretType: int
|
|
2528
|
-
:param _ProductName: This parameter
|
|
2529
|
-
|
|
2530
|
-
An empty value indicates querying all types of Tencent Cloud service secrets.
|
|
2531
|
-
`Mysql`: queries MySQL database credentials.
|
|
2532
|
-
`Tdsql-mysql`: queries TDSQL MySQL database credentials.
|
|
2528
|
+
:param _ProductName: This parameter only takes effect when the value of the SecretType parameter is 1.\nWhen the value of SecretType is `1`:
|
|
2529
|
+
If the ProductName value is empty, it means querying all types of Tencent Cloud product secrets;If the ProductName value is a specific cloud product value such as MySQL, it means querying MySQL database credential;If the ProductName value is multiple cloud product values, such as: Mysql, Tdsql-mysql, Tdsql_C_Mysql (multiple values are separated by commas in English), it means querying the secrets of three cloud product types;To query the list of supported cloud products, use the interface: `DescribeSupportedProducts`.
|
|
2533
2530
|
:type ProductName: str
|
|
2534
2531
|
"""
|
|
2535
2532
|
self._Offset = None
|
|
@@ -2630,11 +2627,8 @@ The `PendingCreate` and `CreateFailed` status only take effect when `SecretType`
|
|
|
2630
2627
|
|
|
2631
2628
|
@property
|
|
2632
2629
|
def ProductName(self):
|
|
2633
|
-
"""This parameter
|
|
2634
|
-
|
|
2635
|
-
An empty value indicates querying all types of Tencent Cloud service secrets.
|
|
2636
|
-
`Mysql`: queries MySQL database credentials.
|
|
2637
|
-
`Tdsql-mysql`: queries TDSQL MySQL database credentials.
|
|
2630
|
+
"""This parameter only takes effect when the value of the SecretType parameter is 1.\nWhen the value of SecretType is `1`:
|
|
2631
|
+
If the ProductName value is empty, it means querying all types of Tencent Cloud product secrets;If the ProductName value is a specific cloud product value such as MySQL, it means querying MySQL database credential;If the ProductName value is multiple cloud product values, such as: Mysql, Tdsql-mysql, Tdsql_C_Mysql (multiple values are separated by commas in English), it means querying the secrets of three cloud product types;To query the list of supported cloud products, use the interface: `DescribeSupportedProducts`.
|
|
2638
2632
|
:rtype: str
|
|
2639
2633
|
"""
|
|
2640
2634
|
return self._ProductName
|
|
@@ -2679,7 +2673,7 @@ class ListSecretsResponse(AbstractModel):
|
|
|
2679
2673
|
:type TotalCount: int
|
|
2680
2674
|
:param _SecretMetadatas: List of Secret information.
|
|
2681
2675
|
:type SecretMetadatas: list of SecretMetadata
|
|
2682
|
-
:param _RequestId: The unique request ID,
|
|
2676
|
+
: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.
|
|
2683
2677
|
:type RequestId: str
|
|
2684
2678
|
"""
|
|
2685
2679
|
self._TotalCount = None
|
|
@@ -2710,7 +2704,7 @@ class ListSecretsResponse(AbstractModel):
|
|
|
2710
2704
|
|
|
2711
2705
|
@property
|
|
2712
2706
|
def RequestId(self):
|
|
2713
|
-
"""The unique request ID,
|
|
2707
|
+
"""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.
|
|
2714
2708
|
:rtype: str
|
|
2715
2709
|
"""
|
|
2716
2710
|
return self._RequestId
|
|
@@ -3205,11 +3199,7 @@ Note: this field may return null, indicating that no valid values can be obtaine
|
|
|
3205
3199
|
:param _NextRotationTime: Start time of the next rotation in UNIX timestamp format
|
|
3206
3200
|
Note: this field may return null, indicating that no valid values can be obtained.
|
|
3207
3201
|
:type NextRotationTime: int
|
|
3208
|
-
:param _SecretType:
|
|
3209
|
-
`1`: Tencent Cloud services secret.
|
|
3210
|
-
`2`: SSH key secret.
|
|
3211
|
-
`3`: Tencent Cloud API key secret.
|
|
3212
|
-
Note: this field may return `null`, indicating that no valid values can be obtained.
|
|
3202
|
+
:param _SecretType: 0: custom secret;1: database credential;2: SSH key secret;3: cloud API key secret;4: Redis secret;Note: This field may return `null`, indicating no valid value can be obtained.
|
|
3213
3203
|
:type SecretType: int
|
|
3214
3204
|
:param _ProductName: Tencent Cloud service name, which takes effect only when `SecretType` is 1 (Tencent Cloud service credential)
|
|
3215
3205
|
Note: this field may return null, indicating that no valid values can be obtained.
|
|
@@ -3370,11 +3360,7 @@ Note: this field may return null, indicating that no valid values can be obtaine
|
|
|
3370
3360
|
|
|
3371
3361
|
@property
|
|
3372
3362
|
def SecretType(self):
|
|
3373
|
-
"""
|
|
3374
|
-
`1`: Tencent Cloud services secret.
|
|
3375
|
-
`2`: SSH key secret.
|
|
3376
|
-
`3`: Tencent Cloud API key secret.
|
|
3377
|
-
Note: this field may return `null`, indicating that no valid values can be obtained.
|
|
3363
|
+
"""0: custom secret;1: database credential;2: SSH key secret;3: cloud API key secret;4: Redis secret;Note: This field may return `null`, indicating no valid value can be obtained.
|
|
3378
3364
|
:rtype: int
|
|
3379
3365
|
"""
|
|
3380
3366
|
return self._SecretType
|
|
@@ -230,6 +230,9 @@ INVALIDPARAMETERVALUE_INVALIDINSTANCEINTERNETCHARGETYPE = 'InvalidParameterValue
|
|
|
230
230
|
# Operation failed: the status of the instance does not allow this operation.
|
|
231
231
|
INVALIDPARAMETERVALUE_INVALIDINSTANCESTATE = 'InvalidParameterValue.InvalidInstanceState'
|
|
232
232
|
|
|
233
|
+
# Invalid original bandwidth value.
|
|
234
|
+
INVALIDPARAMETERVALUE_INVALIDOLDBANDWIDTH = 'InvalidParameterValue.InvalidOldBandwidth'
|
|
235
|
+
|
|
233
236
|
# This Tag is invalid.
|
|
234
237
|
INVALIDPARAMETERVALUE_INVALIDTAG = 'InvalidParameterValue.InvalidTag'
|
|
235
238
|
|
|
@@ -30000,6 +30000,85 @@ class ModifyBandwidthPackageAttributeResponse(AbstractModel):
|
|
|
30000
30000
|
self._RequestId = params.get("RequestId")
|
|
30001
30001
|
|
|
30002
30002
|
|
|
30003
|
+
class ModifyBandwidthPackageBandwidthRequest(AbstractModel):
|
|
30004
|
+
"""ModifyBandwidthPackageBandwidth request structure.
|
|
30005
|
+
|
|
30006
|
+
"""
|
|
30007
|
+
|
|
30008
|
+
def __init__(self):
|
|
30009
|
+
r"""
|
|
30010
|
+
:param _InternetMaxBandwidth: Maximum bandwidth. Unit: Mbps.
|
|
30011
|
+
:type InternetMaxBandwidth: int
|
|
30012
|
+
:param _BandwidthPackageId: Bandwidth package ID.
|
|
30013
|
+
:type BandwidthPackageId: str
|
|
30014
|
+
"""
|
|
30015
|
+
self._InternetMaxBandwidth = None
|
|
30016
|
+
self._BandwidthPackageId = None
|
|
30017
|
+
|
|
30018
|
+
@property
|
|
30019
|
+
def InternetMaxBandwidth(self):
|
|
30020
|
+
"""Maximum bandwidth. Unit: Mbps.
|
|
30021
|
+
:rtype: int
|
|
30022
|
+
"""
|
|
30023
|
+
return self._InternetMaxBandwidth
|
|
30024
|
+
|
|
30025
|
+
@InternetMaxBandwidth.setter
|
|
30026
|
+
def InternetMaxBandwidth(self, InternetMaxBandwidth):
|
|
30027
|
+
self._InternetMaxBandwidth = InternetMaxBandwidth
|
|
30028
|
+
|
|
30029
|
+
@property
|
|
30030
|
+
def BandwidthPackageId(self):
|
|
30031
|
+
"""Bandwidth package ID.
|
|
30032
|
+
:rtype: str
|
|
30033
|
+
"""
|
|
30034
|
+
return self._BandwidthPackageId
|
|
30035
|
+
|
|
30036
|
+
@BandwidthPackageId.setter
|
|
30037
|
+
def BandwidthPackageId(self, BandwidthPackageId):
|
|
30038
|
+
self._BandwidthPackageId = BandwidthPackageId
|
|
30039
|
+
|
|
30040
|
+
|
|
30041
|
+
def _deserialize(self, params):
|
|
30042
|
+
self._InternetMaxBandwidth = params.get("InternetMaxBandwidth")
|
|
30043
|
+
self._BandwidthPackageId = params.get("BandwidthPackageId")
|
|
30044
|
+
memeber_set = set(params.keys())
|
|
30045
|
+
for name, value in vars(self).items():
|
|
30046
|
+
property_name = name[1:]
|
|
30047
|
+
if property_name in memeber_set:
|
|
30048
|
+
memeber_set.remove(property_name)
|
|
30049
|
+
if len(memeber_set) > 0:
|
|
30050
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
30051
|
+
|
|
30052
|
+
|
|
30053
|
+
|
|
30054
|
+
class ModifyBandwidthPackageBandwidthResponse(AbstractModel):
|
|
30055
|
+
"""ModifyBandwidthPackageBandwidth response structure.
|
|
30056
|
+
|
|
30057
|
+
"""
|
|
30058
|
+
|
|
30059
|
+
def __init__(self):
|
|
30060
|
+
r"""
|
|
30061
|
+
: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.
|
|
30062
|
+
:type RequestId: str
|
|
30063
|
+
"""
|
|
30064
|
+
self._RequestId = None
|
|
30065
|
+
|
|
30066
|
+
@property
|
|
30067
|
+
def RequestId(self):
|
|
30068
|
+
"""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.
|
|
30069
|
+
:rtype: str
|
|
30070
|
+
"""
|
|
30071
|
+
return self._RequestId
|
|
30072
|
+
|
|
30073
|
+
@RequestId.setter
|
|
30074
|
+
def RequestId(self, RequestId):
|
|
30075
|
+
self._RequestId = RequestId
|
|
30076
|
+
|
|
30077
|
+
|
|
30078
|
+
def _deserialize(self, params):
|
|
30079
|
+
self._RequestId = params.get("RequestId")
|
|
30080
|
+
|
|
30081
|
+
|
|
30003
30082
|
class ModifyCcnAttachedInstancesAttributeRequest(AbstractModel):
|
|
30004
30083
|
"""ModifyCcnAttachedInstancesAttribute request structure.
|
|
30005
30084
|
|
|
@@ -4697,6 +4697,29 @@ class VpcClient(AbstractClient):
|
|
|
4697
4697
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
4698
4698
|
|
|
4699
4699
|
|
|
4700
|
+
def ModifyBandwidthPackageBandwidth(self, request):
|
|
4701
|
+
"""This API is used to adjust the bandwidth of a [bandwidth package](https://www.tencentcloud.com/document/product/684/15245).
|
|
4702
|
+
|
|
4703
|
+
:param request: Request instance for ModifyBandwidthPackageBandwidth.
|
|
4704
|
+
:type request: :class:`tencentcloud.vpc.v20170312.models.ModifyBandwidthPackageBandwidthRequest`
|
|
4705
|
+
:rtype: :class:`tencentcloud.vpc.v20170312.models.ModifyBandwidthPackageBandwidthResponse`
|
|
4706
|
+
|
|
4707
|
+
"""
|
|
4708
|
+
try:
|
|
4709
|
+
params = request._serialize()
|
|
4710
|
+
headers = request.headers
|
|
4711
|
+
body = self.call("ModifyBandwidthPackageBandwidth", params, headers=headers)
|
|
4712
|
+
response = json.loads(body)
|
|
4713
|
+
model = models.ModifyBandwidthPackageBandwidthResponse()
|
|
4714
|
+
model._deserialize(response["Response"])
|
|
4715
|
+
return model
|
|
4716
|
+
except Exception as e:
|
|
4717
|
+
if isinstance(e, TencentCloudSDKException):
|
|
4718
|
+
raise
|
|
4719
|
+
else:
|
|
4720
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
4721
|
+
|
|
4722
|
+
|
|
4700
4723
|
def ModifyCcnAttachedInstancesAttribute(self, request):
|
|
4701
4724
|
"""This API is used to modify CCN-associated instance attributes. Currently, only the `description` can be modified.
|
|
4702
4725
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
tencentcloud/__init__.py,sha256=
|
|
1
|
+
tencentcloud/__init__.py,sha256=A4NcmJgUEFK54n_iQYJsjfQJTTgxM1ezJMOjn70h2QY,630
|
|
2
2
|
tencentcloud/advisor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
3
|
tencentcloud/advisor/v20200721/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
tencentcloud/advisor/v20200721/advisor_client.py,sha256=b5pLP_oF5HZHo4xbn-hI4dkpnirhcHB2rNDWvGf4q1Y,2919
|
|
@@ -26,9 +26,9 @@ tencentcloud/apigateway/v20180808/errorcodes.py,sha256=0T0u1gze7_0UL5PGy0yOYWJOu
|
|
|
26
26
|
tencentcloud/apigateway/v20180808/models.py,sha256=r8LLB-T8TZA4sgnC8X1N89JcEQTaITvuEv42IlSs7Ys,792175
|
|
27
27
|
tencentcloud/autoscaling/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
28
28
|
tencentcloud/autoscaling/v20180419/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
29
|
-
tencentcloud/autoscaling/v20180419/autoscaling_client.py,sha256
|
|
30
|
-
tencentcloud/autoscaling/v20180419/errorcodes.py,sha256=
|
|
31
|
-
tencentcloud/autoscaling/v20180419/models.py,sha256=
|
|
29
|
+
tencentcloud/autoscaling/v20180419/autoscaling_client.py,sha256=-DIl3oOvf6Un9vEUmZeXt7acwe-MaZC3d8q8rVuK6xw,73449
|
|
30
|
+
tencentcloud/autoscaling/v20180419/errorcodes.py,sha256=EnO0NtPCX0cHZg4gwcuFy0h0lpGYXj7IxKOPyumtZss,23895
|
|
31
|
+
tencentcloud/autoscaling/v20180419/models.py,sha256=d86_8vTzo8euEQn9YfKomCp7hIlPCTLA9ntyYQCvBEg,614141
|
|
32
32
|
tencentcloud/batch/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
33
33
|
tencentcloud/batch/v20170312/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
34
34
|
tencentcloud/batch/v20170312/batch_client.py,sha256=dZRtOWDZKKeCiO05RhGAe3RxcuMK3lyPZ5Il-eElpbI,29648
|
|
@@ -446,7 +446,7 @@ tencentcloud/ssl/v20191205/ssl_client.py,sha256=i9u0Ml5aKK8yBfUdEY7PMMJExA93adqa
|
|
|
446
446
|
tencentcloud/ssm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
447
447
|
tencentcloud/ssm/v20190923/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
448
448
|
tencentcloud/ssm/v20190923/errorcodes.py,sha256=NBOI-WQKLIKbuU6tJKH1ymD-gq-VAaqmxK3FFXEvmcM,3759
|
|
449
|
-
tencentcloud/ssm/v20190923/models.py,sha256=
|
|
449
|
+
tencentcloud/ssm/v20190923/models.py,sha256=4BMiAS2eHKXB6PsWVXftkTBsVbRhdqSNzMgsHt5dnwQ,131982
|
|
450
450
|
tencentcloud/ssm/v20190923/ssm_client.py,sha256=wqBTnlikZCMad6hf4ZjzUFhvoVGantCK7nOXNbWGqMQ,25582
|
|
451
451
|
tencentcloud/sts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
452
452
|
tencentcloud/sts/v20180813/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -562,9 +562,9 @@ tencentcloud/vod/v20180717/models.py,sha256=FLDDgnKDoMeKM-RZKHZTUkauN-sT1h6tmWTE
|
|
|
562
562
|
tencentcloud/vod/v20180717/vod_client.py,sha256=mtpzExtuXHGeiVPeKH7MJ8leX6VuCdehLoXqxfM1ihw,199270
|
|
563
563
|
tencentcloud/vpc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
564
564
|
tencentcloud/vpc/v20170312/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
565
|
-
tencentcloud/vpc/v20170312/errorcodes.py,sha256=
|
|
566
|
-
tencentcloud/vpc/v20170312/models.py,sha256=
|
|
567
|
-
tencentcloud/vpc/v20170312/vpc_client.py,sha256=
|
|
565
|
+
tencentcloud/vpc/v20170312/errorcodes.py,sha256=hk8JFrjB7Q_CRtYKdOlXVqWcTXdl263rNAWd8-Yj_qs,44610
|
|
566
|
+
tencentcloud/vpc/v20170312/models.py,sha256=akx7oZ4To7rV9Azs3gTXEejfwyqcaXkBQRgdQz6-x-c,1401371
|
|
567
|
+
tencentcloud/vpc/v20170312/vpc_client.py,sha256=p4c7ChqtihcgMm8U7kMGpxcRFk1M2Ejm5DkuNPad1Eg,282639
|
|
568
568
|
tencentcloud/waf/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
569
569
|
tencentcloud/waf/v20180125/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
570
570
|
tencentcloud/waf/v20180125/errorcodes.py,sha256=VaLEKc_pMEc24A9PAE0i7hCjMi8l7OcM0X0WdYVxLaY,6174
|
|
@@ -580,7 +580,7 @@ tencentcloud/yunjing/v20180228/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5
|
|
|
580
580
|
tencentcloud/yunjing/v20180228/errorcodes.py,sha256=VEqwMbMBe7F2oAW6ZDu3vAivBr60lbo7FWduFqRTEVg,3195
|
|
581
581
|
tencentcloud/yunjing/v20180228/models.py,sha256=0rnsJ4JkA5aCTV1cVwCuKnzooe6IhQ0NS3ij6tJ22uw,330670
|
|
582
582
|
tencentcloud/yunjing/v20180228/yunjing_client.py,sha256=GA7Fo5GmpEJ2kufV2upw-ZpMZxznsPZ3NKDKDDAI4Ao,67384
|
|
583
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
|
584
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
|
585
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
|
586
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
|
583
|
+
tencentcloud_sdk_python_intl_en-3.0.1077.dist-info/METADATA,sha256=EOf3PctruwzRaZeq5y93IJ2Vjr44w6wB93v6Jy3l7Q0,1628
|
|
584
|
+
tencentcloud_sdk_python_intl_en-3.0.1077.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
585
|
+
tencentcloud_sdk_python_intl_en-3.0.1077.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
586
|
+
tencentcloud_sdk_python_intl_en-3.0.1077.dist-info/RECORD,,
|
|
File without changes
|