tencentcloud-sdk-python-tcb 3.1.77__tar.gz → 3.1.79__tar.gz

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.
Files changed (17) hide show
  1. {tencentcloud_sdk_python_tcb-3.1.77 → tencentcloud_sdk_python_tcb-3.1.79}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_tcb-3.1.77 → tencentcloud_sdk_python_tcb-3.1.79}/setup.py +1 -1
  3. {tencentcloud_sdk_python_tcb-3.1.77 → tencentcloud_sdk_python_tcb-3.1.79}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_tcb-3.1.77 → tencentcloud_sdk_python_tcb-3.1.79}/tencentcloud/tcb/v20180608/models.py +117 -82
  5. {tencentcloud_sdk_python_tcb-3.1.77 → tencentcloud_sdk_python_tcb-3.1.79}/tencentcloud_sdk_python_tcb.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_tcb-3.1.79/tencentcloud_sdk_python_tcb.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_tcb-3.1.77/tencentcloud_sdk_python_tcb.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_tcb-3.1.77 → tencentcloud_sdk_python_tcb-3.1.79}/README.rst +0 -0
  9. {tencentcloud_sdk_python_tcb-3.1.77 → tencentcloud_sdk_python_tcb-3.1.79}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_tcb-3.1.77 → tencentcloud_sdk_python_tcb-3.1.79}/tencentcloud/tcb/__init__.py +0 -0
  11. {tencentcloud_sdk_python_tcb-3.1.77 → tencentcloud_sdk_python_tcb-3.1.79}/tencentcloud/tcb/v20180608/__init__.py +0 -0
  12. {tencentcloud_sdk_python_tcb-3.1.77 → tencentcloud_sdk_python_tcb-3.1.79}/tencentcloud/tcb/v20180608/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_tcb-3.1.77 → tencentcloud_sdk_python_tcb-3.1.79}/tencentcloud/tcb/v20180608/tcb_client.py +0 -0
  14. {tencentcloud_sdk_python_tcb-3.1.77 → tencentcloud_sdk_python_tcb-3.1.79}/tencentcloud/tcb/v20180608/tcb_client_async.py +0 -0
  15. {tencentcloud_sdk_python_tcb-3.1.77 → tencentcloud_sdk_python_tcb-3.1.79}/tencentcloud_sdk_python_tcb.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_tcb-3.1.77 → tencentcloud_sdk_python_tcb-3.1.79}/tencentcloud_sdk_python_tcb.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_tcb-3.1.77 → tencentcloud_sdk_python_tcb-3.1.79}/tencentcloud_sdk_python_tcb.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-tcb
3
- Version: 3.1.77
3
+ Version: 3.1.79
4
4
  Summary: Tencent Cloud Tcb 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<4.0.0,>=3.1.77
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.79
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-tcb',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.77,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.79,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Tcb SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.77'
17
+ __version__ = '3.1.79'
@@ -9783,61 +9783,55 @@ class EnvInfo(AbstractModel):
9783
9783
 
9784
9784
  def __init__(self):
