tencentcloud-sdk-python-cloudapp 3.0.1394__py2.py3-none-any.whl → 3.0.1459__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 CHANGED
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1394'
17
+ __version__ = '3.0.1459'
@@ -1,5 +1,5 @@
1
1
  # -*- coding: utf8 -*-
2
- # Copyright (c) 2017-2021 THL A29 Limited, a Tencent company. All Rights Reserved.
2
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -27,7 +27,7 @@ class CloudappClient(AbstractClient):
27
27
 
28
28
 
29
29
  def VerifyLicense(self, request):
30
- """从软件进程读取 LICENSE。
30
+ r"""从软件进程读取 LICENSE。
31
31
 
32
32
  :param request: Request instance for VerifyLicense.
33
33
  :type request: :class:`tencentcloud.cloudapp.v20220530.models.VerifyLicenseRequest`
@@ -1,5 +1,5 @@
1
1
  # -*- coding: utf8 -*-
2
- # Copyright (c) 2017-2021 THL A29 Limited, a Tencent company. All Rights Reserved.
2
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # -*- coding: utf8 -*-
2
- # Copyright (c) 2017-2021 THL A29 Limited, a Tencent company. All Rights Reserved.
2
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@ from tencentcloud.common.abstract_model import AbstractModel
19
19
 
20
20
 
21
21
  class License(AbstractModel):
22
- """表示应用实例的软件授权,包含颁发信息、激活信息等内容。
22
+ r"""表示应用实例的软件授权,包含颁发信息、激活信息等内容。
23
23
 
24
24
  """
25
25
 
@@ -85,7 +85,7 @@ class License(AbstractModel):
85
85
 
86
86
  @property
87
87
  def LicenseId(self):
88
- """License ID
88
+ r"""License ID
89
89
  :rtype: str
90
90
  """
91
91
  return self._LicenseId
@@ -96,7 +96,7 @@ class License(AbstractModel):
96
96
 
97
97
  @property
98
98
  def LicenseMode(self):
99
- """软件授权模式。<table><thead><tr><th>枚举值</th><th>说明</th></tr></thead><tbody><tr><td>Permanent</td><td>永久授权。该授权不受有效期限制。</td></tr><tr><td>Subscription</td><td>订阅授权。授权如果过了有效期,则会进入过期状态。</td></tr><tr><td>Accept</td><td>验收期授权。用于需要验收的软件处于验收期间的授权,授权如果过了验收有效期,则会进入过期状态。</td></tr></tbody></table>
99
+ r"""软件授权模式。<table><thead><tr><th>枚举值</th><th>说明</th></tr></thead><tbody><tr><td>Permanent</td><td>永久授权。该授权不受有效期限制。</td></tr><tr><td>Subscription</td><td>订阅授权。授权如果过了有效期,则会进入过期状态。</td></tr><tr><td>Accept</td><td>验收期授权。用于需要验收的软件处于验收期间的授权,授权如果过了验收有效期,则会进入过期状态。</td></tr></tbody></table>
100
100
  :rtype: str
101
101
  """
102
102
  return self._LicenseMode
@@ -107,7 +107,7 @@ class License(AbstractModel):
107
107
 
108
108
  @property
109
109
  def LicenseStatus(self):
110
- """软件的授权状态。<table><thead><tr><th>枚举值</th><th>说明</th></tr></thead><tbody><tr><td>Issued</td><td>已颁发,等待激活。一般来说,如果软件已经在运行,不会出现该状态。</td></tr><tr><td>Active</td><td>授权在有效期内,这是软件运行期间最常见的状态。</td></tr><tr><td>Expired</td><td>授权已过期。订阅类的软件授权有有效期,如果服务器时间已晚于有效期,则会进入过期状态。</td></tr><tr><td>Isolated</td><td>授权已隔离。有截止日期的授权,当用户授权到期时,先进入此状态,用户可以去续费,超过7天不续费则授权进入Destroyed状态。</td></tr><tr><td>Destroyed</td><td>授权已失效/销毁。用户如果退货软件,则授权会自动失效。</td></tr></tbody></table>
110
+ r"""软件的授权状态。<table><thead><tr><th>枚举值</th><th>说明</th></tr></thead><tbody><tr><td>Issued</td><td>已颁发,等待激活。一般来说,如果软件已经在运行,不会出现该状态。</td></tr><tr><td>Active</td><td>授权在有效期内,这是软件运行期间最常见的状态。</td></tr><tr><td>Expired</td><td>授权已过期。订阅类的软件授权有有效期,如果服务器时间已晚于有效期,则会进入过期状态。</td></tr><tr><td>Isolated</td><td>授权已隔离。有截止日期的授权,当用户授权到期时,先进入此状态,用户可以去续费,超过7天不续费则授权进入Destroyed状态。</td></tr><tr><td>Destroyed</td><td>授权已失效/销毁。用户如果退货软件,则授权会自动失效。</td></tr></tbody></table>
111
111
  :rtype: str
112
112
  """
