tencentcloud-sdk-python 3.0.1338__py2.py3-none-any.whl → 3.0.1339__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 (44) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/autoscaling/v20180419/models.py +64 -112
  3. tencentcloud/bh/v20230418/bh_client.py +23 -0
  4. tencentcloud/bh/v20230418/models.py +342 -0
  5. tencentcloud/cdwch/v20200915/models.py +15 -0
  6. tencentcloud/cfg/v20210820/models.py +30 -6
  7. tencentcloud/cmq/v20190304/models.py +0 -90
  8. tencentcloud/cvm/v20170312/errorcodes.py +3 -0
  9. tencentcloud/cynosdb/v20190107/models.py +2 -358
  10. tencentcloud/domain/v20180808/models.py +0 -124
  11. tencentcloud/dsgc/v20190723/models.py +8 -0
  12. tencentcloud/dts/v20180330/models.py +0 -2
  13. tencentcloud/dts/v20211206/models.py +0 -328
  14. tencentcloud/emr/v20190103/emr_client.py +23 -0
  15. tencentcloud/emr/v20190103/models.py +431 -0
  16. tencentcloud/es/v20180416/models.py +17 -0
  17. tencentcloud/fmu/v20191213/errorcodes.py +0 -21
  18. tencentcloud/fmu/v20191213/fmu_client.py +0 -75
  19. tencentcloud/fmu/v20191213/models.py +0 -527
  20. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +0 -50
  21. tencentcloud/iotexplorer/v20190423/models.py +0 -491
  22. tencentcloud/iss/v20230517/models.py +15 -534
  23. tencentcloud/kms/v20190118/models.py +30 -0
  24. tencentcloud/lcic/v20220817/lcic_client.py +46 -0
  25. tencentcloud/lcic/v20220817/models.py +188 -0
  26. tencentcloud/mongodb/v20190725/models.py +109 -0
  27. tencentcloud/mongodb/v20190725/mongodb_client.py +23 -0
  28. tencentcloud/rum/v20210622/models.py +0 -2
  29. tencentcloud/svp/v20240125/errorcodes.py +3 -0
  30. tencentcloud/svp/v20240125/models.py +506 -0
  31. tencentcloud/svp/v20240125/svp_client.py +23 -0
  32. tencentcloud/trtc/v20190722/models.py +39 -8
  33. tencentcloud/tsf/v20180326/errorcodes.py +6 -0
  34. tencentcloud/tsf/v20180326/models.py +85 -14
  35. tencentcloud/tsf/v20180326/tsf_client.py +23 -0
  36. tencentcloud/vpc/v20170312/models.py +100 -0
  37. tencentcloud/vpc/v20170312/vpc_client.py +23 -0
  38. tencentcloud/wedata/v20210820/models.py +654 -0
  39. tencentcloud/wedata/v20210820/wedata_client.py +23 -0
  40. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1339.dist-info}/METADATA +1 -1
  41. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1339.dist-info}/RECORD +44 -44
  42. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1339.dist-info}/LICENSE +0 -0
  43. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1339.dist-info}/WHEEL +0 -0
  44. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1339.dist-info}/top_level.txt +0 -0
@@ -758,59 +758,41 @@ class AddDeviceData(AbstractModel):
758
758
  def __init__(self):
759
759
  r"""
760
760
  :param _DeviceId: 设备iD
761
- 注意:此字段可能返回 null,表示取不到有效值。
762
761
  :type DeviceId: str
763
762
  :param _Code: 设备编码(国标设备即我们为设备生成的20位国标编码,rtmp 设备为10 位设备编码)
764
- 注意:此字段可能返回 null,表示取不到有效值。
765
763
  :type Code: str
766
764
  :param _Name: 设备名称
767
- 注意:此字段可能返回 null,表示取不到有效值。
768
765
  :type Name: str
769
766
  :param _AccessProtocol: 设备接入协议,1:RTMP,2:GB,3:GW
770
- 注意:此字段可能返回 null,表示取不到有效值。
771
767
  :type AccessProtocol: int
772
768
  :param _Type: 设备类型,1:IPC,2:NVR
773
- 注意:此字段可能返回 null,表示取不到有效值。
774
769
  :type Type: int
775
770
  :param _ClusterId: 设备接入服务节点ID
776
- 注意:此字段可能返回 null,表示取不到有效值。
777
771
  :type ClusterId: str
778
772
  :param _ClusterName: 设备接入服务节点名称
779
773
 
780
- 注意:此字段可能返回 null,表示取不到有效值。
781
774
  :type ClusterName: str
782
775
  :param _TransportProtocol: 设备流传输协议,1:UDP,2:TCP
783
- 注意:此字段可能返回 null,表示取不到有效值。
784
776
  :type TransportProtocol: int
785
777
  :param _Password: 设备密码
786
- 注意:此字段可能返回 null,表示取不到有效值。
787
778
  :type Password: str
788
779
  :param _Description: 设备描述
789
- 注意:此字段可能返回 null,表示取不到有效值。
790
780
  :type Description: str
791
781
  :param _Status: 设备状态,0:未注册,1:在线,2:离线,3:禁用
792
- 注意:此字段可能返回 null,表示取不到有效值。
793
782
  :type Status: int
794
783
  :param _OrganizationId: 设备所属组织ID
795
- 注意:此字段可能返回 null,表示取不到有效值。
796
784
  :type OrganizationId: int
797
785
  :param _GatewayId: 设备接入网关ID,从查询网关列表接口中获取(仅网关接入需要)
798
- 注意:此字段可能返回 null,表示取不到有效值。
799
786
  :type GatewayId: str
800
787
  :param _ProtocolType: 网关接入协议类型,1.海康SDK,2.大华SDK,3.宇视SDK,4.Onvif(仅网关接入需要)
801
- 注意:此字段可能返回 null,表示取不到有效值。
802
788
  :type ProtocolType: int
803
789
  :param _Ip: 设备接入IP(仅网关接入需要)
804
- 注意:此字段可能返回 null,表示取不到有效值。
805
790
  :type Ip: str
806
791
  :param _Port: 设备Port(仅网关接入需要)
807
- 注意:此字段可能返回 null,表示取不到有效值。
808
792
  :type Port: int
809
793
  :param _Username: 设备用户名(仅网关接入需要)
810
- 注意:此字段可能返回 null,表示取不到有效值。
811
794
  :type Username: str
812
795
  :param _AppId: 用户ID
813
- 注意:此字段可能返回 null,表示取不到有效值。
814
796
  :type AppId: int
815
797
  """
816
798
  self._DeviceId = None
@@ -835,7 +817,6 @@ class AddDeviceData(AbstractModel):
835
817
  @property
836
818
  def DeviceId(self):
837
819
  """设备iD
838
- 注意:此字段可能返回 null,表示取不到有效值。
839
820
  :rtype: str
840
821
  """
841
822
  return self._DeviceId
@@ -847,7 +828,6 @@ class AddDeviceData(AbstractModel):
847
828
  @property
848
829
  def Code(self):
849
830
  """设备编码(国标设备即我们为设备生成的20位国标编码,rtmp 设备为10 位设备编码)
850
- 注意:此字段可能返回 null,表示取不到有效值。
851
831
  :rtype: str
852
832
  """
853
833
  return self._Code
@@ -859,7 +839,6 @@ class AddDeviceData(AbstractModel):
859
839
  @property
860
840
  def Name(self):
861
841
  """设备名称
862
- 注意:此字段可能返回 null,表示取不到有效值。
863
842
  :rtype: str
864
843
  """
865
844
  return self._Name
@@ -871,7 +850,6 @@ class AddDeviceData(AbstractModel):
871
850
  @property
872
851
  def AccessProtocol(self):
873
852
  """设备接入协议,1:RTMP,2:GB,3:GW
874
- 注意:此字段可能返回 null,表示取不到有效值。
875
853
  :rtype: int
876
854
  """
877
855
  return self._AccessProtocol
@@ -883,7 +861,6 @@ class AddDeviceData(AbstractModel):
883
861
  @property
884
862
  def Type(self):
885
863
  """设备类型,1:IPC,2:NVR
886
- 注意:此字段可能返回 null,表示取不到有效值。
887
864
  :rtype: int
888
865
  """
889
866
  return self._Type
@@ -895,7 +872,6 @@ class AddDeviceData(AbstractModel):
895
872
  @property
896
873
  def ClusterId(self):
897
874
  """设备接入服务节点ID
898
- 注意:此字段可能返回 null,表示取不到有效值。
899
875
  :rtype: str
900
876
  """
901
877
  return self._ClusterId
@@ -908,7 +884,6 @@ class AddDeviceData(AbstractModel):
908
884
  def ClusterName(self):
909
885
  """设备接入服务节点名称
910
886
 
911
- 注意:此字段可能返回 null,表示取不到有效值。
912
887
  :rtype: str
913
888
  """
914
889
  return self._ClusterName
@@ -920,7 +895,6 @@ class AddDeviceData(AbstractModel):
920
895
  @property
921
896
  def TransportProtocol(self):
922
897
  """设备流传输协议,1:UDP,2:TCP
923
- 注意:此字段可能返回 null,表示取不到有效值。
924
898
  :rtype: int
925
899
  """
926
900
  return self._TransportProtocol
@@ -932,7 +906,6 @@ class AddDeviceData(AbstractModel):
932
906
  @property
933
907
  def Password(self):
934
908
  """设备密码
935
- 注意:此字段可能返回 null,表示取不到有效值。
936
909
  :rtype: str
937
910
  """
938
911
  return self._Password
@@ -944,7 +917,6 @@ class AddDeviceData(AbstractModel):
944
917
  @property
945
918
  def Description(self):
946
919
  """设备描述
947
- 注意:此字段可能返回 null,表示取不到有效值。
948
920
  :rtype: str
949
921
  """
950
922
  return self._Description
@@ -956,7 +928,6 @@ class AddDeviceData(AbstractModel):
956
928
  @property
957
929
  def Status(self):
958
930
  """设备状态,0:未注册,1:在线,2:离线,3:禁用
959
- 注意:此字段可能返回 null,表示取不到有效值。
960
931
  :rtype: int
961
932
  """
962
933
  return self._Status
@@ -968,7 +939,6 @@ class AddDeviceData(AbstractModel):
968
939
  @property
969
940
  def OrganizationId(self):
970
941
  """设备所属组织ID
971
- 注意:此字段可能返回 null,表示取不到有效值。
972
942
  :rtype: int
973
943
  """
974
944
  return self._OrganizationId
@@ -980,7 +950,6 @@ class AddDeviceData(AbstractModel):
980
950
  @property
981
951
  def GatewayId(self):
982
952
  """设备接入网关ID,从查询网关列表接口中获取(仅网关接入需要)
983
- 注意:此字段可能返回 null,表示取不到有效值。
984
953
  :rtype: str
985
954
  """
986
955
  return self._GatewayId
@@ -992,7 +961,6 @@ class AddDeviceData(AbstractModel):
992
961
  @property
993
962
  def ProtocolType(self):
994
963
  """网关接入协议类型,1.海康SDK,2.大华SDK,3.宇视SDK,4.Onvif(仅网关接入需要)
995
- 注意:此字段可能返回 null,表示取不到有效值。
996
964
  :rtype: int
997
965
  """
998
966
  return self._ProtocolType
@@ -1004,7 +972,6 @@ class AddDeviceData(AbstractModel):
1004
972
  @property
1005
973
  def Ip(self):
1006
974
  """设备接入IP(仅网关接入需要)
1007
- 注意:此字段可能返回 null,表示取不到有效值。
1008
975
  :rtype: str
1009
976
  """
1010
977
  return self._Ip
@@ -1016,7 +983,6 @@ class AddDeviceData(AbstractModel):
1016
983
  @property
1017
984
  def Port(self):
1018
985
  """设备Port(仅网关接入需要)
1019
- 注意:此字段可能返回 null,表示取不到有效值。
1020
986
  :rtype: int
1021
987
  """
1022
988
  return self._Port
@@ -1028,7 +994,6 @@ class AddDeviceData(AbstractModel):
1028
994
  @property
1029
995
  def Username(self):
1030
996
  """设备用户名(仅网关接入需要)
1031
- 注意:此字段可能返回 null,表示取不到有效值。
1032
997
  :rtype: str
1033
998
  """
1034
999
  return self._Username
@@ -1040,7 +1005,6 @@ class AddDeviceData(AbstractModel):
1040
1005
  @property
1041
1006
  def AppId(self):
1042
1007
  """用户ID
1043
- 注意:此字段可能返回 null,表示取不到有效值。
1044
1008
  :rtype: int
1045
1009
  """
1046
1010
  return self._AppId
@@ -1087,28 +1051,20 @@ class AddOrgData(AbstractModel):
1087
1051
  def __init__(self):
1088
1052
  r"""
1089
1053
  :param _OrganizationId: 组织 ID
1090
- 注意:此字段可能返回 null,表示取不到有效值。
1091
1054
  :type OrganizationId: str
1092
1055
  :param _Name: 组织名称
1093
- 注意:此字段可能返回 null,表示取不到有效值。
1094
1056
  :type Name: str
1095
1057
  :param _ParentId: 组织父节点 ID
1096
- 注意:此字段可能返回 null,表示取不到有效值。
1097
1058
  :type ParentId: str
1098
1059
  :param _Level: 组织层级
1099
- 注意:此字段可能返回 null,表示取不到有效值。
1100
1060
  :type Level: int
1101
1061
  :param _AppId: 用户ID
1102
- 注意:此字段可能返回 null,表示取不到有效值。
1103
1062
  :type AppId: int
1104
1063
  :param _ParentIds: 组织结构
1105
- 注意:此字段可能返回 null,表示取不到有效值。
1106
1064
  :type ParentIds: str
1107
1065
  :param _Total: 设备总数
1108
- 注意:此字段可能返回 null,表示取不到有效值。
1109
1066
  :type Total: int
1110
1067
  :param _Online: 设备在线数量
1111
- 注意:此字段可能返回 null,表示取不到有效值。
1112
1068
  :type Online: int
1113
1069
  """
1114
1070
  self._OrganizationId = None
@@ -1123,7 +1079,6 @@ class AddOrgData(AbstractModel):
1123
1079
  @property
1124
1080
  def OrganizationId(self):
1125
1081
  """组织 ID
1126
- 注意:此字段可能返回 null,表示取不到有效值。
1127
1082
  :rtype: str
1128
1083
  """
1129
1084
  return self._OrganizationId
@@ -1135,7 +1090,6 @@ class AddOrgData(AbstractModel):
1135
1090
  @property
1136
1091
  def Name(self):
1137
1092
  """组织名称
1138
- 注意:此字段可能返回 null,表示取不到有效值。
1139
1093
  :rtype: str
1140
1094
  """
1141
1095
  return self._Name
@@ -1147,7 +1101,6 @@ class AddOrgData(AbstractModel):
1147
1101
  @property
1148
1102
  def ParentId(self):
1149
1103
  """组织父节点 ID
1150
- 注意:此字段可能返回 null,表示取不到有效值。
1151
1104
  :rtype: str
1152
1105
  """
1153
1106
  return self._ParentId
@@ -1159,7 +1112,6 @@ class AddOrgData(AbstractModel):
1159
1112
  @property
1160
1113
  def Level(self):
1161
1114
  """组织层级
1162
- 注意:此字段可能返回 null,表示取不到有效值。
1163
1115
  :rtype: int
1164
1116
  """
1165
1117
  return self._Level
@@ -1171,7 +1123,6 @@ class AddOrgData(AbstractModel):
1171
1123
  @property
1172
1124
  def AppId(self):
1173
1125
  """用户ID
1174
- 注意:此字段可能返回 null,表示取不到有效值。
1175
1126
  :rtype: int
1176
1127
  """
1177
1128
  return self._AppId
@@ -1183,7 +1134,6 @@ class AddOrgData(AbstractModel):
1183
1134
  @property
1184
1135
  def ParentIds(self):
1185
1136
  """组织结构
1186
- 注意:此字段可能返回 null,表示取不到有效值。
1187
1137
  :rtype: str
1188
1138
  """
1189
1139
  return self._ParentIds
@@ -1195,7 +1145,6 @@ class AddOrgData(AbstractModel):
1195
1145
  @property
1196
1146
  def Total(self):
1197
1147
  """设备总数
1198
- 注意:此字段可能返回 null,表示取不到有效值。
1199
1148
  :rtype: int
1200
1149
  """
1201
1150
  return self._Total
@@ -1207,7 +1156,6 @@ class AddOrgData(AbstractModel):
1207
1156
  @property
1208
1157
  def Online(self):
1209
1158
  """设备在线数量
1210
- 注意:此字段可能返回 null,表示取不到有效值。
1211
1159
  :rtype: int
1212
1160
  """
1213
1161
  return self._Online
@@ -1661,25 +1609,18 @@ class AddRecordBackupTemplateData(AbstractModel):
1661
1609
  def __init__(self):
1662
1610
  r"""
1663
1611
  :param _TemplateId: 模板ID
1664
- 注意:此字段可能返回 null,表示取不到有效值。
1665
1612
  :type TemplateId: str
1666
1613
  :param _TemplateName: 模板名称
1667
- 注意:此字段可能返回 null,表示取不到有效值。
1668
1614
  :type TemplateName: str
1669
1615
  :param _TimeSections: 上云时间段(按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟)
1670
- 注意:此字段可能返回 null,表示取不到有效值。
1671
1616
  :type TimeSections: list of RecordTemplateTimeSections
1672
1617
  :param _DevTimeSections: 录像时间段(按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟)
1673
- 注意:此字段可能返回 null,表示取不到有效值。
1674
1618
  :type DevTimeSections: list of RecordTemplateTimeSections
1675
1619
  :param _Scale: 上云倍速(支持1,2,4倍速)
1676
- 注意:此字段可能返回 null,表示取不到有效值。
1677
1620
  :type Scale: int
1678
1621
  :param _CreateAt: 创建时间
1679
- 注意:此字段可能返回 null,表示取不到有效值。
1680
1622
  :type CreateAt: str
1681
1623
  :param _UpdateAt: 更新时间
1682
- 注意:此字段可能返回 null,表示取不到有效值。
1683
1624
  :type UpdateAt: str
1684
1625
  """
1685
1626
  self._TemplateId = None
@@ -1693,7 +1634,6 @@ class AddRecordBackupTemplateData(AbstractModel):
1693
1634
  @property
1694
1635
  def TemplateId(self):
1695
1636
  """模板ID
1696
- 注意:此字段可能返回 null,表示取不到有效值。
1697
1637
  :rtype: str
1698
1638
  """
1699
1639
  return self._TemplateId
@@ -1705,7 +1645,6 @@ class AddRecordBackupTemplateData(AbstractModel):
1705
1645
  @property
1706
1646
  def TemplateName(self):
1707
1647
  """模板名称
1708
- 注意:此字段可能返回 null,表示取不到有效值。
1709
1648
  :rtype: str
1710
1649
  """
1711
1650
  return self._TemplateName
@@ -1717,7 +1656,6 @@ class AddRecordBackupTemplateData(AbstractModel):
1717
1656
  @property
1718
1657
  def TimeSections(self):
1719
1658
  """上云时间段(按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟)
1720
- 注意:此字段可能返回 null,表示取不到有效值。
1721
1659
  :rtype: list of RecordTemplateTimeSections
1722
1660
  """
1723
1661
  return self._TimeSections
@@ -1729,7 +1667,6 @@ class AddRecordBackupTemplateData(AbstractModel):
1729
1667
  @property
1730
1668
  def DevTimeSections(self):
1731
1669
  """录像时间段(按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟)
1732
- 注意:此字段可能返回 null,表示取不到有效值。
1733
1670
  :rtype: list of RecordTemplateTimeSections
1734
1671
  """
1735
1672
  return self._DevTimeSections
@@ -1741,7 +1678,6 @@ class AddRecordBackupTemplateData(AbstractModel):
1741
1678
  @property
1742
1679
  def Scale(self):
1743
1680
  """上云倍速(支持1,2,4倍速)
1744
- 注意:此字段可能返回 null,表示取不到有效值。
1745
1681
  :rtype: int
1746
1682
  """
1747
1683
  return self._Scale