9785
9785
  r"""
9786
- :param _EnvId: 账户下该环境唯一标识
9786
+ :param _EnvId: <p>账户下该环境唯一标识</p>
9787
9787
  :type EnvId: str
9788
- :param _Source: 环境来源。包含以下取值:
9789
- <li>miniapp:微信小程序</li>
9790
- <li>qcloud :腾讯云</li>
9788
+ :param _Source: <p>环境来源。包含以下取值:</p><li>miniapp:微信小程序</li><li>qcloud :腾讯云</li>
9791
9789
  :type Source: str
9792
- :param _Alias: 环境别名,要以a-z开头,不能包含 a-zA-z0-9- 以外的字符
9790
+ :param _Alias: <p>环境别名,要以a-z开头,不能包含 a-zA-z0-9- 以外的字符</p>
9793
9791
  :type Alias: str
9794
- :param _CreateTime: 创建时间
9792
+ :param _CreateTime: <p>创建时间</p>
9795
9793
  :type CreateTime: str
9796
- :param _UpdateTime: 最后修改时间
9794
+ :param _UpdateTime: <p>最后修改时间</p>
9797
9795
  :type UpdateTime: str
9798
- :param _Status: 环境状态。包含以下取值:
9799
- <li>NORMAL:正常可用</li>
9800
- <li>UNAVAILABLE:服务不可用,可能是尚未初始化或者初始化过程中</li>
9796
+ :param _Status: <p>环境状态。包含以下取值:</p><li>NORMAL:正常可用</li><li>UNAVAILABLE:服务不可用,可能是尚未初始化或者初始化过程中</li>
9801
9797
  :type Status: str
9802
- :param _Databases: 数据库列表
9798
+ :param _Databases: <p>数据库列表</p>
9803
9799
  :type Databases: list of DatabasesInfo
9804
- :param _Storages: 存储列表
9800
+ :param _Storages: <p>存储列表</p>
9805
9801
  :type Storages: list of StorageInfo
9806
- :param _Functions: 函数列表
9802
+ :param _Functions: <p>函数列表</p>
9807
9803
  :type Functions: list of FunctionInfo
9808
- :param _PackageId: tcb产品套餐ID,参考DescribePackages接口的返回值。
9804
+ :param _PackageId: <p>tcb产品套餐ID,参考DescribePackages接口的返回值。</p>
9809
9805
  :type PackageId: str
9810
- :param _PackageName: 套餐中文名称,参考DescribePackages接口的返回值。
9806
+ :param _PackageName: <p>套餐中文名称,参考DescribePackages接口的返回值。</p>
9811
9807
  :type PackageName: str
9812
- :param _LogServices: 云日志服务列表
9808
+ :param _LogServices: <p>云日志服务列表</p>
9813
9809
  :type LogServices: list of LogServiceInfo
9814
- :param _StaticStorages: 静态资源信息
9810
+ :param _StaticStorages: <p>静态资源信息</p>
9815
9811
  :type StaticStorages: list of StaticStorageInfo
9816
- :param _IsAutoDegrade: 是否到期自动降为免费版
9812
+ :param _IsAutoDegrade: <p>是否到期自动降为免费版</p>
9817
9813
  :type IsAutoDegrade: bool
9818
- :param _EnvChannel: 环境渠道
9814
+ :param _EnvChannel: <p>环境渠道</p>
9819
9815
  :type EnvChannel: str
9820
- :param _PayMode: 支付方式。包含以下取值:
9821
- <li> prepayment:预付费</li>
9822
- <li> postpaid:后付费</li>
9816
+ :param _PayMode: <p>支付方式。包含以下取值:</p><li> prepayment:预付费</li><li> postpaid:后付费</li>
9823
9817
  :type PayMode: str
9824
- :param _IsDefault: 是否为默认环境
9818
+ :param _IsDefault: <p>是否为默认环境</p>
9825
9819
  :type IsDefault: bool
9826
- :param _Region: 环境所属地域
9820
+ :param _Region: <p>环境所属地域</p>
9827
9821
  :type Region: str
9828
- :param _Tags: 环境标签列表
9822
+ :param _Tags: <p>环境标签列表</p>
9829
9823
  :type Tags: list of Tag
9830
- :param _CustomLogServices: 自定义日志服务
9824
+ :param _CustomLogServices: <p>自定义日志服务</p>
9831
9825
  :type CustomLogServices: list of ClsInfo
9832
- :param _EnvType: 环境类型:baas, run, hoting, weda
9826
+ :param _EnvType: <p>环境类型:baas, run, hoting, weda</p>
9833
9827
  :type EnvType: str
9834
- :param _IsDauPackage: 是否是dau新套餐
9828
+ :param _IsDauPackage: <p>是否是dau新套餐</p>
9835
9829
  :type IsDauPackage: bool
9836
- :param _PackageType: 套餐类型:空\baas\tcbr
9830
+ :param _PackageType: <p>套餐类型:空\baas\tcbr</p>
9837
9831
  :type PackageType: str
9838
- :param _ArchitectureType: 架构类型
9832
+ :param _ArchitectureType: <p>架构类型</p>
9839
9833
  :type ArchitectureType: str
9840
- :param _Recycle: 回收标志,默认为空
9834
+ :param _Recycle: <p>回收标志,默认为空</p>
9841
9835
  :type Recycle: str
9842
9836
  """