113
113
  return self._LicenseStatus
@@ -118,7 +118,7 @@ class License(AbstractModel):
118
118
 
119
119
  @property
120
120
  def ProviderId(self):
121
- """软件供应方 ID。
121
+ r"""软件供应方 ID。
122
122
  :rtype: int
123
123
  """
124
124
  return self._ProviderId
@@ -129,7 +129,7 @@ class License(AbstractModel):
129
129
 
130
130
  @property
131
131
  def SoftwarePackageId(self):
132
- """软件包 ID。
132
+ r"""软件包 ID。
133
133
  :rtype: str
134
134
  """
135
135
  return self._SoftwarePackageId
@@ -140,7 +140,7 @@ class License(AbstractModel):
140
140
 
141
141
  @property
142
142
  def SoftwarePackageVersion(self):
143
- """软件包版本。
143
+ r"""软件包版本。
144
144
  :rtype: str
145
145
  """
146
146
  return self._SoftwarePackageVersion
@@ -151,7 +151,7 @@ class License(AbstractModel):
151
151
 
152
152
  @property
153
153
  def AuthorizedUserUin(self):
154
- """被授权的用户 UIN。
154
+ r"""被授权的用户 UIN。
155
155
  :rtype: str
156
156
  """
157
157
  return self._AuthorizedUserUin
@@ -162,7 +162,7 @@ class License(AbstractModel):
162
162
 
163
163
  @property
164
164
  def AuthorizedCloudappId(self):
165
- """被授权的应用实例 ID。
165
+ r"""被授权的应用实例 ID。
166
166
  :rtype: str
167
167
  """
168
168
  return self._AuthorizedCloudappId
@@ -173,7 +173,7 @@ class License(AbstractModel):
173
173
 
174
174
  @property
175
175
  def AuthorizedCloudappRoleId(self):
176
- """被授权的角色 ID。
176
+ r"""被授权的角色 ID。
177
177
  :rtype: str
178
178
  """
179
179
  return self._AuthorizedCloudappRoleId
@@ -184,7 +184,7 @@ class License(AbstractModel):
184
184
 
185
185
  @property
186
186
  def AuthorizedSpecification(self):
187
- """被授权的软件规格,具体字段请参考结构SaleParam
187
+ r"""被授权的软件规格,具体字段请参考结构SaleParam
188
188
  :rtype: list of SaleParam
189
189
  """
190
190
  return self._AuthorizedSpecification
@@ -195,7 +195,7 @@ class License(AbstractModel):
195
195
 
196
196
  @property
197
197
  def BillingMode(self):
198
- """被授权的软件的计费模式。<table><thead><tr><th>枚举值</th><th>说明</th></tr></thead><tbody><tr><td>1</td><td>线上计费,软件的授权从腾讯云线上购买,支持续费、退款等操作。</td></tr><tr><td>2</td><td>线下计费,软件的授权线下签订合同购买,定向客户交付,无法从线上续费和退款。</td></tr><tr><td>4</td><td>免费</td></tr></tbody></table>
198
+ r"""被授权的软件的计费模式。<table><thead><tr><th>枚举值</th><th>说明</th></tr></thead><tbody><tr><td>1</td><td>线上计费,软件的授权从腾讯云线上购买,支持续费、退款等操作。</td></tr><tr><td>2</td><td>线下计费,软件的授权线下签订合同购买,定向客户交付,无法从线上续费和退款。</td></tr><tr><td>4</td><td>免费</td></tr></tbody></table>
199
199
  :rtype: int
200
200
  """
201
201
  return self._BillingMode
@@ -206,7 +206,7 @@ class License(AbstractModel):
206
206
 
207
207
  @property
208
208
  def LifeSpan(self):
209
- """授权时长(单位由LifeSpanUnit确定,枚举值有Y年/M月/D日三种)
209
+ r"""授权时长(单位由LifeSpanUnit确定,枚举值有Y年/M月/D日三种)
210
210
  :rtype: int
211
211
  """
212
212
  return self._LifeSpan
@@ -217,7 +217,7 @@ class License(AbstractModel):
217
217
 
218
218
  @property
219
219
  def IssueDate(self):
220
- """授权颁发时间。
220
+ r"""授权颁发时间。
221
221
  :rtype: str
222
222
  """
