tencentcloud-sdk-python 3.0.1340__py2.py3-none-any.whl → 3.0.1342__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.
Files changed (50) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/autoscaling/v20180419/autoscaling_client.py +26 -0
  3. tencentcloud/autoscaling/v20180419/models.py +94 -0
  4. tencentcloud/billing/v20180709/models.py +0 -246
  5. tencentcloud/captcha/v20190722/models.py +6 -24
  6. tencentcloud/cdc/v20201214/models.py +29 -86
  7. tencentcloud/cdwch/v20200915/models.py +124 -0
  8. tencentcloud/cdz/v20221123/models.py +0 -8
  9. tencentcloud/cfs/v20190719/errorcodes.py +3 -0
  10. tencentcloud/cvm/v20170312/cvm_client.py +23 -0
  11. tencentcloud/cvm/v20170312/models.py +211 -4
  12. tencentcloud/cwp/v20180228/models.py +99 -24
  13. tencentcloud/cynosdb/v20190107/models.py +0 -290
  14. tencentcloud/dbbrain/v20210527/models.py +15 -0
  15. tencentcloud/domain/v20180808/models.py +30 -24
  16. tencentcloud/ess/v20201111/models.py +69 -2
  17. tencentcloud/essbasic/v20210526/models.py +73 -6
  18. tencentcloud/hunyuan/v20230901/hunyuan_client.py +25 -0
  19. tencentcloud/hunyuan/v20230901/models.py +629 -21
  20. tencentcloud/lcic/v20220817/models.py +4 -4
  21. tencentcloud/lighthouse/v20200324/lighthouse_client.py +12 -3
  22. tencentcloud/lighthouse/v20200324/models.py +139 -39
  23. tencentcloud/lke/v20231130/lke_client.py +2 -2
  24. tencentcloud/lke/v20231130/models.py +6 -6
  25. tencentcloud/mariadb/v20170312/models.py +0 -24
  26. tencentcloud/mongodb/v20190725/models.py +6 -6
  27. tencentcloud/ocr/v20181119/models.py +82 -0
  28. tencentcloud/redis/v20180412/models.py +8 -8
  29. tencentcloud/ses/v20201002/models.py +2 -4
  30. tencentcloud/ssl/v20191205/models.py +7 -319
  31. tencentcloud/tat/v20201028/models.py +10 -8
  32. tencentcloud/tcb/v20180608/models.py +0 -230
  33. tencentcloud/tchd/v20230306/models.py +168 -0
  34. tencentcloud/tchd/v20230306/tchd_client.py +24 -0
  35. tencentcloud/tdmq/v20200217/models.py +17 -198
  36. tencentcloud/teo/v20220901/models.py +227 -1
  37. tencentcloud/teo/v20220901/teo_client.py +8 -4
  38. tencentcloud/trocket/v20230308/models.py +109 -0
  39. tencentcloud/trocket/v20230308/trocket_client.py +23 -0
  40. tencentcloud/trro/v20220325/models.py +140 -0
  41. tencentcloud/trro/v20220325/trro_client.py +25 -0
  42. tencentcloud/vpc/v20170312/errorcodes.py +9 -0
  43. tencentcloud/waf/v20180125/models.py +398 -0
  44. tencentcloud/waf/v20180125/waf_client.py +69 -0
  45. tencentcloud/wedata/v20210820/models.py +133 -254
  46. {tencentcloud_sdk_python-3.0.1340.dist-info → tencentcloud_sdk_python-3.0.1342.dist-info}/METADATA +1 -1
  47. {tencentcloud_sdk_python-3.0.1340.dist-info → tencentcloud_sdk_python-3.0.1342.dist-info}/RECORD +50 -50
  48. {tencentcloud_sdk_python-3.0.1340.dist-info → tencentcloud_sdk_python-3.0.1342.dist-info}/LICENSE +0 -0
  49. {tencentcloud_sdk_python-3.0.1340.dist-info → tencentcloud_sdk_python-3.0.1342.dist-info}/WHEEL +0 -0
  50. {tencentcloud_sdk_python-3.0.1340.dist-info → tencentcloud_sdk_python-3.0.1342.dist-info}/top_level.txt +0 -0
@@ -314,7 +314,6 @@ class CreateDedicatedClusterOrderResponse(AbstractModel):
314
314
  def __init__(self):
315
315
  r"""
316
316
  :param _DedicatedClusterOrderId: 专用集群订单id
317
- 注意:此字段可能返回 null,表示取不到有效值。
318
317
  :type DedicatedClusterOrderId: str
319
318
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
320
319
  :type RequestId: str
@@ -325,7 +324,6 @@ class CreateDedicatedClusterOrderResponse(AbstractModel):
325
324
  @property
326
325
  def DedicatedClusterOrderId(self):
327
326
  """专用集群订单id
