tencentcloud-sdk-python-intl-en 3.0.1223__py2.py3-none-any.whl → 3.0.1225__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/billing/v20180709/models.py +32 -46
- tencentcloud/emr/v20190103/models.py +392 -35
- tencentcloud/iai/v20200303/iai_client.py +0 -1
- tencentcloud/iai/v20200303/models.py +2 -2
- tencentcloud/intlpartnersmgt/v20220928/models.py +19 -6
- tencentcloud/iotcloud/v20210408/models.py +2 -2
- tencentcloud/mps/v20190612/models.py +254 -194
- tencentcloud/redis/v20180412/models.py +50 -2
- tencentcloud/ssl/v20191205/errorcodes.py +3 -0
- tencentcloud/ssl/v20191205/models.py +4724 -3397
- tencentcloud/ssl/v20191205/ssl_client.py +138 -0
- {tencentcloud_sdk_python_intl_en-3.0.1223.dist-info → tencentcloud_sdk_python_intl_en-3.0.1225.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python_intl_en-3.0.1223.dist-info → tencentcloud_sdk_python_intl_en-3.0.1225.dist-info}/RECORD +16 -16
- {tencentcloud_sdk_python_intl_en-3.0.1223.dist-info → tencentcloud_sdk_python_intl_en-3.0.1225.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_intl_en-3.0.1223.dist-info → tencentcloud_sdk_python_intl_en-3.0.1225.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
|
@@ -7795,42 +7795,35 @@ class Deal(AbstractModel):
|
|
|
7795
7795
|
:param _TotalCost: Original price (cents)
|
|
7796
7796
|
:type TotalCost: float
|
|
7797
7797
|
:param _ProductCode: Product code
|
|
7798
|
-
|
|
7799
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
7800
7798
|
:type ProductCode: str
|
|
7801
7799
|
:param _SubProductCode: Subproduct code
|
|
7802
7800
|
:type SubProductCode: str
|
|
7803
7801
|
:param _BigDealId: Large order number.
|
|
7804
7802
|
:type BigDealId: str
|
|
7805
|
-
:param _Formula: Refund formula
|
|
7806
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
7803
|
+
:param _Formula: Refund formula.
|
|
7807
7804
|
:type Formula: str
|
|
7808
|
-
:param _RefReturnDeals: Refund involves order information
|
|
7809
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
7805
|
+
:param _RefReturnDeals: Refund involves order information.
|
|
7810
7806
|
:type RefReturnDeals: str
|
|
7811
7807
|
:param _PayMode: Billing mode: `prePay` (prepaid), `postPay` (pay-as-you-go), `riPay` (reserved instance)
|
|
7812
7808
|
:type PayMode: str
|
|
7813
7809
|
:param _Action: Transaction type
|
|
7814
7810
|
|
|
7815
|
-
|
|
7816
|
-
|
|
7817
|
-
`
|
|
7818
|
-
|
|
7819
|
-
upgrade
|
|
7820
|
-
renew
|
|
7821
|
-
purchase
|
|
7822
|
-
preMoveOut
|
|
7823
|
-
preMoveIn
|
|
7824
|
-
preToPost prepaid to postpaid
|
|
7825
|
-
postMoveOut
|
|
7826
|
-
postMoveIn
|
|
7827
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
7811
|
+
Modify network mode adjust bandwidth mode.
|
|
7812
|
+
Adjust bandwidth size.
|
|
7813
|
+
`Refund`: refund.
|
|
7814
|
+
downgrade.
|
|
7815
|
+
upgrade configuration.
|
|
7816
|
+
renew.
|
|
7817
|
+
purchase.
|
|
7818
|
+
preMoveOut monthly subscription resource migration out.
|
|
7819
|
+
preMoveIn specifies the monthly subscription resources to migrate.
|
|
7820
|
+
preToPost specifies the prepaid to postpaid conversion.
|
|
7821
|
+
postMoveOut specifies the pay-as-you-go resources to be migrated out.
|
|
7822
|
+
postMoveIn specifies the pay-as-you-go resources for inbound migration.
|
|
7828
7823
|
:type Action: str
|
|
7829
|
-
:param _ProductName: Product code
|
|
7830
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
7824
|
+
:param _ProductName: Product code chinese name.
|
|
7831
7825
|
:type ProductName: str
|
|
7832
|
-
:param _SubProductName:
|
|
7833
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
7826
|
+
:param _SubProductName: Sub-Product code chinese name.
|
|
7834
7827
|
:type SubProductName: str
|
|
7835
7828
|
:param _ResourceId: The resource ID corresponding to the order. If the query parameter `Limit` exceeds 200, null will be returned.
|
|
7836
7829
|
Note: This field may return null, indicating that no valid values can be obtained.
|
|
@@ -8042,8 +8035,6 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
8042
8035
|
@property
|
|
8043
8036
|
def ProductCode(self):
|
|
8044
8037
|
"""Product code
|
|
8045
|
-
|
|
8046
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
8047
8038
|
:rtype: str
|
|
8048
8039
|
"""
|
|
8049
8040
|
return self._ProductCode
|
|
@@ -8076,8 +8067,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
8076
8067
|
|
|
8077
8068
|
@property
|
|
8078
8069
|
def Formula(self):
|
|
8079
|
-
"""Refund formula
|
|
8080
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
8070
|
+
"""Refund formula.
|
|
8081
8071
|
:rtype: str
|
|
8082
8072
|
"""
|
|
8083
8073
|
return self._Formula
|
|
@@ -8088,8 +8078,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
8088
8078
|
|
|
8089
8079
|
@property
|
|
8090
8080
|
def RefReturnDeals(self):
|
|
8091
|
-
"""Refund involves order information
|
|
8092
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
8081
|
+
"""Refund involves order information.
|
|
8093
8082
|
:rtype: str
|
|
8094
8083
|
"""
|
|
8095
8084
|
return self._RefReturnDeals
|
|
@@ -8113,19 +8102,18 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
8113
8102
|
def Action(self):
|
|
8114
8103
|
"""Transaction type
|
|
8115
8104
|
|
|
8116
|
-
|
|
8117
|
-
|
|
8118
|
-
`
|
|
8119
|
-
|
|
8120
|
-
upgrade
|
|
8121
|
-
renew
|
|
8122
|
-
purchase
|
|
8123
|
-
preMoveOut
|
|
8124
|
-
preMoveIn
|
|
8125
|
-
preToPost prepaid to postpaid
|
|
8126
|
-
postMoveOut
|
|
8127
|
-
postMoveIn
|
|
8128
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
8105
|
+
Modify network mode adjust bandwidth mode.
|
|
8106
|
+
Adjust bandwidth size.
|
|
8107
|
+
`Refund`: refund.
|
|
8108
|
+
downgrade.
|
|
8109
|
+
upgrade configuration.
|
|
8110
|
+
renew.
|
|
8111
|
+
purchase.
|
|
8112
|
+
preMoveOut monthly subscription resource migration out.
|
|
8113
|
+
preMoveIn specifies the monthly subscription resources to migrate.
|
|
8114
|
+
preToPost specifies the prepaid to postpaid conversion.
|
|
8115
|
+
postMoveOut specifies the pay-as-you-go resources to be migrated out.
|
|
8116
|
+
postMoveIn specifies the pay-as-you-go resources for inbound migration.
|
|
8129
8117
|
:rtype: str
|
|
8130
8118
|
"""
|
|
8131
8119
|
return self._Action
|
|
@@ -8136,8 +8124,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
8136
8124
|
|
|
8137
8125
|
@property
|
|
8138
8126
|
def ProductName(self):
|
|
8139
|
-
"""Product code
|
|
8140
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
8127
|
+
"""Product code chinese name.
|
|
8141
8128
|
:rtype: str
|
|
8142
8129
|
"""
|
|
8143
8130
|
return self._ProductName
|
|
@@ -8148,8 +8135,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
8148
8135
|
|
|
8149
8136
|
@property
|
|
8150
8137
|
def SubProductName(self):
|
|
8151
|
-
"""
|
|
8152
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
8138
|
+
"""Sub-Product code chinese name.
|
|
8153
8139
|
:rtype: str
|
|
8154
8140
|
"""
|
|
8155
8141
|
return self._SubProductName
|