9843
9837
  self._EnvId = None
@@ -9868,7 +9862,7 @@ class EnvInfo(AbstractModel):
9868
9862
 
9869
9863
  @property
9870
9864
  def EnvId(self):
9871
- r"""账户下该环境唯一标识
9865
+ r"""<p>账户下该环境唯一标识</p>
9872
9866
  :rtype: str
9873
9867
  """
9874
9868
  return self._EnvId
@@ -9879,9 +9873,7 @@ class EnvInfo(AbstractModel):
9879
9873
 
9880
9874
  @property
9881
9875
  def Source(self):
9882
- r"""环境来源。包含以下取值:
9883
- <li>miniapp:微信小程序</li>
9884
- <li>qcloud :腾讯云</li>
9876
+ r"""<p>环境来源。包含以下取值:</p><li>miniapp:微信小程序</li><li>qcloud :腾讯云</li>
9885
9877
  :rtype: str
9886
9878
  """
9887
9879
  return self._Source
@@ -9892,7 +9884,7 @@ class EnvInfo(AbstractModel):
9892
9884
 
9893
9885
  @property
9894
9886
  def Alias(self):
9895
- r"""环境别名,要以a-z开头,不能包含 a-zA-z0-9- 以外的字符
9887
+ r"""<p>环境别名,要以a-z开头,不能包含 a-zA-z0-9- 以外的字符</p>
9896
9888
  :rtype: str
9897
9889
  """
9898
9890
  return self._Alias
@@ -9903,7 +9895,7 @@ class EnvInfo(AbstractModel):
9903
9895
 
9904
9896
  @property
9905
9897
  def CreateTime(self):
9906
- r"""创建时间
9898
+ r"""<p>创建时间</p>
9907
9899
  :rtype: str
9908
9900
  """
9909
9901
  return self._CreateTime
@@ -9914,7 +9906,7 @@ class EnvInfo(AbstractModel):
9914
9906
 
9915
9907
  @property
9916
9908
  def UpdateTime(self):
9917
- r"""最后修改时间
9909
+ r"""<p>最后修改时间</p>
9918
9910
  :rtype: str
9919
9911
  """
9920
9912
  return self._UpdateTime
@@ -9925,9 +9917,7 @@ class EnvInfo(AbstractModel):
9925
9917
 
9926
9918
  @property
9927
9919
  def Status(self):
9928
- r"""环境状态。包含以下取值:
9929
- <li>NORMAL:正常可用</li>
9930
- <li>UNAVAILABLE:服务不可用,可能是尚未初始化或者初始化过程中</li>
9920
+ r"""<p>环境状态。包含以下取值:</p><li>NORMAL:正常可用</li><li>UNAVAILABLE:服务不可用,可能是尚未初始化或者初始化过程中</li>
9931
9921
  :rtype: str
9932
9922
  """
9933
9923
  return self._Status
@@ -9938,7 +9928,7 @@ class EnvInfo(AbstractModel):
9938
9928
 
9939
9929
  @property
9940
9930
  def Databases(self):
9941
- r"""数据库列表
9931
+ r"""<p>数据库列表</p>
9942
9932
  :rtype: list of DatabasesInfo
9943
9933
  """
9944
9934
  return self._Databases
@@ -9949,7 +9939,7 @@ class EnvInfo(AbstractModel):
9949
9939
 
9950
9940
  @property
9951
9941
  def Storages(self):
9952
- r"""存储列表
9942
+ r"""<p>存储列表</p>
9953
9943
  :rtype: list of StorageInfo
9954
9944
  """
9955
9945
  return self._Storages
@@ -9960,7 +9950,7 @@ class EnvInfo(AbstractModel):
9960
9950
 
9961
9951
  @property
9962
9952
  def Functions(self):