328
- 注意:此字段可能返回 null,表示取不到有效值。
329
327
  :rtype: str
330
328
  """
331
329
  return self._DedicatedClusterOrderId
@@ -912,7 +910,6 @@ class DedicatedCluster(AbstractModel):
912
910
  :param _Zone: 专用集群所属可用区名称。
913
911
  :type Zone: str
914
912
  :param _Description: 专用集群的描述。
915
- 注意:此字段可能返回 null,表示取不到有效值。
916
913
  :type Description: str
917
914
  :param _Name: 专用集群的名称。
918
915
  :type Name: str
@@ -922,6 +919,8 @@ class DedicatedCluster(AbstractModel):
922
919
  :type CreateTime: str
923
920
  :param _SiteId: 专用集群所属的站点id。
924
921
  :type SiteId: str
922
+ :param _RunningStatus: 专用集群的运营状态
923
+ :type RunningStatus: str
925
924
  """
926
925
  self._DedicatedClusterId = None
927
926
  self._Zone = None
@@ -930,6 +929,7 @@ class DedicatedCluster(AbstractModel):
930
929
  self._LifecycleStatus = None
931
930
  self._CreateTime = None
932
931
  self._SiteId = None
932
+ self._RunningStatus = None
933
933
 
934
934
  @property
935
935
  def DedicatedClusterId(self):
@@ -956,7 +956,6 @@ class DedicatedCluster(AbstractModel):
956
956
  @property
957
957
  def Description(self):
958
958
  """专用集群的描述。
959
- 注意:此字段可能返回 null,表示取不到有效值。
960
959
  :rtype: str
961
960
  """
962
961
  return self._Description
@@ -1009,6 +1008,17 @@ class DedicatedCluster(AbstractModel):
1009
1008
  def SiteId(self, SiteId):
1010
1009
  self._SiteId = SiteId
1011
1010
 
1011
+ @property
1012
+ def RunningStatus(self):
1013
+ """专用集群的运营状态
1014
+ :rtype: str
1015
+ """
1016
+ return self._RunningStatus
1017
+
1018
+ @RunningStatus.setter
1019
+ def RunningStatus(self, RunningStatus):
1020
+ self._RunningStatus = RunningStatus
1021
+
1012
1022
 
1013
1023
  def _deserialize(self, params):
1014
1024
  self._DedicatedClusterId = params.get("DedicatedClusterId")
@@ -1018,6 +1028,7 @@ class DedicatedCluster(AbstractModel):
1018
1028
  self._LifecycleStatus = params.get("LifecycleStatus")
1019
1029
  self._CreateTime = params.get("CreateTime")
1020
1030
  self._SiteId = params.get("SiteId")
1031
+ self._RunningStatus = params.get("RunningStatus")
1021
1032
  memeber_set = set(params.keys())
1022
1033
  for name, value in vars(self).items():
1023
1034
  property_name = name[1:]
@@ -1304,45 +1315,43 @@ class DedicatedClusterOrder(AbstractModel):
1304
1315
  :param _Action: 订单类型,创建CREATE或扩容EXTEND
1305
1316
  :type Action: str
1306
1317
  :param _DedicatedClusterOrderItems: 子订单详情列表
1307
- 注意:此字段可能返回 null,表示取不到有效值。
1308
1318
  :type DedicatedClusterOrderItems: list of DedicatedClusterOrderItem
1309
1319
  :param _Cpu: cpu值
1310
- 注意:此字段可能返回 null,表示取不到有效值。
1311
1320
  :type Cpu: int
1312
1321
  :param _Mem: mem值
1313
- 注意:此字段可能返回 null,表示取不到有效值。
1314
1322
  :type Mem: int
1315
1323
  :param _Gpu: gpu值
1316
- 注意:此字段可能返回 null,表示取不到有效值。
1317
1324
  :type Gpu: int
1318
1325
  :param _PayStatus: 0代表未支付,1代表已支付
1319
- 注意:此字段可能返回 null,表示取不到有效值。
1320
1326
  :type PayStatus: int
1321
1327
  :param _PayType: 支付方式,一次性、按月、按年
1322
- 注意:此字段可能返回 null,表示取不到有效值。
1323
1328
  :type PayType: str
1324
1329
  :param _TimeUnit: 购买时长的单位
1325
- 注意:此字段可能返回 null,表示取不到有效值。
1326
1330
  :type TimeUnit: str
1327
1331
  :param _TimeSpan: 购买时长
1328
- 注意:此字段可能返回 null,表示取不到有效值。
1329
1332
  :type TimeSpan: int
1330
1333
  :param _OrderType: 订单类型
1331
- 注意:此字段可能返回 null,表示取不到有效值。
1332
1334
  :type OrderType: str
1333
1335
  :param _CheckStatus: 验收状态
1336
+ 注意:此字段可能返回 null,表示取不到有效值。
1334
1337
  :type CheckStatus: str
