tencentcloud-sdk-python 3.0.1274__py2.py3-none-any.whl → 3.0.1275__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 (35) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/apigateway/v20180808/apigateway_client.py +46 -0
  3. tencentcloud/apigateway/v20180808/models.py +362 -0
  4. tencentcloud/autoscaling/v20180419/models.py +13 -11
  5. tencentcloud/bi/v20220105/bi_client.py +46 -0
  6. tencentcloud/bi/v20220105/errorcodes.py +3 -0
  7. tencentcloud/bi/v20220105/models.py +701 -24
  8. tencentcloud/billing/v20180709/models.py +105 -34
  9. tencentcloud/cam/v20190116/models.py +2 -2
  10. tencentcloud/cdwch/v20200915/errorcodes.py +6 -0
  11. tencentcloud/cloudhsm/v20191112/models.py +10 -170
  12. tencentcloud/cls/v20201016/cls_client.py +1 -1
  13. tencentcloud/cls/v20201016/models.py +10 -4
  14. tencentcloud/config/v20220802/config_client.py +46 -0
  15. tencentcloud/config/v20220802/models.py +664 -0
  16. tencentcloud/ess/v20201111/models.py +2 -2
  17. tencentcloud/essbasic/v20210526/models.py +2 -2
  18. tencentcloud/gwlb/v20240906/models.py +2 -2
  19. tencentcloud/hunyuan/v20230901/models.py +4 -4
  20. tencentcloud/ivld/v20210903/errorcodes.py +2 -2
  21. tencentcloud/lcic/v20220817/lcic_client.py +46 -0
  22. tencentcloud/lcic/v20220817/models.py +492 -4
  23. tencentcloud/lke/v20231130/lke_client.py +1 -1
  24. tencentcloud/mps/v20190612/models.py +0 -2
  25. tencentcloud/ocr/v20181119/models.py +103 -1987
  26. tencentcloud/ocr/v20181119/ocr_client.py +0 -167
  27. tencentcloud/organization/v20210331/models.py +2 -330
  28. tencentcloud/trtc/v20190722/errorcodes.py +15 -0
  29. tencentcloud/trtc/v20190722/models.py +218 -0
  30. tencentcloud/trtc/v20190722/trtc_client.py +47 -0
  31. {tencentcloud_sdk_python-3.0.1274.dist-info → tencentcloud_sdk_python-3.0.1275.dist-info}/METADATA +1 -1
  32. {tencentcloud_sdk_python-3.0.1274.dist-info → tencentcloud_sdk_python-3.0.1275.dist-info}/RECORD +35 -35
  33. {tencentcloud_sdk_python-3.0.1274.dist-info → tencentcloud_sdk_python-3.0.1275.dist-info}/LICENSE +0 -0
  34. {tencentcloud_sdk_python-3.0.1274.dist-info → tencentcloud_sdk_python-3.0.1275.dist-info}/WHEEL +0 -0
  35. {tencentcloud_sdk_python-3.0.1274.dist-info → tencentcloud_sdk_python-3.0.1275.dist-info}/top_level.txt +0 -0
@@ -330,7 +330,7 @@ class DescribeSubnetRequest(AbstractModel):
330
330
  :type Offset: int
331
331
  :param _VpcId: 查询指定VpcId下的子网信息。
332
332
  :type VpcId: str
333
- :param _SearchWord: 查找关键字
333
+ :param _SearchWord: 过滤条件
334
334
  :type SearchWord: str
335
335
  """
336
336
  self._Limit = None
@@ -373,7 +373,7 @@ class DescribeSubnetRequest(AbstractModel):
373
373
 
374
374
  @property
375
375
  def SearchWord(self):
376
- """查找关键字
376
+ """过滤条件
377
377
  :rtype: str
378
378
  """
379
379
  return self._SearchWord
@@ -408,7 +408,6 @@ class DescribeSubnetResponse(AbstractModel):
408
408
  :param _TotalCount: 返回的子网数量。
409
409
  :type TotalCount: int
410
410
  :param _SubnetList: 返回的子网实例列表。
411
- 注意:此字段可能返回 null,表示取不到有效值。
412
411
  :type SubnetList: list of Subnet
413
412
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
414
413
  :type RequestId: str
@@ -431,7 +430,6 @@ class DescribeSubnetResponse(AbstractModel):
431
430
  @property
432
431
  def SubnetList(self):
433
432
  """返回的子网实例列表。
434
- 注意:此字段可能返回 null,表示取不到有效值。
435
433
  :rtype: list of Subnet
436
434
  """
437
435
  return self._SubnetList
@@ -507,7 +505,6 @@ class DescribeSupportedHsmResponse(AbstractModel):
507
505
  def __init__(self):
508
506
  r"""
509
507
  :param _DeviceTypes: 当前地域所支持的设备列表
510
- 注意:此字段可能返回 null,表示取不到有效值。
511
508
  :type DeviceTypes: list of DeviceInfo
512
509
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
513
510
  :type RequestId: str
@@ -518,7 +515,6 @@ class DescribeSupportedHsmResponse(AbstractModel):
518
515
  @property
519
516
  def DeviceTypes(self):
520
517
  """当前地域所支持的设备列表
521
- 注意:此字段可能返回 null,表示取不到有效值。
522
518
  :rtype: list of DeviceInfo
523
519
  """
524
520
  return self._DeviceTypes
@@ -560,7 +556,7 @@ class DescribeUsgRequest(AbstractModel):
560
556
  :type Offset: int
561
557
  :param _Limit: 返回量,当Offset和Limit均为0时将一次性返回用户所有的安全组列表。
562
558
  :type Limit: int
563
- :param _SearchWord: 搜索关键字
559
+ :param _SearchWord: 过滤条件,支持安全组id
564
560
  :type SearchWord: str
565
561
  """
566
562
  self._Offset = None
@@ -591,7 +587,7 @@ class DescribeUsgRequest(AbstractModel):
591
587
 
592
588
  @property
593
589
  def SearchWord(self):
594
- """搜索关键字
590
+ """过滤条件,支持安全组id
595
591
  :rtype: str
596
592
  """
597
593
  return self._SearchWord
@@ -623,7 +619,6 @@ class DescribeUsgResponse(AbstractModel):
623
619
  def __init__(self):
624
620
  r"""
625
621
  :param _SgList: 用户的安全组列表
626
- 注意:此字段可能返回 null,表示取不到有效值。
627
622
  :type SgList: list of SgUnit
628
623
  :param _TotalCount: 返回的安全组数量
629
624
  :type TotalCount: int
@@ -637,7 +632,6 @@ class DescribeUsgResponse(AbstractModel):
637
632
  @property
