tencentcloud-sdk-python-cloudhsm 3.1.4__tar.gz → 3.1.102__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_cloudhsm-3.1.4 → tencentcloud_sdk_python_cloudhsm-3.1.102}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_cloudhsm-3.1.4 → tencentcloud_sdk_python_cloudhsm-3.1.102}/setup.py +1 -1
  3. {tencentcloud_sdk_python_cloudhsm-3.1.4 → tencentcloud_sdk_python_cloudhsm-3.1.102}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_cloudhsm-3.1.4 → tencentcloud_sdk_python_cloudhsm-3.1.102}/tencentcloud/cloudhsm/v20191112/models.py +130 -104
  5. {tencentcloud_sdk_python_cloudhsm-3.1.4 → tencentcloud_sdk_python_cloudhsm-3.1.102}/tencentcloud_sdk_python_cloudhsm.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_cloudhsm-3.1.102/tencentcloud_sdk_python_cloudhsm.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_cloudhsm-3.1.4/tencentcloud_sdk_python_cloudhsm.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_cloudhsm-3.1.4 → tencentcloud_sdk_python_cloudhsm-3.1.102}/README.rst +0 -0
  9. {tencentcloud_sdk_python_cloudhsm-3.1.4 → tencentcloud_sdk_python_cloudhsm-3.1.102}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_cloudhsm-3.1.4 → tencentcloud_sdk_python_cloudhsm-3.1.102}/tencentcloud/cloudhsm/__init__.py +0 -0
  11. {tencentcloud_sdk_python_cloudhsm-3.1.4 → tencentcloud_sdk_python_cloudhsm-3.1.102}/tencentcloud/cloudhsm/v20191112/__init__.py +0 -0
  12. {tencentcloud_sdk_python_cloudhsm-3.1.4 → tencentcloud_sdk_python_cloudhsm-3.1.102}/tencentcloud/cloudhsm/v20191112/cloudhsm_client.py +0 -0
  13. {tencentcloud_sdk_python_cloudhsm-3.1.4 → tencentcloud_sdk_python_cloudhsm-3.1.102}/tencentcloud/cloudhsm/v20191112/cloudhsm_client_async.py +0 -0
  14. {tencentcloud_sdk_python_cloudhsm-3.1.4 → tencentcloud_sdk_python_cloudhsm-3.1.102}/tencentcloud/cloudhsm/v20191112/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_cloudhsm-3.1.4 → tencentcloud_sdk_python_cloudhsm-3.1.102}/tencentcloud_sdk_python_cloudhsm.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_cloudhsm-3.1.4 → tencentcloud_sdk_python_cloudhsm-3.1.102}/tencentcloud_sdk_python_cloudhsm.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_cloudhsm-3.1.4 → tencentcloud_sdk_python_cloudhsm-3.1.102}/tencentcloud_sdk_python_cloudhsm.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-cloudhsm
3
- Version: 3.1.4
3
+ Version: 3.1.102
4
4
  Summary: Tencent Cloud Cloudhsm 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.4
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.102
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-cloudhsm',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.4,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.102,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Cloudhsm SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.4'
17
+ __version__ = '3.1.102'
@@ -909,14 +909,14 @@ class DescribeVsmAttributesRequest(AbstractModel):
909
909
 
910
910
  def __init__(self):
911
911
  r"""
912
- :param _ResourceId: 资源Id
912
+ :param _ResourceId: <p>资源Id</p>
913
913
  :type ResourceId: str
914
914
  """
915
915
  self._ResourceId = None
916
916
 
917
917
  @property
918
918
  def ResourceId(self):
919
- r"""资源Id
919
+ r"""<p>资源Id</p>
920
920
  :rtype: str
921
921
  """
922
922
  return self._ResourceId
@@ -945,54 +945,56 @@ class DescribeVsmAttributesResponse(AbstractModel):
945
945
 
946
946
  def __init__(self):
947
947
  r"""
948
- :param _ResourceId: 资源Id
948
+ :param _ResourceId: <p>资源Id</p>
949
949
  :type ResourceId: str
950
- :param _ResourceName: 资源名称
950
+ :param _ResourceName: <p>资源名称</p>
951
951
  :type ResourceName: str
952
- :param _Status: 资源状态,1表示资源为正常,2表示资源处于隔离状态
952
+ :param _Status: <p>资源状态,1表示资源为正常,2表示资源处于隔离状态</p>
953
953
  :type Status: int
954
- :param _Vip: 资源IP
954
+ :param _Vip: <p>资源IP</p>
955
955
  :type Vip: str