1335
1338
  :param _DeliverExpectTime: 交付预期时间
1339
+ 注意:此字段可能返回 null,表示取不到有效值。
1336
1340
  :type DeliverExpectTime: str
1337
1341
  :param _DeliverFinishTime: 交付实际完成时间
1342
+ 注意:此字段可能返回 null,表示取不到有效值。
1338
1343
  :type DeliverFinishTime: str
1339
1344
  :param _CheckExpectTime: 验收预期时间
1345
+ 注意:此字段可能返回 null,表示取不到有效值。
1340
1346
  :type CheckExpectTime: str
1341
1347
  :param _CheckFinishTime: 验收实际完成时间
1348
+ 注意:此字段可能返回 null,表示取不到有效值。
1342
1349
  :type CheckFinishTime: str
1343
1350
  :param _OrderSLA: 订单SLA
1351
+ 注意:此字段可能返回 null,表示取不到有效值。
1344
1352
  :type OrderSLA: str
1345
1353
  :param _OrderPayPlan: 订单支付计划
1354
+ 注意:此字段可能返回 null,表示取不到有效值。
1346
1355
  :type OrderPayPlan: str
1347
1356
  """
1348
1357
  self._DedicatedClusterId = None
@@ -1497,7 +1506,6 @@ class DedicatedClusterOrder(AbstractModel):
1497
1506
  @property
1498
1507
  def DedicatedClusterOrderItems(self):
1499
1508
  """子订单详情列表
1500
- 注意:此字段可能返回 null,表示取不到有效值。
1501
1509
  :rtype: list of DedicatedClusterOrderItem
1502
1510
  """
1503
1511
  return self._DedicatedClusterOrderItems
@@ -1509,7 +1517,6 @@ class DedicatedClusterOrder(AbstractModel):
1509
1517
  @property
1510
1518
  def Cpu(self):
1511
1519
  """cpu值
1512
- 注意:此字段可能返回 null,表示取不到有效值。
1513
1520
  :rtype: int
1514
1521
  """
1515
1522
  return self._Cpu
@@ -1521,7 +1528,6 @@ class DedicatedClusterOrder(AbstractModel):
1521
1528
  @property
1522
1529
  def Mem(self):
1523
1530
  """mem值
1524
- 注意:此字段可能返回 null,表示取不到有效值。
1525
1531
  :rtype: int
1526
1532
  """
1527
1533
  return self._Mem
@@ -1533,7 +1539,6 @@ class DedicatedClusterOrder(AbstractModel):
1533
1539
  @property
1534
1540
  def Gpu(self):
1535
1541
  """gpu值
1536
- 注意:此字段可能返回 null,表示取不到有效值。
1537
1542
  :rtype: int
1538
1543
  """
1539
1544
  return self._Gpu
@@ -1545,7 +1550,6 @@ class DedicatedClusterOrder(AbstractModel):
1545
1550
  @property
1546
1551
  def PayStatus(self):
1547
1552
  """0代表未支付,1代表已支付
1548
- 注意:此字段可能返回 null,表示取不到有效值。
1549
1553
  :rtype: int
1550
1554
  """
1551
1555
  return self._PayStatus
@@ -1557,7 +1561,6 @@ class DedicatedClusterOrder(AbstractModel):
1557
1561
  @property
1558
1562
  def PayType(self):
1559
1563
  """支付方式,一次性、按月、按年
1560
- 注意:此字段可能返回 null,表示取不到有效值。
1561
1564
  :rtype: str
1562
1565
  """
1563
1566
  return self._PayType
@@ -1569,7 +1572,6 @@ class DedicatedClusterOrder(AbstractModel):
1569
1572
  @property
1570
1573
  def TimeUnit(self):
1571
1574
  """购买时长的单位
1572
- 注意:此字段可能返回 null,表示取不到有效值。
1573
1575
  :rtype: str
1574
1576
  """
1575
1577
  return self._TimeUnit
@@ -1581,7 +1583,6 @@ class DedicatedClusterOrder(AbstractModel):
1581
1583
  @property
1582
1584
  def TimeSpan(self):
1583
1585
  """购买时长
1584
- 注意:此字段可能返回 null,表示取不到有效值。
1585
1586
  :rtype: int
1586
1587
  """
1587
1588
  return self._TimeSpan
@@ -1593,7 +1594,6 @@ class DedicatedClusterOrder(AbstractModel):
1593
1594
  @property
1594
1595
  def OrderType(self):
1595
1596
  """订单类型
1596
- 注意:此字段可能返回 null,表示取不到有效值。
1597
1597
  :rtype: str
1598
1598
  """
1599
1599
  return self._OrderType
@@ -1605,6 +1605,7 @@ class DedicatedClusterOrder(AbstractModel):
1605
1605
  @property
1606
1606
  def CheckStatus(self):
1607
1607
  """验收状态