638
633
  def SgList(self):
639
634
  """用户的安全组列表
640
- 注意:此字段可能返回 null,表示取不到有效值。
641
635
  :rtype: list of SgUnit
642
636
  """
643
637
  return self._SgList
@@ -687,14 +681,14 @@ class DescribeUsgRuleRequest(AbstractModel):
687
681
 
688
682
  def __init__(self):
689
683
  r"""
690
- :param _SgIds: 根据安全组Id获取安全组详情
684
+ :param _SgIds: 安全组Id列表
691
685
  :type SgIds: list of str
692
686
  """
693
687
  self._SgIds = None
694
688
 
695
689
  @property
696
690
  def SgIds(self):
697
- """根据安全组Id获取安全组详情
691
+ """安全组Id列表
698
692
  :rtype: list of str
699
693
  """
700
694
  return self._SgIds
@@ -724,10 +718,8 @@ class DescribeUsgRuleResponse(AbstractModel):
724
718
  def __init__(self):
725
719
  r"""
726
720
  :param _SgRules: 安全组详情
727
- 注意:此字段可能返回 null,表示取不到有效值。
728
721
  :type SgRules: list of UsgRuleDetail
729
722
  :param _TotalCount: 安全组详情数量
730
- 注意:此字段可能返回 null,表示取不到有效值。
731
723
  :type TotalCount: int
732
724
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
733
725
  :type RequestId: str
@@ -739,7 +731,6 @@ class DescribeUsgRuleResponse(AbstractModel):
739
731
  @property
740
732
  def SgRules(self):
741
733
  """安全组详情
742
- 注意:此字段可能返回 null,表示取不到有效值。
743
734
  :rtype: list of UsgRuleDetail
744
735
  """
745
736
  return self._SgRules
@@ -751,7 +742,6 @@ class DescribeUsgRuleResponse(AbstractModel):
751
742
  @property
752
743
  def TotalCount(self):
753
744
  """安全组详情数量
754
- 注意:此字段可能返回 null,表示取不到有效值。
755
745
  :rtype: int
756
746
  """
757
747
  return self._TotalCount
@@ -859,7 +849,6 @@ class DescribeVpcResponse(AbstractModel):
859
849
  :param _TotalCount: 可查询到的所有Vpc实例总数。
860
850
  :type TotalCount: int
861
851
  :param _VpcList: Vpc对象列表
862
- 注意:此字段可能返回 null,表示取不到有效值。
863
852
  :type VpcList: list of Vpc
864
853
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
865
854
  :type RequestId: str
@@ -882,7 +871,6 @@ class DescribeVpcResponse(AbstractModel):
882
871
  @property
883
872
  def VpcList(self):
884
873
  """Vpc对象列表
885
- 注意:此字段可能返回 null,表示取不到有效值。
886
874
  :rtype: list of Vpc
887
875
  """
888
876
  return self._VpcList
@@ -979,41 +967,29 @@ class DescribeVsmAttributesResponse(AbstractModel):
979
967
  :type ZoneId: int
980
968
  :param _ExpireTime: 资源过期时间,以时间戳形式展示。
981
969
  :type ExpireTime: int
982
- :param _SgList: 安全组详情信息
983
- 注意:此字段可能返回 null,表示取不到有效值。
970
+ :param _SgList: 安全组详情信息,如果未配置字段返回null
984
971
  :type SgList: list of UsgRuleDetail
985
972
  :param _SubnetName: 子网名
986
- 注意:此字段可能返回 null,表示取不到有效值。
987
973
  :type SubnetName: str
988
974
  :param _RegionName: 地域名
989
- 注意:此字段可能返回 null,表示取不到有效值。
990
975
  :type RegionName: str
991
976
  :param _ZoneName: 区域名
992
- 注意:此字段可能返回 null,表示取不到有效值。
993
977
  :type ZoneName: str
994
978
  :param _Expired: 实例是否已经过期
995
- 注意:此字段可能返回 null,表示取不到有效值。
996
979
  :type Expired: bool
997
980
  :param _RemainSeconds: 为正数表示实例距离过期时间剩余秒数,为负数表示实例已经过期多少秒
998
- 注意:此字段可能返回 null,表示取不到有效值。
999
981
  :type RemainSeconds: int
1000
982
  :param _VpcName: 私有虚拟网络名称
1001
- 注意:此字段可能返回 null,表示取不到有效值。
1002
983
  :type VpcName: str
1003
984
  :param _VpcCidrBlock: VPC的IPv4 CIDR
1004
- 注意:此字段可能返回 null,表示取不到有效值。
1005
985
  :type VpcCidrBlock: str
1006
986
  :param _SubnetCidrBlock: 子网的CIDR
1007
- 注意:此字段可能返回 null,表示取不到有效值。
1008
987
  :type SubnetCidrBlock: str
1009
- :param _Tags: 资源所关联的Tag
1010
- 注意:此字段可能返回 null,表示取不到有效值。
988
+ :param _Tags: 资源所关联的标签Tag
1011
989
  :type Tags: list of Tag
1012
990
  :param _RenewFlag: 资源续费标识,0表示默认状态(用户未设置,即初始状态), 1表示自动续费,2表示明确不自动续费(用户设置)
1013
- 注意:此字段可能返回 null,表示取不到有效值。
1014
991
  :type RenewFlag: int
1015
992
  :param _Manufacturer: 厂商
1016
- 注意:此字段可能返回 null,表示取不到有效值。
1017
993
  :type Manufacturer: str
1018
994
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1019
995
  :type RequestId: str
@@ -1166,8 +1142,7 @@ class DescribeVsmAttributesResponse(AbstractModel):
1166
1142
 
1167
1143
  @property
1168
1144
  def SgList(self):
1169
- """安全组详情信息
1170
- 注意:此字段可能返回 null,表示取不到有效值。
1145
+ """安全组详情信息,如果未配置字段返回null
1171
1146
  :rtype: list of UsgRuleDetail
1172
1147
  """
1173
1148
  return self._SgList
@@ -1179,7 +1154,6 @@ class DescribeVsmAttributesResponse(AbstractModel):
1179
1154
  @property
1180
1155
  def SubnetName(self):
1181
1156
  """子网名
1182
- 注意:此字段可能返回 null,表示取不到有效值。
1183
1157
  :rtype: str
1184
1158
  """
1185
1159
  return self._SubnetName
@@ -1191,7 +1165,6 @@ class DescribeVsmAttributesResponse(AbstractModel):
1191
1165
  @property
1192
1166
  def RegionName(self):
1193
1167
  """地域名
1194
- 注意:此字段可能返回 null,表示取不到有效值。
1195
1168
  :rtype: str