956
- :param _VpcId: 资源所属Vpc
956
+ :param _VpcId: <p>资源所属Vpc</p>
957
957
  :type VpcId: str
958
- :param _SubnetId: 资源所属子网
958
+ :param _SubnetId: <p>资源所属子网</p>
959
959
  :type SubnetId: str
960
- :param _Model: 资源所属HSM的规格
960
+ :param _Model: <p>资源所属HSM的规格</p>
961
961
  :type Model: str
962
- :param _VsmType: 资源类型,17表示EVSM,33表示GVSM,49表示SVSM
962
+ :param _VsmType: <p>资源类型,17表示EVSM,33表示GVSM,49表示SVSM</p>
963
963
  :type VsmType: int
964
- :param _RegionId: 地域Id,返回腾讯云地域代码,如广州为1,北京为8
964
+ :param _RegionId: <p>地域Id,返回腾讯云地域代码,如广州为1,北京为8</p>
965
965
  :type RegionId: int
966
- :param _ZoneId: 区域Id,返回腾讯云每个地域的可用区代码
966
+ :param _ZoneId: <p>区域Id,返回腾讯云每个地域的可用区代码</p>
967
967
  :type ZoneId: int
968
- :param _ExpireTime: 资源过期时间,以时间戳形式展示。
968
+ :param _ExpireTime: <p>资源过期时间,以时间戳形式展示。</p>
969
969
  :type ExpireTime: int
970
- :param _SgList: 安全组详情信息,如果未配置字段返回null
970
+ :param _SgList: <p>安全组详情信息,如果未配置字段返回null</p>
971
971
  :type SgList: list of UsgRuleDetail
972
- :param _SubnetName: 子网名
972
+ :param _SubnetName: <p>子网名</p>
973
973
  :type SubnetName: str
974
- :param _RegionName: 地域名
974
+ :param _RegionName: <p>地域名</p>
975
975
  :type RegionName: str
976
- :param _ZoneName: 区域名
976
+ :param _ZoneName: <p>区域名</p>
977
977
  :type ZoneName: str
978
- :param _Expired: 实例是否已经过期
978
+ :param _Expired: <p>实例是否已经过期</p>
979
979
  :type Expired: bool
980
- :param _RemainSeconds: 为正数表示实例距离过期时间剩余秒数,为负数表示实例已经过期多少秒
980
+ :param _RemainSeconds: <p>为正数表示实例距离过期时间剩余秒数,为负数表示实例已经过期多少秒</p>
981
981
  :type RemainSeconds: int
982
- :param _VpcName: 私有虚拟网络名称
982
+ :param _VpcName: <p>私有虚拟网络名称</p>
983
983
  :type VpcName: str
984
- :param _VpcCidrBlock: VPC的IPv4 CIDR
984
+ :param _VpcCidrBlock: <p>VPC的IPv4 CIDR</p>
985
985
  :type VpcCidrBlock: str
986
- :param _SubnetCidrBlock: 子网的CIDR
986
+ :param _SubnetCidrBlock: <p>子网的CIDR</p>
987
987
  :type SubnetCidrBlock: str
988
- :param _Tags: 资源所关联的标签Tag
988
+ :param _Tags: <p>资源所关联的标签Tag</p>
989
989
  :type Tags: list of Tag
990
- :param _RenewFlag: 资源续费标识,0表示默认状态(用户未设置,即初始状态), 1表示自动续费,2表示明确不自动续费(用户设置)
990
+ :param _RenewFlag: <p>资源续费标识,0表示默认状态(用户未设置,即初始状态), 1表示自动续费,2表示明确不自动续费(用户设置)</p>
991
991
  :type RenewFlag: int
992
- :param _Manufacturer: 厂商
992
+ :param _Manufacturer: <p>厂商</p>
993
993
  :type Manufacturer: str
994
- :param _PqcFlag: 0-关闭,1-开启
994
+ :param _PqcFlag: <p>0-关闭,1-开启</p>
995
995
  :type PqcFlag: int
996
+ :param _DeployEnv: <p>环境</p><p>默认值:cloud</p><p>cloud或者cdc</p>
997
+ :type DeployEnv: str
996
998
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
997
999
  :type RequestId: str
998
1000
  """
@@ -1020,11 +1022,12 @@ class DescribeVsmAttributesResponse(AbstractModel):
1020
1022
  self._RenewFlag = None
1021
1023
  self._Manufacturer = None
1022
1024
  self._PqcFlag = None
1025
+ self._DeployEnv = None
1023
1026
  self._RequestId = None
1024
1027
 
1025
1028
  @property
1026
1029
  def ResourceId(self):
1027
- r"""资源Id
1030
+ r"""<p>资源Id</p>
1028
1031
  :rtype: str
1029
1032
  """