1608
+ 注意:此字段可能返回 null,表示取不到有效值。
1608
1609
  :rtype: str
1609
1610
  """
1610
1611
  return self._CheckStatus
@@ -1616,6 +1617,7 @@ class DedicatedClusterOrder(AbstractModel):
1616
1617
  @property
1617
1618
  def DeliverExpectTime(self):
1618
1619
  """交付预期时间
1620
+ 注意:此字段可能返回 null,表示取不到有效值。
1619
1621
  :rtype: str
1620
1622
  """
1621
1623
  return self._DeliverExpectTime
@@ -1627,6 +1629,7 @@ class DedicatedClusterOrder(AbstractModel):
1627
1629
  @property
1628
1630
  def DeliverFinishTime(self):
1629
1631
  """交付实际完成时间
1632
+ 注意:此字段可能返回 null,表示取不到有效值。
1630
1633
  :rtype: str
1631
1634
  """
1632
1635
  return self._DeliverFinishTime
@@ -1638,6 +1641,7 @@ class DedicatedClusterOrder(AbstractModel):
1638
1641
  @property
1639
1642
  def CheckExpectTime(self):
1640
1643
  """验收预期时间
1644
+ 注意:此字段可能返回 null,表示取不到有效值。
1641
1645
  :rtype: str
1642
1646
  """
1643
1647
  return self._CheckExpectTime
@@ -1649,6 +1653,7 @@ class DedicatedClusterOrder(AbstractModel):
1649
1653
  @property
1650
1654
  def CheckFinishTime(self):
1651
1655
  """验收实际完成时间
1656
+ 注意:此字段可能返回 null,表示取不到有效值。
1652
1657
  :rtype: str
1653
1658
  """
1654
1659
  return self._CheckFinishTime
@@ -1660,6 +1665,7 @@ class DedicatedClusterOrder(AbstractModel):
1660
1665
  @property
1661
1666
  def OrderSLA(self):
1662
1667
  """订单SLA
1668
+ 注意:此字段可能返回 null,表示取不到有效值。
1663
1669
  :rtype: str
1664
1670
  """
1665
1671
  return self._OrderSLA
@@ -1671,6 +1677,7 @@ class DedicatedClusterOrder(AbstractModel):
1671
1677
  @property
1672
1678
  def OrderPayPlan(self):
1673
1679
  """订单支付计划
1680
+ 注意:此字段可能返回 null,表示取不到有效值。
1674
1681
  :rtype: str
1675
1682
  """
1676
1683
  return self._OrderPayPlan
@@ -1763,13 +1770,10 @@ class DedicatedClusterOrderItem(AbstractModel):
1763
1770
  :param _TypeName: 规格英文名
1764
1771
  :type TypeName: str
1765
1772
  :param _ComputeFormat: 规格展示
1766
- 注意:此字段可能返回 null,表示取不到有效值。
1767
1773
  :type ComputeFormat: str
1768
1774
  :param _TypeFamily: 规格类型
1769
- 注意:此字段可能返回 null,表示取不到有效值。
1770
1775
  :type TypeFamily: str
1771
1776
  :param _SubOrderPayStatus: 0未支付,1已支付
1772
- 注意:此字段可能返回 null,表示取不到有效值。
1773
1777
  :type SubOrderPayStatus: int
1774
1778
  """
1775
1779
  self._DedicatedClusterTypeId = None
@@ -1971,7 +1975,6 @@ class DedicatedClusterOrderItem(AbstractModel):
1971
1975
  @property
1972
1976
  def ComputeFormat(self):
1973
1977
  """规格展示
1974
- 注意:此字段可能返回 null,表示取不到有效值。
1975
1978
  :rtype: str
1976
1979
  """
1977
1980
  return self._ComputeFormat
@@ -1983,7 +1986,6 @@ class DedicatedClusterOrderItem(AbstractModel):
1983
1986
  @property
1984
1987
  def TypeFamily(self):
1985
1988
  """规格类型
1986
- 注意:此字段可能返回 null,表示取不到有效值。
1987
1989
  :rtype: str
1988
1990
  """
1989
1991
  return self._TypeFamily
@@ -1995,7 +1997,6 @@ class DedicatedClusterOrderItem(AbstractModel):
1995
1997
  @property
1996
1998
  def SubOrderPayStatus(self):
1997
1999
  """0未支付,1已支付
1998
- 注意:此字段可能返回 null,表示取不到有效值。
1999
2000
  :rtype: int
2000
2001
  """
2001
2002
  return self._SubOrderPayStatus
@@ -2045,7 +2046,6 @@ class DedicatedClusterType(AbstractModel):
2045
2046
  :param _DedicatedClusterTypeId: 配置id
2046
2047
  :type DedicatedClusterTypeId: str
2047
2048
  :param _Description: 配置描述,对应描述