1196
1169
  """
1197
1170
  return self._RegionName
@@ -1203,7 +1176,6 @@ class DescribeVsmAttributesResponse(AbstractModel):
1203
1176
  @property
1204
1177
  def ZoneName(self):
1205
1178
  """区域名
1206
- 注意:此字段可能返回 null,表示取不到有效值。
1207
1179
  :rtype: str
1208
1180
  """
1209
1181
  return self._ZoneName
@@ -1215,7 +1187,6 @@ class DescribeVsmAttributesResponse(AbstractModel):
1215
1187
  @property
1216
1188
  def Expired(self):
1217
1189
  """实例是否已经过期
1218
- 注意:此字段可能返回 null,表示取不到有效值。
1219
1190
  :rtype: bool
1220
1191
  """
1221
1192
  return self._Expired
@@ -1227,7 +1198,6 @@ class DescribeVsmAttributesResponse(AbstractModel):
1227
1198
  @property
1228
1199
  def RemainSeconds(self):
1229
1200
  """为正数表示实例距离过期时间剩余秒数,为负数表示实例已经过期多少秒
1230
- 注意:此字段可能返回 null,表示取不到有效值。
1231
1201
  :rtype: int
1232
1202
  """
1233
1203
  return self._RemainSeconds
@@ -1239,7 +1209,6 @@ class DescribeVsmAttributesResponse(AbstractModel):
1239
1209
  @property
1240
1210
  def VpcName(self):
1241
1211
  """私有虚拟网络名称
1242
- 注意:此字段可能返回 null,表示取不到有效值。
1243
1212
  :rtype: str
1244
1213
  """
1245
1214
  return self._VpcName
@@ -1251,7 +1220,6 @@ class DescribeVsmAttributesResponse(AbstractModel):
1251
1220
  @property
1252
1221
  def VpcCidrBlock(self):
1253
1222
  """VPC的IPv4 CIDR
1254
- 注意:此字段可能返回 null,表示取不到有效值。
1255
1223
  :rtype: str
1256
1224
  """
1257
1225
  return self._VpcCidrBlock
@@ -1263,7 +1231,6 @@ class DescribeVsmAttributesResponse(AbstractModel):
1263
1231
  @property
1264
1232
  def SubnetCidrBlock(self):
1265
1233
  """子网的CIDR
1266
- 注意:此字段可能返回 null,表示取不到有效值。
1267
1234
  :rtype: str
1268
1235
  """
1269
1236
  return self._SubnetCidrBlock
@@ -1274,8 +1241,7 @@ class DescribeVsmAttributesResponse(AbstractModel):
1274
1241
 
1275
1242
  @property
1276
1243
  def Tags(self):
1277
- """资源所关联的Tag
1278
- 注意:此字段可能返回 null,表示取不到有效值。
1244
+ """资源所关联的标签Tag
1279
1245
  :rtype: list of Tag
1280
1246
  """
1281
1247
  return self._Tags
@@ -1287,7 +1253,6 @@ class DescribeVsmAttributesResponse(AbstractModel):
1287
1253
  @property
1288
1254
  def RenewFlag(self):
1289
1255
  """资源续费标识,0表示默认状态(用户未设置,即初始状态), 1表示自动续费,2表示明确不自动续费(用户设置)
1290
- 注意:此字段可能返回 null,表示取不到有效值。
1291
1256
  :rtype: int
1292
1257
  """
1293
1258
  return self._RenewFlag
@@ -1299,7 +1264,6 @@ class DescribeVsmAttributesResponse(AbstractModel):
1299
1264
  @property
1300
1265
  def Manufacturer(self):
1301
1266
  """厂商
1302
- 注意:此字段可能返回 null,表示取不到有效值。
1303
1267
  :rtype: str
1304
1268
  """
1305
1269
  return self._Manufacturer
@@ -1483,7 +1447,6 @@ class DescribeVsmsResponse(AbstractModel):
1483
1447
  :param _TotalCount: 获取实例的总个数
1484
1448
  :type TotalCount: int
1485
1449
  :param _VsmList: 资源信息
1486
- 注意:此字段可能返回 null,表示取不到有效值。
1487
1450
  :type VsmList: list of ResourceInfo
1488
1451
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1489
1452
  :type RequestId: str
@@ -1506,7 +1469,6 @@ class DescribeVsmsResponse(AbstractModel):
1506
1469
  @property
1507
1470
  def VsmList(self):
1508
1471
  """资源信息
1509
- 注意:此字段可能返回 null,表示取不到有效值。
1510
1472
  :rtype: list of ResourceInfo
1511
1473
  """
1512
1474
  return self._VsmList
@@ -1608,7 +1570,6 @@ class GetAlarmEventResponse(AbstractModel):
1608
1570
  def __init__(self):
1609
1571
  r"""
1610
1572
  :param _AlarmConfig: 用户所有的告警策略
1611
- 注意:此字段可能返回 null,表示取不到有效值。
1612
1573
  :type AlarmConfig: list of AlarmPolicy
1613
1574
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1614
1575
  :type RequestId: str
@@ -1619,7 +1580,6 @@ class GetAlarmEventResponse(AbstractModel):
1619
1580
  @property
1620
1581
  def AlarmConfig(self):
1621
1582
  """用户所有的告警策略
1622
- 注意:此字段可能返回 null,表示取不到有效值。
1623
1583
  :rtype: list of AlarmPolicy
1624
1584
  """
1625
1585
  return self._AlarmConfig
@@ -1949,19 +1909,14 @@ class InquiryPriceBuyVsmResponse(AbstractModel):
1949
1909
  def __init__(self):
1950
1910
  r"""
1951
1911
  :param _TotalCost: 原始总金额,浮点型参数,精确到小数点后两位,如:2000.99
1952
- 注意:此字段可能返回 null,表示取不到有效值。
1953
1912
  :type TotalCost: float
1954
1913
  :param _GoodsNum: 购买的实例数量
1955
- 注意:此字段可能返回 null,表示取不到有效值。
1956
1914
  :type GoodsNum: int
1957
1915
  :param _TimeSpan: 商品的时间大小,整型参数,举例:当TimeSpan为1,TImeUnit为m时,表示询价购买时长为1个月时的价格
1958
- 注意:此字段可能返回 null,表示取不到有效值。
1959
1916
  :type TimeSpan: str
1960
1917
  :param _TimeUnit: 商品的时间单位,m表示月,y表示年
1961
- 注意:此字段可能返回 null,表示取不到有效值。
1962
1918
  :type TimeUnit: str
1963
1919
  :param _OriginalCost: 应付总金额,浮点型参数,精确到小数点后两位,如:2000.99