1030
1033
  return self._ResourceId
@@ -1035,7 +1038,7 @@ class DescribeVsmAttributesResponse(AbstractModel):
1035
1038
 
1036
1039
  @property
1037
1040
  def ResourceName(self):
1038
- r"""资源名称
1041
+ r"""<p>资源名称</p>
1039
1042
  :rtype: str
1040
1043
  """
1041
1044
  return self._ResourceName
@@ -1046,7 +1049,7 @@ class DescribeVsmAttributesResponse(AbstractModel):
1046
1049
 
1047
1050
  @property
1048
1051
  def Status(self):
1049
- r"""资源状态,1表示资源为正常,2表示资源处于隔离状态
1052
+ r"""<p>资源状态,1表示资源为正常,2表示资源处于隔离状态</p>
1050
1053
  :rtype: int
1051
1054
  """
1052
1055
  return self._Status
@@ -1057,7 +1060,7 @@ class DescribeVsmAttributesResponse(AbstractModel):
1057
1060
 
1058
1061
  @property
1059
1062
  def Vip(self):
1060
- r"""资源IP
1063
+ r"""<p>资源IP</p>
1061
1064
  :rtype: str
1062
1065
  """
1063
1066
  return self._Vip
@@ -1068,7 +1071,7 @@ class DescribeVsmAttributesResponse(AbstractModel):
1068
1071
 
1069
1072
  @property
1070
1073
  def VpcId(self):
1071
- r"""资源所属Vpc
1074
+ r"""<p>资源所属Vpc</p>
1072
1075
  :rtype: str
1073
1076
  """
1074
1077
  return self._VpcId
@@ -1079,7 +1082,7 @@ class DescribeVsmAttributesResponse(AbstractModel):
1079
1082
 
1080
1083
  @property
1081
1084
  def SubnetId(self):
1082
- r"""资源所属子网
1085
+ r"""<p>资源所属子网</p>
1083
1086
  :rtype: str
1084
1087
  """
1085
1088
  return self._SubnetId
@@ -1090,7 +1093,7 @@ class DescribeVsmAttributesResponse(AbstractModel):
1090
1093
 
1091
1094
  @property
1092
1095
  def Model(self):
1093
- r"""资源所属HSM的规格
1096
+ r"""<p>资源所属HSM的规格</p>
1094
1097
  :rtype: str
1095
1098
  """
1096
1099
  return self._Model
@@ -1101,7 +1104,7 @@ class DescribeVsmAttributesResponse(AbstractModel):
1101
1104
 
1102
1105
  @property
1103
1106
  def VsmType(self):
1104
- r"""资源类型,17表示EVSM,33表示GVSM,49表示SVSM
1107
+ r"""<p>资源类型,17表示EVSM,33表示GVSM,49表示SVSM</p>
1105
1108
  :rtype: int
1106
1109
  """
1107
1110
  return self._VsmType
@@ -1112,7 +1115,7 @@ class DescribeVsmAttributesResponse(AbstractModel):
1112
1115
 
1113
1116
  @property
1114
1117
  def RegionId(self):
1115
- r"""地域Id,返回腾讯云地域代码,如广州为1,北京为8
1118
+ r"""<p>地域Id,返回腾讯云地域代码,如广州为1,北京为8</p>
1116
1119
  :rtype: int
1117
1120
  """
1118
1121
  return self._RegionId
@@ -1123,7 +1126,7 @@ class DescribeVsmAttributesResponse(AbstractModel):
1123
1126
 
1124
1127
  @property
1125
1128
  def ZoneId(self):
1126
- r"""区域Id,返回腾讯云每个地域的可用区代码
1129
+ r"""<p>区域Id,返回腾讯云每个地域的可用区代码</p>
1127
1130
  :rtype: int
1128
1131
  """
1129
1132
  return self._ZoneId
@@ -1134,7 +1137,7 @@ class DescribeVsmAttributesResponse(AbstractModel):
1134
1137
 
1135
1138
  @property
1136
1139
  def ExpireTime(self):
1137
- r"""资源过期时间,以时间戳形式展示。
1140
+ r"""<p>资源过期时间,以时间戳形式展示。</p>
1138
1141
  :rtype: int
1139
1142
  """
1140
1143
  return self._ExpireTime
@@ -1145,7 +1148,7 @@ class DescribeVsmAttributesResponse(AbstractModel):
1145
1148
 