2048
- 注意:此字段可能返回 null,表示取不到有效值。
2049
2049
  :type Description: str
2050
2050
  :param _Name: 配置名称,对应计算资源类型
2051
2051
  :type Name: str
@@ -2089,7 +2089,6 @@ class DedicatedClusterType(AbstractModel):
2089
2089
  @property
2090
2090
  def Description(self):
2091
2091
  """配置描述,对应描述
2092
- 注意:此字段可能返回 null,表示取不到有效值。
2093
2092
  :rtype: str
2094
2093
  """
2095
2094
  return self._Description
@@ -2875,7 +2874,6 @@ class DescribeDedicatedClusterHostsResponse(AbstractModel):
2875
2874
  def __init__(self):
2876
2875
  r"""
2877
2876
  :param _HostInfoSet: 宿主机信息
2878
- 注意:此字段可能返回 null,表示取不到有效值。
2879
2877
  :type HostInfoSet: list of HostInfo
2880
2878
  :param _TotalCount: 宿主机总数
2881
2879
  :type TotalCount: int
@@ -2889,7 +2887,6 @@ class DescribeDedicatedClusterHostsResponse(AbstractModel):
2889
2887
  @property
2890
2888
  def HostInfoSet(self):
2891
2889
  """宿主机信息
2892
- 注意:此字段可能返回 null,表示取不到有效值。
2893
2890
  :rtype: list of HostInfo
2894
2891
  """
2895
2892
  return self._HostInfoSet
@@ -3253,16 +3250,12 @@ class DescribeDedicatedClusterOverviewResponse(AbstractModel):
3253
3250
  :param _HostCount: 宿主机数量
3254
3251
  :type HostCount: int
3255
3252
  :param _VpnConnectionState: vpn通道状态
3256
- 注意:此字段可能返回 null,表示取不到有效值。
3257
3253
  :type VpnConnectionState: str
3258
3254
  :param _VpngwBandwidthData: vpn网关监控数据
3259
- 注意:此字段可能返回 null,表示取不到有效值。
3260
3255
  :type VpngwBandwidthData: :class:`tencentcloud.cdc.v20201214.models.VpngwBandwidthData`
3261
3256
  :param _LocalNetInfo: 本地网关信息
3262
- 注意:此字段可能返回 null,表示取不到有效值。
3263
3257
  :type LocalNetInfo: :class:`tencentcloud.cdc.v20201214.models.LocalNetInfo`
3264
3258
  :param _VpnConnectionBandwidthData: vpn网关通道监控数据
3265
- 注意:此字段可能返回 null,表示取不到有效值。
3266
3259
  :type VpnConnectionBandwidthData: list of VpngwBandwidthData
3267
3260
  :param _HostDetailInfo: 宿主机资源概览信息
3268
3261
  :type HostDetailInfo: list of HostDetailInfo
@@ -3309,7 +3302,6 @@ class DescribeDedicatedClusterOverviewResponse(AbstractModel):
3309
3302
  @property
3310
3303
  def VpnConnectionState(self):
3311
3304
  """vpn通道状态
3312
- 注意:此字段可能返回 null,表示取不到有效值。
3313
3305
  :rtype: str
3314
3306
  """
3315
3307
  return self._VpnConnectionState
@@ -3321,7 +3313,6 @@ class DescribeDedicatedClusterOverviewResponse(AbstractModel):
3321
3313
  @property
3322
3314
  def VpngwBandwidthData(self):
3323
3315
  """vpn网关监控数据
3324
- 注意:此字段可能返回 null,表示取不到有效值。
3325
3316
  :rtype: :class:`tencentcloud.cdc.v20201214.models.VpngwBandwidthData`
3326
3317
  """
3327
3318
  return self._VpngwBandwidthData
@@ -3333,7 +3324,6 @@ class DescribeDedicatedClusterOverviewResponse(AbstractModel):
3333
3324
  @property
3334
3325
  def LocalNetInfo(self):
3335
3326
  """本地网关信息
3336
- 注意:此字段可能返回 null,表示取不到有效值。
3337
3327
  :rtype: :class:`tencentcloud.cdc.v20201214.models.LocalNetInfo`
3338
3328
  """
3339
3329
  return self._LocalNetInfo
@@ -3345,7 +3335,6 @@ class DescribeDedicatedClusterOverviewResponse(AbstractModel):
3345
3335
  @property
3346
3336
  def VpnConnectionBandwidthData(self):
3347
3337
  """vpn网关通道监控数据
3348
- 注意:此字段可能返回 null,表示取不到有效值。
3349
3338
  :rtype: list of VpngwBandwidthData
3350
3339
  """
3351
3340
  return self._VpnConnectionBandwidthData
@@ -4321,7 +4310,6 @@ class HostInfo(AbstractModel):
4321
4310
  :param _ExpireTime: 到期时间
4322
4311
  :type ExpireTime: str
4323
4312
  :param _HostId: 宿主机id
4324
- 注意:此字段可能返回 null,表示取不到有效值。
4325
4313
  :type HostId: str
4326
4314
  """