@@ -1753,7 +1689,6 @@ class AddRecordBackupTemplateData(AbstractModel):
1753
1689
  @property
1754
1690
  def CreateAt(self):
1755
1691
  """创建时间
1756
- 注意:此字段可能返回 null,表示取不到有效值。
1757
1692
  :rtype: str
1758
1693
  """
1759
1694
  return self._CreateAt
@@ -1765,7 +1700,6 @@ class AddRecordBackupTemplateData(AbstractModel):
1765
1700
  @property
1766
1701
  def UpdateAt(self):
1767
1702
  """更新时间
1768
- 注意:此字段可能返回 null,表示取不到有效值。
1769
1703
  :rtype: str
1770
1704
  """
1771
1705
  return self._UpdateAt
@@ -2156,7 +2090,6 @@ class AddRecordRetrieveTaskData(AbstractModel):
2156
2090
  :param _Capacity: 取回容量,单位MB
2157
2091
  :type Capacity: float
2158
2092
  :param _Describe: 任务描述
2159
- 注意:此字段可能返回 null,表示取不到有效值。
2160
2093
  :type Describe: str
2161
2094
  """
2162
2095
  self._TaskId = None
@@ -2260,7 +2193,6 @@ class AddRecordRetrieveTaskData(AbstractModel):
2260
2193
  @property
2261
2194
  def Describe(self):
2262
2195
  """任务描述
2263
- 注意:此字段可能返回 null,表示取不到有效值。
2264
2196
  :rtype: str
2265
2197
  """
2266
2198
  return self._Describe
@@ -2575,28 +2507,20 @@ class AddStreamAuthData(AbstractModel):
2575
2507
  def __init__(self):
2576
2508
  r"""
2577
2509
  :param _Id: 鉴权配置ID(uuid)
2578
- 注意:此字段可能返回 null,表示取不到有效值。
2579
2510
  :type Id: str
2580
2511
  :param _PullState: 是否开播放鉴权(1:开启,0:关闭)
2581
- 注意:此字段可能返回 null,表示取不到有效值。
2582
2512
  :type PullState: int
2583
2513
  :param _PullSecret: 播放密钥(仅支持字母数字,长度0-10位)
2584
- 注意:此字段可能返回 null,表示取不到有效值。
2585
2514
  :type PullSecret: str
2586
2515
  :param _PullExpired: 播放过期时间(单位:分钟)
2587
- 注意:此字段可能返回 null,表示取不到有效值。
2588
2516
  :type PullExpired: int
2589
2517
  :param _PushState: 是否开启推流鉴权(1:开启,0:关闭)
2590
- 注意:此字段可能返回 null,表示取不到有效值。
2591
2518
  :type PushState: int
2592
2519
  :param _PushSecret: 推流密钥(仅支持字母数字,长度0-10位)
2593
- 注意:此字段可能返回 null,表示取不到有效值。
2594
2520
  :type PushSecret: str
2595
2521
  :param _PushExpired: 推流过期时间(单位:分钟)
2596
- 注意:此字段可能返回 null,表示取不到有效值。
2597
2522
  :type PushExpired: int
2598
2523
  :param _AppId: 用户ID
2599
- 注意:此字段可能返回 null,表示取不到有效值。
2600
2524
  :type AppId: int
2601
2525
  """
2602
2526
  self._Id = None
@@ -2611,7 +2535,6 @@ class AddStreamAuthData(AbstractModel):
2611
2535
  @property
2612
2536
  def Id(self):
2613
2537
  """鉴权配置ID(uuid)
2614
- 注意:此字段可能返回 null,表示取不到有效值。
2615
2538
  :rtype: str
2616
2539
  """
2617
2540
  return self._Id
@@ -2623,7 +2546,6 @@ class AddStreamAuthData(AbstractModel):
2623
2546
  @property
2624
2547
  def PullState(self):
2625
2548
  """是否开播放鉴权(1:开启,0:关闭)
2626
- 注意:此字段可能返回 null,表示取不到有效值。
2627
2549
  :rtype: int
2628
2550
  """
2629
2551
  return self._PullState
@@ -2635,7 +2557,6 @@ class AddStreamAuthData(AbstractModel):
2635
2557
  @property
2636
2558
  def PullSecret(self):
2637
2559
  """播放密钥(仅支持字母数字,长度0-10位)
2638
- 注意:此字段可能返回 null,表示取不到有效值。
2639
2560
  :rtype: str
2640
2561
  """
2641
2562
  return self._PullSecret
@@ -2647,7 +2568,6 @@ class AddStreamAuthData(AbstractModel):
2647
2568
  @property
2648
2569
  def PullExpired(self):
2649
2570
  """播放过期时间(单位:分钟)
2650
- 注意:此字段可能返回 null,表示取不到有效值。
2651
2571
  :rtype: int
2652
2572
  """
2653
2573
  return self._PullExpired
@@ -2659,7 +2579,6 @@ class AddStreamAuthData(AbstractModel):
2659
2579
  @property
2660
2580
  def PushState(self):
2661
2581
  """是否开启推流鉴权(1:开启,0:关闭)
2662
- 注意:此字段可能返回 null,表示取不到有效值。
2663
2582
  :rtype: int
2664
2583
  """
2665
2584
  return self._PushState
@@ -2671,7 +2590,6 @@ class AddStreamAuthData(AbstractModel):
2671
2590
  @property
2672
2591
  def PushSecret(self):
2673
2592
  """推流密钥(仅支持字母数字,长度0-10位)
2674
- 注意:此字段可能返回 null,表示取不到有效值。
2675
2593
  :rtype: str
2676
2594
  """
2677
2595
  return self._PushSecret
@@ -2683,7 +2601,6 @@ class AddStreamAuthData(AbstractModel):
2683
2601
  @property
2684
2602
  def PushExpired(self):
2685
2603
  """推流过期时间(单位:分钟)
2686
- 注意:此字段可能返回 null,表示取不到有效值。
2687
2604
  :rtype: int
2688
2605
  """
2689
2606
  return self._PushExpired
@@ -2695,7 +2612,6 @@ class AddStreamAuthData(AbstractModel):
2695
2612
  @property
2696
2613
  def AppId(self):
2697
2614
  """用户ID
2698
- 注意:此字段可能返回 null,表示取不到有效值。
2699
2615
  :rtype: int
2700
2616
  """
2701
2617
  return self._AppId
@@ -3277,7 +3193,6 @@ class BatchOperateDeviceData(AbstractModel):
3277
3193
  def __init__(self):
3278
3194
  r"""
3279
3195
  :param _TaskId: 任务 ID(用于在查询任务的子任务列表接口ListSubTasks中查询任务进度)
3280
- 注意:此字段可能返回 null,表示取不到有效值。
3281
3196
  :type TaskId: str
3282
3197
  """
3283
3198
  self._TaskId = None
@@ -3285,7 +3200,6 @@ class BatchOperateDeviceData(AbstractModel):
3285
3200
  @property
3286
3201
  def TaskId(self):
3287
3202
  """任务 ID(用于在查询任务的子任务列表接口ListSubTasks中查询任务进度)
3288
- 注意:此字段可能返回 null,表示取不到有效值。
3289
3203
  :rtype: str
3290
3204
  """
3291
3205
  return self._TaskId
@@ -3411,10 +3325,8 @@ class BitRateInfo(AbstractModel):
3411
3325
  def __init__(self):
3412
3326
  r"""
3413
3327
  :param _ChannelId: 通道Id
3414
- 注意:此字段可能返回 null,表示取不到有效值。
3415
3328
  :type ChannelId: str
3416
3329
  :param _Bitrate: 码率,单位:kbps
3417
- 注意:此字段可能返回 null,表示取不到有效值。
3418
3330
  :type Bitrate: float
3419
3331
  """
3420
3332
  self._ChannelId = None
@@ -3423,7 +3335,6 @@ class BitRateInfo(AbstractModel):
3423
3335
  @property
3424
3336
  def ChannelId(self):
3425
3337
  """通道Id
3426
- 注意:此字段可能返回 null,表示取不到有效值。
3427
3338
  :rtype: str
3428
3339
  """
3429
3340
  return self._ChannelId
@@ -3435,7 +3346,6 @@ class BitRateInfo(AbstractModel):
3435
3346
  @property
3436
3347
  def Bitrate(self):
3437
3348
  """码率,单位:kbps
3438
- 注意:此字段可能返回 null,表示取不到有效值。
3439
3349
  :rtype: float
3440
3350
  """
3441
3351
  return self._Bitrate
@@ -3795,12 +3705,10 @@ class ChannelAttrInfo(AbstractModel):
3795
3705
  :param _DeviceId: 设备通道所属的设备ID
3796
3706
  :type DeviceId: str
3797
3707
  :param _DeviceName: 设备通道所属的设备名称
3798
- 注意:此字段可能返回 null,表示取不到有效值。
3799
3708
  :type DeviceName: str
3800
3709
  :param _ChannelId: 设备通道ID
3801
3710
  :type ChannelId: str
3802
3711
  :param _ChannelName: 设备通道名称
3803
- 注意:此字段可能返回 null,表示取不到有效值。
3804
3712
  :type ChannelName: str
3805
3713
  """
3806
3714
  self._DeviceId = None
@@ -3822,7 +3730,6 @@ class ChannelAttrInfo(AbstractModel):
3822
3730
  @property
3823
3731
  def DeviceName(self):
3824
3732
  """设备通道所属的设备名称
3825
- 注意:此字段可能返回 null,表示取不到有效值。
3826
3733
  :rtype: str
3827
3734
  """
3828
3735
  return self._DeviceName
@@ -3845,7 +3752,6 @@ class ChannelAttrInfo(AbstractModel):
3845
3752
  @property
3846
3753
  def ChannelName(self):
3847
3754
  """设备通道名称
3848
- 注意:此字段可能返回 null,表示取不到有效值。
3849
3755
  :rtype: str
3850
3756
  """
3851
3757
  return self._ChannelName
@@ -4271,13 +4177,10 @@ class ControlDeviceStreamData(AbstractModel):
4271
4177
  def __init__(self):
4272
4178
  r"""
4273
4179
  :param _Flv: flv 流地址
4274
- 注意:此字段可能返回 null,表示取不到有效值。
4275
4180
  :type Flv: str
4276
4181
  :param _Hls: hls 流地址
4277
- 注意:此字段可能返回 null,表示取不到有效值。
4278
4182
  :type Hls: str
4279
4183
  :param _Rtmp: rtmp 流地址
4280
- 注意:此字段可能返回 null,表示取不到有效值。
4281
4184
  :type Rtmp: str
4282
4185
  """
4283
4186
  self._Flv = None
@@ -4287,7 +4190,6 @@ class ControlDeviceStreamData(AbstractModel):
4287
4190
  @property
4288
4191
  def Flv(self):
4289
4192
  """flv 流地址
4290
- 注意:此字段可能返回 null,表示取不到有效值。
4291
4193
  :rtype: str
4292
4194
  """
4293
4195
  return self._Flv
@@ -4299,7 +4201,6 @@ class ControlDeviceStreamData(AbstractModel):
4299
4201
  @property
4300
4202
  def Hls(self):
4301
4203
  """hls 流地址
4302
- 注意:此字段可能返回 null,表示取不到有效值。
4303
4204
  :rtype: str
4304
4205
  """
4305
4206
  return self._Hls
@@ -4311,7 +4212,6 @@ class ControlDeviceStreamData(AbstractModel):
4311
4212
  @property
4312
4213
  def Rtmp(self):
4313
4214
  """rtmp 流地址
4314
- 注意:此字段可能返回 null,表示取不到有效值。
4315
4215
  :rtype: str
4316
4216
  """
4317
4217
  return self._Rtmp
@@ -5743,34 +5643,24 @@ class DescribeDeviceChannelData(AbstractModel):
5743
5643
  def __init__(self):
5744
5644
  r"""
5745
5645
  :param _DeviceId: 设备 ID
5746
- 注意:此字段可能返回 null,表示取不到有效值。
5747
5646
  :type DeviceId: str
5748
5647
  :param _ChannelId: 通道 ID
5749
- 注意:此字段可能返回 null,表示取不到有效值。
5750
5648
  :type ChannelId: str
5751
5649
  :param _ChannelCode: 通道编码
5752
- 注意:此字段可能返回 null,表示取不到有效值。
5753
5650
  :type ChannelCode: str
5754
5651
  :param _Name: 通道名称
5755
- 注意:此字段可能返回 null,表示取不到有效值。
5756
5652
  :type Name: str
5757
5653
  :param _Status: 流状态(0:未传输,1:传输中)
5758
- 注意:此字段可能返回 null,表示取不到有效值。
5759
5654
  :type Status: int
5760
5655
  :param _PTZType: 是否可控 Ptz(0:不可控,1:可控)
5761
- 注意:此字段可能返回 null,表示取不到有效值。
5762
5656
  :type PTZType: int
5763
5657
  :param _Manufacturer: 通道厂商
5764
- 注意:此字段可能返回 null,表示取不到有效值。
5765
5658
  :type Manufacturer: str
5766
5659
  :param _Resolution: 通道支持分辨率(分辨率列表由‘/’隔开,国标协议样例(6/3),自定义样例(12800960/640480))
5767
- 注意:此字段可能返回 null,表示取不到有效值。
5768
5660
  :type Resolution: str
5769
5661
  :param _State: 通道在离线状态(0:离线,1:在线)
5770
- 注意:此字段可能返回 null,表示取不到有效值。
5771
5662
  :type State: int
5772
5663
  :param _Region: 所在地域
5773
- 注意:此字段可能返回 null,表示取不到有效值。
5774
5664
  :type Region: str
5775
5665
  """
5776
5666
  self._DeviceId = None
@@ -5787,7 +5677,6 @@ class DescribeDeviceChannelData(AbstractModel):
5787
5677
  @property
5788
5678
  def DeviceId(self):
5789
5679
  """设备 ID
5790
- 注意:此字段可能返回 null,表示取不到有效值。
5791
5680
  :rtype: str
5792
5681
  """
5793
5682
  return self._DeviceId
@@ -5799,7 +5688,6 @@ class DescribeDeviceChannelData(AbstractModel):
5799
5688
  @property
5800
5689
  def ChannelId(self):
5801
5690
  """通道 ID
5802
- 注意:此字段可能返回 null,表示取不到有效值。
5803
5691
  :rtype: str
5804
5692
  """
5805
5693
  return self._ChannelId
@@ -5811,7 +5699,6 @@ class DescribeDeviceChannelData(AbstractModel):
5811
5699
  @property
5812
5700
  def ChannelCode(self):
5813
5701
  """通道编码
5814
- 注意:此字段可能返回 null,表示取不到有效值。
5815
5702
  :rtype: str
5816
5703
  """
5817
5704
  return self._ChannelCode
@@ -5823,7 +5710,6 @@ class DescribeDeviceChannelData(AbstractModel):
5823
5710
  @property
5824
5711
  def Name(self):
5825
5712
  """通道名称
5826
- 注意:此字段可能返回 null,表示取不到有效值。
5827
5713
  :rtype: str
5828
5714
  """
5829
5715
  return self._Name
@@ -5835,7 +5721,6 @@ class DescribeDeviceChannelData(AbstractModel):
5835
5721
  @property
5836
5722
  def Status(self):
5837
5723
  """流状态(0:未传输,1:传输中)
5838
- 注意:此字段可能返回 null,表示取不到有效值。
5839
5724
  :rtype: int
5840
5725
  """
5841
5726
  return self._Status
@@ -5847,7 +5732,6 @@ class DescribeDeviceChannelData(AbstractModel):
5847
5732
  @property
5848
5733
  def PTZType(self):
5849
5734
  """是否可控 Ptz(0:不可控,1:可控)
5850
- 注意:此字段可能返回 null,表示取不到有效值。
5851
5735
  :rtype: int
5852
5736
  """
5853
5737
  return self._PTZType
@@ -5859,7 +5743,6 @@ class DescribeDeviceChannelData(AbstractModel):
5859
5743
  @property
5860
5744
  def Manufacturer(self):
5861
5745
  """通道厂商
5862
- 注意:此字段可能返回 null,表示取不到有效值。
5863
5746
  :rtype: str
5864
5747
  """
5865
5748
  return self._Manufacturer
@@ -5871,7 +5754,6 @@ class DescribeDeviceChannelData(AbstractModel):
5871
5754
  @property
5872
5755
  def Resolution(self):
5873
5756
  """通道支持分辨率(分辨率列表由‘/’隔开,国标协议样例(6/3),自定义样例(12800960/640480))
5874
- 注意:此字段可能返回 null,表示取不到有效值。
5875
5757
  :rtype: str
5876
5758
  """
5877
5759
  return self._Resolution
@@ -5883,7 +5765,6 @@ class DescribeDeviceChannelData(AbstractModel):
5883
5765
  @property
5884
5766
  def State(self):
5885
5767
  """通道在离线状态(0:离线,1:在线)
5886
- 注意:此字段可能返回 null,表示取不到有效值。
5887
5768
  :rtype: int
5888
5769
  """
5889
5770
  return self._State
@@ -5895,7 +5776,6 @@ class DescribeDeviceChannelData(AbstractModel):
5895
5776
  @property
5896
5777
  def Region(self):
5897
5778
  """所在地域
5898
- 注意:此字段可能返回 null,表示取不到有效值。
5899
5779
  :rtype: str
5900
5780
  """
5901
5781
  return self._Region
@@ -6018,98 +5898,67 @@ class DescribeDeviceData(AbstractModel):
6018
5898
  def __init__(self):