9963
- r"""函数列表
9953
+ r"""<p>函数列表</p>
9964
9954
  :rtype: list of FunctionInfo
9965
9955
  """
9966
9956
  return self._Functions
@@ -9971,7 +9961,7 @@ class EnvInfo(AbstractModel):
9971
9961
 
9972
9962
  @property
9973
9963
  def PackageId(self):
9974
- r"""tcb产品套餐ID,参考DescribePackages接口的返回值。
9964
+ r"""<p>tcb产品套餐ID,参考DescribePackages接口的返回值。</p>
9975
9965
  :rtype: str
9976
9966
  """
9977
9967
  return self._PackageId
@@ -9982,7 +9972,7 @@ class EnvInfo(AbstractModel):
9982
9972
 
9983
9973
  @property
9984
9974
  def PackageName(self):
9985
- r"""套餐中文名称,参考DescribePackages接口的返回值。
9975
+ r"""<p>套餐中文名称,参考DescribePackages接口的返回值。</p>
9986
9976
  :rtype: str
9987
9977
  """
9988
9978
  return self._PackageName
@@ -9993,7 +9983,7 @@ class EnvInfo(AbstractModel):
9993
9983
 
9994
9984
  @property
9995
9985
  def LogServices(self):
9996
- r"""云日志服务列表
9986
+ r"""<p>云日志服务列表</p>
9997
9987
  :rtype: list of LogServiceInfo
9998
9988
  """
9999
9989
  return self._LogServices
@@ -10004,7 +9994,7 @@ class EnvInfo(AbstractModel):
10004
9994
 
10005
9995
  @property
10006
9996
  def StaticStorages(self):
10007
- r"""静态资源信息
9997
+ r"""<p>静态资源信息</p>
10008
9998
  :rtype: list of StaticStorageInfo
10009
9999
  """
10010
10000
  return self._StaticStorages
@@ -10015,7 +10005,7 @@ class EnvInfo(AbstractModel):
10015
10005
 
10016
10006
  @property
10017
10007
  def IsAutoDegrade(self):
10018
- r"""是否到期自动降为免费版
10008
+ r"""<p>是否到期自动降为免费版</p>
10019
10009
  :rtype: bool
10020
10010
  """
10021
10011
  return self._IsAutoDegrade
@@ -10026,7 +10016,7 @@ class EnvInfo(AbstractModel):
10026
10016
 
10027
10017
  @property
10028
10018
  def EnvChannel(self):
10029
- r"""环境渠道
10019
+ r"""<p>环境渠道</p>
10030
10020
  :rtype: str
10031
10021
  """
10032
10022
  return self._EnvChannel
@@ -10037,9 +10027,7 @@ class EnvInfo(AbstractModel):
10037
10027
 
10038
10028
  @property
10039
10029
  def PayMode(self):
10040
- r"""支付方式。包含以下取值:
10041
- <li> prepayment:预付费</li>
10042
- <li> postpaid:后付费</li>
10030
+ r"""<p>支付方式。包含以下取值:</p><li> prepayment:预付费</li><li> postpaid:后付费</li>
10043
10031
  :rtype: str
10044
10032
  """
10045
10033
  return self._PayMode
@@ -10050,7 +10038,7 @@ class EnvInfo(AbstractModel):
10050
10038
 
10051
10039
  @property
10052
10040
  def IsDefault(self):
10053
- r"""是否为默认环境
10041
+ r"""<p>是否为默认环境</p>
10054
10042
  :rtype: bool
10055
10043
  """
10056
10044
  return self._IsDefault
@@ -10061,7 +10049,7 @@ class EnvInfo(AbstractModel):
10061
10049
 
10062
10050
  @property
10063
10051
  def Region(self):
10064
- r"""环境所属地域
10052
+ r"""<p>环境所属地域</p>
10065
10053
  :rtype: str
10066
10054
  """
10067
10055
  return self._Region
@@ -10072,7 +10060,7 @@ class EnvInfo(AbstractModel):
10072
10060
 
10073
10061
  @property
10074
10062
  def Tags(self):
10075
- r"""环境标签列表
10063
+ r"""<p>环境标签列表</p>
10076
10064
  :rtype: list of Tag