1146
1149
  @property
1147
1150
  def SgList(self):
1148
- r"""安全组详情信息,如果未配置字段返回null
1151
+ r"""<p>安全组详情信息,如果未配置字段返回null</p>
1149
1152
  :rtype: list of UsgRuleDetail
1150
1153
  """
1151
1154
  return self._SgList
@@ -1156,7 +1159,7 @@ class DescribeVsmAttributesResponse(AbstractModel):
1156
1159
 
1157
1160
  @property
1158
1161
  def SubnetName(self):
1159
- r"""子网名
1162
+ r"""<p>子网名</p>
1160
1163
  :rtype: str
1161
1164
  """
1162
1165
  return self._SubnetName
@@ -1167,7 +1170,7 @@ class DescribeVsmAttributesResponse(AbstractModel):
1167
1170
 
1168
1171
  @property
1169
1172
  def RegionName(self):
1170
- r"""地域名
1173
+ r"""<p>地域名</p>
1171
1174
  :rtype: str
1172
1175
  """
1173
1176
  return self._RegionName
@@ -1178,7 +1181,7 @@ class DescribeVsmAttributesResponse(AbstractModel):
1178
1181
 
1179
1182
  @property
1180
1183
  def ZoneName(self):
1181
- r"""区域名
1184
+ r"""<p>区域名</p>
1182
1185
  :rtype: str
1183
1186
  """
1184
1187
  return self._ZoneName
@@ -1189,7 +1192,7 @@ class DescribeVsmAttributesResponse(AbstractModel):
1189
1192
 
1190
1193
  @property
1191
1194
  def Expired(self):
1192
- r"""实例是否已经过期
1195
+ r"""<p>实例是否已经过期</p>
1193
1196
  :rtype: bool
1194
1197
  """
1195
1198
  return self._Expired
@@ -1200,7 +1203,7 @@ class DescribeVsmAttributesResponse(AbstractModel):
1200
1203
 
1201
1204
  @property
1202
1205
  def RemainSeconds(self):
1203
- r"""为正数表示实例距离过期时间剩余秒数,为负数表示实例已经过期多少秒
1206
+ r"""<p>为正数表示实例距离过期时间剩余秒数,为负数表示实例已经过期多少秒</p>
1204
1207
  :rtype: int
1205
1208
  """
1206
1209
  return self._RemainSeconds
@@ -1211,7 +1214,7 @@ class DescribeVsmAttributesResponse(AbstractModel):
1211
1214
 
1212
1215
  @property
1213
1216
  def VpcName(self):
1214
- r"""私有虚拟网络名称
1217
+ r"""<p>私有虚拟网络名称</p>
1215
1218
  :rtype: str
1216
1219
  """
1217
1220
  return self._VpcName
@@ -1222,7 +1225,7 @@ class DescribeVsmAttributesResponse(AbstractModel):
1222
1225
 
1223
1226
  @property
1224
1227
  def VpcCidrBlock(self):
1225
- r"""VPC的IPv4 CIDR
1228
+ r"""<p>VPC的IPv4 CIDR</p>
1226
1229
  :rtype: str
1227
1230
  """
1228
1231
  return self._VpcCidrBlock
@@ -1233,7 +1236,7 @@ class DescribeVsmAttributesResponse(AbstractModel):
1233
1236
 
1234
1237
  @property
1235
1238
  def SubnetCidrBlock(self):
1236
- r"""子网的CIDR
1239
+ r"""<p>子网的CIDR</p>
1237
1240
  :rtype: str
1238
1241
  """
1239
1242
  return self._SubnetCidrBlock
@@ -1244,7 +1247,7 @@ class DescribeVsmAttributesResponse(AbstractModel):
1244
1247
 
1245
1248
  @property
1246
1249
  def Tags(self):
1247
- r"""资源所关联的标签Tag
1250
+ r"""<p>资源所关联的标签Tag</p>
1248
1251
  :rtype: list of Tag
1249
1252
  """
1250
1253
  return self._Tags
@@ -1255,7 +1258,7 @@ class DescribeVsmAttributesResponse(AbstractModel):
1255
1258
 
1256
1259
  @property
1257
1260
  def RenewFlag(self):
1258
- r"""资源续费标识,0表示默认状态(用户未设置,即初始状态), 1表示自动续费,2表示明确不自动续费(用户设置)
1261
+ r"""<p>资源续费标识,0表示默认状态(用户未设置,即初始状态), 1表示自动续费,2表示明确不自动续费(用户设置)</p>
1259
1262
  :rtype: int