6019
5899
  r"""
6020
5900
  :param _DeviceId: 设备ID
6021
- 注意:此字段可能返回 null,表示取不到有效值。
6022
5901
  :type DeviceId: str
6023
5902
  :param _Code: 设备编码(国标设备即我们为设备生成的20位国标编码,rtmp 设备为10 位设备编码)
6024
- 注意:此字段可能返回 null,表示取不到有效值。
6025
5903
  :type Code: str
6026
5904
  :param _Name: 设备名称
6027
- 注意:此字段可能返回 null,表示取不到有效值。
6028
5905
  :type Name: str
6029
5906
  :param _AccessProtocol: 设备接入协议,1:RTMP,2:GB,3:GW
6030
- 注意:此字段可能返回 null,表示取不到有效值。
6031
5907
  :type AccessProtocol: int
6032
5908
  :param _Type: 设备类型,1:IPC,2:NVR
6033
- 注意:此字段可能返回 null,表示取不到有效值。
6034
5909
  :type Type: int
6035
5910
  :param _ClusterId: 设备接入服务节点id
6036
- 注意:此字段可能返回 null,表示取不到有效值。
6037
5911
  :type ClusterId: str
6038
5912
  :param _ClusterName: 设备接入服务节点名称
6039
5913
 
6040
- 注意:此字段可能返回 null,表示取不到有效值。
6041
5914
  :type ClusterName: str
6042
5915
  :param _TransportProtocol: 设备流传输协议,1:UDP,2:TCP
6043
- 注意:此字段可能返回 null,表示取不到有效值。
6044
5916
  :type TransportProtocol: int
6045
5917
  :param _Password: 设备密码
6046
- 注意:此字段可能返回 null,表示取不到有效值。
6047
5918
  :type Password: str
6048
5919
  :param _Description: 设备描述
6049
- 注意:此字段可能返回 null,表示取不到有效值。
6050
5920
  :type Description: str
6051
5921
  :param _SipId: sip服务ID
6052
- 注意:此字段可能返回 null,表示取不到有效值。
6053
5922
  :type SipId: str
6054
5923
  :param _SipDomain: sip服务域
6055
- 注意:此字段可能返回 null,表示取不到有效值。
6056
5924
  :type SipDomain: str
6057
5925
  :param _SipIp: sip服务IP地址
6058
- 注意:此字段可能返回 null,表示取不到有效值。
6059
5926
  :type SipIp: str
6060
5927
  :param _SipPort: sip服务端口
6061
- 注意:此字段可能返回 null,表示取不到有效值。
6062
5928
  :type SipPort: int
6063
5929
  :param _PushStreamUrl: Rtmp设备推流地址(仅rtmp设备有效)
6064
- 注意:此字段可能返回 null,表示取不到有效值。
6065
5930
  :type PushStreamUrl: str
6066
5931
  :param _Status: 设备状态,0:未注册,1:在线,2:离线,3:禁用
6067
- 注意:此字段可能返回 null,表示取不到有效值。
6068
5932
  :type Status: int
6069
5933
  :param _OrganizationId: 设备所属组织ID
6070
- 注意:此字段可能返回 null,表示取不到有效值。
6071
5934
  :type OrganizationId: str
6072
5935
  :param _GatewayId: 设备接入网关ID,从查询网关列表接口中获取(仅网关接入需要)
6073
- 注意:此字段可能返回 null,表示取不到有效值。
6074
5936
  :type GatewayId: str
6075
5937
  :param _GatewayName: 设备所属网关名称
6076
- 注意:此字段可能返回 null,表示取不到有效值。
6077
5938
  :type GatewayName: str
6078
5939
  :param _ProtocolTypeName: 设备网关协议名称
6079
- 注意:此字段可能返回 null,表示取不到有效值。
6080
5940
  :type ProtocolTypeName: str
6081
5941
  :param _ProtocolType: 网关接入协议类型,1.海康SDK,2.大华SDK,3.宇视SDK,4.Onvif(仅网关接入需要)
6082
- 注意:此字段可能返回 null,表示取不到有效值。
6083
5942
  :type ProtocolType: int
6084
5943
  :param _Ip: 设备接入IP
6085
- 注意:此字段可能返回 null,表示取不到有效值。
6086
5944
  :type Ip: str
6087
5945
  :param _Port: 设备Port
6088
- 注意:此字段可能返回 null,表示取不到有效值。
6089
5946
  :type Port: int
6090
5947
  :param _Username: 设备用户名
6091
- 注意:此字段可能返回 null,表示取不到有效值。
6092
5948
  :type Username: str
6093
5949
  :param _Region: 设备地域
6094
- 注意:此字段可能返回 null,表示取不到有效值。
6095
5950
  :type Region: str
6096
5951
  :param _Manufacturer: 设备厂商
6097
- 注意:此字段可能返回 null,表示取不到有效值。
6098
5952
  :type Manufacturer: str
6099
5953
  :param _AudioSwitch: 音频关开(0:关闭;1:开启)关闭时丢弃音频
6100
- 注意:此字段可能返回 null,表示取不到有效值。
6101
5954
  :type AudioSwitch: int
6102
5955
  :param _SubscribeSwitch: 订阅开关(0:关闭;1:开启)默认开启,开启状态下会订阅设备通道变化,仅国标NVR设备有效
6103
- 注意:此字段可能返回 null,表示取不到有效值。
6104
5956
  :type SubscribeSwitch: int
6105
5957
  :param _AppName: RTMP推流地址自定义appName
6106
- 注意:此字段可能返回 null,表示取不到有效值。
6107
5958
  :type AppName: str
6108
5959
  :param _StreamName: RTMP推流地址自定义streamName
6109
- 注意:此字段可能返回 null,表示取不到有效值。
6110
5960
  :type StreamName: str
6111
5961
  :param _SilentFrameSwitch: 是否开启静音帧(0:关闭;1 开启)
6112
- 注意:此字段可能返回 null,表示取不到有效值。
6113
5962
  :type SilentFrameSwitch: int
6114
5963
  """
6115
5964
  self._DeviceId = None
@@ -6147,7 +5996,6 @@ class DescribeDeviceData(AbstractModel):
6147
5996
  @property
6148
5997
  def DeviceId(self):
6149
5998
  """设备ID
6150
- 注意:此字段可能返回 null,表示取不到有效值。
6151
5999
  :rtype: str
6152
6000
  """
6153
6001
  return self._DeviceId
@@ -6159,7 +6007,6 @@ class DescribeDeviceData(AbstractModel):
6159
6007
  @property
6160
6008
  def Code(self):
6161
6009
  """设备编码(国标设备即我们为设备生成的20位国标编码,rtmp 设备为10 位设备编码)
6162
- 注意:此字段可能返回 null,表示取不到有效值。
6163
6010
  :rtype: str
6164
6011
  """
6165
6012
  return self._Code
@@ -6171,7 +6018,6 @@ class DescribeDeviceData(AbstractModel):
6171
6018
  @property
6172
6019
  def Name(self):
6173
6020
  """设备名称
6174
- 注意:此字段可能返回 null,表示取不到有效值。
6175
6021
  :rtype: str
6176
6022
  """
6177
6023
  return self._Name
@@ -6183,7 +6029,6 @@ class DescribeDeviceData(AbstractModel):
6183
6029
  @property
6184
6030
  def AccessProtocol(self):
6185
6031
  """设备接入协议,1:RTMP,2:GB,3:GW
6186
- 注意:此字段可能返回 null,表示取不到有效值。
6187
6032
  :rtype: int
6188
6033
  """
6189
6034
  return self._AccessProtocol
@@ -6195,7 +6040,6 @@ class DescribeDeviceData(AbstractModel):
6195
6040
  @property
6196
6041
  def Type(self):
6197
6042
  """设备类型,1:IPC,2:NVR
6198
- 注意:此字段可能返回 null,表示取不到有效值。
6199
6043
  :rtype: int
6200
6044
  """
6201
6045
  return self._Type
@@ -6207,7 +6051,6 @@ class DescribeDeviceData(AbstractModel):
6207
6051
  @property
6208
6052
  def ClusterId(self):
6209
6053
  """设备接入服务节点id
6210
- 注意:此字段可能返回 null,表示取不到有效值。
6211
6054
  :rtype: str
6212
6055
  """
6213
6056
  return self._ClusterId
@@ -6220,7 +6063,6 @@ class DescribeDeviceData(AbstractModel):
6220
6063
  def ClusterName(self):
6221
6064
  """设备接入服务节点名称
6222
6065
 
6223
- 注意:此字段可能返回 null,表示取不到有效值。
6224
6066
  :rtype: str
6225
6067
  """
6226
6068
  return self._ClusterName
@@ -6232,7 +6074,6 @@ class DescribeDeviceData(AbstractModel):
6232
6074
  @property
6233
6075
  def TransportProtocol(self):
6234
6076
  """设备流传输协议,1:UDP,2:TCP
6235
- 注意:此字段可能返回 null,表示取不到有效值。
6236
6077
  :rtype: int
6237
6078
  """
6238
6079
  return self._TransportProtocol
@@ -6244,7 +6085,6 @@ class DescribeDeviceData(AbstractModel):
6244
6085
  @property
6245
6086
  def Password(self):
6246
6087
  """设备密码
6247
- 注意:此字段可能返回 null,表示取不到有效值。
6248
6088
  :rtype: str
6249
6089
  """
6250
6090
  return self._Password
@@ -6256,7 +6096,6 @@ class DescribeDeviceData(AbstractModel):
6256
6096
  @property
6257
6097
  def Description(self):
6258
6098
  """设备描述
6259
- 注意:此字段可能返回 null,表示取不到有效值。
6260
6099
  :rtype: str
6261
6100
  """
6262
6101
  return self._Description
@@ -6268,7 +6107,6 @@ class DescribeDeviceData(AbstractModel):
6268
6107
  @property
6269
6108
  def SipId(self):
6270
6109
  """sip服务ID
6271
- 注意:此字段可能返回 null,表示取不到有效值。
6272
6110
  :rtype: str
6273
6111
  """
6274
6112
  return self._SipId
@@ -6280,7 +6118,6 @@ class DescribeDeviceData(AbstractModel):
6280
6118
  @property
6281
6119
  def SipDomain(self):
6282
6120
  """sip服务域
6283
- 注意:此字段可能返回 null,表示取不到有效值。
6284
6121
  :rtype: str
6285
6122
  """
6286
6123
  return self._SipDomain
@@ -6292,7 +6129,6 @@ class DescribeDeviceData(AbstractModel):
6292
6129
  @property
6293
6130
  def SipIp(self):
6294
6131
  """sip服务IP地址
6295
- 注意:此字段可能返回 null,表示取不到有效值。
6296
6132
  :rtype: str
6297
6133
  """
6298
6134
  return self._SipIp
@@ -6304,7 +6140,6 @@ class DescribeDeviceData(AbstractModel):
6304
6140
  @property
6305
6141
  def SipPort(self):
6306
6142
  """sip服务端口
6307
- 注意:此字段可能返回 null,表示取不到有效值。
6308
6143
  :rtype: int
6309
6144
  """
6310
6145
  return self._SipPort
@@ -6316,7 +6151,6 @@ class DescribeDeviceData(AbstractModel):
6316
6151
  @property
6317
6152
  def PushStreamUrl(self):
6318
6153
  """Rtmp设备推流地址(仅rtmp设备有效)
6319
- 注意:此字段可能返回 null,表示取不到有效值。
6320
6154
  :rtype: str
6321
6155
  """
6322
6156
  return self._PushStreamUrl
@@ -6328,7 +6162,6 @@ class DescribeDeviceData(AbstractModel):
6328
6162
  @property
6329
6163
  def Status(self):
6330
6164
  """设备状态,0:未注册,1:在线,2:离线,3:禁用
6331
- 注意:此字段可能返回 null,表示取不到有效值。
6332
6165
  :rtype: int
6333
6166
  """
6334
6167
  return self._Status
@@ -6340,7 +6173,6 @@ class DescribeDeviceData(AbstractModel):
6340
6173
  @property
6341
6174
  def OrganizationId(self):
6342
6175
  """设备所属组织ID
6343
- 注意:此字段可能返回 null,表示取不到有效值。
6344
6176
  :rtype: str
6345
6177
  """
6346
6178
  return self._OrganizationId
@@ -6352,7 +6184,6 @@ class DescribeDeviceData(AbstractModel):
6352
6184
  @property
6353
6185
  def GatewayId(self):
6354
6186
  """设备接入网关ID,从查询网关列表接口中获取(仅网关接入需要)
6355
- 注意:此字段可能返回 null,表示取不到有效值。
6356
6187
  :rtype: str
6357
6188
  """
6358
6189
  return self._GatewayId
@@ -6364,7 +6195,6 @@ class DescribeDeviceData(AbstractModel):
6364
6195
  @property
6365
6196
  def GatewayName(self):
6366
6197
  """设备所属网关名称
6367
- 注意:此字段可能返回 null,表示取不到有效值。
6368
6198
  :rtype: str
6369
6199
  """
6370
6200
  return self._GatewayName
@@ -6376,7 +6206,6 @@ class DescribeDeviceData(AbstractModel):
6376
6206
  @property
6377
6207
  def ProtocolTypeName(self):
6378
6208
  """设备网关协议名称
6379
- 注意:此字段可能返回 null,表示取不到有效值。
6380
6209
  :rtype: str
6381
6210
  """
6382
6211
  return self._ProtocolTypeName
@@ -6388,7 +6217,6 @@ class DescribeDeviceData(AbstractModel):
6388
6217
  @property
6389
6218
  def ProtocolType(self):
6390
6219
  """网关接入协议类型,1.海康SDK,2.大华SDK,3.宇视SDK,4.Onvif(仅网关接入需要)
6391
- 注意:此字段可能返回 null,表示取不到有效值。
6392
6220
  :rtype: int
6393
6221
  """
6394
6222
  return self._ProtocolType
@@ -6400,7 +6228,6 @@ class DescribeDeviceData(AbstractModel):
6400
6228
  @property
6401
6229
  def Ip(self):
6402
6230
  """设备接入IP
6403
- 注意:此字段可能返回 null,表示取不到有效值。
6404
6231
  :rtype: str
6405
6232
  """
6406
6233
  return self._Ip
@@ -6412,7 +6239,6 @@ class DescribeDeviceData(AbstractModel):
6412
6239
  @property
6413
6240
  def Port(self):
6414
6241
  """设备Port
6415
- 注意:此字段可能返回 null,表示取不到有效值。
6416
6242
  :rtype: int
6417
6243
  """
6418
6244
  return self._Port
@@ -6424,7 +6250,6 @@ class DescribeDeviceData(AbstractModel):
6424
6250
  @property
6425
6251
  def Username(self):
6426
6252
  """设备用户名
6427
- 注意:此字段可能返回 null,表示取不到有效值。
6428
6253
  :rtype: str
6429
6254
  """
6430
6255
  return self._Username
@@ -6436,7 +6261,6 @@ class DescribeDeviceData(AbstractModel):
6436
6261
  @property
6437
6262
  def Region(self):
6438
6263
  """设备地域
6439
- 注意:此字段可能返回 null,表示取不到有效值。
6440
6264
  :rtype: str
6441
6265
  """
6442
6266
  return self._Region
@@ -6448,7 +6272,6 @@ class DescribeDeviceData(AbstractModel):
6448
6272
  @property
6449
6273
  def Manufacturer(self):
6450
6274
  """设备厂商
6451
- 注意:此字段可能返回 null,表示取不到有效值。
6452
6275
  :rtype: str
6453
6276
  """
6454
6277
  return self._Manufacturer
@@ -6460,7 +6283,6 @@ class DescribeDeviceData(AbstractModel):
6460
6283
  @property
6461
6284
  def AudioSwitch(self):
6462
6285
  """音频关开(0:关闭;1:开启)关闭时丢弃音频
6463
- 注意:此字段可能返回 null,表示取不到有效值。
6464
6286
  :rtype: int
6465
6287
  """
6466
6288
  return self._AudioSwitch
@@ -6472,7 +6294,6 @@ class DescribeDeviceData(AbstractModel):
6472
6294
  @property
6473
6295
  def SubscribeSwitch(self):
6474
6296
  """订阅开关(0:关闭;1:开启)默认开启,开启状态下会订阅设备通道变化,仅国标NVR设备有效
6475
- 注意:此字段可能返回 null,表示取不到有效值。
6476
6297
  :rtype: int
6477
6298
  """
6478
6299
  return self._SubscribeSwitch
@@ -6484,7 +6305,6 @@ class DescribeDeviceData(AbstractModel):
6484
6305
  @property
6485
6306
  def AppName(self):
6486
6307
  """RTMP推流地址自定义appName
6487
- 注意:此字段可能返回 null,表示取不到有效值。
6488
6308
  :rtype: str
6489
6309
  """
6490
6310
  return self._AppName
@@ -6496,7 +6316,6 @@ class DescribeDeviceData(AbstractModel):
6496
6316
  @property
6497
6317
  def StreamName(self):
6498
6318
  """RTMP推流地址自定义streamName
6499
- 注意:此字段可能返回 null,表示取不到有效值。
6500
6319
  :rtype: str
6501
6320
  """
6502
6321
  return self._StreamName
@@ -6508,7 +6327,6 @@ class DescribeDeviceData(AbstractModel):
6508
6327
  @property
6509
6328
  def SilentFrameSwitch(self):
6510
6329
  """是否开启静音帧(0:关闭;1 开启)
6511
- 注意:此字段可能返回 null,表示取不到有效值。
6512
6330
  :rtype: int
6513
6331
  """
6514
6332
  return self._SilentFrameSwitch
@@ -6568,10 +6386,8 @@ class DescribeDevicePresetData(AbstractModel):
6568
6386
  def __init__(self):
6569
6387
  r"""
6570
6388
  :param _Index: 预置位索引 只支持1-10的索引
6571
- 注意:此字段可能返回 null,表示取不到有效值。
6572
6389
  :type Index: int
6573
6390
  :param _Name: 预置位名称
6574
- 注意:此字段可能返回 null,表示取不到有效值。
6575
6391
  :type Name: str
6576
6392
  """
6577
6393
  self._Index = None
@@ -6580,7 +6396,6 @@ class DescribeDevicePresetData(AbstractModel):
6580
6396
  @property
6581
6397
  def Index(self):
6582
6398
  """预置位索引 只支持1-10的索引
6583
- 注意:此字段可能返回 null,表示取不到有效值。
6584
6399
  :rtype: int
6585
6400
  """
6586
6401
  return self._Index
@@ -6592,7 +6407,6 @@ class DescribeDevicePresetData(AbstractModel):
6592
6407
  @property
6593
6408
  def Name(self):
6594
6409
  """预置位名称
6595
- 注意:此字段可能返回 null,表示取不到有效值。
6596
6410
  :rtype: str
6597
6411
  """
6598
6412
  return self._Name
@@ -6707,13 +6521,10 @@ class DescribeDeviceRegion(AbstractModel):
6707
6521
  def __init__(self):
6708
6522
  r"""
6709
6523
  :param _Label: 服务节点描述
6710
- 注意:此字段可能返回 null,表示取不到有效值。
6711
6524
  :type Label: str
6712
6525
  :param _Value: 服务节点 ID(对应为其他接口中所需的 ClusterId)
6713
- 注意:此字段可能返回 null,表示取不到有效值。
6714
6526
  :type Value: str
6715
6527
  :param _Region: 地域信息
6716
- 注意:此字段可能返回 null,表示取不到有效值。
6717
6528
  :type Region: str
6718
6529
  """
6719
6530
  self._Label = None
@@ -6723,7 +6534,6 @@ class DescribeDeviceRegion(AbstractModel):
6723
6534
  @property
6724
6535
  def Label(self):
6725
6536
  """服务节点描述
6726
- 注意:此字段可能返回 null,表示取不到有效值。
6727
6537
  :rtype: str
6728
6538
  """
6729
6539
  return self._Label
@@ -6735,7 +6545,6 @@ class DescribeDeviceRegion(AbstractModel):
6735
6545
  @property
6736
6546
  def Value(self):
6737
6547
  """服务节点 ID(对应为其他接口中所需的 ClusterId)
6738
- 注意:此字段可能返回 null,表示取不到有效值。
6739
6548
  :rtype: str
6740
6549
  """
6741
6550
  return self._Value
@@ -6747,7 +6556,6 @@ class DescribeDeviceRegion(AbstractModel):
6747
6556
  @property
6748
6557
  def Region(self):
6749
6558
  """地域信息
6750
- 注意:此字段可能返回 null,表示取不到有效值。
6751
6559
  :rtype: str
6752
6560
  """
6753
6561
  return self._Region
@@ -6833,31 +6641,22 @@ class DescribeDomainData(AbstractModel):
6833
6641
  def __init__(self):
6834
6642
  r"""
6835
6643
  :param _Id: 域名ID
6836
- 注意:此字段可能返回 null,表示取不到有效值。
6837
6644
  :type Id: str
6838
6645
  :param _PlayDomain: 播放域名
6839
- 注意:此字段可能返回 null,表示取不到有效值。
6840
6646
  :type PlayDomain: str
6841
6647
  :param _InternalDomain: CNAME 记录值
6842
- 注意:此字段可能返回 null,表示取不到有效值。
6843
6648
  :type InternalDomain: str
6844
6649
  :param _HaveCert: 是否上传证书(0:否,1:是)
6845
- 注意:此字段可能返回 null,表示取不到有效值。
6846
6650
  :type HaveCert: int
6847
6651
  :param _ClusterId: 服务节点 ID
6848
- 注意:此字段可能返回 null,表示取不到有效值。
6849
6652
  :type ClusterId: str
6850
6653
  :param _ClusterName: 服务节点名称
6851
- 注意:此字段可能返回 null,表示取不到有效值。
6852
6654
  :type ClusterName: str
6853
6655
  :param _AppId: 用户ID
6854
- 注意:此字段可能返回 null,表示取不到有效值。
6855
6656
  :type AppId: int
6856
6657
  :param _CertId: 证书ID
6857
- 注意:此字段可能返回 null,表示取不到有效值。
6858
6658
  :type CertId: str
6859
6659
  :param _DomainType: 域名类型 0:拉流域名 1:推流域名
6860
- 注意:此字段可能返回 null,表示取不到有效值。
6861
6660
  :type DomainType: int
6862
6661
  """
6863
6662
  self._Id = None
@@ -6873,7 +6672,6 @@ class DescribeDomainData(AbstractModel):
6873
6672
  @property
6874
6673
  def Id(self):
6875
6674
  """域名ID
6876
- 注意:此字段可能返回 null,表示取不到有效值。
6877
6675
  :rtype: str
6878
6676
  """
6879
6677
  return self._Id
@@ -6885,7 +6683,6 @@ class DescribeDomainData(AbstractModel):
6885
6683
  @property
6886
6684
  def PlayDomain(self):