10077
10065
  """
10078
10066
  return self._Tags
@@ -10083,7 +10071,7 @@ class EnvInfo(AbstractModel):
10083
10071
 
10084
10072
  @property
10085
10073
  def CustomLogServices(self):
10086
- r"""自定义日志服务
10074
+ r"""<p>自定义日志服务</p>
10087
10075
  :rtype: list of ClsInfo
10088
10076
  """
10089
10077
  return self._CustomLogServices
@@ -10094,7 +10082,7 @@ class EnvInfo(AbstractModel):
10094
10082
 
10095
10083
  @property
10096
10084
  def EnvType(self):
10097
- r"""环境类型:baas, run, hoting, weda
10085
+ r"""<p>环境类型:baas, run, hoting, weda</p>
10098
10086
  :rtype: str
10099
10087
  """
10100
10088
  return self._EnvType
@@ -10105,7 +10093,7 @@ class EnvInfo(AbstractModel):
10105
10093
 
10106
10094
  @property
10107
10095
  def IsDauPackage(self):
10108
- r"""是否是dau新套餐
10096
+ r"""<p>是否是dau新套餐</p>
10109
10097
  :rtype: bool
10110
10098
  """
10111
10099
  return self._IsDauPackage
@@ -10116,7 +10104,7 @@ class EnvInfo(AbstractModel):
10116
10104
 
10117
10105
  @property
10118
10106
  def PackageType(self):
10119
- r"""套餐类型:空\baas\tcbr
10107
+ r"""<p>套餐类型:空\baas\tcbr</p>
10120
10108
  :rtype: str
10121
10109
  """
10122
10110
  return self._PackageType
@@ -10127,7 +10115,7 @@ class EnvInfo(AbstractModel):
10127
10115
 
10128
10116
  @property
10129
10117
  def ArchitectureType(self):
10130
- r"""架构类型
10118
+ r"""<p>架构类型</p>
10131
10119
  :rtype: str
10132
10120
  """
10133
10121
  return self._ArchitectureType
@@ -10138,7 +10126,7 @@ class EnvInfo(AbstractModel):
10138
10126
 
10139
10127
  @property
10140
10128
  def Recycle(self):
10141
- r"""回收标志,默认为空
10129
+ r"""<p>回收标志,默认为空</p>
10142
10130
  :rtype: str
10143
10131
  """
10144
10132
  return self._Recycle
@@ -17109,26 +17097,32 @@ class StaticStorageInfo(AbstractModel):
17109
17097
 
17110
17098
  def __init__(self):
17111
17099
  r"""
17112
- :param _StaticDomain: 静态CDN域名
17100
+ :param _StaticDomain: <p>静态CDN域名</p>
17113
17101
  :type StaticDomain: str
17114
- :param _DefaultDirName: 静态CDN默认文件夹,当前为根目录
17102
+ :param _DefaultDirName: <p>静态CDN默认文件夹,当前为根目录</p>
17115
17103
  :type DefaultDirName: str
17116
- :param _Status: 资源状态(process/online/offline/init)
17104
+ :param _Status: <p>资源状态(process/online/offline/init)</p>
17117
17105
  :type Status: str
17118
- :param _Region: cos所属区域
17106
+ :param _Region: <p>cos所属区域</p>
17119
17107
  :type Region: str
17120
- :param _Bucket: bucket信息
17108
+ :param _Bucket: <p>bucket信息</p>
17121
17109
  :type Bucket: str
17110
+ :param _AccessExpire: <p>到期时间(秒级时间戳)</p>
17111
+ :type AccessExpire: int
17112
+ :param _ExternalStorage: <p>外部存储。</p>
17113
+ :type ExternalStorage: :class:`tencentcloud.tcb.v20180608.models.ExternalStorage`
17122
17114
  """
17123
17115
  self._StaticDomain = None
17124
17116
  self._DefaultDirName = None
17125
17117
  self._Status = None
17126
17118
  self._Region = None
17127
17119
  self._Bucket = None
17120
+ self._AccessExpire = None
17121
+ self._ExternalStorage = None
17128
17122
 
17129
17123
  @property
17130
17124
  def StaticDomain(self):
17131
- r"""静态CDN域名
17125
+ r"""<p>静态CDN域名</p>
17132
17126
  :rtype: str
17133
17127
  """