223
223
  return self._IssueDate
@@ -228,7 +228,7 @@ class License(AbstractModel):
228
228
 
229
229
  @property
230
230
  def ActivationDate(self):
231
- """授权激活时间,如从未激活则返回 null。
231
+ r"""授权激活时间,如从未激活则返回 null。
232
232
  注意:此字段可能返回 null,表示取不到有效值。
233
233
  :rtype: str
234
234
  """
@@ -240,7 +240,7 @@ class License(AbstractModel):
240
240
 
241
241
  @property
242
242
  def ExpirationDate(self):
243
- """授权过期时间
243
+ r"""授权过期时间
244
244
  注意:此字段可能返回 null,表示取不到有效值。
245
245
  :rtype: str
246
246
  """
@@ -252,7 +252,7 @@ class License(AbstractModel):
252
252
 
253
253
  @property
254
254
  def LifeSpanUnit(self):
255
- """授权时长单位,枚举值有Y年/M月/D日三种
255
+ r"""授权时长单位,枚举值有Y年/M月/D日三种
256
256
  :rtype: str
257
257
  """
258
258
  return self._LifeSpanUnit
@@ -263,7 +263,7 @@ class License(AbstractModel):
263
263
 
264
264
  @property
265
265
  def LicenseType(self):
266
- """授权的类型:Standard正式版/Development开发版/Trial体验版
266
+ r"""授权的类型:Standard正式版/Development开发版/Trial体验版
267
267
  :rtype: str
268
268
  """
269
269
  return self._LicenseType
@@ -274,7 +274,7 @@ class License(AbstractModel):
274
274
 
275
275
  @property
276
276
  def LicenseLevel(self):
277
- """授权的层级:Master 主授权;Child 子授权/增强型授权
277
+ r"""授权的层级:Master 主授权;Child 子授权/增强型授权
278
278
  :rtype: str
279
279
  """
280
280
  return self._LicenseLevel
@@ -319,7 +319,7 @@ class License(AbstractModel):
319
319
 
320
320
 
321
321
  class SaleParam(AbstractModel):
322
- """表示商品 SKU 的单个售卖参数
322
+ r"""表示商品 SKU 的单个售卖参数
323
323
 
324
324
  """
325
325
 
@@ -348,7 +348,7 @@ class SaleParam(AbstractModel):
348
348
 
349
349
  @property
350
350
  def ParamKey(self):
351
- """售卖参数标识
351
+ r"""售卖参数标识
352
352
  :rtype: str
353
353
  """
354
354
  return self._ParamKey
@@ -359,7 +359,7 @@ class SaleParam(AbstractModel):
359
359
 
360
360
  @property
361
361
  def ParamKeyName(self):
362
- """售卖参数的展示名称
362
+ r"""售卖参数的展示名称
363
363
  注意:此字段可能返回 null,表示取不到有效值。
364
364
  :rtype: str
365
365
  """
@@ -371,7 +371,7 @@ class SaleParam(AbstractModel):
371
371
 
372
372
  @property
373
373
  def ParamValue(self):
374
- """售卖参数值,当ParamType=Quant时,该值有可能为Null
374
+ r"""售卖参数值,当ParamType=Quant时,该值有可能为Null
375
375
  注意:此字段可能返回 null,表示取不到有效值。
376
376
  :rtype: str
377
377
  """
@@ -383,7 +383,7 @@ class SaleParam(AbstractModel):
383
383
 
384
384
  @property
385
385
  def ParamValueName(self):
386
- """售卖参数值的展示名称
386
+ r"""售卖参数值的展示名称
387
387
  注意:此字段可能返回 null,表示取不到有效值。
388
388
  :rtype: str
389
389
  """
@@ -395,7 +395,7 @@ class SaleParam(AbstractModel):
395
395
 
396
396
  @property
397
397
  def ParamType(self):
398
- """售卖参数的类型,目前支持枚举类Enum/数量类Quant
398
+ r"""售卖参数的类型,目前支持枚举类Enum/数量类Quant
399
399
  注意:此字段可能返回 null,表示取不到有效值。
400
400
  :rtype: str
401
401
  """
@@ -423,13 +423,13 @@ class SaleParam(AbstractModel):
423
423
 
424
424
 
425
425
  class VerifyLicenseRequest(AbstractModel):
426
- """VerifyLicense请求参数结构体
426
+ r"""VerifyLicense请求参数结构体
427
427
 
428
428
  """