6887
6685
  """播放域名
6888
- 注意:此字段可能返回 null,表示取不到有效值。
6889
6686
  :rtype: str
6890
6687
  """
6891
6688
  return self._PlayDomain
@@ -6897,7 +6694,6 @@ class DescribeDomainData(AbstractModel):
6897
6694
  @property
6898
6695
  def InternalDomain(self):
6899
6696
  """CNAME 记录值
6900
- 注意:此字段可能返回 null,表示取不到有效值。
6901
6697
  :rtype: str
6902
6698
  """
6903
6699
  return self._InternalDomain
@@ -6909,7 +6705,6 @@ class DescribeDomainData(AbstractModel):
6909
6705
  @property
6910
6706
  def HaveCert(self):
6911
6707
  """是否上传证书(0:否,1:是)
6912
- 注意:此字段可能返回 null,表示取不到有效值。
6913
6708
  :rtype: int
6914
6709
  """
6915
6710
  return self._HaveCert
@@ -6921,7 +6716,6 @@ class DescribeDomainData(AbstractModel):
6921
6716
  @property
6922
6717
  def ClusterId(self):
6923
6718
  """服务节点 ID
6924
- 注意:此字段可能返回 null,表示取不到有效值。
6925
6719
  :rtype: str
6926
6720
  """
6927
6721
  return self._ClusterId
@@ -6933,7 +6727,6 @@ class DescribeDomainData(AbstractModel):
6933
6727
  @property
6934
6728
  def ClusterName(self):
6935
6729
  """服务节点名称
6936
- 注意:此字段可能返回 null,表示取不到有效值。
6937
6730
  :rtype: str
6938
6731
  """
6939
6732
  return self._ClusterName
@@ -6945,7 +6738,6 @@ class DescribeDomainData(AbstractModel):
6945
6738
  @property
6946
6739
  def AppId(self):
6947
6740
  """用户ID
6948
- 注意:此字段可能返回 null,表示取不到有效值。
6949
6741
  :rtype: int
6950
6742
  """
6951
6743
  return self._AppId
@@ -6957,7 +6749,6 @@ class DescribeDomainData(AbstractModel):
6957
6749
  @property
6958
6750
  def CertId(self):
6959
6751
  """证书ID
6960
- 注意:此字段可能返回 null,表示取不到有效值。
6961
6752
  :rtype: str
6962
6753
  """
6963
6754
  return self._CertId
@@ -6969,7 +6760,6 @@ class DescribeDomainData(AbstractModel):
6969
6760
  @property
6970
6761
  def DomainType(self):
6971
6762
  """域名类型 0:拉流域名 1:推流域名
6972
- 注意:此字段可能返回 null,表示取不到有效值。
6973
6763
  :rtype: int
6974
6764
  """
6975
6765
  return self._DomainType
@@ -7007,13 +6797,10 @@ class DescribeDomainRegionData(AbstractModel):
7007
6797
  def __init__(self):
7008
6798
  r"""
7009
6799
  :param _Label: 服务节点描述
7010
- 注意:此字段可能返回 null,表示取不到有效值。
7011
6800
  :type Label: str
7012
6801
  :param _Value: 服务节点 ID(对应为其他接口中所需的 ClusterId)
7013
- 注意:此字段可能返回 null,表示取不到有效值。
7014
6802
  :type Value: str
7015
6803
  :param _Region: 地域信息
7016
- 注意:此字段可能返回 null,表示取不到有效值。
7017
6804
  :type Region: str
7018
6805
  """
7019
6806
  self._Label = None
@@ -7023,7 +6810,6 @@ class DescribeDomainRegionData(AbstractModel):
7023
6810
  @property
7024
6811
  def Label(self):
7025
6812
  """服务节点描述
7026
- 注意:此字段可能返回 null,表示取不到有效值。
7027
6813
  :rtype: str
7028
6814
  """
7029
6815
  return self._Label
@@ -7035,7 +6821,6 @@ class DescribeDomainRegionData(AbstractModel):
7035
6821
  @property
7036
6822
  def Value(self):
7037
6823
  """服务节点 ID(对应为其他接口中所需的 ClusterId)
7038
- 注意:此字段可能返回 null,表示取不到有效值。
7039
6824
  :rtype: str
7040
6825
  """
7041
6826
  return self._Value
@@ -7047,7 +6832,6 @@ class DescribeDomainRegionData(AbstractModel):
7047
6832
  @property
7048
6833
  def Region(self):
7049
6834
  """地域信息
7050
- 注意:此字段可能返回 null,表示取不到有效值。
7051
6835
  :rtype: str
7052
6836
  """
7053
6837
  return self._Region
@@ -7187,37 +6971,27 @@ class DescribeGatewayData(AbstractModel):
7187
6971
  def __init__(self):
7188
6972
  r"""
7189
6973
  :param _GatewayId: 网关索引ID,用于网关查询,更新,删除操作
7190
- 注意:此字段可能返回 null,表示取不到有效值。
7191
6974
  :type GatewayId: str
7192
6975
  :param _GwId: 网关编码,由网关设备生成的唯一编码
7193
- 注意:此字段可能返回 null,表示取不到有效值。
7194
6976
  :type GwId: str
7195
6977
  :param _Name: 网关名称,仅支持中文、英文、数字、_、-,长度不超过32个字符
7196
- 注意:此字段可能返回 null,表示取不到有效值。
7197
6978
  :type Name: str
7198
6979
  :param _Description: 网关描述,仅支持中文、英文、数字、_、-,长度不超过128个字符
7199
- 注意:此字段可能返回 null,表示取不到有效值。
7200
6980
  :type Description: str
7201
6981
  :param _ClusterId: 服务节点id
7202
- 注意:此字段可能返回 null,表示取不到有效值。
7203
6982
  :type ClusterId: str
7204
6983
  :param _ClusterName: 服务节点名称
7205
- 注意:此字段可能返回 null,表示取不到有效值。
7206
6984
  :type ClusterName: str
7207
6985
  :param _Status: 网关状态,0:离线,1:在线
7208
- 注意:此字段可能返回 null,表示取不到有效值。
7209
6986
  :type Status: int
7210
6987
  :param _Version: 网关版本
7211
6988
  注意:此字段可能返回 null,表示取不到有效值。
7212
6989
  :type Version: list of GatewayVersion
7213
6990
  :param _DeviceNum: 网关下挂设备数量
7214
- 注意:此字段可能返回 null,表示取不到有效值。
7215
6991
  :type DeviceNum: int
7216
6992
  :param _CreatedAt: 激活时间
7217
- 注意:此字段可能返回 null,表示取不到有效值。
7218
6993
  :type CreatedAt: str
7219
6994
  :param _Region: 所属地域
7220
- 注意:此字段可能返回 null,表示取不到有效值。
7221
6995
  :type Region: str
7222
6996
  """
7223
6997
  self._GatewayId = None
@@ -7235,7 +7009,6 @@ class DescribeGatewayData(AbstractModel):
7235
7009
  @property
7236
7010
  def GatewayId(self):
7237
7011
  """网关索引ID,用于网关查询,更新,删除操作
7238
- 注意:此字段可能返回 null,表示取不到有效值。
7239
7012
  :rtype: str
7240
7013
  """
7241
7014
  return self._GatewayId
@@ -7247,7 +7020,6 @@ class DescribeGatewayData(AbstractModel):
7247
7020
  @property
7248
7021
  def GwId(self):
7249
7022
  """网关编码,由网关设备生成的唯一编码
7250
- 注意:此字段可能返回 null,表示取不到有效值。
7251
7023
  :rtype: str
7252
7024
  """
7253
7025
  return self._GwId
@@ -7259,7 +7031,6 @@ class DescribeGatewayData(AbstractModel):
7259
7031
  @property
7260
7032
  def Name(self):
7261
7033
  """网关名称,仅支持中文、英文、数字、_、-,长度不超过32个字符
7262
- 注意:此字段可能返回 null,表示取不到有效值。
7263
7034
  :rtype: str
7264
7035
  """
7265
7036
  return self._Name
@@ -7271,7 +7042,6 @@ class DescribeGatewayData(AbstractModel):
7271
7042
  @property
7272
7043
  def Description(self):
7273
7044
  """网关描述,仅支持中文、英文、数字、_、-,长度不超过128个字符
7274
- 注意:此字段可能返回 null,表示取不到有效值。
7275
7045
  :rtype: str
7276
7046
  """
7277
7047
  return self._Description
@@ -7283,7 +7053,6 @@ class DescribeGatewayData(AbstractModel):
7283
7053
  @property
7284
7054
  def ClusterId(self):
7285
7055
  """服务节点id
7286
- 注意:此字段可能返回 null,表示取不到有效值。
7287
7056
  :rtype: str
7288
7057
  """
7289
7058
  return self._ClusterId
@@ -7295,7 +7064,6 @@ class DescribeGatewayData(AbstractModel):
7295
7064
  @property
7296
7065
  def ClusterName(self):
7297
7066
  """服务节点名称
7298
- 注意:此字段可能返回 null,表示取不到有效值。
7299
7067
  :rtype: str
7300
7068
  """
7301
7069
  return self._ClusterName
@@ -7307,7 +7075,6 @@ class DescribeGatewayData(AbstractModel):
7307
7075
  @property
7308
7076
  def Status(self):
7309
7077
  """网关状态,0:离线,1:在线
7310
- 注意:此字段可能返回 null,表示取不到有效值。
7311
7078
  :rtype: int
7312
7079
  """
7313
7080
  return self._Status
@@ -7331,7 +7098,6 @@ class DescribeGatewayData(AbstractModel):
7331
7098
  @property
7332
7099
  def DeviceNum(self):
7333
7100
  """网关下挂设备数量
7334
- 注意:此字段可能返回 null,表示取不到有效值。
7335
7101
  :rtype: int
7336
7102
  """
7337
7103
  return self._DeviceNum
@@ -7343,7 +7109,6 @@ class DescribeGatewayData(AbstractModel):
7343
7109
  @property
7344
7110
  def CreatedAt(self):
7345
7111
  """激活时间
7346
- 注意:此字段可能返回 null,表示取不到有效值。
7347
7112
  :rtype: str
7348
7113
  """
7349
7114
  return self._CreatedAt
@@ -7355,7 +7120,6 @@ class DescribeGatewayData(AbstractModel):
7355
7120
  @property
7356
7121
  def Region(self):
7357
7122
  """所属地域
7358
- 注意:此字段可能返回 null,表示取不到有效值。
7359
7123
  :rtype: str
7360
7124
  """
7361
7125
  return self._Region
@@ -7400,31 +7164,22 @@ class DescribeGatewayMonitor(AbstractModel):
7400
7164
  def __init__(self):
7401
7165
  r"""
7402
7166
  :param _DeviceTotal: 设备接入总数
7403
- 注意:此字段可能返回 null,表示取不到有效值。
7404
7167
  :type DeviceTotal: int
7405
7168
  :param _DeviceOnline: 设备在线数
7406
- 注意:此字段可能返回 null,表示取不到有效值。
7407
7169
  :type DeviceOnline: int
7408
7170
  :param _DeviceOffline: 设备离线数
7409
- 注意:此字段可能返回 null,表示取不到有效值。
7410
7171
  :type DeviceOffline: int
7411
7172
  :param _ChannelTotal: 视频通道总数
7412
- 注意:此字段可能返回 null,表示取不到有效值。
7413
7173
  :type ChannelTotal: int
7414
7174
  :param _ChannelOnline: 视频通道在线数
7415
- 注意:此字段可能返回 null,表示取不到有效值。
7416
7175
  :type ChannelOnline: int
7417
7176
  :param _ChannelOffline: 视频通道离线数
7418
- 注意:此字段可能返回 null,表示取不到有效值。
7419
7177
  :type ChannelOffline: int
7420
7178
  :param _UpFlow: 网关上行流量,单位kbps
7421
- 注意:此字段可能返回 null,表示取不到有效值。
7422
7179
  :type UpFlow: int
7423
7180
  :param _ChannelPull: 流在传输中的通道数
7424
- 注意:此字段可能返回 null,表示取不到有效值。
7425
7181
  :type ChannelPull: int
7426
7182
  :param _ChannelUnPull: 流未传输中的通道数
7427
- 注意:此字段可能返回 null,表示取不到有效值。
7428
7183
  :type ChannelUnPull: int
7429
7184
  """
7430
7185
  self._DeviceTotal = None
@@ -7440,7 +7195,6 @@ class DescribeGatewayMonitor(AbstractModel):
7440
7195
  @property
7441
7196
  def DeviceTotal(self):
7442
7197
  """设备接入总数
7443
- 注意:此字段可能返回 null,表示取不到有效值。
7444
7198
  :rtype: int
7445
7199
  """
7446
7200
  return self._DeviceTotal
@@ -7452,7 +7206,6 @@ class DescribeGatewayMonitor(AbstractModel):
7452
7206
  @property
7453
7207
  def DeviceOnline(self):
7454
7208
  """设备在线数
7455
- 注意:此字段可能返回 null,表示取不到有效值。
7456
7209
  :rtype: int
7457
7210
  """
7458
7211
  return self._DeviceOnline
@@ -7464,7 +7217,6 @@ class DescribeGatewayMonitor(AbstractModel):
7464
7217
  @property
7465
7218
  def DeviceOffline(self):
7466
7219
  """设备离线数
7467
- 注意:此字段可能返回 null,表示取不到有效值。
7468
7220
  :rtype: int
7469
7221
  """
7470
7222
  return self._DeviceOffline
@@ -7476,7 +7228,6 @@ class DescribeGatewayMonitor(AbstractModel):
7476
7228
  @property
7477
7229
  def ChannelTotal(self):
7478
7230
  """视频通道总数
7479
- 注意:此字段可能返回 null,表示取不到有效值。
7480
7231
  :rtype: int
7481
7232
  """
7482
7233
  return self._ChannelTotal
@@ -7488,7 +7239,6 @@ class DescribeGatewayMonitor(AbstractModel):
7488
7239
  @property
7489
7240
  def ChannelOnline(self):
7490
7241
  """视频通道在线数
7491
- 注意:此字段可能返回 null,表示取不到有效值。
7492
7242
  :rtype: int
7493
7243
  """
7494
7244
  return self._ChannelOnline
@@ -7500,7 +7250,6 @@ class DescribeGatewayMonitor(AbstractModel):
7500
7250
  @property
7501
7251
  def ChannelOffline(self):
7502
7252
  """视频通道离线数
7503
- 注意:此字段可能返回 null,表示取不到有效值。
7504
7253
  :rtype: int
7505
7254
  """
7506
7255
  return self._ChannelOffline
@@ -7512,7 +7261,6 @@ class DescribeGatewayMonitor(AbstractModel):
7512
7261
  @property
7513
7262
  def UpFlow(self):
7514
7263
  """网关上行流量,单位kbps
7515
- 注意:此字段可能返回 null,表示取不到有效值。
7516
7264
  :rtype: int
7517
7265
  """
7518
7266
  return self._UpFlow
@@ -7524,7 +7272,6 @@ class DescribeGatewayMonitor(AbstractModel):
7524
7272
  @property
7525
7273
  def ChannelPull(self):
7526
7274
  """流在传输中的通道数
7527
- 注意:此字段可能返回 null,表示取不到有效值。
7528
7275
  :rtype: int
7529
7276
  """
7530
7277
  return self._ChannelPull
@@ -7536,7 +7283,6 @@ class DescribeGatewayMonitor(AbstractModel):
7536
7283
  @property
7537
7284
  def ChannelUnPull(self):
7538
7285
  """流未传输中的通道数
7539
- 注意:此字段可能返回 null,表示取不到有效值。
7540
7286
  :rtype: int
7541
7287
  """
7542
7288
  return self._ChannelUnPull
@@ -7655,23 +7401,22 @@ class DescribeGatewayProtocolData(AbstractModel):
7655
7401
  def __init__(self):
7656
7402
  r"""
7657
7403
  :param _TypeCode: 接入协议的字典码
7658
- 注意:此字段可能返回 null,表示取不到有效值。
7659
7404
  :type TypeCode: str
7660
7405
  :param _Value: 接入协议类型值
7661
- 注意:此字段可能返回 null,表示取不到有效值。
7662
7406
  :type Value: int
7663
7407
  :param _Label: 接入协议的类型描述
7664
- 注意:此字段可能返回 null,表示取不到有效值。
7665
7408
  :type Label: str
7409
+ :param _ValueText: 协议值文本
7410
+ :type ValueText: str
7666
7411
  """
7667
7412
  self._TypeCode = None
7668
7413
  self._Value = None
7669
7414
  self._Label = None
7415
+ self._ValueText = None
7670
7416
 
7671
7417
  @property
7672
7418
  def TypeCode(self):
7673
7419
  """接入协议的字典码
7674
- 注意:此字段可能返回 null,表示取不到有效值。
7675
7420
  :rtype: str
7676
7421
  """
7677
7422
  return self._TypeCode
@@ -7683,7 +7428,6 @@ class DescribeGatewayProtocolData(AbstractModel):
7683
7428
  @property
7684
7429
  def Value(self):
7685
7430
  """接入协议类型值
7686
- 注意:此字段可能返回 null,表示取不到有效值。
7687
7431
  :rtype: int
7688
7432
  """
7689
7433
  return self._Value
@@ -7695,7 +7439,6 @@ class DescribeGatewayProtocolData(AbstractModel):
7695
7439
  @property
7696
7440
  def Label(self):
7697
7441
  """接入协议的类型描述
7698
- 注意:此字段可能返回 null,表示取不到有效值。
7699
7442
  :rtype: str
7700
7443
  """
7701
7444
  return self._Label
@@ -7704,11 +7447,23 @@ class DescribeGatewayProtocolData(AbstractModel):
7704
7447
  def Label(self, Label):
7705
7448
  self._Label = Label
7706
7449
 
7450
+ @property
7451
+ def ValueText(self):
7452
+ """协议值文本
7453
+ :rtype: str
7454
+ """
7455
+ return self._ValueText
7456
+
7457
+ @ValueText.setter
7458
+ def ValueText(self, ValueText):
7459
+ self._ValueText = ValueText
7460
+
7707
7461
 
7708
7462
  def _deserialize(self, params):
7709
7463
  self._TypeCode = params.get("TypeCode")
7710
7464
  self._Value = params.get("Value")
7711
7465
  self._Label = params.get("Label")
7466
+ self._ValueText = params.get("ValueText")
7712
7467
  memeber_set = set(params.keys())
7713
7468
  for name, value in vars(self).items():
7714
7469
  property_name = name[1:]
@@ -7862,19 +7617,14 @@ class DescribeGatewayVersion(AbstractModel):
7862
7617
  def __init__(self):
7863
7618
  r"""
7864
7619
  :param _Name: 服务名
7865
- 注意:此字段可能返回 null,表示取不到有效值。
7866
7620
  :type Name: str
7867
7621
  :param _Version: 服务版本
7868
- 注意:此字段可能返回 null,表示取不到有效值。
7869
7622
  :type Version: str
7870
7623
  :param _LatestVersion: 服务最新版本
7871
- 注意:此字段可能返回 null,表示取不到有效值。
7872
7624
  :type LatestVersion: str
7873
7625
  :param _IsUpdate: 是否需要更新
7874
- 注意:此字段可能返回 null,表示取不到有效值。
7875
7626
  :type IsUpdate: bool
7876
7627
  :param _UpgradeInfo: 升级信息
7877
- 注意:此字段可能返回 null,表示取不到有效值。
7878
7628
  :type UpgradeInfo: list of str
7879
7629
  """
7880
7630
  self._Name = None
@@ -7886,7 +7636,6 @@ class DescribeGatewayVersion(AbstractModel):
7886
7636
  @property
7887
7637
  def Name(self):
7888
7638
  """服务名
7889
- 注意:此字段可能返回 null,表示取不到有效值。
7890
7639
  :rtype: str
7891
7640
  """
7892
7641
  return self._Name
@@ -7898,7 +7647,6 @@ class DescribeGatewayVersion(AbstractModel):
7898
7647
  @property
7899
7648
  def Version(self):
7900
7649
  """服务版本
7901
- 注意:此字段可能返回 null,表示取不到有效值。
7902
7650
  :rtype: str
7903
7651
  """
7904
7652
  return self._Version