4327
4315
  self._HostIp = None
@@ -4449,7 +4437,6 @@ class HostInfo(AbstractModel):
4449
4437
  @property
4450
4438
  def HostId(self):
4451
4439
  """宿主机id
4452
- 注意:此字段可能返回 null,表示取不到有效值。
4453
4440
  :rtype: str
4454
4441
  """
4455
4442
  return self._HostId
@@ -4698,10 +4685,8 @@ class InBandwidth(AbstractModel):
4698
4685
  def __init__(self):
4699
4686
  r"""
4700
4687
  :param _Timestamps: 时间戳
4701
- 注意:此字段可能返回 null,表示取不到有效值。
4702
4688
  :type Timestamps: list of float
4703
4689
  :param _Values: 时间对应的值
4704
- 注意:此字段可能返回 null,表示取不到有效值。
4705
4690
  :type Values: list of float
4706
4691
  """
4707
4692
  self._Timestamps = None
@@ -4710,7 +4695,6 @@ class InBandwidth(AbstractModel):
4710
4695
  @property
4711
4696
  def Timestamps(self):
4712
4697
  """时间戳
4713
- 注意:此字段可能返回 null,表示取不到有效值。
4714
4698
  :rtype: list of float
4715
4699
  """
4716
4700
  return self._Timestamps
@@ -4722,7 +4706,6 @@ class InBandwidth(AbstractModel):
4722
4706
  @property
4723
4707
  def Values(self):
4724
4708
  """时间对应的值
4725
- 注意:此字段可能返回 null,表示取不到有效值。
4726
4709
  :rtype: list of float
4727
4710
  """
4728
4711
  return self._Values
@@ -4753,16 +4736,12 @@ class LocalNetInfo(AbstractModel):
4753
4736
  def __init__(self):
4754
4737
  r"""
4755
4738
  :param _Protocol: 协议
4756
- 注意:此字段可能返回 null,表示取不到有效值。
4757
4739
  :type Protocol: str
4758
4740
  :param _VpcId: 网络id
4759
- 注意:此字段可能返回 null,表示取不到有效值。
4760
4741
  :type VpcId: str
4761
4742
  :param _BGPRoute: 路由信息
4762
- 注意:此字段可能返回 null,表示取不到有效值。
4763
4743
  :type BGPRoute: str
4764
4744
  :param _LocalIp: 本地IP
4765
- 注意:此字段可能返回 null,表示取不到有效值。
4766
4745
  :type LocalIp: str
4767
4746
  """
4768
4747
  self._Protocol = None
@@ -4773,7 +4752,6 @@ class LocalNetInfo(AbstractModel):
4773
4752
  @property
4774
4753
  def Protocol(self):
4775
4754
  """协议
4776
- 注意:此字段可能返回 null,表示取不到有效值。
4777
4755
  :rtype: str
4778
4756
  """
4779
4757
  return self._Protocol
@@ -4785,7 +4763,6 @@ class LocalNetInfo(AbstractModel):
4785
4763
  @property
4786
4764
  def VpcId(self):
4787
4765
  """网络id
4788
- 注意:此字段可能返回 null,表示取不到有效值。
4789
4766
  :rtype: str
4790
4767
  """
4791
4768
  return self._VpcId
@@ -4797,7 +4774,6 @@ class LocalNetInfo(AbstractModel):
4797
4774
  @property
4798
4775
  def BGPRoute(self):
4799
4776
  """路由信息
4800
- 注意:此字段可能返回 null,表示取不到有效值。
4801
4777
  :rtype: str
4802
4778
  """
4803
4779
  return self._BGPRoute
@@ -4809,7 +4785,6 @@ class LocalNetInfo(AbstractModel):
4809
4785
  @property
4810
4786
  def LocalIp(self):
4811
4787
  """本地IP
4812
- 注意:此字段可能返回 null,表示取不到有效值。
4813
4788
  :rtype: str
4814
4789
  """
4815
4790
  return self._LocalIp
@@ -5534,10 +5509,8 @@ class OutBandwidth(AbstractModel):
5534
5509
  def __init__(self):
5535
5510
  r"""
5536
5511
  :param _Timestamps: 时间戳
5537
- 注意:此字段可能返回 null,表示取不到有效值。
5538
5512
  :type Timestamps: list of float
5539
5513
  :param _Values: 对应时间的值
5540
- 注意:此字段可能返回 null,表示取不到有效值。
5541
5514
  :type Values: list of float
5542
5515
  """
5543
5516
  self._Timestamps = None
@@ -5546,7 +5519,6 @@ class OutBandwidth(AbstractModel):
5546
5519
  @property
5547
5520
  def Timestamps(self):
