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 CHANGED
@@ -13,4 +13,4 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
 
16
- __version__ = '3.0.1223'
16
+ __version__ = '3.0.1225'
@@ -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
- `modifyNetworkMode`: Adjusting bandwidth mode
7816
- `modifyNetworkSize`: Adjusting bandwidth size
7817
- `refund`: Refund
7818
- `downgrade`: Downgrade
7819
- upgrade (upgrade)
7820
- renew
7821
- purchase
7822
- preMoveOut annual and monthly subscription resources
7823
- preMoveIn annual and monthly subscription resources
7824
- preToPost prepaid to postpaid
7825
- postMoveOut move out pay-as-you-go resources
7826
- postMoveIn move in pay-as-you-go resources
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 Chinese name
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: Subproduct code Chinese name
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
- `modifyNetworkMode`: Adjusting bandwidth mode
8117
- `modifyNetworkSize`: Adjusting bandwidth size
8118
- `refund`: Refund
8119
- `downgrade`: Downgrade
8120
- upgrade (upgrade)
8121
- renew
8122
- purchase
8123
- preMoveOut annual and monthly subscription resources
8124
- preMoveIn annual and monthly subscription resources
8125
- preToPost prepaid to postpaid
8126
- postMoveOut move out pay-as-you-go resources
8127
- postMoveIn move in pay-as-you-go resources
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 Chinese name
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
- """Subproduct code Chinese name
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