429
429
 
430
430
 
431
431
  class VerifyLicenseResponse(AbstractModel):
432
- """VerifyLicense返回参数结构体
432
+ r"""VerifyLicense返回参数结构体
433
433
 
434
434
  """
435
435
 
@@ -451,7 +451,7 @@ class VerifyLicenseResponse(AbstractModel):
451
451
 
452
452
  @property
453
453
  def License(self):
454
- """软件的详细授权信息。
454
+ r"""软件的详细授权信息。
455
455
  :rtype: :class:`tencentcloud.cloudapp.v20220530.models.License`
456
456
  """
457
457
  return self._License
@@ -462,7 +462,7 @@ class VerifyLicenseResponse(AbstractModel):
462
462
 
463
463
  @property
464
464
  def Timestamp(self):
465
- """当前请求服务端的时间戳,格式为RFC3339
465
+ r"""当前请求服务端的时间戳,格式为RFC3339
466
466
  :rtype: str
467
467
  """
468
468
  return self._Timestamp
@@ -473,7 +473,7 @@ class VerifyLicenseResponse(AbstractModel):
473
473
 
474
474
  @property
475
475
  def Signature(self):
476
- """对License字段对应的json数据的签名
476
+ r"""对License字段对应的json数据的签名
477
477
  :rtype: str
478
478
  """
479
479
  return self._Signature
@@ -484,7 +484,7 @@ class VerifyLicenseResponse(AbstractModel):
484
484
 
485
485
  @property
486
486
  def RequestId(self):
487
- """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
487
+ r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
488
488
  :rtype: str
489
489
  """
490
490
  return self._RequestId
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-cloudapp
3
- Version: 3.0.1394
3
+ Version: 3.0.1459
4
4
  Summary: Tencent Cloud Cloudapp SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common (==3.0.1394)
18
+ Requires-Dist: tencentcloud-sdk-python-common (<4.0.0,>=3.0.1459)
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1,10 @@
1
+ tencentcloud/__init__.py,sha256=r84PYsG-hFbeEH3ch-Sw2bJmqWlws-vogRx7ePuiG9c,631
2
+ tencentcloud/cloudapp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ tencentcloud/cloudapp/v20220530/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ tencentcloud/cloudapp/v20220530/cloudapp_client.py,sha256=We6x1iLfb2qiveX_AFraJGLT4roPp49M-blM7OQKd5E,1860
5
+ tencentcloud/cloudapp/v20220530/errorcodes.py,sha256=--3Fd24HvXy0prtDI2e7wKxr81LAvSqrDzBk0T20VmE,853
6
+ tencentcloud/cloudapp/v20220530/models.py,sha256=xhg4tZftODVh9Nc4LE_vCiLNVAdqOh_17I_p3u03dFQ,19582
7
+ tencentcloud_sdk_python_cloudapp-3.0.1459.dist-info/METADATA,sha256=tD2vZHx9Fboh3BqZYT1tYTS5gWI7OkzijO4Leqb4atk,1528
8
+ tencentcloud_sdk_python_cloudapp-3.0.1459.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
9
+ tencentcloud_sdk_python_cloudapp-3.0.1459.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
10
+ tencentcloud_sdk_python_cloudapp-3.0.1459.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- tencentcloud/__init__.py,sha256=5zO2lLZe1BHAXaibBkb5tZiMM5HPiQZRFL83ZVZxrU8,631
2
- tencentcloud/cloudapp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- tencentcloud/cloudapp/v20220530/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- tencentcloud/cloudapp/v20220530/cloudapp_client.py,sha256=3ISl7HhUxut_RW3ssNu_enDKxyoMhWIASCIl1Myu5WA,1886
5
- tencentcloud/cloudapp/v20220530/errorcodes.py,sha256=04ONPJ_iCiTBchmgoYhsTqM3ZDjPgqg2MuNN9hOK0p8,880
6
- tencentcloud/cloudapp/v20220530/models.py,sha256=gwdnJ_eccMbHg6Ew0HVZtd9BdD54c7YX9WJkF5SqRUo,19578
7
- tencentcloud_sdk_python_cloudapp-3.0.1394.dist-info/METADATA,sha256=cIFzFAKOljiAZDWhWu6hSoR0Rzmon9VSNRkgnH-HTVg,1521
8
- tencentcloud_sdk_python_cloudapp-3.0.1394.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
9
- tencentcloud_sdk_python_cloudapp-3.0.1394.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
10
- tencentcloud_sdk_python_cloudapp-3.0.1394.dist-info/RECORD,,