5548
5521
  """时间戳
5549
- 注意:此字段可能返回 null,表示取不到有效值。
5550
5522
  :rtype: list of float
5551
5523
  """
5552
5524
  return self._Timestamps
@@ -5558,7 +5530,6 @@ class OutBandwidth(AbstractModel):
5558
5530
  @property
5559
5531
  def Values(self):
5560
5532
  """对应时间的值
5561
- 注意:此字段可能返回 null,表示取不到有效值。
5562
5533
  :rtype: list of float
5563
5534
  """
5564
5535
  return self._Values
@@ -5645,40 +5616,28 @@ class SetInfo(AbstractModel):
5645
5616
  def __init__(self):
5646
5617
  r"""
5647
5618
  :param _SetId: 云硬盘仓库id
5648
- 注意:此字段可能返回 null,表示取不到有效值。
5649
5619
  :type SetId: str
5650
5620
  :param _SetName: 云硬盘仓库名称
5651
- 注意:此字段可能返回 null,表示取不到有效值。
5652
5621
  :type SetName: str
5653
5622
  :param _SetType: 云硬盘仓库类型
5654
- 注意:此字段可能返回 null,表示取不到有效值。
5655
5623
  :type SetType: str
5656
5624
  :param _SetSize: 云硬盘仓库容量
5657
- 注意:此字段可能返回 null,表示取不到有效值。
5658
5625
  :type SetSize: float
5659
5626
  :param _SetStatus: 云硬盘仓库状态
5660
- 注意:此字段可能返回 null,表示取不到有效值。
5661
5627
  :type SetStatus: str
5662
5628
  :param _CreateTime: 云硬盘仓库创建时间
5663
- 注意:此字段可能返回 null,表示取不到有效值。
5664
5629
  :type CreateTime: str
5665
5630
  :param _ReadTraffic: 读流量
5666
- 注意:此字段可能返回 null,表示取不到有效值。
5667
5631
  :type ReadTraffic: :class:`tencentcloud.cdc.v20201214.models.DetailData`
5668
5632
  :param _WriteTraffic: 写流量
5669
- 注意:此字段可能返回 null,表示取不到有效值。
5670
5633
  :type WriteTraffic: :class:`tencentcloud.cdc.v20201214.models.DetailData`
5671
5634
  :param _ReadIO: 读IO
5672
- 注意:此字段可能返回 null,表示取不到有效值。
5673
5635
  :type ReadIO: :class:`tencentcloud.cdc.v20201214.models.DetailData`
5674
5636
  :param _WriteIO: 写IO
5675
- 注意:此字段可能返回 null,表示取不到有效值。
5676
5637
  :type WriteIO: :class:`tencentcloud.cdc.v20201214.models.DetailData`
5677
5638
  :param _Await: 平均等待时间
5678
- 注意:此字段可能返回 null,表示取不到有效值。
5679
5639
  :type Await: :class:`tencentcloud.cdc.v20201214.models.DetailData`
5680
5640
  :param _Util: 利用率
5681
- 注意:此字段可能返回 null,表示取不到有效值。
5682
5641
  :type Util: :class:`tencentcloud.cdc.v20201214.models.DetailData`
5683
5642
  """
5684
5643
  self._SetId = None
@@ -5697,7 +5656,6 @@ class SetInfo(AbstractModel):
5697
5656
  @property
5698
5657
  def SetId(self):
5699
5658
  """云硬盘仓库id
5700
- 注意:此字段可能返回 null,表示取不到有效值。
5701
5659
  :rtype: str
5702
5660
  """
5703
5661
  return self._SetId
@@ -5709,7 +5667,6 @@ class SetInfo(AbstractModel):
5709
5667
  @property
5710
5668
  def SetName(self):
5711
5669
  """云硬盘仓库名称
5712
- 注意:此字段可能返回 null,表示取不到有效值。
5713
5670
  :rtype: str
5714
5671
  """
5715
5672
  return self._SetName
@@ -5721,7 +5678,6 @@ class SetInfo(AbstractModel):
5721
5678
  @property
5722
5679
  def SetType(self):
5723
5680
  """云硬盘仓库类型
5724
- 注意:此字段可能返回 null,表示取不到有效值。
5725
5681
  :rtype: str
5726
5682
  """
5727
5683
  return self._SetType
@@ -5733,7 +5689,6 @@ class SetInfo(AbstractModel):
5733
5689
  @property
5734
5690
  def SetSize(self):
5735
5691
  """云硬盘仓库容量
5736
- 注意:此字段可能返回 null,表示取不到有效值。
5737
5692
  :rtype: float
5738
5693
  """
5739
5694
  return self._SetSize
@@ -5745,7 +5700,6 @@ class SetInfo(AbstractModel):
5745
5700
  @property
5746
5701
  def SetStatus(self):