1964
- 注意:此字段可能返回 null,表示取不到有效值。
1965
1920
  :type OriginalCost: float
1966
1921
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1967
1922
  :type RequestId: str
@@ -1976,7 +1931,6 @@ class InquiryPriceBuyVsmResponse(AbstractModel):
1976
1931
  @property
1977
1932
  def TotalCost(self):
1978
1933
  """原始总金额,浮点型参数,精确到小数点后两位,如:2000.99
1979
- 注意:此字段可能返回 null,表示取不到有效值。
1980
1934
  :rtype: float
1981
1935
  """
1982
1936
  return self._TotalCost
@@ -1988,7 +1942,6 @@ class InquiryPriceBuyVsmResponse(AbstractModel):
1988
1942
  @property
1989
1943
  def GoodsNum(self):
1990
1944
  """购买的实例数量
1991
- 注意:此字段可能返回 null,表示取不到有效值。
1992
1945
  :rtype: int
1993
1946
  """
1994
1947
  return self._GoodsNum
@@ -2000,7 +1953,6 @@ class InquiryPriceBuyVsmResponse(AbstractModel):
2000
1953
  @property
2001
1954
  def TimeSpan(self):
2002
1955
  """商品的时间大小,整型参数,举例:当TimeSpan为1,TImeUnit为m时,表示询价购买时长为1个月时的价格
2003
- 注意:此字段可能返回 null,表示取不到有效值。
2004
1956
  :rtype: str
2005
1957
  """
2006
1958
  return self._TimeSpan
@@ -2012,7 +1964,6 @@ class InquiryPriceBuyVsmResponse(AbstractModel):
2012
1964
  @property
2013
1965
  def TimeUnit(self):
2014
1966
  """商品的时间单位,m表示月,y表示年
2015
- 注意:此字段可能返回 null,表示取不到有效值。
2016
1967
  :rtype: str
2017
1968
  """
2018
1969
  return self._TimeUnit
@@ -2024,7 +1975,6 @@ class InquiryPriceBuyVsmResponse(AbstractModel):
2024
1975
  @property
2025
1976
  def OriginalCost(self):
2026
1977
  """应付总金额,浮点型参数,精确到小数点后两位,如:2000.99
2027
- 注意:此字段可能返回 null,表示取不到有效值。
2028
1978
  :rtype: float
2029
1979
  """
2030
1980
  return self._OriginalCost
@@ -2346,73 +2296,50 @@ class ResourceInfo(AbstractModel):
2346
2296
  def __init__(self):
2347
2297
  r"""
2348
2298
  :param _ResourceId: 资源Id
2349
- 注意:此字段可能返回 null,表示取不到有效值。
2350
2299
  :type ResourceId: str
2351
2300
  :param _ResourceName: 资源名称
2352
- 注意:此字段可能返回 null,表示取不到有效值。
2353
2301
  :type ResourceName: str
2354
2302
  :param _Status: 资源状态,1-正常,2-隔离,3-销毁
2355
- 注意:此字段可能返回 null,表示取不到有效值。
2356
2303
  :type Status: int
2357
2304
  :param _Vip: 资源IP
2358
- 注意:此字段可能返回 null,表示取不到有效值。
2359
2305
  :type Vip: str
2360
2306
  :param _VpcId: 资源所属Vpc
2361
- 注意:此字段可能返回 null,表示取不到有效值。
2362
2307
  :type VpcId: str
2363
2308
  :param _SubnetId: 资源所属子网
2364
- 注意:此字段可能返回 null,表示取不到有效值。
2365
2309
  :type SubnetId: str
2366
2310
  :param _Model: 资源所属HSM规格
2367
- 注意:此字段可能返回 null,表示取不到有效值。
2368
2311
  :type Model: str
2369
2312
  :param _VsmType: 云加密机类型id
2370
- 注意:此字段可能返回 null,表示取不到有效值。
2371
2313
  :type VsmType: int
2372
2314
  :param _RegionId: 地域Id
2373
- 注意:此字段可能返回 null,表示取不到有效值。
2374
2315
  :type RegionId: int
2375
2316
  :param _ZoneId: 区域Id
2376
- 注意:此字段可能返回 null,表示取不到有效值。
2377
2317
  :type ZoneId: int
2378
2318
  :param _ExpireTime: 过期时间(Epoch Unix Timestamp)
2379
- 注意:此字段可能返回 null,表示取不到有效值。
2380
2319
  :type ExpireTime: int
2381
2320
  :param _RegionName: 地域名
2382
- 注意:此字段可能返回 null,表示取不到有效值。
2383
2321
  :type RegionName: str
2384
2322
  :param _ZoneName: 区域名
2385
- 注意:此字段可能返回 null,表示取不到有效值。
2386
2323
  :type ZoneName: str
2387
2324
  :param _SgList: 实例的安全组列表
2388
- 注意:此字段可能返回 null,表示取不到有效值。
2389
2325
  :type SgList: list of SgUnit
2390
2326
  :param _SubnetName: 子网名称
2391
- 注意:此字段可能返回 null,表示取不到有效值。
2392
2327
  :type SubnetName: str
2393
2328
  :param _Expired: 当前实例是否已经过期
2394
- 注意:此字段可能返回 null,表示取不到有效值。
2395
2329
  :type Expired: bool
2396
2330
  :param _RemainSeconds: 为正数表示实例距离过期时间还剩余多少秒,为负数表示已经过期多少秒
2397
- 注意:此字段可能返回 null,表示取不到有效值。
2398
2331
  :type RemainSeconds: int
2399
2332
  :param _VpcName: Vpc名称
2400
- 注意:此字段可能返回 null,表示取不到有效值。
2401
2333
  :type VpcName: str
2402
2334
  :param _CreateUin: 创建者Uin账号
2403
- 注意:此字段可能返回 null,表示取不到有效值。
2404
2335
  :type CreateUin: str
2405
2336
  :param _RenewFlag: 自动续费状态标识, 0-手动续费,1-自动续费,2-到期不续
2406
- 注意:此字段可能返回 null,表示取不到有效值。
2407
2337
  :type RenewFlag: int
2408
2338
  :param _Tags: 标签列表
2409
- 注意:此字段可能返回 null,表示取不到有效值。
2410
2339
  :type Tags: list of Tag
2411
2340
  :param _Manufacturer: 厂商
2412
- 注意:此字段可能返回 null,表示取不到有效值。
2413
2341
  :type Manufacturer: str
2414
2342
  :param _AlarmStatus: 告警状态,0:停用,1:启用
2415
- 注意:此字段可能返回 null,表示取不到有效值。
2416
2343
  :type AlarmStatus: int
2417
2344
  """