1260
1263
  """
1261
1264
  return self._RenewFlag
@@ -1266,7 +1269,7 @@ class DescribeVsmAttributesResponse(AbstractModel):
1266
1269
 
1267
1270
  @property
1268
1271
  def Manufacturer(self):
1269
- r"""厂商
1272
+ r"""<p>厂商</p>
1270
1273
  :rtype: str
1271
1274
  """
1272
1275
  return self._Manufacturer
@@ -1277,7 +1280,7 @@ class DescribeVsmAttributesResponse(AbstractModel):
1277
1280
 
1278
1281
  @property
1279
1282
  def PqcFlag(self):
1280
- r"""0-关闭,1-开启
1283
+ r"""<p>0-关闭,1-开启</p>
1281
1284
  :rtype: int
1282
1285
  """
1283
1286
  return self._PqcFlag
@@ -1286,6 +1289,17 @@ class DescribeVsmAttributesResponse(AbstractModel):
1286
1289
  def PqcFlag(self, PqcFlag):
1287
1290
  self._PqcFlag = PqcFlag
1288
1291
 
1292
+ @property
1293
+ def DeployEnv(self):
1294
+ r"""<p>环境</p><p>默认值:cloud</p><p>cloud或者cdc</p>
1295
+ :rtype: str
1296
+ """
1297
+ return self._DeployEnv
1298
+
1299
+ @DeployEnv.setter
1300
+ def DeployEnv(self, DeployEnv):
1301
+ self._DeployEnv = DeployEnv
1302
+
1289
1303
  @property
1290
1304
  def RequestId(self):
1291
1305
  r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -1333,6 +1347,7 @@ class DescribeVsmAttributesResponse(AbstractModel):
1333
1347
  self._RenewFlag = params.get("RenewFlag")
1334
1348
  self._Manufacturer = params.get("Manufacturer")
1335
1349
  self._PqcFlag = params.get("PqcFlag")
1350
+ self._DeployEnv = params.get("DeployEnv")
1336
1351
  self._RequestId = params.get("RequestId")
1337
1352
 
1338
1353
 
@@ -2310,58 +2325,58 @@ class ResourceInfo(AbstractModel):
2310
2325
 
2311
2326
  def __init__(self):
2312
2327
  r"""
2313
- :param _ResourceId: 资源Id
2328
+ :param _ResourceId: <p>资源Id</p>
2314
2329
  :type ResourceId: str
2315
- :param _ResourceName: 资源名称
2330
+ :param _ResourceName: <p>资源名称</p>
2316
2331
  :type ResourceName: str
2317
- :param _Status: 资源状态,1-正常,2-隔离,3-销毁
2332
+ :param _Status: <p>资源状态,1-正常,2-隔离,3-销毁</p>
2318
2333
  :type Status: int
2319
- :param _Vip: 资源IP
2334
+ :param _Vip: <p>资源IP</p>
2320
2335
  :type Vip: str
2321
- :param _VpcId: 资源所属Vpc
2336
+ :param _VpcId: <p>资源所属Vpc</p>
2322
2337
  :type VpcId: str
2323
- :param _SubnetId: 资源所属子网
2338
+ :param _SubnetId: <p>资源所属子网</p>
2324
2339
  :type SubnetId: str
2325
- :param _Model: 资源所属HSM规格
2340
+ :param _Model: <p>资源所属HSM规格</p>
2326
2341
  :type Model: str
2327
- :param _VsmType: 云加密机类型id
2342
+ :param _VsmType: <p>云加密机类型id</p>
2328
2343
  :type VsmType: int
2329
- :param _RegionId: 地域Id
2344
+ :param _RegionId: <p>地域Id</p>
2330
2345
  :type RegionId: int
2331
- :param _ZoneId: 区域Id
2346
+ :param _ZoneId: <p>区域Id</p>
2332
2347
  :type ZoneId: int