5747
5702
  """云硬盘仓库状态
5748
- 注意:此字段可能返回 null,表示取不到有效值。
5749
5703
  :rtype: str
5750
5704
  """
5751
5705
  return self._SetStatus
@@ -5757,7 +5711,6 @@ class SetInfo(AbstractModel):
5757
5711
  @property
5758
5712
  def CreateTime(self):
5759
5713
  """云硬盘仓库创建时间
5760
- 注意:此字段可能返回 null,表示取不到有效值。
5761
5714
  :rtype: str
5762
5715
  """
5763
5716
  return self._CreateTime
@@ -5769,7 +5722,6 @@ class SetInfo(AbstractModel):
5769
5722
  @property
5770
5723
  def ReadTraffic(self):
5771
5724
  """读流量
5772
- 注意:此字段可能返回 null,表示取不到有效值。
5773
5725
  :rtype: :class:`tencentcloud.cdc.v20201214.models.DetailData`
5774
5726
  """
5775
5727
  return self._ReadTraffic
@@ -5781,7 +5733,6 @@ class SetInfo(AbstractModel):
5781
5733
  @property
5782
5734
  def WriteTraffic(self):
5783
5735
  """写流量
5784
- 注意:此字段可能返回 null,表示取不到有效值。
5785
5736
  :rtype: :class:`tencentcloud.cdc.v20201214.models.DetailData`
5786
5737
  """
5787
5738
  return self._WriteTraffic
@@ -5793,7 +5744,6 @@ class SetInfo(AbstractModel):
5793
5744
  @property
5794
5745
  def ReadIO(self):
5795
5746
  """读IO
5796
- 注意:此字段可能返回 null,表示取不到有效值。
5797
5747
  :rtype: :class:`tencentcloud.cdc.v20201214.models.DetailData`
5798
5748
  """
5799
5749
  return self._ReadIO
@@ -5805,7 +5755,6 @@ class SetInfo(AbstractModel):
5805
5755
  @property
5806
5756
  def WriteIO(self):
5807
5757
  """写IO
5808
- 注意:此字段可能返回 null,表示取不到有效值。
5809
5758
  :rtype: :class:`tencentcloud.cdc.v20201214.models.DetailData`
5810
5759
  """
5811
5760
  return self._WriteIO
@@ -5817,7 +5766,6 @@ class SetInfo(AbstractModel):
5817
5766
  @property
5818
5767
  def Await(self):
5819
5768
  """平均等待时间
5820
- 注意:此字段可能返回 null,表示取不到有效值。
5821
5769
  :rtype: :class:`tencentcloud.cdc.v20201214.models.DetailData`
5822
5770
  """
5823
5771
  return self._Await
@@ -5829,7 +5777,6 @@ class SetInfo(AbstractModel):
5829
5777
  @property
5830
5778
  def Util(self):
5831
5779
  """利用率
5832
- 注意:此字段可能返回 null,表示取不到有效值。
5833
5780
  :rtype: :class:`tencentcloud.cdc.v20201214.models.DetailData`
5834
5781
  """
5835
5782
  return self._Util
@@ -5886,7 +5833,6 @@ class Site(AbstractModel):
5886
5833
  :param _SiteId: 站点id
5887
5834
  :type SiteId: str
5888
5835
  :param _Description: 站点描述
5889
- 注意:此字段可能返回 null,表示取不到有效值。
5890
5836
  :type Description: str
5891
5837
  :param _CreateTime: 站点创建时间
5892
5838
  :type CreateTime: str
@@ -5921,7 +5867,6 @@ class Site(AbstractModel):
5921
5867
  @property
5922
5868
  def Description(self):
5923
5869
  """站点描述
5924
- 注意:此字段可能返回 null,表示取不到有效值。
5925
5870
  :rtype: str
5926
5871
  """
5927
5872
  return self._Description
@@ -6362,7 +6307,6 @@ class VpngwBandwidthData(AbstractModel):
6362
6307
  def __init__(self):
6363
6308
  r"""
6364
6309
  :param _OutBandwidth: 出带宽流量
6365
- 注意:此字段可能返回 null,表示取不到有效值。
6366
6310
  :type OutBandwidth: :class:`tencentcloud.cdc.v20201214.models.OutBandwidth`
6367
6311
  :param _InBandwidth: 入带宽流量
6368
6312
  :type InBandwidth: :class:`tencentcloud.cdc.v20201214.models.InBandwidth`
@@ -6373,7 +6317,6 @@ class VpngwBandwidthData(AbstractModel):
6373
6317
  @property
6374
6318
  def OutBandwidth(self):
6375
6319
  """出带宽流量
6376
- 注意:此字段可能返回 null,表示取不到有效值。
6377
6320
  :rtype: :class:`tencentcloud.cdc.v20201214.models.OutBandwidth`
6378
6321
  """
6379
6322
  return self._OutBandwidth