2418
2345
  self._ResourceId = None
@@ -2442,7 +2369,6 @@ class ResourceInfo(AbstractModel):
2442
2369
  @property
2443
2370
  def ResourceId(self):
2444
2371
  """资源Id
2445
- 注意:此字段可能返回 null,表示取不到有效值。
2446
2372
  :rtype: str
2447
2373
  """
2448
2374
  return self._ResourceId
@@ -2454,7 +2380,6 @@ class ResourceInfo(AbstractModel):
2454
2380
  @property
2455
2381
  def ResourceName(self):
2456
2382
  """资源名称
2457
- 注意:此字段可能返回 null,表示取不到有效值。
2458
2383
  :rtype: str
2459
2384
  """
2460
2385
  return self._ResourceName
@@ -2466,7 +2391,6 @@ class ResourceInfo(AbstractModel):
2466
2391
  @property
2467
2392
  def Status(self):
2468
2393
  """资源状态,1-正常,2-隔离,3-销毁
2469
- 注意:此字段可能返回 null,表示取不到有效值。
2470
2394
  :rtype: int
2471
2395
  """
2472
2396
  return self._Status
@@ -2478,7 +2402,6 @@ class ResourceInfo(AbstractModel):
2478
2402
  @property
2479
2403
  def Vip(self):
2480
2404
  """资源IP
2481
- 注意:此字段可能返回 null,表示取不到有效值。
2482
2405
  :rtype: str
2483
2406
  """
2484
2407
  return self._Vip
@@ -2490,7 +2413,6 @@ class ResourceInfo(AbstractModel):
2490
2413
  @property
2491
2414
  def VpcId(self):
2492
2415
  """资源所属Vpc
2493
- 注意:此字段可能返回 null,表示取不到有效值。
2494
2416
  :rtype: str
2495
2417
  """
2496
2418
  return self._VpcId
@@ -2502,7 +2424,6 @@ class ResourceInfo(AbstractModel):
2502
2424
  @property
2503
2425
  def SubnetId(self):
2504
2426
  """资源所属子网
2505
- 注意:此字段可能返回 null,表示取不到有效值。
2506
2427
  :rtype: str
2507
2428
  """
2508
2429
  return self._SubnetId
@@ -2514,7 +2435,6 @@ class ResourceInfo(AbstractModel):
2514
2435
  @property
2515
2436
  def Model(self):
2516
2437
  """资源所属HSM规格
2517
- 注意:此字段可能返回 null,表示取不到有效值。
2518
2438
  :rtype: str
2519
2439
  """
2520
2440
  return self._Model
@@ -2526,7 +2446,6 @@ class ResourceInfo(AbstractModel):
2526
2446
  @property
2527
2447
  def VsmType(self):
2528
2448
  """云加密机类型id
2529
- 注意:此字段可能返回 null,表示取不到有效值。
2530
2449
  :rtype: int
2531
2450
  """
2532
2451
  return self._VsmType
@@ -2538,7 +2457,6 @@ class ResourceInfo(AbstractModel):
2538
2457
  @property
2539
2458
  def RegionId(self):
2540
2459
  """地域Id
2541
- 注意:此字段可能返回 null,表示取不到有效值。
2542
2460
  :rtype: int
2543
2461
  """
2544
2462
  return self._RegionId
@@ -2550,7 +2468,6 @@ class ResourceInfo(AbstractModel):
2550
2468
  @property
2551
2469
  def ZoneId(self):
2552
2470
  """区域Id
2553
- 注意:此字段可能返回 null,表示取不到有效值。
2554
2471
  :rtype: int
2555
2472
  """
2556
2473
  return self._ZoneId
@@ -2562,7 +2479,6 @@ class ResourceInfo(AbstractModel):
2562
2479
  @property
2563
2480
  def ExpireTime(self):
2564
2481
  """过期时间(Epoch Unix Timestamp)
2565
- 注意:此字段可能返回 null,表示取不到有效值。
2566
2482
  :rtype: int
2567
2483
  """
2568
2484
  return self._ExpireTime
@@ -2574,7 +2490,6 @@ class ResourceInfo(AbstractModel):
2574
2490
  @property
2575
2491
  def RegionName(self):
2576
2492
  """地域名
2577
- 注意:此字段可能返回 null,表示取不到有效值。
2578
2493
  :rtype: str
2579
2494
  """
2580
2495
  return self._RegionName
@@ -2586,7 +2501,6 @@ class ResourceInfo(AbstractModel):
2586
2501
  @property
2587
2502
  def ZoneName(self):
2588
2503
  """区域名
2589
- 注意:此字段可能返回 null,表示取不到有效值。
2590
2504
  :rtype: str
2591
2505
  """
2592
2506
  return self._ZoneName
@@ -2598,7 +2512,6 @@ class ResourceInfo(AbstractModel):
2598
2512
  @property
2599
2513
  def SgList(self):
2600
2514
  """实例的安全组列表
2601
- 注意:此字段可能返回 null,表示取不到有效值。
2602
2515
  :rtype: list of SgUnit
2603
2516
  """
2604
2517
  return self._SgList
@@ -2610,7 +2523,6 @@ class ResourceInfo(AbstractModel):
2610
2523
  @property
2611
2524
  def SubnetName(self):
2612
2525
  """子网名称
2613
- 注意:此字段可能返回 null,表示取不到有效值。
2614
2526
  :rtype: str
2615
2527
  """
2616
2528
  return self._SubnetName
@@ -2622,7 +2534,6 @@ class ResourceInfo(AbstractModel):
2622
2534
  @property
2623
2535
  def Expired(self):
2624
2536
  """当前实例是否已经过期
2625
- 注意:此字段可能返回 null,表示取不到有效值。
2626
2537
  :rtype: bool
2627
2538
  """
2628
2539
  return self._Expired
@@ -2634,7 +2545,6 @@ class ResourceInfo(AbstractModel):
2634
2545
  @property
2635
2546
  def RemainSeconds(self):
2636
2547
  """为正数表示实例距离过期时间还剩余多少秒,为负数表示已经过期多少秒
2637
- 注意:此字段可能返回 null,表示取不到有效值。
2638
2548
  :rtype: int
2639
2549
  """
2640
2550
  return self._RemainSeconds
@@ -2646,7 +2556,6 @@ class ResourceInfo(AbstractModel):
2646
2556
  @property
2647
2557
  def VpcName(self):
2648
2558
  """Vpc名称
2649
- 注意:此字段可能返回 null,表示取不到有效值。
2650
2559
  :rtype: str
2651
2560
  """
2652
2561
  return self._VpcName