@@ -7910,7 +7658,6 @@ class DescribeGatewayVersion(AbstractModel):
7910
7658
  @property
7911
7659
  def LatestVersion(self):
7912
7660
  """服务最新版本
7913
- 注意:此字段可能返回 null,表示取不到有效值。
7914
7661
  :rtype: str
7915
7662
  """
7916
7663
  return self._LatestVersion
@@ -7922,7 +7669,6 @@ class DescribeGatewayVersion(AbstractModel):
7922
7669
  @property
7923
7670
  def IsUpdate(self):
7924
7671
  """是否需要更新
7925
- 注意:此字段可能返回 null,表示取不到有效值。
7926
7672
  :rtype: bool
7927
7673
  """
7928
7674
  return self._IsUpdate
@@ -7934,7 +7680,6 @@ class DescribeGatewayVersion(AbstractModel):
7934
7680
  @property
7935
7681
  def UpgradeInfo(self):
7936
7682
  """升级信息
7937
- 注意:此字段可能返回 null,表示取不到有效值。
7938
7683
  :rtype: list of str
7939
7684
  """
7940
7685
  return self._UpgradeInfo
@@ -7968,7 +7713,6 @@ class DescribeGatewayVersionData(AbstractModel):
7968
7713
  def __init__(self):
7969
7714
  r"""
7970
7715
  :param _Services: 网关服务列表
7971
- 注意:此字段可能返回 null,表示取不到有效值。
7972
7716
  :type Services: list of DescribeGatewayVersion
7973
7717
  """
7974
7718
  self._Services = None
@@ -7976,7 +7720,6 @@ class DescribeGatewayVersionData(AbstractModel):
7976
7720
  @property
7977
7721
  def Services(self):
7978
7722
  """网关服务列表
7979
- 注意:此字段可能返回 null,表示取不到有效值。
7980
7723
  :rtype: list of DescribeGatewayVersion
7981
7724
  """
7982
7725
  return self._Services
@@ -8092,28 +7835,20 @@ class DescribeOrganizationData(AbstractModel):
8092
7835
  def __init__(self):
8093
7836
  r"""
8094
7837
  :param _OrganizationId: 组织 ID
8095
- 注意:此字段可能返回 null,表示取不到有效值。
8096
7838
  :type OrganizationId: str
8097
7839
  :param _Name: 组织名称
8098
- 注意:此字段可能返回 null,表示取不到有效值。
8099
7840
  :type Name: str
8100
7841
  :param _ParentId: 组织父节点 ID
8101
- 注意:此字段可能返回 null,表示取不到有效值。
8102
7842
  :type ParentId: str
8103
7843
  :param _Level: 组织层级
8104
- 注意:此字段可能返回 null,表示取不到有效值。
8105
7844
  :type Level: int
8106
7845
  :param _AppId: 用户id
8107
- 注意:此字段可能返回 null,表示取不到有效值。
8108
7846
  :type AppId: int
8109
7847
  :param _ParentIds: 组织结构
8110
- 注意:此字段可能返回 null,表示取不到有效值。
8111
7848
  :type ParentIds: str
8112
7849
  :param _Total: 设备总数
8113
- 注意:此字段可能返回 null,表示取不到有效值。
8114
7850
  :type Total: int
8115
7851
  :param _Online: 设备在线数量
8116
- 注意:此字段可能返回 null,表示取不到有效值。
8117
7852
  :type Online: int
8118
7853
  """
8119
7854
  self._OrganizationId = None
@@ -8128,7 +7863,6 @@ class DescribeOrganizationData(AbstractModel):
8128
7863
  @property
8129
7864
  def OrganizationId(self):
8130
7865
  """组织 ID
8131
- 注意:此字段可能返回 null,表示取不到有效值。
8132
7866
  :rtype: str
8133
7867
  """
8134
7868
  return self._OrganizationId
@@ -8140,7 +7874,6 @@ class DescribeOrganizationData(AbstractModel):
8140
7874
  @property
8141
7875
  def Name(self):
8142
7876
  """组织名称
8143
- 注意:此字段可能返回 null,表示取不到有效值。
8144
7877
  :rtype: str
8145
7878
  """
8146
7879
  return self._Name
@@ -8152,7 +7885,6 @@ class DescribeOrganizationData(AbstractModel):
8152
7885
  @property
8153
7886
  def ParentId(self):
8154
7887
  """组织父节点 ID
8155
- 注意:此字段可能返回 null,表示取不到有效值。
8156
7888
  :rtype: str
8157
7889
  """
8158
7890
  return self._ParentId
@@ -8164,7 +7896,6 @@ class DescribeOrganizationData(AbstractModel):
8164
7896
  @property
8165
7897
  def Level(self):
8166
7898
  """组织层级
8167
- 注意:此字段可能返回 null,表示取不到有效值。
8168
7899
  :rtype: int
8169
7900
  """
8170
7901
  return self._Level
@@ -8176,7 +7907,6 @@ class DescribeOrganizationData(AbstractModel):
8176
7907
  @property
8177
7908
  def AppId(self):
8178
7909
  """用户id
8179
- 注意:此字段可能返回 null,表示取不到有效值。
8180
7910
  :rtype: int
8181
7911
  """
8182
7912
  return self._AppId
@@ -8188,7 +7918,6 @@ class DescribeOrganizationData(AbstractModel):
8188
7918
  @property
8189
7919
  def ParentIds(self):
8190
7920
  """组织结构
8191
- 注意:此字段可能返回 null,表示取不到有效值。
8192
7921
  :rtype: str
8193
7922
  """
8194
7923
  return self._ParentIds
@@ -8200,7 +7929,6 @@ class DescribeOrganizationData(AbstractModel):
8200
7929
  @property
8201
7930
  def Total(self):
8202
7931
  """设备总数
8203
- 注意:此字段可能返回 null,表示取不到有效值。
8204
7932
  :rtype: int
8205
7933
  """
8206
7934
  return self._Total
@@ -8212,7 +7940,6 @@ class DescribeOrganizationData(AbstractModel):
8212
7940
  @property
8213
7941
  def Online(self):
8214
7942
  """设备在线数量
8215
- 注意:此字段可能返回 null,表示取不到有效值。
8216
7943
  :rtype: int
8217
7944
  """
8218
7945
  return self._Online
@@ -8542,25 +8269,18 @@ class DescribeRecordBackupTemplateData(AbstractModel):
8542
8269
  def __init__(self):
8543
8270
  r"""
8544
8271
  :param _TemplateId: 模板ID
8545
- 注意:此字段可能返回 null,表示取不到有效值。
8546
8272
  :type TemplateId: str
8547
8273
  :param _TemplateName: 模板名称
8548
- 注意:此字段可能返回 null,表示取不到有效值。
8549
8274
  :type TemplateName: str
8550
8275
  :param _TimeSections: 上云时间段(按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟)
8551
- 注意:此字段可能返回 null,表示取不到有效值。
8552
8276
  :type TimeSections: list of RecordTemplateTimeSections
8553
8277
  :param _DevTimeSections: 录像时间段(按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟)
8554
- 注意:此字段可能返回 null,表示取不到有效值。
8555
8278
  :type DevTimeSections: list of RecordTemplateTimeSections
8556
8279
  :param _Scale: 上云倍速(支持1,2,4倍速)
8557
- 注意:此字段可能返回 null,表示取不到有效值。
8558
8280
  :type Scale: int
8559
8281
  :param _CreateAt: 创建时间
8560
- 注意:此字段可能返回 null,表示取不到有效值。
8561
8282
  :type CreateAt: str
8562
8283
  :param _UpdateAt: 更新时间
8563
- 注意:此字段可能返回 null,表示取不到有效值。
8564
8284
  :type UpdateAt: str
8565
8285
  """
8566
8286
  self._TemplateId = None
@@ -8574,7 +8294,6 @@ class DescribeRecordBackupTemplateData(AbstractModel):
8574
8294
  @property
8575
8295
  def TemplateId(self):
8576
8296
  """模板ID
8577
- 注意:此字段可能返回 null,表示取不到有效值。
8578
8297
  :rtype: str
8579
8298
  """
8580
8299
  return self._TemplateId
@@ -8586,7 +8305,6 @@ class DescribeRecordBackupTemplateData(AbstractModel):
8586
8305
  @property
8587
8306
  def TemplateName(self):
8588
8307
  """模板名称
8589
- 注意:此字段可能返回 null,表示取不到有效值。
8590
8308
  :rtype: str
8591
8309
  """
8592
8310
  return self._TemplateName
@@ -8598,7 +8316,6 @@ class DescribeRecordBackupTemplateData(AbstractModel):
8598
8316
  @property
8599
8317
  def TimeSections(self):
8600
8318
  """上云时间段(按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟)
8601
- 注意:此字段可能返回 null,表示取不到有效值。
8602
8319
  :rtype: list of RecordTemplateTimeSections
8603
8320
  """
8604
8321
  return self._TimeSections
@@ -8610,7 +8327,6 @@ class DescribeRecordBackupTemplateData(AbstractModel):
8610
8327
  @property
8611
8328
  def DevTimeSections(self):
8612
8329
  """录像时间段(按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟)
8613
- 注意:此字段可能返回 null,表示取不到有效值。
8614
8330
  :rtype: list of RecordTemplateTimeSections
8615
8331
  """
8616
8332
  return self._DevTimeSections
@@ -8622,7 +8338,6 @@ class DescribeRecordBackupTemplateData(AbstractModel):
8622
8338
  @property
8623
8339
  def Scale(self):
8624
8340
  """上云倍速(支持1,2,4倍速)
8625
- 注意:此字段可能返回 null,表示取不到有效值。
8626
8341
  :rtype: int
8627
8342
  """
8628
8343
  return self._Scale
@@ -8634,7 +8349,6 @@ class DescribeRecordBackupTemplateData(AbstractModel):
8634
8349
  @property
8635
8350
  def CreateAt(self):
8636
8351
  """创建时间
8637
- 注意:此字段可能返回 null,表示取不到有效值。
8638
8352
  :rtype: str
8639
8353
  """
8640
8354
  return self._CreateAt
@@ -8646,7 +8360,6 @@ class DescribeRecordBackupTemplateData(AbstractModel):
8646
8360
  @property
8647
8361
  def UpdateAt(self):
8648
8362
  """更新时间
8649
- 注意:此字段可能返回 null,表示取不到有效值。
8650
8363
  :rtype: str
8651
8364
  """
8652
8365
  return self._UpdateAt
@@ -9212,7 +8925,6 @@ class DescribeRecordRetrieveTaskData(AbstractModel):
9212
8925
  :param _Channels: 任务的设备通道id
9213
8926
  :type Channels: list of RecordRetrieveTaskChannelInfo
9214
8927
  :param _Describe: 任务描述
9215
- 注意:此字段可能返回 null,表示取不到有效值。
9216
8928
  :type Describe: str
9217
8929
  :param _ChannelCount: 任务通道数量
9218
8930
  :type ChannelCount: int
@@ -9331,7 +9043,6 @@ class DescribeRecordRetrieveTaskData(AbstractModel):
9331
9043
  @property
9332
9044
  def Describe(self):
9333
9045
  """任务描述
9334
- 注意:此字段可能返回 null,表示取不到有效值。
9335
9046
  :rtype: str
9336
9047
  """
9337
9048
  return self._Describe
@@ -9665,28 +9376,20 @@ class DescribeStreamAuthData(AbstractModel):
9665
9376
  def __init__(self):
9666
9377
  r"""
9667
9378
  :param _Id: 鉴权配置ID(uuid)
9668
- 注意:此字段可能返回 null,表示取不到有效值。
9669
9379
  :type Id: str
9670
9380
  :param _PullState: 是否开播放鉴权(1:开启,0:关闭)
9671
- 注意:此字段可能返回 null,表示取不到有效值。
9672
9381
  :type PullState: int
9673
9382
  :param _PullSecret: 播放密钥(仅支持字母数字,长度0-10位)
9674
- 注意:此字段可能返回 null,表示取不到有效值。
9675
9383
  :type PullSecret: str
9676
9384
  :param _PullExpired: 播放过期时间(单位:分钟)
9677
- 注意:此字段可能返回 null,表示取不到有效值。
9678
9385
  :type PullExpired: int
9679
9386
  :param _PushState: 是否开启推流鉴权(1:开启,0:关闭)
9680
- 注意:此字段可能返回 null,表示取不到有效值。
9681
9387
  :type PushState: int
9682
9388
  :param _PushSecret: 推流密钥(仅支持字母数字,长度0-10位)
9683
- 注意:此字段可能返回 null,表示取不到有效值。
9684
9389
  :type PushSecret: str
9685
9390
  :param _PushExpired: 推流过期时间(单位:分钟)
9686
- 注意:此字段可能返回 null,表示取不到有效值。
9687
9391
  :type PushExpired: int
9688
9392
  :param _AppId: 用户ID
9689
- 注意:此字段可能返回 null,表示取不到有效值。
9690
9393
  :type AppId: int
9691
9394
  """
9692
9395
  self._Id = None
@@ -9701,7 +9404,6 @@ class DescribeStreamAuthData(AbstractModel):
9701
9404
  @property
9702
9405
  def Id(self):
9703
9406
  """鉴权配置ID(uuid)
9704
- 注意:此字段可能返回 null,表示取不到有效值。
9705
9407
  :rtype: str
9706
9408
  """
9707
9409
  return self._Id
@@ -9713,7 +9415,6 @@ class DescribeStreamAuthData(AbstractModel):
9713
9415
  @property
9714
9416
  def PullState(self):
9715
9417
  """是否开播放鉴权(1:开启,0:关闭)
9716
- 注意:此字段可能返回 null,表示取不到有效值。
9717
9418
  :rtype: int
9718
9419
  """
9719
9420
  return self._PullState
@@ -9725,7 +9426,6 @@ class DescribeStreamAuthData(AbstractModel):
9725
9426
  @property
9726
9427
  def PullSecret(self):
9727
9428
  """播放密钥(仅支持字母数字,长度0-10位)
9728
- 注意:此字段可能返回 null,表示取不到有效值。
9729
9429
  :rtype: str
9730
9430
  """
9731
9431
  return self._PullSecret
@@ -9737,7 +9437,6 @@ class DescribeStreamAuthData(AbstractModel):
9737
9437
  @property
9738
9438
  def PullExpired(self):
9739
9439
  """播放过期时间(单位:分钟)
9740
- 注意:此字段可能返回 null,表示取不到有效值。
9741
9440
  :rtype: int
9742
9441
  """
9743
9442
  return self._PullExpired
@@ -9749,7 +9448,6 @@ class DescribeStreamAuthData(AbstractModel):
9749
9448
  @property
9750
9449
  def PushState(self):
9751
9450
  """是否开启推流鉴权(1:开启,0:关闭)
9752
- 注意:此字段可能返回 null,表示取不到有效值。
9753
9451
  :rtype: int
9754
9452
  """
9755
9453
  return self._PushState
@@ -9761,7 +9459,6 @@ class DescribeStreamAuthData(AbstractModel):
9761
9459
  @property
9762
9460
  def PushSecret(self):
9763
9461
  """推流密钥(仅支持字母数字,长度0-10位)
9764
- 注意:此字段可能返回 null,表示取不到有效值。
9765
9462
  :rtype: str
9766
9463
  """
9767
9464
  return self._PushSecret
@@ -9773,7 +9470,6 @@ class DescribeStreamAuthData(AbstractModel):
9773
9470
  @property
9774
9471
  def PushExpired(self):
9775
9472
  """推流过期时间(单位:分钟)
9776
- 注意:此字段可能返回 null,表示取不到有效值。
9777
9473
  :rtype: int
9778
9474
  """
9779
9475
  return self._PushExpired
@@ -9785,7 +9481,6 @@ class DescribeStreamAuthData(AbstractModel):
9785
9481
  @property
9786
9482
  def AppId(self):
9787
9483
  """用户ID
9788
- 注意:此字段可能返回 null,表示取不到有效值。
9789
9484
  :rtype: int
9790
9485
  """
9791
9486
  return self._AppId
@@ -10035,7 +9730,6 @@ class DescribeVideoBitRateList(AbstractModel):
10035
9730
  def __init__(self):
10036
9731
  r"""
10037
9732
  :param _BitRates: 通道码率列表
10038
- 注意:此字段可能返回 null,表示取不到有效值。
10039
9733
  :type BitRates: list of BitRateInfo
10040
9734
  """
10041
9735
  self._BitRates = None
@@ -10043,7 +9737,6 @@ class DescribeVideoBitRateList(AbstractModel):
10043
9737
  @property
10044
9738
  def BitRates(self):
10045
9739
  """通道码率列表
10046
- 注意:此字段可能返回 null,表示取不到有效值。
10047
9740
  :rtype: list of BitRateInfo
10048
9741
  """
10049
9742
  return self._BitRates
@@ -10506,31 +10199,22 @@ class GatewayDevice(AbstractModel):
10506
10199
  def __init__(self):
10507
10200
  r"""
10508
10201
  :param _DeviceId: 设备ID
10509
- 注意:此字段可能返回 null,表示取不到有效值。
10510
10202
  :type DeviceId: str
10511
10203
  :param _ProtocolType: 网关接入协议类型
10512
- 注意:此字段可能返回 null,表示取不到有效值。
10513
10204
  :type ProtocolType: int
10514
10205
  :param _ProtocolTypeName: 网关接入协议名称
10515
- 注意:此字段可能返回 null,表示取不到有效值。
10516
10206
  :type ProtocolTypeName: str
10517
10207
  :param _Name: 设备名称
10518
- 注意:此字段可能返回 null,表示取不到有效值。
10519
10208
  :type Name: str
10520
10209
  :param _Type: 设备类型
10521
- 注意:此字段可能返回 null,表示取不到有效值。
10522
10210
  :type Type: int
10523
10211
  :param _Ip: 设备内网IP
10524
- 注意:此字段可能返回 null,表示取不到有效值。
10525
10212
  :type Ip: str
10526
10213
  :param _Port: 设备端口
10527
- 注意:此字段可能返回 null,表示取不到有效值。
10528
10214
  :type Port: int
10529
10215
  :param _ChannelNum: 设备下通道数
10530
- 注意:此字段可能返回 null,表示取不到有效值。
10531
10216
  :type ChannelNum: int
10532
10217
  :param _Status: 设备状态
10533
- 注意:此字段可能返回 null,表示取不到有效值。
10534
10218
  :type Status: int
10535
10219
  """
10536
10220
  self._DeviceId = None
@@ -10546,7 +10230,6 @@ class GatewayDevice(AbstractModel):
10546
10230
  @property
10547
10231
  def DeviceId(self):
10548
10232
  """设备ID
10549
- 注意:此字段可能返回 null,表示取不到有效值。
10550
10233
  :rtype: str
10551
10234
  """
10552
10235
  return self._DeviceId
@@ -10558,7 +10241,6 @@ class GatewayDevice(AbstractModel):
10558
10241
  @property
10559
10242
  def ProtocolType(self):
10560
10243
  """网关接入协议类型
10561
- 注意:此字段可能返回 null,表示取不到有效值。
10562
10244
  :rtype: int
10563
10245
  """
10564
10246
  return self._ProtocolType
@@ -10570,7 +10252,6 @@ class GatewayDevice(AbstractModel):
10570
10252
  @property
10571
10253
  def ProtocolTypeName(self):
10572
10254
  """网关接入协议名称
10573
- 注意:此字段可能返回 null,表示取不到有效值。
10574
10255
  :rtype: str
10575
10256
  """
10576
10257
  return self._ProtocolTypeName
@@ -10582,7 +10263,6 @@ class GatewayDevice(AbstractModel):
10582
10263
  @property
10583
10264
  def Name(self):
10584
10265
  """设备名称
10585
- 注意:此字段可能返回 null,表示取不到有效值。
10586
10266
  :rtype: str
10587
10267
  """
10588
10268
  return self._Name
@@ -10594,7 +10274,6 @@ class GatewayDevice(AbstractModel):
10594
10274
  @property
10595
10275
  def Type(self):
10596
10276
  """设备类型
10597
- 注意:此字段可能返回 null,表示取不到有效值。
10598
10277
  :rtype: int
10599
10278
  """