2333
- :param _ExpireTime: 过期时间(Epoch Unix Timestamp
2348
+ :param _ExpireTime: <p>过期时间(Epoch Unix Timestamp)</p>
2334
2349
  :type ExpireTime: int
2335
- :param _RegionName: 地域名
2350
+ :param _RegionName: <p>地域名</p>
2336
2351
  :type RegionName: str
2337
- :param _ZoneName: 区域名
2352
+ :param _ZoneName: <p>区域名</p>
2338
2353
  :type ZoneName: str
2339
- :param _SgList: 实例的安全组列表
2354
+ :param _SgList: <p>实例的安全组列表</p>
2340
2355
  :type SgList: list of SgUnit
2341
- :param _SubnetName: 子网名称
2356
+ :param _SubnetName: <p>子网名称</p>
2342
2357
  :type SubnetName: str
2343
- :param _Expired: 当前实例是否已经过期
2358
+ :param _Expired: <p>当前实例是否已经过期</p>
2344
2359
  :type Expired: bool
2345
- :param _RemainSeconds: 为正数表示实例距离过期时间还剩余多少秒,为负数表示已经过期多少秒
2360
+ :param _RemainSeconds: <p>为正数表示实例距离过期时间还剩余多少秒,为负数表示已经过期多少秒</p>
2346
2361
  :type RemainSeconds: int
2347
- :param _VpcName: Vpc名称
2362
+ :param _VpcName: <p>Vpc名称</p>
2348
2363
  :type VpcName: str
2349
- :param _CreateUin: 创建者Uin账号
2364
+ :param _CreateUin: <p>创建者Uin账号</p>
2350
2365
  :type CreateUin: str
2351
- :param _RenewFlag: 自动续费状态标识, 0-手动续费,1-自动续费,2-到期不续
2366
+ :param _RenewFlag: <p>自动续费状态标识, 0-手动续费,1-自动续费,2-到期不续</p>
2352
2367
  :type RenewFlag: int
2353
- :param _Tags: 标签列表
2368
+ :param _Tags: <p>标签列表</p>
2354
2369
  :type Tags: list of Tag
2355
- :param _Manufacturer: 厂商
2370
+ :param _Manufacturer: <p>厂商</p>
2356
2371
  :type Manufacturer: str
2357
- :param _AlarmStatus: 告警状态,0:停用,1:启用
2372
+ :param _AlarmStatus: <p>告警状态,0:停用,1:启用</p>
2358
2373
  :type AlarmStatus: int
2359
- :param _PqcStatus: 0不支持
2360
- 1关闭
2361
- 2开启
2374
+ :param _PqcStatus: <p>0不支持<br>1关闭<br>2开启</p>
2362
2375
  :type PqcStatus: int
2363
- :param _PqcFlag: 0关闭,1开启
2376
+ :param _PqcFlag: <p>0关闭,1开启</p>
2364
2377
  :type PqcFlag: int
2378
+ :param _DeployEnv: <p>环境</p><p>默认值:cloud</p><p>cloud或者cdc</p>
2379
+ :type DeployEnv: str
2365
2380
  """
2366
2381
  self._ResourceId = None
2367
2382
  self._ResourceName = None
@@ -2388,10 +2403,11 @@ class ResourceInfo(AbstractModel):
2388
2403
  self._AlarmStatus = None
2389
2404
  self._PqcStatus = None
2390
2405
  self._PqcFlag = None
2406
+ self._DeployEnv = None
2391
2407
 
2392
2408
  @property
2393
2409
  def ResourceId(self):
2394
- r"""资源Id
2410
+ r"""<p>资源Id</p>
2395
2411
  :rtype: str
2396
2412
  """
2397
2413
  return self._ResourceId
@@ -2402,7 +2418,7 @@ class ResourceInfo(AbstractModel):
2402
2418
 
2403
2419
  @property
2404
2420
  def ResourceName(self):
2405
- r"""资源名称
2421
+ r"""<p>资源名称</p>
2406
2422
  :rtype: str
2407
2423
  """
2408
2424
  return self._ResourceName
@@ -2413,7 +2429,7 @@ class ResourceInfo(AbstractModel):
2413
2429
 
2414
2430
  @property
2415
2431
  def Status(self):
2416
- r"""资源状态,1-正常,2-隔离,3-销毁
2432
+ r"""<p>资源状态,1-正常,2-隔离,3-销毁</p>
2417
2433
  :rtype: int
2418
2434
  """
2419
2435
  return self._Status
@@ -2424,7 +2440,7 @@ class ResourceInfo(AbstractModel):
2424
2440
 
2425
2441
  @property
2426
2442
  def Vip(self):
2427
- r"""资源IP
2443
+ r"""<p>资源IP</p>
2428
2444
  :rtype: str
2429
2445
  """
2430
2446
  return self._Vip
@@ -2435,7 +2451,7 @@ class ResourceInfo(AbstractModel):
2435
2451
 
2436
2452
  @property
2437
2453
  def VpcId(self):
2438
- r"""资源所属Vpc
2454
+ r"""<p>资源所属Vpc</p>
2439
2455
  :rtype: str
2440
2456
  """
2441
2457
  return self._VpcId
@@ -2446,7 +2462,7 @@ class ResourceInfo(AbstractModel):
2446
2462
 
2447
2463
  @property
2448
2464
  def SubnetId(self):
2449
- r"""资源所属子网
2465
+ r"""<p>资源所属子网</p>
2450
2466
  :rtype: str
2451
2467
  """
2452
2468
  return self._SubnetId
@@ -2457,7 +2473,7 @@ class ResourceInfo(AbstractModel):
2457
2473
 
2458
2474
  @property
2459
2475
  def Model(self):
2460
- r"""资源所属HSM规格
2476
+ r"""<p>资源所属HSM规格</p>
2461
2477
  :rtype: str
2462
2478
  """
2463
2479
  return self._Model
@@ -2468,7 +2484,7 @@ class ResourceInfo(AbstractModel):
2468
2484
 
2469
2485
  @property
2470
2486
  def VsmType(self):
2471
- r"""云加密机类型id
2487
+ r"""<p>云加密机类型id</p>
2472
2488
  :rtype: int
2473
2489
  """
2474
2490
  return self._VsmType
@@ -2479,7 +2495,7 @@ class ResourceInfo(AbstractModel):
2479
2495
 
2480
2496
  @property
2481
2497
  def RegionId(self):
2482
- r"""地域Id
2498
+ r"""<p>地域Id</p>
2483
2499
  :rtype: int
2484
2500
  """
2485
2501
  return self._RegionId
@@ -2490,7 +2506,7 @@ class ResourceInfo(AbstractModel):
2490
2506
 
2491
2507
  @property
2492
2508
  def ZoneId(self):
2493
- r"""区域Id
2509
+ r"""<p>区域Id</p>
2494
2510
  :rtype: int
2495
2511
  """
2496
2512
  return self._ZoneId
@@ -2501,7 +2517,7 @@ class ResourceInfo(AbstractModel):
2501
2517
 
2502
2518
  @property
2503
2519
  def ExpireTime(self):
2504
- r"""过期时间(Epoch Unix Timestamp
2520
+ r"""<p>过期时间(Epoch Unix Timestamp)</p>
2505
2521
  :rtype: int
2506
2522
  """
2507
2523
  return self._ExpireTime
@@ -2512,7 +2528,7 @@ class ResourceInfo(AbstractModel):
2512
2528
 
2513
2529
  @property
2514
2530
  def RegionName(self):
2515
- r"""地域名
2531
+ r"""<p>地域名</p>
2516
2532
  :rtype: str
2517
2533
  """
2518
2534
  return self._RegionName
@@ -2523,7 +2539,7 @@ class ResourceInfo(AbstractModel):
2523
2539
 
2524
2540
  @property
2525
2541
  def ZoneName(self):
2526
- r"""区域名
2542
+ r"""<p>区域名</p>
2527
2543
  :rtype: str
2528
2544
  """
2529
2545
  return self._ZoneName
@@ -2534,7 +2550,7 @@ class ResourceInfo(AbstractModel):
2534
2550
 
2535
2551
  @property
2536
2552
  def SgList(self):
2537
- r"""实例的安全组列表
2553
+ r"""<p>实例的安全组列表</p>
2538
2554
  :rtype: list of SgUnit
2539
2555
  """
2540
2556
  return self._SgList
@@ -2545,7 +2561,7 @@ class ResourceInfo(AbstractModel):
2545
2561
 
2546
2562
  @property
2547
2563
  def SubnetName(self):
2548
- r"""子网名称
2564
+ r"""<p>子网名称</p>
2549
2565
  :rtype: str
2550
2566
  """
2551
2567
  return self._SubnetName
@@ -2556,7 +2572,7 @@ class ResourceInfo(AbstractModel):
2556
2572
 
2557
2573
  @property
2558
2574
  def Expired(self):
2559
- r"""当前实例是否已经过期
2575
+ r"""<p>当前实例是否已经过期</p>
2560
2576
  :rtype: bool
2561
2577
  """
2562
2578
  return self._Expired
@@ -2567,7 +2583,7 @@ class ResourceInfo(AbstractModel):
2567
2583
 
2568
2584
  @property
2569
2585
  def RemainSeconds(self):
2570
- r"""为正数表示实例距离过期时间还剩余多少秒,为负数表示已经过期多少秒
2586
+ r"""<p>为正数表示实例距离过期时间还剩余多少秒,为负数表示已经过期多少秒</p>
2571
2587
  :rtype: int
2572
2588
  """
2573
2589
  return self._RemainSeconds
@@ -2578,7 +2594,7 @@ class ResourceInfo(AbstractModel):
2578
2594
 
2579
2595
  @property
2580
2596
  def VpcName(self):
2581
- r"""Vpc名称
2597
+ r"""<p>Vpc名称</p>
2582
2598
  :rtype: str
2583
2599
  """
2584
2600
  return self._VpcName
@@ -2589,7 +2605,7 @@ class ResourceInfo(AbstractModel):
2589
2605
 
2590
2606
  @property
2591
2607
  def CreateUin(self):
2592
- r"""创建者Uin账号
2608
+ r"""<p>创建者Uin账号</p>
2593
2609
  :rtype: str
2594
2610
  """
2595
2611
  return self._CreateUin
@@ -2600,7 +2616,7 @@ class ResourceInfo(AbstractModel):
2600
2616
 
2601
2617
  @property
2602
2618
  def RenewFlag(self):
2603
- r"""自动续费状态标识, 0-手动续费,1-自动续费,2-到期不续
2619
+ r"""<p>自动续费状态标识, 0-手动续费,1-自动续费,2-到期不续</p>
2604
2620
  :rtype: int
2605
2621
  """
2606
2622
  return self._RenewFlag
@@ -2611,7 +2627,7 @@ class ResourceInfo(AbstractModel):
2611
2627
 
2612
2628
  @property
2613
2629
  def Tags(self):
2614
- r"""标签列表
2630
+ r"""<p>标签列表</p>
2615
2631
  :rtype: list of Tag
2616
2632
  """
2617
2633
  return self._Tags
@@ -2622,7 +2638,7 @@ class ResourceInfo(AbstractModel):
2622
2638
 
2623
2639
  @property
2624
2640
  def Manufacturer(self):
2625
- r"""厂商
2641
+ r"""<p>厂商</p>
2626
2642
  :rtype: str
2627
2643
  """
2628
2644
  return self._Manufacturer
@@ -2633,7 +2649,7 @@ class ResourceInfo(AbstractModel):
2633
2649
 
2634
2650
  @property
2635
2651
  def AlarmStatus(self):
2636
- r"""告警状态,0:停用,1:启用
2652
+ r"""<p>告警状态,0:停用,1:启用</p>
2637
2653
  :rtype: int
2638
2654
  """
2639
2655
  return self._AlarmStatus
@@ -2644,9 +2660,7 @@ class ResourceInfo(AbstractModel):
2644
2660
 
2645
2661
  @property
2646
2662
  def PqcStatus(self):
2647
- r"""0不支持
2648
- 1关闭
2649
- 2开启
2663
+ r"""<p>0不支持<br>1关闭<br>2开启</p>
2650
2664
  :rtype: int
2651
2665
  """
2652
2666
  return self._PqcStatus
@@ -2657,7 +2671,7 @@ class ResourceInfo(AbstractModel):
2657
2671
 
2658
2672
  @property
2659
2673
  def PqcFlag(self):
2660
- r"""0关闭,1开启
2674
+ r"""<p>0关闭,1开启</p>
2661
2675
  :rtype: int
2662
2676
  """
2663
2677
  return self._PqcFlag
@@ -2666,6 +2680,17 @@ class ResourceInfo(AbstractModel):
2666
2680
  def PqcFlag(self, PqcFlag):
2667
2681
  self._PqcFlag = PqcFlag
2668
2682
 
2683
+ @property
2684
+ def DeployEnv(self):
2685
+ r"""<p>环境</p><p>默认值:cloud</p><p>cloud或者cdc</p>
2686
+ :rtype: str
2687
+ """
2688
+ return self._DeployEnv
2689
+
2690
+ @DeployEnv.setter
2691
+ def DeployEnv(self, DeployEnv):
2692
+ self._DeployEnv = DeployEnv
2693
+
2669
2694
 
2670
2695
  def _deserialize(self, params):
2671
2696
  self._ResourceId = params.get("ResourceId")
@@ -2703,6 +2728,7 @@ class ResourceInfo(AbstractModel):
2703
2728
  self._AlarmStatus = params.get("AlarmStatus")
2704
2729
  self._PqcStatus = params.get("PqcStatus")
2705
2730
  self._PqcFlag = params.get("PqcFlag")
2731
+ self._DeployEnv = params.get("DeployEnv")
2706
2732
  memeber_set = set(params.keys())
2707
2733
  for name, value in vars(self).items():
2708
2734
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-cloudhsm
3
- Version: 3.1.4
3
+ Version: 3.1.102
4
4
  Summary: Tencent Cloud Cloudhsm 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.4
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.102
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.102
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.4