@@ -2658,7 +2567,6 @@ class ResourceInfo(AbstractModel):
2658
2567
  @property
2659
2568
  def CreateUin(self):
2660
2569
  """创建者Uin账号
2661
- 注意:此字段可能返回 null,表示取不到有效值。
2662
2570
  :rtype: str
2663
2571
  """
2664
2572
  return self._CreateUin
@@ -2670,7 +2578,6 @@ class ResourceInfo(AbstractModel):
2670
2578
  @property
2671
2579
  def RenewFlag(self):
2672
2580
  """自动续费状态标识, 0-手动续费,1-自动续费,2-到期不续
2673
- 注意:此字段可能返回 null,表示取不到有效值。
2674
2581
  :rtype: int
2675
2582
  """
2676
2583
  return self._RenewFlag
@@ -2682,7 +2589,6 @@ class ResourceInfo(AbstractModel):
2682
2589
  @property
2683
2590
  def Tags(self):
2684
2591
  """标签列表
2685
- 注意:此字段可能返回 null,表示取不到有效值。
2686
2592
  :rtype: list of Tag
2687
2593
  """
2688
2594
  return self._Tags
@@ -2694,7 +2600,6 @@ class ResourceInfo(AbstractModel):
2694
2600
  @property
2695
2601
  def Manufacturer(self):
2696
2602
  """厂商
2697
- 注意:此字段可能返回 null,表示取不到有效值。
2698
2603
  :rtype: str
2699
2604
  """
2700
2605
  return self._Manufacturer
@@ -2706,7 +2611,6 @@ class ResourceInfo(AbstractModel):
2706
2611
  @property
2707
2612
  def AlarmStatus(self):
2708
2613
  """告警状态,0:停用,1:启用
2709
- 注意:此字段可能返回 null,表示取不到有效值。
2710
2614
  :rtype: int
2711
2615
  """
2712
2616
  return self._AlarmStatus
@@ -2768,16 +2672,12 @@ class SgUnit(AbstractModel):
2768
2672
  def __init__(self):
2769
2673
  r"""
2770
2674
  :param _SgId: 安全组Id
2771
- 注意:此字段可能返回 null,表示取不到有效值。
2772
2675
  :type SgId: str
2773
2676
  :param _SgName: 安全组名称
2774
- 注意:此字段可能返回 null,表示取不到有效值。
2775
2677
  :type SgName: str
2776
2678
  :param _SgRemark: 备注
2777
- 注意:此字段可能返回 null,表示取不到有效值。
2778
2679
  :type SgRemark: str
2779
2680
  :param _CreateTime: 创建时间
2780
- 注意:此字段可能返回 null,表示取不到有效值。
2781
2681
  :type CreateTime: str
2782
2682
  """
2783
2683
  self._SgId = None
@@ -2788,7 +2688,6 @@ class SgUnit(AbstractModel):
2788
2688
  @property
2789
2689
  def SgId(self):
2790
2690
  """安全组Id
2791
- 注意:此字段可能返回 null,表示取不到有效值。
2792
2691
  :rtype: str
2793
2692
  """
2794
2693
  return self._SgId
@@ -2800,7 +2699,6 @@ class SgUnit(AbstractModel):
2800
2699
  @property
2801
2700
  def SgName(self):
2802
2701
  """安全组名称
2803
- 注意:此字段可能返回 null,表示取不到有效值。
2804
2702
  :rtype: str
2805
2703
  """
2806
2704
  return self._SgName
@@ -2812,7 +2710,6 @@ class SgUnit(AbstractModel):
2812
2710
  @property
2813
2711
  def SgRemark(self):
2814
2712
  """备注
2815
- 注意:此字段可能返回 null,表示取不到有效值。
2816
2713
  :rtype: str
2817
2714
  """
2818
2715
  return self._SgRemark
@@ -2824,7 +2721,6 @@ class SgUnit(AbstractModel):
2824
2721
  @property
2825
2722
  def CreateTime(self):
2826
2723
  """创建时间
2827
- 注意:此字段可能返回 null,表示取不到有效值。
2828
2724
  :rtype: str
2829
2725
  """
2830
2726
  return self._CreateTime
@@ -2857,31 +2753,22 @@ class Subnet(AbstractModel):
2857
2753
  def __init__(self):
2858
2754
  r"""
2859
2755
  :param _VpcId: VPC实例ID。
2860
- 注意:此字段可能返回 null,表示取不到有效值。
2861
2756
  :type VpcId: str
2862
2757
  :param _SubnetId: 子网实例ID,例如:subnet-bthucmmy。
2863
- 注意:此字段可能返回 null,表示取不到有效值。
2864
2758
  :type SubnetId: str
2865
2759
  :param _SubnetName: 子网名称。
2866
- 注意:此字段可能返回 null,表示取不到有效值。
2867
2760
  :type SubnetName: str
2868
2761
  :param _CidrBlock: 子网的 IPv4 CIDR。
2869
- 注意:此字段可能返回 null,表示取不到有效值。
2870
2762
  :type CidrBlock: str
2871
2763
  :param _CreatedTime: 创建时间。
2872
- 注意:此字段可能返回 null,表示取不到有效值。
2873
2764
  :type CreatedTime: str
2874
2765
  :param _AvailableIpAddressCount: 可用IP数。
2875
- 注意:此字段可能返回 null,表示取不到有效值。
2876
2766
  :type AvailableIpAddressCount: int
2877
2767
  :param _Ipv6CidrBlock: 子网的 IPv6 CIDR。
2878
- 注意:此字段可能返回 null,表示取不到有效值。
2879
2768
  :type Ipv6CidrBlock: str
2880
2769
  :param _TotalIpAddressCount: 总IP数
2881
- 注意:此字段可能返回 null,表示取不到有效值。
2882
2770
  :type TotalIpAddressCount: int
2883
2771
  :param _IsDefault: 是否为默认Subnet
2884
- 注意:此字段可能返回 null,表示取不到有效值。
2885
2772
  :type IsDefault: bool
2886
2773
  """
2887
2774
  self._VpcId = None
@@ -2897,7 +2784,6 @@ class Subnet(AbstractModel):
2897
2784
  @property
2898
2785
  def VpcId(self):
2899
2786
  """VPC实例ID。
2900
- 注意:此字段可能返回 null,表示取不到有效值。
2901
2787
  :rtype: str
2902
2788
  """
2903
2789
  return self._VpcId
@@ -2909,7 +2795,6 @@ class Subnet(AbstractModel):
2909
2795
  @property
2910
2796
  def SubnetId(self):
2911
2797
  """子网实例ID,例如:subnet-bthucmmy。
2912
- 注意:此字段可能返回 null,表示取不到有效值。
2913
2798
  :rtype: str
2914
2799
  """