10600
10279
  return self._Type
@@ -10606,7 +10285,6 @@ class GatewayDevice(AbstractModel):
10606
10285
  @property
10607
10286
  def Ip(self):
10608
10287
  """设备内网IP
10609
- 注意:此字段可能返回 null,表示取不到有效值。
10610
10288
  :rtype: str
10611
10289
  """
10612
10290
  return self._Ip
@@ -10618,7 +10296,6 @@ class GatewayDevice(AbstractModel):
10618
10296
  @property
10619
10297
  def Port(self):
10620
10298
  """设备端口
10621
- 注意:此字段可能返回 null,表示取不到有效值。
10622
10299
  :rtype: int
10623
10300
  """
10624
10301
  return self._Port
@@ -10630,7 +10307,6 @@ class GatewayDevice(AbstractModel):
10630
10307
  @property
10631
10308
  def ChannelNum(self):
10632
10309
  """设备下通道数
10633
- 注意:此字段可能返回 null,表示取不到有效值。
10634
10310
  :rtype: int
10635
10311
  """
10636
10312
  return self._ChannelNum
@@ -10642,7 +10318,6 @@ class GatewayDevice(AbstractModel):
10642
10318
  @property
10643
10319
  def Status(self):
10644
10320
  """设备状态
10645
- 注意:此字段可能返回 null,表示取不到有效值。
10646
10321
  :rtype: int
10647
10322
  """
10648
10323
  return self._Status
@@ -10680,10 +10355,8 @@ class GatewayVersion(AbstractModel):
10680
10355
  def __init__(self):
10681
10356
  r"""
10682
10357
  :param _Name: 服务名称
10683
- 注意:此字段可能返回 null,表示取不到有效值。
10684
10358
  :type Name: str
10685
10359
  :param _Version: 服务版本
10686
- 注意:此字段可能返回 null,表示取不到有效值。
10687
10360
  :type Version: str
10688
10361
  """
10689
10362
  self._Name = None
@@ -10692,7 +10365,6 @@ class GatewayVersion(AbstractModel):
10692
10365
  @property
10693
10366
  def Name(self):
10694
10367
  """服务名称
10695
- 注意:此字段可能返回 null,表示取不到有效值。
10696
10368
  :rtype: str
10697
10369
  """
10698
10370
  return self._Name
@@ -10704,7 +10376,6 @@ class GatewayVersion(AbstractModel):
10704
10376
  @property
10705
10377
  def Version(self):
10706
10378
  """服务版本
10707
- 注意:此字段可能返回 null,表示取不到有效值。
10708
10379
  :rtype: str
10709
10380
  """
10710
10381
  return self._Version
@@ -10735,34 +10406,24 @@ class GatewaysData(AbstractModel):
10735
10406
  def __init__(self):
10736
10407
  r"""
10737
10408
  :param _GatewayId: 网关索引ID
10738
- 注意:此字段可能返回 null,表示取不到有效值。
10739
10409
  :type GatewayId: str
10740
10410
  :param _GwId: 网关编码
10741
- 注意:此字段可能返回 null,表示取不到有效值。
10742
10411
  :type GwId: str
10743
10412
  :param _Name: 网关名称,仅支持中文、英文、数字、_、-,长度不超过32个字符
10744
- 注意:此字段可能返回 null,表示取不到有效值。
10745
10413
  :type Name: str
10746
10414
  :param _Description: 网关描述,仅支持中文、英文、数字、_、-,长度不超过128个字符
10747
- 注意:此字段可能返回 null,表示取不到有效值。
10748
10415
  :type Description: str
10749
10416
  :param _ClusterId: 网关所属服务节点ID
10750
- 注意:此字段可能返回 null,表示取不到有效值。
10751
10417
  :type ClusterId: str
10752
10418
  :param _ClusterName: 网关所属服务节点名称
10753
- 注意:此字段可能返回 null,表示取不到有效值。
10754
10419
  :type ClusterName: str
10755
10420
  :param _Region: 网关所属地域
10756
- 注意:此字段可能返回 null,表示取不到有效值。
10757
10421
  :type Region: str
10758
10422
  :param _Status: 网关状态,0:离线,1:在线
10759
- 注意:此字段可能返回 null,表示取不到有效值。
10760
10423
  :type Status: int
10761
10424
  :param _CreatedAt: 网关激活时间
10762
- 注意:此字段可能返回 null,表示取不到有效值。
10763
10425
  :type CreatedAt: str
10764
10426
  :param _DeviceNum: 所属网关设备数量
10765
- 注意:此字段可能返回 null,表示取不到有效值。
10766
10427
  :type DeviceNum: int
10767
10428
  """
10768
10429
  self._GatewayId = None
@@ -10779,7 +10440,6 @@ class GatewaysData(AbstractModel):
10779
10440
  @property
10780
10441
  def GatewayId(self):
10781
10442
  """网关索引ID
10782
- 注意:此字段可能返回 null,表示取不到有效值。
10783
10443
  :rtype: str
10784
10444
  """
10785
10445
  return self._GatewayId
@@ -10791,7 +10451,6 @@ class GatewaysData(AbstractModel):
10791
10451
  @property
10792
10452
  def GwId(self):
10793
10453
  """网关编码
10794
- 注意:此字段可能返回 null,表示取不到有效值。
10795
10454
  :rtype: str
10796
10455
  """
10797
10456
  return self._GwId
@@ -10803,7 +10462,6 @@ class GatewaysData(AbstractModel):
10803
10462
  @property
10804
10463
  def Name(self):
10805
10464
  """网关名称,仅支持中文、英文、数字、_、-,长度不超过32个字符
10806
- 注意:此字段可能返回 null,表示取不到有效值。
10807
10465
  :rtype: str
10808
10466
  """
10809
10467
  return self._Name
@@ -10815,7 +10473,6 @@ class GatewaysData(AbstractModel):
10815
10473
  @property
10816
10474
  def Description(self):
10817
10475
  """网关描述,仅支持中文、英文、数字、_、-,长度不超过128个字符
10818
- 注意:此字段可能返回 null,表示取不到有效值。
10819
10476
  :rtype: str
10820
10477
  """
10821
10478
  return self._Description
@@ -10827,7 +10484,6 @@ class GatewaysData(AbstractModel):
10827
10484
  @property
10828
10485
  def ClusterId(self):
10829
10486
  """网关所属服务节点ID
10830
- 注意:此字段可能返回 null,表示取不到有效值。
10831
10487
  :rtype: str
10832
10488
  """
10833
10489
  return self._ClusterId
@@ -10839,7 +10495,6 @@ class GatewaysData(AbstractModel):
10839
10495
  @property
10840
10496
  def ClusterName(self):
10841
10497
  """网关所属服务节点名称
10842
- 注意:此字段可能返回 null,表示取不到有效值。
10843
10498
  :rtype: str
10844
10499
  """
10845
10500
  return self._ClusterName
@@ -10851,7 +10506,6 @@ class GatewaysData(AbstractModel):
10851
10506
  @property
10852
10507
  def Region(self):
10853
10508
  """网关所属地域
10854
- 注意:此字段可能返回 null,表示取不到有效值。
10855
10509
  :rtype: str
10856
10510
  """
10857
10511
  return self._Region
@@ -10863,7 +10517,6 @@ class GatewaysData(AbstractModel):
10863
10517
  @property
10864
10518
  def Status(self):
10865
10519
  """网关状态,0:离线,1:在线
10866
- 注意:此字段可能返回 null,表示取不到有效值。
10867
10520
  :rtype: int
10868
10521
  """
10869
10522
  return self._Status
@@ -10875,7 +10528,6 @@ class GatewaysData(AbstractModel):
10875
10528
  @property
10876
10529
  def CreatedAt(self):
10877
10530
  """网关激活时间
10878
- 注意:此字段可能返回 null,表示取不到有效值。
10879
10531
  :rtype: str
10880
10532
  """
10881
10533
  return self._CreatedAt
@@ -10887,7 +10539,6 @@ class GatewaysData(AbstractModel):
10887
10539
  @property
10888
10540
  def DeviceNum(self):
10889
10541
  """所属网关设备数量
10890
- 注意:此字段可能返回 null,表示取不到有效值。
10891
10542
  :rtype: int
10892
10543
  """
10893
10544
  return self._DeviceNum
@@ -10926,7 +10577,6 @@ class ISAPIOutputData(AbstractModel):
10926
10577
  def __init__(self):
10927
10578
  r"""
10928
10579
  :param _OutputData: 输出参数
10929
- 注意:此字段可能返回 null,表示取不到有效值。
10930
10580
  :type OutputData: str
10931
10581
  """
10932
10582
  self._OutputData = None
@@ -10934,7 +10584,6 @@ class ISAPIOutputData(AbstractModel):
10934
10584
  @property
10935
10585
  def OutputData(self):
10936
10586
  """输出参数
10937
- 注意:此字段可能返回 null,表示取不到有效值。
10938
10587
  :rtype: str
10939
10588
  """
10940
10589
  return self._OutputData
@@ -11756,10 +11405,8 @@ class ListGatewayDevicesData(AbstractModel):
11756
11405
  def __init__(self):
11757
11406
  r"""
11758
11407
  :param _List: 网关下设备列表
11759
- 注意:此字段可能返回 null,表示取不到有效值。
11760
11408
  :type List: list of GatewayDevice
11761
11409
  :param _TotalCount: 网关下设备总数
11762
- 注意:此字段可能返回 null,表示取不到有效值。
11763
11410
  :type TotalCount: int
11764
11411
  """
11765
11412
  self._List = None
@@ -11768,7 +11415,6 @@ class ListGatewayDevicesData(AbstractModel):
11768
11415
  @property
11769
11416
  def List(self):
11770
11417
  """网关下设备列表
11771
- 注意:此字段可能返回 null,表示取不到有效值。
11772
11418
  :rtype: list of GatewayDevice
11773
11419
  """
11774
11420
  return self._List
@@ -11780,7 +11426,6 @@ class ListGatewayDevicesData(AbstractModel):
11780
11426
  @property
11781
11427
  def TotalCount(self):
11782
11428
  """网关下设备总数
11783
- 注意:此字段可能返回 null,表示取不到有效值。
11784
11429
  :rtype: int
11785
11430
  """
11786
11431
  return self._TotalCount
@@ -11927,10 +11572,8 @@ class ListGatewaysData(AbstractModel):
11927
11572
  def __init__(self):
11928
11573
  r"""
11929
11574
  :param _List: 网关列表
11930
- 注意:此字段可能返回 null,表示取不到有效值。
11931
11575
  :type List: list of GatewaysData
11932
11576
  :param _TotalCount: 网关数量
11933
- 注意:此字段可能返回 null,表示取不到有效值。
11934
11577
  :type TotalCount: int
11935
11578
  """
11936
11579
  self._List = None
@@ -11939,7 +11582,6 @@ class ListGatewaysData(AbstractModel):
11939
11582
  @property
11940
11583
  def List(self):
11941
11584
  """网关列表
11942
- 注意:此字段可能返回 null,表示取不到有效值。
11943
11585
  :rtype: list of GatewaysData
11944
11586
  """
11945
11587
  return self._List
@@ -11951,7 +11593,6 @@ class ListGatewaysData(AbstractModel):
11951
11593
  @property
11952
11594
  def TotalCount(self):
11953
11595
  """网关数量
11954
- 注意:此字段可能返回 null,表示取不到有效值。
11955
11596
  :rtype: int
11956
11597
  """
11957
11598
  return self._TotalCount
@@ -12651,13 +12292,10 @@ class ListRecordBackupPlanDevicesData(AbstractModel):
12651
12292
  def __init__(self):
12652
12293
  r"""
12653
12294
  :param _PageNumber: 第几页
12654
- 注意:此字段可能返回 null,表示取不到有效值。
12655
12295
  :type PageNumber: int
12656
12296
  :param _PageSize: 当前页的设备数量
12657
- 注意:此字段可能返回 null,表示取不到有效值。
12658
12297
  :type PageSize: int
12659
12298
  :param _TotalCount: 本次查询的设备通道总数
12660
- 注意:此字段可能返回 null,表示取不到有效值。
12661
12299
  :type TotalCount: int
12662
12300
  :param _List: 设备通道信息列表
12663
12301
  注意:此字段可能返回 null,表示取不到有效值。
@@ -12671,7 +12309,6 @@ class ListRecordBackupPlanDevicesData(AbstractModel):
12671
12309
  @property
12672
12310
  def PageNumber(self):
12673
12311
  """第几页
12674
- 注意:此字段可能返回 null,表示取不到有效值。
12675
12312
  :rtype: int
12676
12313
  """
12677
12314
  return self._PageNumber
@@ -12683,7 +12320,6 @@ class ListRecordBackupPlanDevicesData(AbstractModel):
12683
12320
  @property
12684
12321
  def PageSize(self):
12685
12322
  """当前页的设备数量
12686
- 注意:此字段可能返回 null,表示取不到有效值。
12687
12323
  :rtype: int
12688
12324
  """
12689
12325
  return self._PageSize
@@ -12695,7 +12331,6 @@ class ListRecordBackupPlanDevicesData(AbstractModel):
12695
12331
  @property
12696
12332
  def TotalCount(self):
12697
12333
  """本次查询的设备通道总数
12698
- 注意:此字段可能返回 null,表示取不到有效值。
12699
12334
  :rtype: int
12700
12335
  """
12701
12336
  return self._TotalCount
@@ -12955,25 +12590,18 @@ class ListRecordBackupTemplatesData(AbstractModel):
12955
12590
  def __init__(self):
12956
12591
  r"""
12957
12592
  :param _TemplateId: 模板ID
12958
- 注意:此字段可能返回 null,表示取不到有效值。
12959
12593
  :type TemplateId: str
12960
12594
  :param _TemplateName: 模板名称
12961
- 注意:此字段可能返回 null,表示取不到有效值。
12962
12595
  :type TemplateName: str
12963
12596
  :param _TimeSections: 上云时间段(按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟)
12964
- 注意:此字段可能返回 null,表示取不到有效值。
12965
12597
  :type TimeSections: list of RecordTemplateTimeSections
12966
12598
  :param _DevTimeSections: 录像时间段(按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟)
12967
- 注意:此字段可能返回 null,表示取不到有效值。
12968
12599
  :type DevTimeSections: list of RecordTemplateTimeSections
12969
12600
  :param _Scale: 上云倍速(支持1,2,4倍速)
12970
- 注意:此字段可能返回 null,表示取不到有效值。
12971
12601
  :type Scale: int
12972
12602
  :param _CreateAt: 创建时间
12973
- 注意:此字段可能返回 null,表示取不到有效值。
12974
12603
  :type CreateAt: str
12975
12604
  :param _UpdateAt: 更新时间
12976
- 注意:此字段可能返回 null,表示取不到有效值。
12977
12605
  :type UpdateAt: str
12978
12606
  """
12979
12607
  self._TemplateId = None
@@ -12987,7 +12615,6 @@ class ListRecordBackupTemplatesData(AbstractModel):
12987
12615
  @property
12988
12616
  def TemplateId(self):
12989
12617
  """模板ID
12990
- 注意:此字段可能返回 null,表示取不到有效值。
12991
12618
  :rtype: str
12992
12619
  """
12993
12620
  return self._TemplateId
@@ -12999,7 +12626,6 @@ class ListRecordBackupTemplatesData(AbstractModel):
12999
12626
  @property
13000
12627
  def TemplateName(self):
13001
12628
  """模板名称
13002
- 注意:此字段可能返回 null,表示取不到有效值。
13003
12629
  :rtype: str
13004
12630
  """
13005
12631
  return self._TemplateName
@@ -13011,7 +12637,6 @@ class ListRecordBackupTemplatesData(AbstractModel):
13011
12637
  @property
13012
12638
  def TimeSections(self):
13013
12639
  """上云时间段(按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟)
13014
- 注意:此字段可能返回 null,表示取不到有效值。
13015
12640
  :rtype: list of RecordTemplateTimeSections
13016
12641
  """
13017
12642
  return self._TimeSections
@@ -13023,7 +12648,6 @@ class ListRecordBackupTemplatesData(AbstractModel):
13023
12648
  @property
13024
12649
  def DevTimeSections(self):
13025
12650
  """录像时间段(按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟)
13026
- 注意:此字段可能返回 null,表示取不到有效值。
13027
12651
  :rtype: list of RecordTemplateTimeSections
13028
12652
  """
13029
12653
  return self._DevTimeSections
@@ -13035,7 +12659,6 @@ class ListRecordBackupTemplatesData(AbstractModel):
13035
12659
  @property
13036
12660
  def Scale(self):
13037
12661
  """上云倍速(支持1,2,4倍速)
13038
- 注意:此字段可能返回 null,表示取不到有效值。
13039
12662
  :rtype: int
13040
12663
  """
13041
12664
  return self._Scale
@@ -13047,7 +12670,6 @@ class ListRecordBackupTemplatesData(AbstractModel):
13047
12670
  @property
13048
12671
  def CreateAt(self):
13049
12672
  """创建时间
13050
- 注意:此字段可能返回 null,表示取不到有效值。
13051
12673
  :rtype: str
13052
12674
  """
13053
12675
  return self._CreateAt
@@ -13059,7 +12681,6 @@ class ListRecordBackupTemplatesData(AbstractModel):
13059
12681
  @property
13060
12682
  def UpdateAt(self):
13061
12683
  """更新时间
13062
- 注意:此字段可能返回 null,表示取不到有效值。
13063
12684
  :rtype: str
13064
12685
  """
13065
12686
  return self._UpdateAt
@@ -13848,10 +13469,8 @@ class ListTasksData(AbstractModel):
13848
13469
  def __init__(self):
13849
13470
  r"""
13850
13471
  :param _List: 任务列表
13851
- 注意:此字段可能返回 null,表示取不到有效值。
13852
13472
  :type List: list of TaskData
13853
13473
  :param _TotalCount: 任务数量
13854
- 注意:此字段可能返回 null,表示取不到有效值。
13855
13474
  :type TotalCount: int
13856
13475
  """
13857
13476
  self._List = None
@@ -13860,7 +13479,6 @@ class ListTasksData(AbstractModel):
13860
13479
  @property
13861
13480
  def List(self):
13862
13481
  """任务列表
13863
- 注意:此字段可能返回 null,表示取不到有效值。
13864
13482
  :rtype: list of TaskData
13865
13483
  """
13866
13484
  return self._List
@@ -13872,7 +13490,6 @@ class ListTasksData(AbstractModel):
13872
13490
  @property
13873
13491
  def TotalCount(self):
13874
13492
  """任务数量
13875
- 注意:此字段可能返回 null,表示取不到有效值。
13876
13493
  :rtype: int
13877
13494
  """
13878
13495
  return self._TotalCount
@@ -14206,12 +13823,10 @@ class OrganizationChannelInfo(AbstractModel):
14206
13823
  :param _DeviceId: 设备通道所属的设备ID
14207
13824
  :type DeviceId: str
14208
13825
  :param _DeviceName: 设备通道所属的设备名称
14209
- 注意:此字段可能返回 null,表示取不到有效值。
14210
13826
  :type DeviceName: str
14211
13827
  :param _ChannelId: 设备通道ID
14212
13828
  :type ChannelId: str
14213
13829
  :param _ChannelName: 设备通道名称
14214
- 注意:此字段可能返回 null,表示取不到有效值。
14215
13830
  :type ChannelName: str
14216
13831
  :param _InPlan: 该通道是否在上云计划中,如果是,则不能在添加到其他上云计划|true:在上云计划中,false:不在上云计划中
14217
13832
  :type InPlan: bool
@@ -14236,7 +13851,6 @@ class OrganizationChannelInfo(AbstractModel):
14236
13851
  @property
14237
13852
  def DeviceName(self):
14238
13853
  """设备通道所属的设备名称
14239
- 注意:此字段可能返回 null,表示取不到有效值。
14240
13854
  :rtype: str
14241
13855
  """
14242
13856
  return self._DeviceName
@@ -14259,7 +13873,6 @@ class OrganizationChannelInfo(AbstractModel):
14259
13873
  @property
14260
13874
  def ChannelName(self):
14261
13875
  """设备通道名称
14262
- 注意:此字段可能返回 null,表示取不到有效值。
14263
13876
  :rtype: str