17134
17128
  return self._StaticDomain
@@ -17139,7 +17133,7 @@ class StaticStorageInfo(AbstractModel):
17139
17133
 
17140
17134
  @property
17141
17135
  def DefaultDirName(self):
17142
- r"""静态CDN默认文件夹,当前为根目录
17136
+ r"""<p>静态CDN默认文件夹,当前为根目录</p>
17143
17137
  :rtype: str
17144
17138
  """
17145
17139
  return self._DefaultDirName
@@ -17150,7 +17144,7 @@ class StaticStorageInfo(AbstractModel):
17150
17144
 
17151
17145
  @property
17152
17146
  def Status(self):
17153
- r"""资源状态(process/online/offline/init)
17147
+ r"""<p>资源状态(process/online/offline/init)</p>
17154
17148
  :rtype: str
17155
17149
  """
17156
17150
  return self._Status
@@ -17161,7 +17155,7 @@ class StaticStorageInfo(AbstractModel):
17161
17155
 
17162
17156
  @property
17163
17157
  def Region(self):
17164
- r"""cos所属区域
17158
+ r"""<p>cos所属区域</p>
17165
17159
  :rtype: str
17166
17160
  """
17167
17161
  return self._Region
@@ -17172,7 +17166,7 @@ class StaticStorageInfo(AbstractModel):
17172
17166
 
17173
17167
  @property
17174
17168
  def Bucket(self):
17175
- r"""bucket信息
17169
+ r"""<p>bucket信息</p>
17176
17170
  :rtype: str
17177
17171
  """
17178
17172
  return self._Bucket
@@ -17181,6 +17175,28 @@ class StaticStorageInfo(AbstractModel):
17181
17175
  def Bucket(self, Bucket):
17182
17176
  self._Bucket = Bucket
17183
17177
 
17178
+ @property
17179
+ def AccessExpire(self):
17180
+ r"""<p>到期时间(秒级时间戳)</p>
17181
+ :rtype: int
17182
+ """
17183
+ return self._AccessExpire
17184
+
17185
+ @AccessExpire.setter
17186
+ def AccessExpire(self, AccessExpire):
17187
+ self._AccessExpire = AccessExpire
17188
+
17189
+ @property
17190
+ def ExternalStorage(self):
17191
+ r"""<p>外部存储。</p>
17192
+ :rtype: :class:`tencentcloud.tcb.v20180608.models.ExternalStorage`
17193
+ """
17194
+ return self._ExternalStorage
17195
+
17196
+ @ExternalStorage.setter
17197
+ def ExternalStorage(self, ExternalStorage):
17198
+ self._ExternalStorage = ExternalStorage
17199
+
17184
17200
 
17185
17201
  def _deserialize(self, params):
17186
17202
  self._StaticDomain = params.get("StaticDomain")
@@ -17188,6 +17204,10 @@ class StaticStorageInfo(AbstractModel):
17188
17204
  self._Status = params.get("Status")
17189
17205
  self._Region = params.get("Region")
17190
17206
  self._Bucket = params.get("Bucket")
17207
+ self._AccessExpire = params.get("AccessExpire")
17208
+ if params.get("ExternalStorage") is not None:
17209
+ self._ExternalStorage = ExternalStorage()
17210
+ self._ExternalStorage._deserialize(params.get("ExternalStorage"))
17191
17211
  memeber_set = set(params.keys())
17192
17212
  for name, value in vars(self).items():
17193
17213
  property_name = name[1:]
@@ -17332,25 +17352,26 @@ class StorageInfo(AbstractModel):
17332
17352
 
17333
17353
  def __init__(self):