2915
2800
  return self._SubnetId
@@ -2921,7 +2806,6 @@ class Subnet(AbstractModel):
2921
2806
  @property
2922
2807
  def SubnetName(self):
2923
2808
  """子网名称。
2924
- 注意:此字段可能返回 null,表示取不到有效值。
2925
2809
  :rtype: str
2926
2810
  """
2927
2811
  return self._SubnetName
@@ -2933,7 +2817,6 @@ class Subnet(AbstractModel):
2933
2817
  @property
2934
2818
  def CidrBlock(self):
2935
2819
  """子网的 IPv4 CIDR。
2936
- 注意:此字段可能返回 null,表示取不到有效值。
2937
2820
  :rtype: str
2938
2821
  """
2939
2822
  return self._CidrBlock
@@ -2945,7 +2828,6 @@ class Subnet(AbstractModel):
2945
2828
  @property
2946
2829
  def CreatedTime(self):
2947
2830
  """创建时间。
2948
- 注意:此字段可能返回 null,表示取不到有效值。
2949
2831
  :rtype: str
2950
2832
  """
2951
2833
  return self._CreatedTime
@@ -2957,7 +2839,6 @@ class Subnet(AbstractModel):
2957
2839
  @property
2958
2840
  def AvailableIpAddressCount(self):
2959
2841
  """可用IP数。
2960
- 注意:此字段可能返回 null,表示取不到有效值。
2961
2842
  :rtype: int
2962
2843
  """
2963
2844
  return self._AvailableIpAddressCount
@@ -2969,7 +2850,6 @@ class Subnet(AbstractModel):
2969
2850
  @property
2970
2851
  def Ipv6CidrBlock(self):
2971
2852
  """子网的 IPv6 CIDR。
2972
- 注意:此字段可能返回 null,表示取不到有效值。
2973
2853
  :rtype: str
2974
2854
  """
2975
2855
  return self._Ipv6CidrBlock
@@ -2981,7 +2861,6 @@ class Subnet(AbstractModel):
2981
2861
  @property
2982
2862
  def TotalIpAddressCount(self):
2983
2863
  """总IP数
2984
- 注意:此字段可能返回 null,表示取不到有效值。
2985
2864
  :rtype: int
2986
2865
  """
2987
2866
  return self._TotalIpAddressCount
@@ -2993,7 +2872,6 @@ class Subnet(AbstractModel):
2993
2872
  @property
2994
2873
  def IsDefault(self):
2995
2874
  """是否为默认Subnet
2996
- 注意:此字段可能返回 null,表示取不到有效值。
2997
2875
  :rtype: bool
2998
2876
  """
2999
2877
  return self._IsDefault
@@ -3133,28 +3011,20 @@ class UsgPolicy(AbstractModel):
3133
3011
  def __init__(self):
3134
3012
  r"""
3135
3013
  :param _Ip: cidr格式地址
3136
- 注意:此字段可能返回 null,表示取不到有效值。
3137
3014
  :type Ip: str
3138
3015
  :param _Id: 安全组id代表的地址集合
3139
- 注意:此字段可能返回 null,表示取不到有效值。
3140
3016
  :type Id: str
3141
3017
  :param _AddressModule: 地址组id代表的地址集合
3142
- 注意:此字段可能返回 null,表示取不到有效值。
3143
3018
  :type AddressModule: str
3144
3019
  :param _Proto: 协议
3145
- 注意:此字段可能返回 null,表示取不到有效值。
3146
3020
  :type Proto: str
3147
3021
  :param _Port: 端口
3148
- 注意:此字段可能返回 null,表示取不到有效值。
3149
3022
  :type Port: str
3150
3023
  :param _ServiceModule: 服务组id代表的协议和端口集合
3151
- 注意:此字段可能返回 null,表示取不到有效值。
3152
3024
  :type ServiceModule: str
3153
3025
  :param _Desc: 备注
3154
- 注意:此字段可能返回 null,表示取不到有效值。
3155
3026
  :type Desc: str
3156
3027
  :param _Action: 匹配后行为:ACCEPT/DROP
3157
- 注意:此字段可能返回 null,表示取不到有效值。
3158
3028
  :type Action: str
3159
3029
  """
3160
3030
  self._Ip = None
@@ -3169,7 +3039,6 @@ class UsgPolicy(AbstractModel):
3169
3039
  @property
3170
3040
  def Ip(self):
3171
3041
  """cidr格式地址
3172
- 注意:此字段可能返回 null,表示取不到有效值。
3173
3042
  :rtype: str
3174
3043
  """
3175
3044
  return self._Ip
@@ -3181,7 +3050,6 @@ class UsgPolicy(AbstractModel):
3181
3050
  @property
3182
3051
  def Id(self):
3183
3052
  """安全组id代表的地址集合
3184
- 注意:此字段可能返回 null,表示取不到有效值。
3185
3053
  :rtype: str
3186
3054
  """
3187
3055
  return self._Id
@@ -3193,7 +3061,6 @@ class UsgPolicy(AbstractModel):
3193
3061
  @property
3194
3062
  def AddressModule(self):
3195
3063
  """地址组id代表的地址集合
3196
- 注意:此字段可能返回 null,表示取不到有效值。
3197
3064
  :rtype: str
3198
3065
  """
3199
3066
  return self._AddressModule
@@ -3205,7 +3072,6 @@ class UsgPolicy(AbstractModel):
3205
3072
  @property
3206
3073
  def Proto(self):
3207
3074
  """协议
3208
- 注意:此字段可能返回 null,表示取不到有效值。
3209
3075
  :rtype: str
3210
3076
  """
3211
3077
  return self._Proto
@@ -3217,7 +3083,6 @@ class UsgPolicy(AbstractModel):
3217
3083
  @property
3218
3084
  def Port(self):
3219
3085
  """端口
3220
- 注意:此字段可能返回 null,表示取不到有效值。
3221
3086
  :rtype: str
3222
3087
  """
3223
3088
  return self._Port
@@ -3229,7 +3094,6 @@ class UsgPolicy(AbstractModel):
3229
3094
  @property
3230
3095
  def ServiceModule(self):
3231
3096
  """服务组id代表的协议和端口集合
3232
- 注意:此字段可能返回 null,表示取不到有效值。
3233
3097
  :rtype: str
3234
3098
  """
3235
3099
  return self._ServiceModule
@@ -3241,7 +3105,6 @@ class UsgPolicy(AbstractModel):
3241
3105
  @property
3242
3106
  def Desc(self):