14264
13877
  """
14265
13878
  return self._ChannelName
@@ -14529,7 +14142,6 @@ class PlayRecordData(AbstractModel):
14529
14142
  def __init__(self):
14530
14143
  r"""
14531
14144
  :param _Flv: 录像播放地址
14532
- 注意:此字段可能返回 null,表示取不到有效值。
14533
14145
  :type Flv: str
14534
14146
  """
14535
14147
  self._Flv = None
@@ -14537,7 +14149,6 @@ class PlayRecordData(AbstractModel):
14537
14149
  @property
14538
14150
  def Flv(self):
14539
14151
  """录像播放地址
14540
- 注意:此字段可能返回 null,表示取不到有效值。
14541
14152
  :rtype: str
14542
14153
  """
14543
14154
  return self._Flv
@@ -14789,7 +14400,6 @@ class QueryForbidPlayChannelListResponse(AbstractModel):
14789
14400
  def __init__(self):
14790
14401
  r"""
14791
14402
  :param _Data: 返回结果
14792
- 注意:此字段可能返回 null,表示取不到有效值。
14793
14403
  :type Data: :class:`tencentcloud.iss.v20230517.models.ListForbidplayChannelsData`
14794
14404
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14795
14405
  :type RequestId: str
@@ -14800,7 +14410,6 @@ class QueryForbidPlayChannelListResponse(AbstractModel):
14800
14410
  @property
14801
14411
  def Data(self):
14802
14412
  """返回结果
14803
- 注意:此字段可能返回 null,表示取不到有效值。
14804
14413
  :rtype: :class:`tencentcloud.iss.v20230517.models.ListForbidplayChannelsData`
14805
14414
  """
14806
14415
  return self._Data
@@ -14842,10 +14451,8 @@ class RecordPlanBaseInfo(AbstractModel):
14842
14451
  :param _TemplateId: 上云模板ID
14843
14452
  :type TemplateId: str
14844
14453
  :param _Describe: 上云计划描述
14845
- 注意:此字段可能返回 null,表示取不到有效值。
14846
14454
  :type Describe: str
14847
14455
  :param _StreamType: 码流类型,default:设备默认码流类型,main:主码流,sub:子码流,其他根据设备能力集自定义
14848
- 注意:此字段可能返回 null,表示取不到有效值。
14849
14456
  :type StreamType: str
14850
14457
  :param _LifeCycle: 云文件生命周期
14851
14458
  :type LifeCycle: :class:`tencentcloud.iss.v20230517.models.LifeCycleData`
@@ -14902,7 +14509,6 @@ class RecordPlanBaseInfo(AbstractModel):
14902
14509
  @property
14903
14510
  def Describe(self):
14904
14511
  """上云计划描述
14905
- 注意:此字段可能返回 null,表示取不到有效值。
14906
14512
  :rtype: str
14907
14513
  """
14908
14514
  return self._Describe
@@ -14914,7 +14520,6 @@ class RecordPlanBaseInfo(AbstractModel):
14914
14520
  @property
14915
14521
  def StreamType(self):
14916
14522
  """码流类型,default:设备默认码流类型,main:主码流,sub:子码流,其他根据设备能力集自定义
14917
- 注意:此字段可能返回 null,表示取不到有效值。
14918
14523
  :rtype: str
14919
14524
  """
14920
14525
  return self._StreamType
@@ -15000,15 +14605,12 @@ class RecordPlanChannelInfo(AbstractModel):
15000
14605
  :param _DeviceId: 设备通道所属的设备ID
15001
14606
  :type DeviceId: str
15002
14607
  :param _DeviceName: 设备通道所属的设备名称
15003
- 注意:此字段可能返回 null,表示取不到有效值。
15004
14608
  :type DeviceName: str
15005
14609
  :param _ChannelId: 设备通道ID
15006
14610
  :type ChannelId: str
15007
14611
  :param _ChannelName: 设备通道名称
15008
- 注意:此字段可能返回 null,表示取不到有效值。
15009
14612
  :type ChannelName: str
15010
14613
  :param _OrganizationName: 所属组织名称
15011
- 注意:此字段可能返回 null,表示取不到有效值。
15012
14614
  :type OrganizationName: str
15013
14615
  :param _AccessProtocol: 通道所属设备的接入协议类型
15014
14616
  :type AccessProtocol: int
@@ -15034,7 +14636,6 @@ class RecordPlanChannelInfo(AbstractModel):
15034
14636
  @property
15035
14637
  def DeviceName(self):
15036
14638
  """设备通道所属的设备名称
15037
- 注意:此字段可能返回 null,表示取不到有效值。
15038
14639
  :rtype: str
15039
14640
  """
15040
14641
  return self._DeviceName
@@ -15057,7 +14658,6 @@ class RecordPlanChannelInfo(AbstractModel):
15057
14658
  @property
15058
14659
  def ChannelName(self):
15059
14660
  """设备通道名称
15060
- 注意:此字段可能返回 null,表示取不到有效值。
15061
14661
  :rtype: str
15062
14662
  """
15063
14663
  return self._ChannelName
@@ -15069,7 +14669,6 @@ class RecordPlanChannelInfo(AbstractModel):
15069
14669
  @property
15070
14670
  def OrganizationName(self):
15071
14671
  """所属组织名称
15072
- 注意:此字段可能返回 null,表示取不到有效值。
15073
14672
  :rtype: str
15074
14673
  """
15075
14674
  return self._OrganizationName
@@ -15121,12 +14720,10 @@ class RecordPlanOptData(AbstractModel):
15121
14720
  :param _TemplateId: 上云模板ID
15122
14721
  :type TemplateId: str
15123
14722
  :param _Describe: 上云计划描述
15124
- 注意:此字段可能返回 null,表示取不到有效值。
15125
14723
  :type Describe: str
15126
14724
  :param _LifeCycle: 云文件生命周期
15127
14725
  :type LifeCycle: :class:`tencentcloud.iss.v20230517.models.LifeCycleData`
15128
14726
  :param _StreamType: 码流类型,default:设备默认码流类型,main:主码流,sub:子码流,其他根据设备能力集自定义
15129
- 注意:此字段可能返回 null,表示取不到有效值。
15130
14727
  :type StreamType: str
15131
14728
  :param _RepairMode: 录像补录模式(0:不启用,1:启用)
15132
14729
  :type RepairMode: int
@@ -15175,7 +14772,6 @@ class RecordPlanOptData(AbstractModel):
15175
14772
  @property
15176
14773
  def Describe(self):
15177
14774
  """上云计划描述
15178
- 注意:此字段可能返回 null,表示取不到有效值。
15179
14775
  :rtype: str
15180
14776
  """
15181
14777
  return self._Describe
@@ -15198,7 +14794,6 @@ class RecordPlanOptData(AbstractModel):
15198
14794
  @property
15199
14795
  def StreamType(self):
15200
14796
  """码流类型,default:设备默认码流类型,main:主码流,sub:子码流,其他根据设备能力集自定义
15201
- 注意:此字段可能返回 null,表示取不到有效值。
15202
14797
  :rtype: str
15203
14798
  """
15204
14799
  return self._StreamType
@@ -15395,7 +14990,6 @@ class RecordRetrieveTaskDetailsInfo(AbstractModel):
15395
14990
  :param _Capacity: 取回容量,单位MB
15396
14991
  :type Capacity: int
15397
14992
  :param _Describe: 任务描述
15398
- 注意:此字段可能返回 null,表示取不到有效值。
15399
14993
  :type Describe: str
15400
14994
  :param _ChannelCount: 任务通道数量
15401
14995
  :type ChannelCount: int
@@ -15502,7 +15096,6 @@ class RecordRetrieveTaskDetailsInfo(AbstractModel):
15502
15096
  @property
15503
15097
  def Describe(self):
15504
15098
  """任务描述
15505
- 注意:此字段可能返回 null,表示取不到有效值。
15506
15099
  :rtype: str
15507
15100
  """
15508
15101
  return self._Describe
@@ -15749,7 +15342,6 @@ class RecordTimeLine(AbstractModel):
15749
15342
  :param _End: 时间片段结束时间,UTC秒数,例如:1662114146
15750
15343
  :type End: int
15751
15344
  :param _HlsUrl: 对应时间片段的播放url
15752
- 注意:此字段可能返回 null,表示取不到有效值。
15753
15345
  :type HlsUrl: str
15754
15346
  """
15755
15347
  self._Begin = None
@@ -15781,7 +15373,6 @@ class RecordTimeLine(AbstractModel):
15781
15373
  @property
15782
15374
  def HlsUrl(self):
15783
15375
  """对应时间片段的播放url
15784
- 注意:此字段可能返回 null,表示取不到有效值。
15785
15376
  :rtype: str
15786
15377
  """
15787
15378
  return self._HlsUrl
@@ -16143,7 +15734,6 @@ class SubTaskData(AbstractModel):
16143
15734
  :param _Status: 任务状态1:NEW,2:RUNNING,3:COMPLETED ,4:FAILED
16144
15735
  :type Status: int
16145
15736
  :param _FailReason: 任务失败原因
16146
- 注意:此字段可能返回 null,表示取不到有效值。
16147
15737
  :type FailReason: str
16148
15738
  :param _Progress: 任务进度
16149
15739
  :type Progress: float
@@ -16162,16 +15752,12 @@ class SubTaskData(AbstractModel):
16162
15752
  :param _Runtime: 任务运行时间,单位ms
16163
15753
  :type Runtime: int
16164
15754
  :param _DeviceId: 设备ID
16165
- 注意:此字段可能返回 null,表示取不到有效值。
16166
15755
  :type DeviceId: str
16167
15756
  :param _DeviceName: 设备名称
16168
- 注意:此字段可能返回 null,表示取不到有效值。
16169
15757
  :type DeviceName: str
16170
15758
  :param _ChannelId: 通道ID
16171
- 注意:此字段可能返回 null,表示取不到有效值。
16172
15759
  :type ChannelId: str
16173
15760
  :param _ChannelName: 通道名称
16174
- 注意:此字段可能返回 null,表示取不到有效值。
16175
15761
  :type ChannelName: str
16176
15762
  """
16177
15763
  self._SubTaskId = None
@@ -16215,7 +15801,6 @@ class SubTaskData(AbstractModel):
16215
15801
  @property
16216
15802
  def FailReason(self):
16217
15803
  """任务失败原因
16218
- 注意:此字段可能返回 null,表示取不到有效值。
16219
15804
  :rtype: str
16220
15805
  """
16221
15806
  return self._FailReason
@@ -16315,7 +15900,6 @@ class SubTaskData(AbstractModel):
16315
15900
  @property
16316
15901
  def DeviceId(self):
16317
15902
  """设备ID
16318
- 注意:此字段可能返回 null,表示取不到有效值。
16319
15903
  :rtype: str
16320
15904
  """
16321
15905
  return self._DeviceId
@@ -16327,7 +15911,6 @@ class SubTaskData(AbstractModel):
16327
15911
  @property
16328
15912
  def DeviceName(self):
16329
15913
  """设备名称
16330
- 注意:此字段可能返回 null,表示取不到有效值。
16331
15914
  :rtype: str
16332
15915
  """
16333
15916
  return self._DeviceName
@@ -16339,7 +15922,6 @@ class SubTaskData(AbstractModel):
16339
15922
  @property
16340
15923
  def ChannelId(self):
16341
15924
  """通道ID
16342
- 注意:此字段可能返回 null,表示取不到有效值。
16343
15925
  :rtype: str
16344
15926
  """
16345
15927
  return self._ChannelId
@@ -16351,7 +15933,6 @@ class SubTaskData(AbstractModel):
16351
15933
  @property
16352
15934
  def ChannelName(self):
16353
15935
  """通道名称
16354
- 注意:此字段可能返回 null,表示取不到有效值。
16355
15936
  :rtype: str
16356
15937
  """
16357
15938
  return self._ChannelName
@@ -16399,7 +15980,6 @@ class TaskData(AbstractModel):
16399
15980
  :param _Status: 任务状态1:NEW,2:RUNNING,3:COMPLETED ,4:FAILED
16400
15981
  :type Status: int
16401
15982
  :param _FailReason: 失败原因
16402
- 注意:此字段可能返回 null,表示取不到有效值。
16403
15983
  :type FailReason: str
16404
15984
  :param _Progress: 进度(0-1)
16405
15985
  :type Progress: float
@@ -16428,16 +16008,12 @@ class TaskData(AbstractModel):
16428
16008
  :param _Runtime: 任务运行时间,单位ms
16429
16009
  :type Runtime: int
16430
16010
  :param _DeviceId: 设备ID
16431
- 注意:此字段可能返回 null,表示取不到有效值。
16432
16011
  :type DeviceId: str
16433
16012
  :param _DeviceName: 设备名称
16434
- 注意:此字段可能返回 null,表示取不到有效值。
16435
16013
  :type DeviceName: str
16436
16014
  :param _ChannelId: 通道ID
16437
- 注意:此字段可能返回 null,表示取不到有效值。
16438
16015
  :type ChannelId: str
16439
16016
  :param _ChannelName: 通道名称
16440
- 注意:此字段可能返回 null,表示取不到有效值。
16441
16017
  :type ChannelName: str
16442
16018
  """
16443
16019
  self._TaskId = None
@@ -16486,7 +16062,6 @@ class TaskData(AbstractModel):
16486
16062
  @property
16487
16063
  def FailReason(self):
16488
16064
  """失败原因
16489
- 注意:此字段可能返回 null,表示取不到有效值。
16490
16065
  :rtype: str
16491
16066
  """
16492
16067
  return self._FailReason
@@ -16641,7 +16216,6 @@ class TaskData(AbstractModel):
16641
16216
  @property
16642
16217
  def DeviceId(self):
16643
16218
  """设备ID
16644
- 注意:此字段可能返回 null,表示取不到有效值。
16645
16219
  :rtype: str
16646
16220
  """
16647
16221
  return self._DeviceId
@@ -16653,7 +16227,6 @@ class TaskData(AbstractModel):
16653
16227
  @property
16654
16228
  def DeviceName(self):
16655
16229
  """设备名称
16656
- 注意:此字段可能返回 null,表示取不到有效值。
16657
16230
  :rtype: str
16658
16231
  """
16659
16232
  return self._DeviceName
@@ -16665,7 +16238,6 @@ class TaskData(AbstractModel):
16665
16238
  @property
16666
16239
  def ChannelId(self):
16667
16240
  """通道ID
16668
- 注意:此字段可能返回 null,表示取不到有效值。
16669
16241
  :rtype: str
16670
16242
  """
16671
16243
  return self._ChannelId
@@ -16677,7 +16249,6 @@ class TaskData(AbstractModel):
16677
16249
  @property
16678
16250
  def ChannelName(self):
16679
16251
  """ 通道名称
16680
- 注意:此字段可能返回 null,表示取不到有效值。
16681
16252
  :rtype: str
16682
16253
  """
16683
16254
  return self._ChannelName
@@ -16726,10 +16297,8 @@ class Timeline(AbstractModel):
16726
16297
  def __init__(self):
16727
16298
  r"""
16728
16299
  :param _Begin: 分片起始时间
16729
- 注意:此字段可能返回 null,表示取不到有效值。
16730
16300
  :type Begin: int
16731
16301
  :param _End: 分片结束时间
16732
- 注意:此字段可能返回 null,表示取不到有效值。
16733
16302
  :type End: int
16734
16303
  """
16735
16304
  self._Begin = None
@@ -16738,7 +16307,6 @@ class Timeline(AbstractModel):
16738
16307
  @property
16739
16308
  def Begin(self):
16740
16309
  """分片起始时间
16741
- 注意:此字段可能返回 null,表示取不到有效值。
16742
16310
  :rtype: int
16743
16311
  """
16744
16312
  return self._Begin
@@ -16750,7 +16318,6 @@ class Timeline(AbstractModel):
16750
16318
  @property
16751
16319
  def End(self):
16752
16320
  """分片结束时间
16753
- 注意:此字段可能返回 null,表示取不到有效值。
16754
16321
  :rtype: int
16755
16322
  """
16756
16323
  return self._End
@@ -17038,59 +16605,41 @@ class UpdateDeviceData(AbstractModel):
17038
16605
  def __init__(self):
17039
16606
  r"""
17040
16607
  :param _DeviceId: 设备ID
17041
- 注意:此字段可能返回 null,表示取不到有效值。
17042
16608
  :type DeviceId: str
17043
16609
  :param _Code: 设备编码(国标设备即我们为设备生成的20位国标编码,rtmp 设备为10 位设备编码)
17044
- 注意:此字段可能返回 null,表示取不到有效值。
17045
16610
  :type Code: str
17046
16611
  :param _Name: 设备名称
17047
- 注意:此字段可能返回 null,表示取不到有效值。
17048
16612
  :type Name: str
17049
16613
  :param _AccessProtocol: 设备接入协议,1:RTMP,2:GB,3:GW
17050
- 注意:此字段可能返回 null,表示取不到有效值。
17051
16614
  :type AccessProtocol: int
17052
16615
  :param _Type: 设备类型,1:IPC,2:NVR
17053
- 注意:此字段可能返回 null,表示取不到有效值。
17054
16616
  :type Type: int
17055
16617
  :param _ClusterId: 设备接入服务节点ID
17056
- 注意:此字段可能返回 null,表示取不到有效值。
17057
16618
  :type ClusterId: str
17058
16619
  :param _ClusterName: 设备接入服务节点名称
17059
16620
 
17060
- 注意:此字段可能返回 null,表示取不到有效值。
17061
16621
  :type ClusterName: str
17062
16622
  :param _TransportProtocol: 设备流传输协议,1:UDP,2:TCP
17063
- 注意:此字段可能返回 null,表示取不到有效值。
17064
16623
  :type TransportProtocol: int
17065
16624
  :param _Password: 设备密码
17066
- 注意:此字段可能返回 null,表示取不到有效值。
17067
16625
  :type Password: str
17068
16626
  :param _Description: 设备描述
17069
- 注意:此字段可能返回 null,表示取不到有效值。
17070
16627
  :type Description: str
17071
16628
  :param _Status: 设备状态,0:未注册,1:在线,2:离线,3:禁用
17072
- 注意:此字段可能返回 null,表示取不到有效值。
17073
16629
  :type Status: int
17074
16630
  :param _OrganizationId: 设备所属组织ID
17075
- 注意:此字段可能返回 null,表示取不到有效值。
17076
16631
  :type OrganizationId: int
17077
16632
  :param _GatewayId: 设备接入网关ID,从查询网关列表接口中获取(仅网关接入需要)
17078
- 注意:此字段可能返回 null,表示取不到有效值。
17079
16633
  :type GatewayId: str
17080
16634
  :param _ProtocolType: 网关接入协议类型,1.海康SDK,2.大华SDK,3.宇视SDK,4.Onvif(仅网关接入需要)
17081
- 注意:此字段可能返回 null,表示取不到有效值。
17082
16635
  :type ProtocolType: int
17083
16636
  :param _Ip: 设备接入IP
17084
- 注意:此字段可能返回 null,表示取不到有效值。
17085
16637
  :type Ip: str
17086
16638
  :param _Port: 设备Port
17087
- 注意:此字段可能返回 null,表示取不到有效值。
17088
16639
  :type Port: int
17089
16640
  :param _Username: 设备用户名
17090
- 注意:此字段可能返回 null,表示取不到有效值。
17091
16641
  :type Username: str
17092
16642
  :param _AppId: 用户Id
17093
- 注意:此字段可能返回 null,表示取不到有效值。
17094
16643
  :type AppId: int
17095
16644
  """
17096
16645
  self._DeviceId = None
@@ -17115,7 +16664,6 @@ class UpdateDeviceData(AbstractModel):
17115
16664
  @property
17116
16665
  def DeviceId(self):
17117
16666
  """设备ID
17118
- 注意:此字段可能返回 null,表示取不到有效值。
17119
16667
  :rtype: str
17120
16668
  """
17121
16669
  return self._DeviceId
@@ -17127,7 +16675,6 @@ class UpdateDeviceData(AbstractModel):
17127
16675
  @property
17128
16676
  def Code(self):
17129
16677
  """设备编码(国标设备即我们为设备生成的20位国标编码,rtmp 设备为10 位设备编码)