17334
17354
  r"""
17335
- :param _Region: 资源所属地域。
17336
- 当前支持ap-shanghai
17355
+ :param _Region: <p>资源所属地域。<br>当前支持ap-shanghai</p>
17337
17356
  :type Region: str
17338
- :param _Bucket: 桶名,存储资源的唯一标识
17357
+ :param _Bucket: <p>桶名,存储资源的唯一标识</p>
17339
17358
  :type Bucket: str
17340
- :param _CdnDomain: cdn 域名
17359
+ :param _CdnDomain: <p>cdn 域名</p>
17341
17360
  :type CdnDomain: str
17342
- :param _AppId: 资源所属用户的腾讯云appId
17361
+ :param _AppId: <p>资源所属用户的腾讯云appId</p>
17343
17362
  :type AppId: str
17363
+ :param _ExternalStorage: <p>外部存储介质相关信息。</p>
17364
+ :type ExternalStorage: :class:`tencentcloud.tcb.v20180608.models.ExternalStorage`
17344
17365
  """
17345
17366
  self._Region = None
17346
17367
  self._Bucket = None
17347
17368
  self._CdnDomain = None
17348
17369
  self._AppId = None
17370
+ self._ExternalStorage = None
17349
17371
 
17350
17372
  @property
17351
17373
  def Region(self):
17352
- r"""资源所属地域。
17353
- 当前支持ap-shanghai
17374
+ r"""<p>资源所属地域。<br>当前支持ap-shanghai</p>
17354
17375
  :rtype: str
17355
17376
  """
17356
17377
  return self._Region
@@ -17361,7 +17382,7 @@ class StorageInfo(AbstractModel):
17361
17382
 
17362
17383
  @property
17363
17384
  def Bucket(self):
17364
- r"""桶名,存储资源的唯一标识
17385
+ r"""<p>桶名,存储资源的唯一标识</p>
17365
17386
  :rtype: str
17366
17387
  """
17367
17388
  return self._Bucket
@@ -17372,7 +17393,7 @@ class StorageInfo(AbstractModel):
17372
17393
 
17373
17394
  @property
17374
17395
  def CdnDomain(self):
17375
- r"""cdn 域名
17396
+ r"""<p>cdn 域名</p>
17376
17397
  :rtype: str
17377
17398
  """
17378
17399
  return self._CdnDomain
@@ -17383,7 +17404,7 @@ class StorageInfo(AbstractModel):
17383
17404
 
17384
17405
  @property
17385
17406
  def AppId(self):
17386
- r"""资源所属用户的腾讯云appId
17407
+ r"""<p>资源所属用户的腾讯云appId</p>
17387
17408
  :rtype: str
17388
17409
  """
17389
17410
  return self._AppId
@@ -17392,12 +17413,26 @@ class StorageInfo(AbstractModel):
17392
17413
  def AppId(self, AppId):
17393
17414
  self._AppId = AppId
17394
17415
 
17416
+ @property
17417
+ def ExternalStorage(self):
17418
+ r"""<p>外部存储介质相关信息。</p>
17419
+ :rtype: :class:`tencentcloud.tcb.v20180608.models.ExternalStorage`
17420
+ """
17421
+ return self._ExternalStorage
17422
+
17423
+ @ExternalStorage.setter
17424
+ def ExternalStorage(self, ExternalStorage):
17425
+ self._ExternalStorage = ExternalStorage
17426
+
17395
17427
 
17396
17428
  def _deserialize(self, params):
17397
17429
  self._Region = params.get("Region")
17398
17430
  self._Bucket = params.get("Bucket")
17399
17431
  self._CdnDomain = params.get("CdnDomain")
17400
17432
  self._AppId = params.get("AppId")
17433
+ if params.get("ExternalStorage") is not None:
17434
+ self._ExternalStorage = ExternalStorage()
17435
+ self._ExternalStorage._deserialize(params.get("ExternalStorage"))
17401
17436
  memeber_set = set(params.keys())
17402
17437
  for name, value in vars(self).items():
17403
17438
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-tcb
3
- Version: 3.1.77
3
+ Version: 3.1.79
4
4
  Summary: Tencent Cloud Tcb 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<4.0.0,>=3.1.77
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.79
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.79
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.77