3243
3107
  """备注
3244
- 注意:此字段可能返回 null,表示取不到有效值。
3245
3108
  :rtype: str
3246
3109
  """
3247
3110
  return self._Desc
@@ -3253,7 +3116,6 @@ class UsgPolicy(AbstractModel):
3253
3116
  @property
3254
3117
  def Action(self):
3255
3118
  """匹配后行为:ACCEPT/DROP
3256
- 注意:此字段可能返回 null,表示取不到有效值。
3257
3119
  :rtype: str
3258
3120
  """
3259
3121
  return self._Action
@@ -3290,25 +3152,18 @@ class UsgRuleDetail(AbstractModel):
3290
3152
  def __init__(self):
3291
3153
  r"""
3292
3154
  :param _InBound: 入站规则
3293
- 注意:此字段可能返回 null,表示取不到有效值。
3294
3155
  :type InBound: list of UsgPolicy
3295
3156
  :param _OutBound: 出站规则
3296
- 注意:此字段可能返回 null,表示取不到有效值。
3297
3157
  :type OutBound: list of UsgPolicy
3298
3158
  :param _SgId: 安全组Id
3299
- 注意:此字段可能返回 null,表示取不到有效值。
3300
3159
  :type SgId: str
3301
3160
  :param _SgName: 安全组名称
3302
- 注意:此字段可能返回 null,表示取不到有效值。
3303
3161
  :type SgName: str
3304
3162
  :param _SgRemark: 备注
3305
- 注意:此字段可能返回 null,表示取不到有效值。
3306
3163
  :type SgRemark: str
3307
3164
  :param _CreateTime: 创建时间
3308
- 注意:此字段可能返回 null,表示取不到有效值。
3309
3165
  :type CreateTime: str
3310
3166
  :param _Version: 版本
3311
- 注意:此字段可能返回 null,表示取不到有效值。
3312
3167
  :type Version: int
3313
3168
  """
3314
3169
  self._InBound = None
@@ -3322,7 +3177,6 @@ class UsgRuleDetail(AbstractModel):
3322
3177
  @property
3323
3178
  def InBound(self):
3324
3179
  """入站规则
3325
- 注意:此字段可能返回 null,表示取不到有效值。
3326
3180
  :rtype: list of UsgPolicy
3327
3181
  """
3328
3182
  return self._InBound
@@ -3334,7 +3188,6 @@ class UsgRuleDetail(AbstractModel):
3334
3188
  @property
3335
3189
  def OutBound(self):
3336
3190
  """出站规则
3337
- 注意:此字段可能返回 null,表示取不到有效值。
3338
3191
  :rtype: list of UsgPolicy
3339
3192
  """
3340
3193
  return self._OutBound
@@ -3346,7 +3199,6 @@ class UsgRuleDetail(AbstractModel):
3346
3199
  @property
3347
3200
  def SgId(self):
3348
3201
  """安全组Id
3349
- 注意:此字段可能返回 null,表示取不到有效值。
3350
3202
  :rtype: str
3351
3203
  """
3352
3204
  return self._SgId
@@ -3358,7 +3210,6 @@ class UsgRuleDetail(AbstractModel):
3358
3210
  @property
3359
3211
  def SgName(self):
3360
3212
  """安全组名称
3361
- 注意:此字段可能返回 null,表示取不到有效值。
3362
3213
  :rtype: str
3363
3214
  """
3364
3215
  return self._SgName
@@ -3370,7 +3221,6 @@ class UsgRuleDetail(AbstractModel):
3370
3221
  @property
3371
3222
  def SgRemark(self):
3372
3223
  """备注
3373
- 注意:此字段可能返回 null,表示取不到有效值。
3374
3224
  :rtype: str
3375
3225
  """
3376
3226
  return self._SgRemark
@@ -3382,7 +3232,6 @@ class UsgRuleDetail(AbstractModel):
3382
3232
  @property
3383
3233
  def CreateTime(self):
3384
3234
  """创建时间
3385
- 注意:此字段可能返回 null,表示取不到有效值。
3386
3235
  :rtype: str
3387
3236
  """
3388
3237
  return self._CreateTime
@@ -3394,7 +3243,6 @@ class UsgRuleDetail(AbstractModel):
3394
3243
  @property
3395
3244
  def Version(self):
3396
3245
  """版本
3397
- 注意:此字段可能返回 null,表示取不到有效值。
3398
3246
  :rtype: int
3399
3247
  """
3400
3248
  return self._Version
@@ -3440,16 +3288,12 @@ class Vpc(AbstractModel):
3440
3288
  def __init__(self):
3441
3289
  r"""
3442
3290
  :param _VpcName: Vpc名称
3443
- 注意:此字段可能返回 null,表示取不到有效值。
3444
3291
  :type VpcName: str
3445
3292
  :param _VpcId: VpcId
3446
- 注意:此字段可能返回 null,表示取不到有效值。
3447
3293
  :type VpcId: str
3448
3294
  :param _CreatedTime: 创建时间
3449
- 注意:此字段可能返回 null,表示取不到有效值。
3450
3295
  :type CreatedTime: str
3451
3296
  :param _IsDefault: 是否为默认VPC
3452
- 注意:此字段可能返回 null,表示取不到有效值。
3453
3297
  :type IsDefault: bool
3454
3298
  """
3455
3299
  self._VpcName = None
@@ -3460,7 +3304,6 @@ class Vpc(AbstractModel):
3460
3304
  @property
3461
3305
  def VpcName(self):
3462
3306
  """Vpc名称
3463
- 注意:此字段可能返回 null,表示取不到有效值。
3464
3307
  :rtype: str
3465
3308
  """
3466
3309
  return self._VpcName
@@ -3472,7 +3315,6 @@ class Vpc(AbstractModel):
3472
3315
  @property
3473
3316
  def VpcId(self):
3474
3317
  """VpcId
3475
- 注意:此字段可能返回 null,表示取不到有效值。
3476
3318
  :rtype: str
3477
3319
  """
3478
3320
  return self._VpcId
@@ -3484,7 +3326,6 @@ class Vpc(AbstractModel):
3484
3326
  @property
3485
3327
  def CreatedTime(self):
3486
3328
  """创建时间
3487
- 注意:此字段可能返回 null,表示取不到有效值。
3488
3329
  :rtype: str
3489
3330
  """
3490
3331
  return self._CreatedTime
@@ -3496,7 +3337,6 @@ class Vpc(AbstractModel):
3496
3337
  @property
3497
3338
  def IsDefault(self):
3498
3339
  """是否为默认VPC
3499
- 注意:此字段可能返回 null,表示取不到有效值。
3500
3340
  :rtype: bool
3501
3341
  """
3502
3342
  return self._IsDefault