17130
- 注意:此字段可能返回 null,表示取不到有效值。
17131
16678
  :rtype: str
17132
16679
  """
17133
16680
  return self._Code
@@ -17139,7 +16686,6 @@ class UpdateDeviceData(AbstractModel):
17139
16686
  @property
17140
16687
  def Name(self):
17141
16688
  """设备名称
17142
- 注意:此字段可能返回 null,表示取不到有效值。
17143
16689
  :rtype: str
17144
16690
  """
17145
16691
  return self._Name
@@ -17151,7 +16697,6 @@ class UpdateDeviceData(AbstractModel):
17151
16697
  @property
17152
16698
  def AccessProtocol(self):
17153
16699
  """设备接入协议,1:RTMP,2:GB,3:GW
17154
- 注意:此字段可能返回 null,表示取不到有效值。
17155
16700
  :rtype: int
17156
16701
  """
17157
16702
  return self._AccessProtocol
@@ -17163,7 +16708,6 @@ class UpdateDeviceData(AbstractModel):
17163
16708
  @property
17164
16709
  def Type(self):
17165
16710
  """设备类型,1:IPC,2:NVR
17166
- 注意:此字段可能返回 null,表示取不到有效值。
17167
16711
  :rtype: int
17168
16712
  """
17169
16713
  return self._Type
@@ -17175,7 +16719,6 @@ class UpdateDeviceData(AbstractModel):
17175
16719
  @property
17176
16720
  def ClusterId(self):
17177
16721
  """设备接入服务节点ID
17178
- 注意:此字段可能返回 null,表示取不到有效值。
17179
16722
  :rtype: str
17180
16723
  """
17181
16724
  return self._ClusterId
@@ -17188,7 +16731,6 @@ class UpdateDeviceData(AbstractModel):
17188
16731
  def ClusterName(self):
17189
16732
  """设备接入服务节点名称
17190
16733
 
17191
- 注意:此字段可能返回 null,表示取不到有效值。
17192
16734
  :rtype: str
17193
16735
  """
17194
16736
  return self._ClusterName
@@ -17200,7 +16742,6 @@ class UpdateDeviceData(AbstractModel):
17200
16742
  @property
17201
16743
  def TransportProtocol(self):
17202
16744
  """设备流传输协议,1:UDP,2:TCP
17203
- 注意:此字段可能返回 null,表示取不到有效值。
17204
16745
  :rtype: int
17205
16746
  """
17206
16747
  return self._TransportProtocol
@@ -17212,7 +16753,6 @@ class UpdateDeviceData(AbstractModel):
17212
16753
  @property
17213
16754
  def Password(self):
17214
16755
  """设备密码
17215
- 注意:此字段可能返回 null,表示取不到有效值。
17216
16756
  :rtype: str
17217
16757
  """
17218
16758
  return self._Password
@@ -17224,7 +16764,6 @@ class UpdateDeviceData(AbstractModel):
17224
16764
  @property
17225
16765
  def Description(self):
17226
16766
  """设备描述
17227
- 注意:此字段可能返回 null,表示取不到有效值。
17228
16767
  :rtype: str
17229
16768
  """
17230
16769
  return self._Description
@@ -17236,7 +16775,6 @@ class UpdateDeviceData(AbstractModel):
17236
16775
  @property
17237
16776
  def Status(self):
17238
16777
  """设备状态,0:未注册,1:在线,2:离线,3:禁用
17239
- 注意:此字段可能返回 null,表示取不到有效值。
17240
16778
  :rtype: int
17241
16779
  """
17242
16780
  return self._Status
@@ -17248,7 +16786,6 @@ class UpdateDeviceData(AbstractModel):
17248
16786
  @property
17249
16787
  def OrganizationId(self):
17250
16788
  """设备所属组织ID
17251
- 注意:此字段可能返回 null,表示取不到有效值。
17252
16789
  :rtype: int
17253
16790
  """
17254
16791
  return self._OrganizationId
@@ -17260,7 +16797,6 @@ class UpdateDeviceData(AbstractModel):
17260
16797
  @property
17261
16798
  def GatewayId(self):
17262
16799
  """设备接入网关ID,从查询网关列表接口中获取(仅网关接入需要)
17263
- 注意:此字段可能返回 null,表示取不到有效值。
17264
16800
  :rtype: str
17265
16801
  """
17266
16802
  return self._GatewayId
@@ -17272,7 +16808,6 @@ class UpdateDeviceData(AbstractModel):
17272
16808
  @property
17273
16809
  def ProtocolType(self):
17274
16810
  """网关接入协议类型,1.海康SDK,2.大华SDK,3.宇视SDK,4.Onvif(仅网关接入需要)
17275
- 注意:此字段可能返回 null,表示取不到有效值。
17276
16811
  :rtype: int
17277
16812
  """
17278
16813
  return self._ProtocolType
@@ -17284,7 +16819,6 @@ class UpdateDeviceData(AbstractModel):
17284
16819
  @property
17285
16820
  def Ip(self):
17286
16821
  """设备接入IP
17287
- 注意:此字段可能返回 null,表示取不到有效值。
17288
16822
  :rtype: str
17289
16823
  """
17290
16824
  return self._Ip
@@ -17296,7 +16830,6 @@ class UpdateDeviceData(AbstractModel):
17296
16830
  @property
17297
16831
  def Port(self):
17298
16832
  """设备Port
17299
- 注意:此字段可能返回 null,表示取不到有效值。
17300
16833
  :rtype: int
17301
16834
  """
17302
16835
  return self._Port
@@ -17308,7 +16841,6 @@ class UpdateDeviceData(AbstractModel):
17308
16841
  @property
17309
16842
  def Username(self):
17310
16843
  """设备用户名
17311
- 注意:此字段可能返回 null,表示取不到有效值。
17312
16844
  :rtype: str
17313
16845
  """
17314
16846
  return self._Username
@@ -17320,7 +16852,6 @@ class UpdateDeviceData(AbstractModel):
17320
16852
  @property
17321
16853
  def AppId(self):
17322
16854
  """用户Id
17323
- 注意:此字段可能返回 null,表示取不到有效值。
17324
16855
  :rtype: int
17325
16856
  """
17326
16857
  return self._AppId
@@ -17525,34 +17056,24 @@ class UpdateGatewayData(AbstractModel):
17525
17056
  def __init__(self):
17526
17057
  r"""
17527
17058
  :param _GatewayId: 网关索引ID
17528
- 注意:此字段可能返回 null,表示取不到有效值。
17529
17059
  :type GatewayId: str
17530
17060
  :param _GwId: 网关编码
17531
- 注意:此字段可能返回 null,表示取不到有效值。
17532
17061
  :type GwId: str
17533
17062
  :param _Name: 网关名称,仅支持中文、英文、数字、_、-,长度不超过32个字符
17534
- 注意:此字段可能返回 null,表示取不到有效值。
17535
17063
  :type Name: str
17536
17064
  :param _Description: 网关描述,仅支持中文、英文、数字、_、-,长度不超过128个字符
17537
- 注意:此字段可能返回 null,表示取不到有效值。
17538
17065
  :type Description: str
17539
17066
  :param _ClusterId: 服务节点ID
17540
- 注意:此字段可能返回 null,表示取不到有效值。
17541
17067
  :type ClusterId: str
17542
17068
  :param _ClusterName: 服务节点名称
17543
- 注意:此字段可能返回 null,表示取不到有效值。
17544
17069
  :type ClusterName: str
17545
17070
  :param _Status: 网关状态,0:离线,1:在线
17546
- 注意:此字段可能返回 null,表示取不到有效值。
17547
17071
  :type Status: int
17548
17072
  :param _CreatedAt: 激活时间
17549
- 注意:此字段可能返回 null,表示取不到有效值。
17550
17073
  :type CreatedAt: int
17551
17074
  :param _Secret: 网关密钥
17552
- 注意:此字段可能返回 null,表示取不到有效值。
17553
17075
  :type Secret: str
17554
17076
  :param _Version: 网关版本信息
17555
- 注意:此字段可能返回 null,表示取不到有效值。
17556
17077
  :type Version: str
17557
17078
  """
17558
17079
  self._GatewayId = None
@@ -17569,7 +17090,6 @@ class UpdateGatewayData(AbstractModel):
17569
17090
  @property
17570
17091
  def GatewayId(self):
17571
17092
  """网关索引ID
17572
- 注意:此字段可能返回 null,表示取不到有效值。
17573
17093
  :rtype: str
17574
17094
  """
17575
17095
  return self._GatewayId
@@ -17581,7 +17101,6 @@ class UpdateGatewayData(AbstractModel):
17581
17101
  @property
17582
17102
  def GwId(self):
17583
17103
  """网关编码
17584
- 注意:此字段可能返回 null,表示取不到有效值。
17585
17104
  :rtype: str
17586
17105
  """
17587
17106
  return self._GwId
@@ -17593,7 +17112,6 @@ class UpdateGatewayData(AbstractModel):
17593
17112
  @property
17594
17113
  def Name(self):
17595
17114
  """网关名称,仅支持中文、英文、数字、_、-,长度不超过32个字符
17596
- 注意:此字段可能返回 null,表示取不到有效值。
17597
17115
  :rtype: str
17598
17116
  """
17599
17117
  return self._Name
@@ -17605,7 +17123,6 @@ class UpdateGatewayData(AbstractModel):
17605
17123
  @property
17606
17124
  def Description(self):
17607
17125
  """网关描述,仅支持中文、英文、数字、_、-,长度不超过128个字符
17608
- 注意:此字段可能返回 null,表示取不到有效值。
17609
17126
  :rtype: str
17610
17127
  """
17611
17128
  return self._Description
@@ -17617,7 +17134,6 @@ class UpdateGatewayData(AbstractModel):
17617
17134
  @property
17618
17135
  def ClusterId(self):
17619
17136
  """服务节点ID
17620
- 注意:此字段可能返回 null,表示取不到有效值。
17621
17137
  :rtype: str
17622
17138
  """
17623
17139
  return self._ClusterId
@@ -17629,7 +17145,6 @@ class UpdateGatewayData(AbstractModel):
17629
17145
  @property
17630
17146
  def ClusterName(self):
17631
17147
  """服务节点名称
17632
- 注意:此字段可能返回 null,表示取不到有效值。
17633
17148
  :rtype: str
17634
17149
  """
17635
17150
  return self._ClusterName
@@ -17641,7 +17156,6 @@ class UpdateGatewayData(AbstractModel):
17641
17156
  @property
17642
17157
  def Status(self):
17643
17158
  """网关状态,0:离线,1:在线
17644
- 注意:此字段可能返回 null,表示取不到有效值。
17645
17159
  :rtype: int
17646
17160
  """
17647
17161
  return self._Status
@@ -17653,7 +17167,6 @@ class UpdateGatewayData(AbstractModel):
17653
17167
  @property
17654
17168
  def CreatedAt(self):
17655
17169
  """激活时间
17656
- 注意:此字段可能返回 null,表示取不到有效值。
17657
17170
  :rtype: int
17658
17171
  """
17659
17172
  return self._CreatedAt
@@ -17665,7 +17178,6 @@ class UpdateGatewayData(AbstractModel):
17665
17178
  @property
17666
17179
  def Secret(self):
17667
17180
  """网关密钥
17668
- 注意:此字段可能返回 null,表示取不到有效值。
17669
17181
  :rtype: str
17670
17182
  """
17671
17183
  return self._Secret
@@ -17677,7 +17189,6 @@ class UpdateGatewayData(AbstractModel):
17677
17189
  @property
17678
17190
  def Version(self):
17679
17191
  """网关版本信息
17680
- 注意:此字段可能返回 null,表示取不到有效值。
17681
17192
  :rtype: str
17682
17193
  """
17683
17194
  return self._Version
@@ -17827,28 +17338,20 @@ class UpdateOrgData(AbstractModel):
17827
17338
  def __init__(self):
17828
17339
  r"""
17829
17340
  :param _OrganizationId: 组织 ID
17830
- 注意:此字段可能返回 null,表示取不到有效值。
17831
17341
  :type OrganizationId: str
17832
17342
  :param _Name: 组织名称
17833
- 注意:此字段可能返回 null,表示取不到有效值。
17834
17343
  :type Name: str
17835
17344
  :param _ParentId: 组织父节点 ID
17836
- 注意:此字段可能返回 null,表示取不到有效值。
17837
17345
  :type ParentId: str
17838
17346
  :param _Level: 组织层级
17839
- 注意:此字段可能返回 null,表示取不到有效值。
17840
17347
  :type Level: int
17841
17348
  :param _AppId: 用户ID
17842
- 注意:此字段可能返回 null,表示取不到有效值。
17843
17349
  :type AppId: int
17844
17350
  :param _ParentIds: 组织结构
17845
- 注意:此字段可能返回 null,表示取不到有效值。
17846
17351
  :type ParentIds: str
17847
17352
  :param _Total: 设备总数
17848
- 注意:此字段可能返回 null,表示取不到有效值。
17849
17353
  :type Total: int
17850
17354
  :param _Online: 设备在线数量
17851
- 注意:此字段可能返回 null,表示取不到有效值。
17852
17355
  :type Online: int
17853
17356
  """
17854
17357
  self._OrganizationId = None
@@ -17863,7 +17366,6 @@ class UpdateOrgData(AbstractModel):
17863
17366
  @property
17864
17367
  def OrganizationId(self):
17865
17368
  """组织 ID
17866
- 注意:此字段可能返回 null,表示取不到有效值。
17867
17369
  :rtype: str
17868
17370
  """
17869
17371
  return self._OrganizationId
@@ -17875,7 +17377,6 @@ class UpdateOrgData(AbstractModel):
17875
17377
  @property
17876
17378
  def Name(self):
17877
17379
  """组织名称
17878
- 注意:此字段可能返回 null,表示取不到有效值。
17879
17380
  :rtype: str
17880
17381
  """
17881
17382
  return self._Name
@@ -17887,7 +17388,6 @@ class UpdateOrgData(AbstractModel):
17887
17388
  @property
17888
17389
  def ParentId(self):
17889
17390
  """组织父节点 ID
17890
- 注意:此字段可能返回 null,表示取不到有效值。
17891
17391
  :rtype: str
17892
17392
  """
17893
17393
  return self._ParentId
@@ -17899,7 +17399,6 @@ class UpdateOrgData(AbstractModel):
17899
17399
  @property
17900
17400
  def Level(self):
17901
17401
  """组织层级
17902
- 注意:此字段可能返回 null,表示取不到有效值。
17903
17402
  :rtype: int
17904
17403
  """
17905
17404
  return self._Level
@@ -17911,7 +17410,6 @@ class UpdateOrgData(AbstractModel):
17911
17410
  @property
17912
17411
  def AppId(self):
17913
17412
  """用户ID
17914
- 注意:此字段可能返回 null,表示取不到有效值。
17915
17413
  :rtype: int
17916
17414
  """
17917
17415
  return self._AppId
@@ -17923,7 +17421,6 @@ class UpdateOrgData(AbstractModel):
17923
17421
  @property
17924
17422
  def ParentIds(self):
17925
17423
  """组织结构
17926
- 注意:此字段可能返回 null,表示取不到有效值。
17927
17424
  :rtype: str
17928
17425
  """
17929
17426
  return self._ParentIds
@@ -17935,7 +17432,6 @@ class UpdateOrgData(AbstractModel):
17935
17432
  @property
17936
17433
  def Total(self):
17937
17434
  """设备总数
17938
- 注意:此字段可能返回 null,表示取不到有效值。
17939
17435
  :rtype: int
17940
17436
  """
17941
17437
  return self._Total
@@ -17947,7 +17443,6 @@ class UpdateOrgData(AbstractModel):
17947
17443
  @property
17948
17444
  def Online(self):
17949
17445
  """设备在线数量
17950
- 注意:此字段可能返回 null,表示取不到有效值。
17951
17446
  :rtype: int
17952
17447
  """
17953
17448
  return self._Online
@@ -18469,25 +17964,18 @@ class UpdateRecordBackupTemplateData(AbstractModel):
18469
17964
  def __init__(self):
18470
17965
  r"""
18471
17966
  :param _TemplateId: 模板ID
18472
- 注意:此字段可能返回 null,表示取不到有效值。
18473
17967
  :type TemplateId: str
18474
17968
  :param _TemplateName: 模板名称
18475
- 注意:此字段可能返回 null,表示取不到有效值。
18476
17969
  :type TemplateName: str
18477
17970
  :param _TimeSections: 上云时间段(按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟)
18478
- 注意:此字段可能返回 null,表示取不到有效值。
18479
17971
  :type TimeSections: list of RecordTemplateTimeSections
18480
17972
  :param _DevTimeSections: 录像时间段(按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟)
18481
- 注意:此字段可能返回 null,表示取不到有效值。
18482
17973
  :type DevTimeSections: list of RecordTemplateTimeSections
18483
17974
  :param _Scale: 上云倍速(支持1,2,4倍速)
18484
- 注意:此字段可能返回 null,表示取不到有效值。
18485
17975
  :type Scale: int
18486
17976
  :param _CreateAt: 创建时间
18487
- 注意:此字段可能返回 null,表示取不到有效值。
18488
17977
  :type CreateAt: str
18489
17978
  :param _UpdateAt: 更新时间
18490
- 注意:此字段可能返回 null,表示取不到有效值。
18491
17979
  :type UpdateAt: str
18492
17980
  """
18493
17981
  self._TemplateId = None
@@ -18501,7 +17989,6 @@ class UpdateRecordBackupTemplateData(AbstractModel):
18501
17989
  @property
18502
17990
  def TemplateId(self):
18503
17991
  """模板ID
18504
- 注意:此字段可能返回 null,表示取不到有效值。
18505
17992
  :rtype: str
18506
17993
  """
18507
17994
  return self._TemplateId
@@ -18513,7 +18000,6 @@ class UpdateRecordBackupTemplateData(AbstractModel):
18513
18000
  @property
18514
18001
  def TemplateName(self):
18515
18002
  """模板名称
18516
- 注意:此字段可能返回 null,表示取不到有效值。
18517
18003
  :rtype: str
18518
18004
  """
18519
18005
  return self._TemplateName
@@ -18525,7 +18011,6 @@ class UpdateRecordBackupTemplateData(AbstractModel):
18525
18011
  @property
18526
18012
  def TimeSections(self):
18527
18013
  """上云时间段(按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟)
18528
- 注意:此字段可能返回 null,表示取不到有效值。
18529
18014
  :rtype: list of RecordTemplateTimeSections
18530
18015
  """
18531
18016
  return self._TimeSections
@@ -18537,7 +18022,6 @@ class UpdateRecordBackupTemplateData(AbstractModel):
18537
18022
  @property
18538
18023
  def DevTimeSections(self):
18539
18024
  """录像时间段(按周进行设置,支持一天设置多个时间段,每个时间段不小于10分钟)
18540
- 注意:此字段可能返回 null,表示取不到有效值。
18541
18025
  :rtype: list of RecordTemplateTimeSections
18542
18026
  """
18543
18027
  return self._DevTimeSections
@@ -18549,7 +18033,6 @@ class UpdateRecordBackupTemplateData(AbstractModel):
18549
18033
  @property
18550
18034
  def Scale(self):
18551
18035
  """上云倍速(支持1,2,4倍速)
18552
- 注意:此字段可能返回 null,表示取不到有效值。
18553
18036
  :rtype: int
18554
18037
  """
18555
18038
  return self._Scale
@@ -18561,7 +18044,6 @@ class UpdateRecordBackupTemplateData(AbstractModel):
18561
18044
  @property
18562
18045
  def CreateAt(self):
18563
18046
  """创建时间
18564
- 注意:此字段可能返回 null,表示取不到有效值。
18565
18047
  :rtype: str
18566
18048
  """
18567
18049
  return self._CreateAt
@@ -18573,7 +18055,6 @@ class UpdateRecordBackupTemplateData(AbstractModel):
18573
18055
  @property
18574
18056
  def UpdateAt(self):
18575
18057
  """更新时间
18576
- 注意:此字段可能返回 null,表示取不到有效值。
18577
18058
  :rtype: str
18578
18059
  """
18579
18060
  return self._UpdateAt