tencentcloud-sdk-python 3.0.1298__py2.py3-none-any.whl → 3.0.1299__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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/aca/v20210323/models.py +2 -2
- tencentcloud/autoscaling/v20180419/models.py +21 -0
- tencentcloud/bh/v20230418/models.py +4 -4
- tencentcloud/cfs/v20190719/errorcodes.py +1 -1
- tencentcloud/clb/v20180317/models.py +68 -0
- tencentcloud/cloudapp/v20220530/errorcodes.py +3 -0
- tencentcloud/cloudapp/v20220530/models.py +66 -17
- tencentcloud/cls/v20201016/models.py +22 -0
- tencentcloud/cynosdb/v20190107/errorcodes.py +3 -0
- tencentcloud/cynosdb/v20190107/models.py +113 -0
- tencentcloud/dc/v20180410/models.py +50 -121
- tencentcloud/drm/v20181115/models.py +17 -0
- tencentcloud/dts/v20211206/models.py +68 -2
- tencentcloud/emr/v20190103/models.py +136 -340
- tencentcloud/ess/v20201111/models.py +38 -0
- tencentcloud/essbasic/v20210526/models.py +38 -0
- tencentcloud/gaap/v20180529/gaap_client.py +9 -3
- tencentcloud/gwlb/v20240906/models.py +2 -2
- tencentcloud/hai/v20230812/errorcodes.py +6 -0
- tencentcloud/hai/v20230812/hai_client.py +23 -0
- tencentcloud/hai/v20230812/models.py +109 -0
- tencentcloud/keewidb/v20220308/models.py +1 -1
- tencentcloud/lcic/v20220817/models.py +2 -2
- tencentcloud/mongodb/v20180408/models.py +2 -44
- tencentcloud/mongodb/v20190725/models.py +2 -22
- tencentcloud/ocr/v20181119/models.py +14 -14
- tencentcloud/postgres/v20170312/models.py +233 -0
- tencentcloud/postgres/v20170312/postgres_client.py +46 -0
- tencentcloud/redis/v20180412/models.py +6 -6
- tencentcloud/redis/v20180412/redis_client.py +8 -8
- tencentcloud/scf/v20180416/models.py +44 -4
- tencentcloud/ssl/v20191205/models.py +64 -8
- tencentcloud/ssl/v20191205/ssl_client.py +8 -1
- tencentcloud/tcb/v20180608/models.py +205 -317
- tencentcloud/tcb/v20180608/tcb_client.py +1 -1
- tencentcloud/tione/v20211111/models.py +34 -0
- tencentcloud/trtc/v20190722/models.py +0 -8
- tencentcloud/vpc/v20170312/models.py +15 -6
- {tencentcloud_sdk_python-3.0.1298.dist-info → tencentcloud_sdk_python-3.0.1299.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1298.dist-info → tencentcloud_sdk_python-3.0.1299.dist-info}/RECORD +44 -44
- {tencentcloud_sdk_python-3.0.1298.dist-info → tencentcloud_sdk_python-3.0.1299.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1298.dist-info → tencentcloud_sdk_python-3.0.1299.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1298.dist-info → tencentcloud_sdk_python-3.0.1299.dist-info}/top_level.txt +0 -0
@@ -2490,67 +2490,46 @@ class SpecItem(AbstractModel):
|
|
2490
2490
|
def __init__(self):
|
2491
2491
|
r"""
|
2492
2492
|
:param _SpecCode: 规格信息标识
|
2493
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2494
2493
|
:type SpecCode: str
|
2495
2494
|
:param _Status: 规格有效标志,取值:0-停止售卖,1-开放售卖
|
2496
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2497
2495
|
:type Status: int
|
2498
2496
|
:param _MachineType: 机器类型,取值:0-HIO,4-HIO10G
|
2499
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2500
2497
|
:type MachineType: str
|
2501
2498
|
:param _Cpu: cpu核心数
|
2502
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2503
2499
|
:type Cpu: int
|
2504
2500
|
:param _Memory: 内存规格,单位为MB
|
2505
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2506
2501
|
:type Memory: int
|
2507
2502
|
:param _DefaultStorage: 默认磁盘规格,单位MB
|
2508
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2509
2503
|
:type DefaultStorage: int
|
2510
2504
|
:param _MaxStorage: 最大磁盘规格,单位MB
|
2511
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2512
2505
|
:type MaxStorage: int
|
2513
2506
|
:param _MinStorage: 最小磁盘规格,单位MB
|
2514
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2515
2507
|
:type MinStorage: int
|
2516
2508
|
:param _Qps: 可承载qps信息
|
2517
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2518
2509
|
:type Qps: int
|
2519
2510
|
:param _Conns: 连接数限制
|
2520
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2521
2511
|
:type Conns: int
|
2522
2512
|
:param _MongoVersionCode: 实例mongodb版本信息
|
2523
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2524
2513
|
:type MongoVersionCode: str
|
2525
2514
|
:param _MongoVersionValue: 实例mongodb版本号
|
2526
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2527
2515
|
:type MongoVersionValue: int
|
2528
2516
|
:param _Version: 实例mongodb版本号(短)
|
2529
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2530
2517
|
:type Version: str
|
2531
2518
|
:param _EngineName: 存储引擎
|
2532
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2533
2519
|
:type EngineName: str
|
2534
2520
|
:param _ClusterType: 集群类型,取值:1-分片集群,0-副本集集群
|
2535
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2536
2521
|
:type ClusterType: int
|
2537
2522
|
:param _MinNodeNum: 最小副本集从节点数
|
2538
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2539
2523
|
:type MinNodeNum: int
|
2540
2524
|
:param _MaxNodeNum: 最大副本集从节点数
|
2541
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2542
2525
|
:type MaxNodeNum: int
|
2543
2526
|
:param _MinReplicateSetNum: 最小分片数
|
2544
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2545
2527
|
:type MinReplicateSetNum: int
|
2546
2528
|
:param _MaxReplicateSetNum: 最大分片数
|
2547
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2548
2529
|
:type MaxReplicateSetNum: int
|
2549
2530
|
:param _MinReplicateSetNodeNum: 最小分片从节点数
|
2550
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2551
2531
|
:type MinReplicateSetNodeNum: int
|
2552
2532
|
:param _MaxReplicateSetNodeNum: 最大分片从节点数
|
2553
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2554
2533
|
:type MaxReplicateSetNodeNum: int
|
2555
2534
|
"""
|
2556
2535
|
self._SpecCode = None
|
@@ -2578,7 +2557,6 @@ class SpecItem(AbstractModel):
|
|
2578
2557
|
@property
|
2579
2558
|
def SpecCode(self):
|
2580
2559
|
"""规格信息标识
|
2581
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2582
2560
|
:rtype: str
|
2583
2561
|
"""
|
2584
2562
|
return self._SpecCode
|
@@ -2590,7 +2568,6 @@ class SpecItem(AbstractModel):
|
|
2590
2568
|
@property
|
2591
2569
|
def Status(self):
|
2592
2570
|
"""规格有效标志,取值:0-停止售卖,1-开放售卖
|
2593
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2594
2571
|
:rtype: int
|
2595
2572
|
"""
|
2596
2573
|
return self._Status
|
@@ -2602,7 +2579,6 @@ class SpecItem(AbstractModel):
|
|
2602
2579
|
@property
|
2603
2580
|
def MachineType(self):
|
2604
2581
|
"""机器类型,取值:0-HIO,4-HIO10G
|
2605
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2606
2582
|
:rtype: str
|
2607
2583
|
"""
|
2608
2584
|
return self._MachineType
|
@@ -2614,7 +2590,6 @@ class SpecItem(AbstractModel):
|
|
2614
2590
|
@property
|
2615
2591
|
def Cpu(self):
|
2616
2592
|
"""cpu核心数
|
2617
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2618
2593
|
:rtype: int
|
2619
2594
|
"""
|
2620
2595
|
return self._Cpu
|
@@ -2626,7 +2601,6 @@ class SpecItem(AbstractModel):
|
|
2626
2601
|
@property
|
2627
2602
|
def Memory(self):
|
2628
2603
|
"""内存规格,单位为MB
|
2629
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2630
2604
|
:rtype: int
|
2631
2605
|
"""
|
2632
2606
|
return self._Memory
|
@@ -2638,7 +2612,6 @@ class SpecItem(AbstractModel):
|
|
2638
2612
|
@property
|
2639
2613
|
def DefaultStorage(self):
|
2640
2614
|
"""默认磁盘规格,单位MB
|
2641
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2642
2615
|
:rtype: int
|
2643
2616
|
"""
|
2644
2617
|
return self._DefaultStorage
|
@@ -2650,7 +2623,6 @@ class SpecItem(AbstractModel):
|
|
2650
2623
|
@property
|
2651
2624
|
def MaxStorage(self):
|
2652
2625
|
"""最大磁盘规格,单位MB
|
2653
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2654
2626
|
:rtype: int
|
2655
2627
|
"""
|
2656
2628
|
return self._MaxStorage
|
@@ -2662,7 +2634,6 @@ class SpecItem(AbstractModel):
|
|
2662
2634
|
@property
|
2663
2635
|
def MinStorage(self):
|
2664
2636
|
"""最小磁盘规格,单位MB
|
2665
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2666
2637
|
:rtype: int
|
2667
2638
|
"""
|
2668
2639
|
return self._MinStorage
|
@@ -2674,7 +2645,6 @@ class SpecItem(AbstractModel):
|
|
2674
2645
|
@property
|
2675
2646
|
def Qps(self):
|
2676
2647
|
"""可承载qps信息
|
2677
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2678
2648
|
:rtype: int
|
2679
2649
|
"""
|
2680
2650
|
return self._Qps
|
@@ -2686,7 +2656,6 @@ class SpecItem(AbstractModel):
|
|
2686
2656
|
@property
|
2687
2657
|
def Conns(self):
|
2688
2658
|
"""连接数限制
|
2689
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2690
2659
|
:rtype: int
|
2691
2660
|
"""
|
2692
2661
|
return self._Conns
|
@@ -2698,7 +2667,6 @@ class SpecItem(AbstractModel):
|
|
2698
2667
|
@property
|
2699
2668
|
def MongoVersionCode(self):
|
2700
2669
|
"""实例mongodb版本信息
|
2701
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2702
2670
|
:rtype: str
|
2703
2671
|
"""
|
2704
2672
|
return self._MongoVersionCode
|
@@ -2710,7 +2678,6 @@ class SpecItem(AbstractModel):
|
|
2710
2678
|
@property
|
2711
2679
|
def MongoVersionValue(self):
|
2712
2680
|
"""实例mongodb版本号
|
2713
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2714
2681
|
:rtype: int
|
2715
2682
|
"""
|
2716
2683
|
return self._MongoVersionValue
|
@@ -2722,7 +2689,6 @@ class SpecItem(AbstractModel):
|
|
2722
2689
|
@property
|
2723
2690
|
def Version(self):
|
2724
2691
|
"""实例mongodb版本号(短)
|
2725
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2726
2692
|
:rtype: str
|
2727
2693
|
"""
|
2728
2694
|
return self._Version
|
@@ -2734,7 +2700,6 @@ class SpecItem(AbstractModel):
|
|
2734
2700
|
@property
|
2735
2701
|
def EngineName(self):
|
2736
2702
|
"""存储引擎
|
2737
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2738
2703
|
:rtype: str
|
2739
2704
|
"""
|
2740
2705
|
return self._EngineName
|
@@ -2746,7 +2711,6 @@ class SpecItem(AbstractModel):
|
|
2746
2711
|
@property
|
2747
2712
|
def ClusterType(self):
|
2748
2713
|
"""集群类型,取值:1-分片集群,0-副本集集群
|
2749
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2750
2714
|
:rtype: int
|
2751
2715
|
"""
|
2752
2716
|
return self._ClusterType
|
@@ -2758,7 +2722,6 @@ class SpecItem(AbstractModel):
|
|
2758
2722
|
@property
|
2759
2723
|
def MinNodeNum(self):
|
2760
2724
|
"""最小副本集从节点数
|
2761
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2762
2725
|
:rtype: int
|
2763
2726
|
"""
|
2764
2727
|
return self._MinNodeNum
|
@@ -2770,7 +2733,6 @@ class SpecItem(AbstractModel):
|
|
2770
2733
|
@property
|
2771
2734
|
def MaxNodeNum(self):
|
2772
2735
|
"""最大副本集从节点数
|
2773
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2774
2736
|
:rtype: int
|
2775
2737
|
"""
|
2776
2738
|
return self._MaxNodeNum
|
@@ -2782,7 +2744,6 @@ class SpecItem(AbstractModel):
|
|
2782
2744
|
@property
|
2783
2745
|
def MinReplicateSetNum(self):
|
2784
2746
|
"""最小分片数
|
2785
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2786
2747
|
:rtype: int
|
2787
2748
|
"""
|
2788
2749
|
return self._MinReplicateSetNum
|
@@ -2794,7 +2755,6 @@ class SpecItem(AbstractModel):
|
|
2794
2755
|
@property
|
2795
2756
|
def MaxReplicateSetNum(self):
|
2796
2757
|
"""最大分片数
|
2797
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2798
2758
|
:rtype: int
|
2799
2759
|
"""
|
2800
2760
|
return self._MaxReplicateSetNum
|
@@ -2806,7 +2766,6 @@ class SpecItem(AbstractModel):
|
|
2806
2766
|
@property
|
2807
2767
|
def MinReplicateSetNodeNum(self):
|
2808
2768
|
"""最小分片从节点数
|
2809
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2810
2769
|
:rtype: int
|
2811
2770
|
"""
|
2812
2771
|
return self._MinReplicateSetNodeNum
|
@@ -2818,7 +2777,6 @@ class SpecItem(AbstractModel):
|
|
2818
2777
|
@property
|
2819
2778
|
def MaxReplicateSetNodeNum(self):
|
2820
2779
|
"""最大分片从节点数
|
2821
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2822
2780
|
:rtype: int
|
2823
2781
|
"""
|
2824
2782
|
return self._MaxReplicateSetNodeNum
|
@@ -3068,7 +3026,7 @@ class UpgradeDBInstanceHourRequest(AbstractModel):
|
|
3068
3026
|
|
3069
3027
|
def __init__(self):
|
3070
3028
|
r"""
|
3071
|
-
:param _InstanceId: 实例ID,格式如:cmgo-
|
3029
|
+
:param _InstanceId: 实例ID,格式如:cmgo-iga0****
|
3072
3030
|
:type InstanceId: str
|
3073
3031
|
:param _Memory: 升级后的内存大小,单位:GB
|
3074
3032
|
:type Memory: int
|
@@ -3084,7 +3042,7 @@ class UpgradeDBInstanceHourRequest(AbstractModel):
|
|
3084
3042
|
|
3085
3043
|
@property
|
3086
3044
|
def InstanceId(self):
|
3087
|
-
"""实例ID,格式如:cmgo-
|
3045
|
+
"""实例ID,格式如:cmgo-iga0****
|
3088
3046
|
:rtype: str
|
3089
3047
|
"""
|
3090
3048
|
return self._InstanceId
|
@@ -254,10 +254,8 @@ class BackupDownloadTask(AbstractModel):
|
|
254
254
|
:param _BackupDesc: 发起备份时指定的备注信息
|
255
255
|
:type BackupDesc: str
|
256
256
|
:param _Region: 地区信息。
|
257
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
258
257
|
:type Region: str
|
259
258
|
:param _Bucket: Bucket信息。
|
260
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
261
259
|
:type Bucket: str
|
262
260
|
"""
|
263
261
|
self._CreateTime = None
|
@@ -386,7 +384,6 @@ class BackupDownloadTask(AbstractModel):
|
|
386
384
|
@property
|
387
385
|
def Region(self):
|
388
386
|
"""地区信息。
|
389
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
390
387
|
:rtype: str
|
391
388
|
"""
|
392
389
|
return self._Region
|
@@ -398,7 +395,6 @@ class BackupDownloadTask(AbstractModel):
|
|
398
395
|
@property
|
399
396
|
def Bucket(self):
|
400
397
|
"""Bucket信息。
|
401
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
402
398
|
:rtype: str
|
403
399
|
"""
|
404
400
|
return self._Bucket
|
@@ -2450,32 +2446,24 @@ class CurrentOp(AbstractModel):
|
|
2450
2446
|
def __init__(self):
|
2451
2447
|
r"""
|
2452
2448
|
:param _OpId: 操作序号。
|
2453
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2454
2449
|
:type OpId: int
|
2455
2450
|
:param _Ns: 操作所在的命名空间,形式如db.collection。
|
2456
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2457
2451
|
:type Ns: str
|
2458
2452
|
:param _Query: 操作执行语句。
|
2459
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2460
2453
|
:type Query: str
|
2461
2454
|
:param _Op: 操作类型,可能的取值:aggregate、count、delete、distinct、find、findAndModify、getMore、insert、mapReduce、update和command。
|
2462
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2463
2455
|
:type Op: str
|
2464
2456
|
:param _ReplicaSetName: 操作所在的分片名称。
|
2465
2457
|
:type ReplicaSetName: str
|
2466
2458
|
:param _NodeName: 操作所在的节点名称。
|
2467
2459
|
:type NodeName: str
|
2468
2460
|
:param _Operation: 操作详细信息。
|
2469
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2470
2461
|
:type Operation: str
|
2471
2462
|
:param _State: 筛选条件,节点状态,可能的取值为:Primary、Secondary。
|
2472
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2473
2463
|
:type State: str
|
2474
2464
|
:param _MicrosecsRunning: 操作已执行时间(ms)。
|
2475
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2476
2465
|
:type MicrosecsRunning: int
|
2477
2466
|
:param _ExecNode: 当前操作所在节点信息。
|
2478
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2479
2467
|
:type ExecNode: str
|
2480
2468
|
"""
|
2481
2469
|
self._OpId = None
|
@@ -2492,7 +2480,6 @@ class CurrentOp(AbstractModel):
|
|
2492
2480
|
@property
|
2493
2481
|
def OpId(self):
|
2494
2482
|
"""操作序号。
|
2495
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2496
2483
|
:rtype: int
|
2497
2484
|
"""
|
2498
2485
|
return self._OpId
|
@@ -2504,7 +2491,6 @@ class CurrentOp(AbstractModel):
|
|
2504
2491
|
@property
|
2505
2492
|
def Ns(self):
|
2506
2493
|
"""操作所在的命名空间,形式如db.collection。
|
2507
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2508
2494
|
:rtype: str
|
2509
2495
|
"""
|
2510
2496
|
return self._Ns
|
@@ -2516,7 +2502,6 @@ class CurrentOp(AbstractModel):
|
|
2516
2502
|
@property
|
2517
2503
|
def Query(self):
|
2518
2504
|
"""操作执行语句。
|
2519
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2520
2505
|
:rtype: str
|
2521
2506
|
"""
|
2522
2507
|
return self._Query
|
@@ -2528,7 +2513,6 @@ class CurrentOp(AbstractModel):
|
|
2528
2513
|
@property
|
2529
2514
|
def Op(self):
|
2530
2515
|
"""操作类型,可能的取值:aggregate、count、delete、distinct、find、findAndModify、getMore、insert、mapReduce、update和command。
|
2531
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2532
2516
|
:rtype: str
|
2533
2517
|
"""
|
2534
2518
|
return self._Op
|
@@ -2562,7 +2546,6 @@ class CurrentOp(AbstractModel):
|
|
2562
2546
|
@property
|
2563
2547
|
def Operation(self):
|
2564
2548
|
"""操作详细信息。
|
2565
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2566
2549
|
:rtype: str
|
2567
2550
|
"""
|
2568
2551
|
return self._Operation
|
@@ -2574,7 +2557,6 @@ class CurrentOp(AbstractModel):
|
|
2574
2557
|
@property
|
2575
2558
|
def State(self):
|
2576
2559
|
"""筛选条件,节点状态,可能的取值为:Primary、Secondary。
|
2577
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2578
2560
|
:rtype: str
|
2579
2561
|
"""
|
2580
2562
|
return self._State
|
@@ -2586,7 +2568,6 @@ class CurrentOp(AbstractModel):
|
|
2586
2568
|
@property
|
2587
2569
|
def MicrosecsRunning(self):
|
2588
2570
|
"""操作已执行时间(ms)。
|
2589
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2590
2571
|
:rtype: int
|
2591
2572
|
"""
|
2592
2573
|
return self._MicrosecsRunning
|
@@ -2598,7 +2579,6 @@ class CurrentOp(AbstractModel):
|
|
2598
2579
|
@property
|
2599
2580
|
def ExecNode(self):
|
2600
2581
|
"""当前操作所在节点信息。
|
2601
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2602
2582
|
:rtype: str
|
2603
2583
|
"""
|
2604
2584
|
return self._ExecNode
|
@@ -9425,7 +9405,7 @@ class NodeProperty(AbstractModel):
|
|
9425
9405
|
:type NodeName: str
|
9426
9406
|
:param _Address: 节点访问地址。
|
9427
9407
|
:type Address: str
|
9428
|
-
:param _WanServiceAddress:
|
9408
|
+
:param _WanServiceAddress: 节点公网访问外网地址(IP或域名,示例为IP方式)。
|
9429
9409
|
:type WanServiceAddress: str
|
9430
9410
|
:param _Role: 角色。
|
9431
9411
|
:type Role: str
|
@@ -9492,7 +9472,7 @@ class NodeProperty(AbstractModel):
|
|
9492
9472
|
|
9493
9473
|
@property
|
9494
9474
|
def WanServiceAddress(self):
|
9495
|
-
"""
|
9475
|
+
"""节点公网访问外网地址(IP或域名,示例为IP方式)。
|
9496
9476
|
:rtype: str
|
9497
9477
|
"""
|
9498
9478
|
return self._WanServiceAddress
|
@@ -11986,19 +11986,19 @@ class IDCardConfig(AbstractModel):
|
|
11986
11986
|
|
11987
11987
|
def __init__(self):
|
11988
11988
|
r"""
|
11989
|
-
:param _CopyWarn:
|
11989
|
+
:param _CopyWarn: 复印件告警,默认为false
|
11990
11990
|
:type CopyWarn: bool
|
11991
|
-
:param _BorderCheckWarn:
|
11991
|
+
:param _BorderCheckWarn: 边框和框内遮挡告警,默认为false
|
11992
11992
|
:type BorderCheckWarn: bool
|
11993
|
-
:param _ReshootWarn:
|
11993
|
+
:param _ReshootWarn: 翻拍告警,默认为false
|
11994
11994
|
:type ReshootWarn: bool
|
11995
|
-
:param _DetectPsWarn:
|
11995
|
+
:param _DetectPsWarn: 疑似存在PS痕迹告警,默认为false
|
11996
11996
|
:type DetectPsWarn: bool
|
11997
|
-
:param _TempIdWarn:
|
11997
|
+
:param _TempIdWarn: 临时身份证告警,默认为false
|
11998
11998
|
:type TempIdWarn: bool
|
11999
|
-
:param _InvalidDateWarn:
|
11999
|
+
:param _InvalidDateWarn: 身份证有效日期不合法告警,默认为false
|
12000
12000
|
:type InvalidDateWarn: bool
|
12001
|
-
:param _ReflectWarn:
|
12001
|
+
:param _ReflectWarn: 是否开启反光检测,默认为false
|
12002
12002
|
:type ReflectWarn: bool
|
12003
12003
|
"""
|
12004
12004
|
self._CopyWarn = None
|
@@ -12011,7 +12011,7 @@ class IDCardConfig(AbstractModel):
|
|
12011
12011
|
|
12012
12012
|
@property
|
12013
12013
|
def CopyWarn(self):
|
12014
|
-
"""
|
12014
|
+
"""复印件告警,默认为false
|
12015
12015
|
:rtype: bool
|
12016
12016
|
"""
|
12017
12017
|
return self._CopyWarn
|
@@ -12022,7 +12022,7 @@ class IDCardConfig(AbstractModel):
|
|
12022
12022
|
|
12023
12023
|
@property
|
12024
12024
|
def BorderCheckWarn(self):
|
12025
|
-
"""
|
12025
|
+
"""边框和框内遮挡告警,默认为false
|
12026
12026
|
:rtype: bool
|
12027
12027
|
"""
|
12028
12028
|
return self._BorderCheckWarn
|
@@ -12033,7 +12033,7 @@ class IDCardConfig(AbstractModel):
|
|
12033
12033
|
|
12034
12034
|
@property
|
12035
12035
|
def ReshootWarn(self):
|
12036
|
-
"""
|
12036
|
+
"""翻拍告警,默认为false
|
12037
12037
|
:rtype: bool
|
12038
12038
|
"""
|
12039
12039
|
return self._ReshootWarn
|
@@ -12044,7 +12044,7 @@ class IDCardConfig(AbstractModel):
|
|
12044
12044
|
|
12045
12045
|
@property
|
12046
12046
|
def DetectPsWarn(self):
|
12047
|
-
"""
|
12047
|
+
"""疑似存在PS痕迹告警,默认为false
|
12048
12048
|
:rtype: bool
|
12049
12049
|
"""
|
12050
12050
|
return self._DetectPsWarn
|
@@ -12055,7 +12055,7 @@ class IDCardConfig(AbstractModel):
|
|
12055
12055
|
|
12056
12056
|
@property
|
12057
12057
|
def TempIdWarn(self):
|
12058
|
-
"""
|
12058
|
+
"""临时身份证告警,默认为false
|
12059
12059
|
:rtype: bool
|
12060
12060
|
"""
|
12061
12061
|
return self._TempIdWarn
|
@@ -12066,7 +12066,7 @@ class IDCardConfig(AbstractModel):
|
|
12066
12066
|
|
12067
12067
|
@property
|
12068
12068
|
def InvalidDateWarn(self):
|
12069
|
-
"""
|
12069
|
+
"""身份证有效日期不合法告警,默认为false
|
12070
12070
|
:rtype: bool
|
12071
12071
|
"""
|
12072
12072
|
return self._InvalidDateWarn
|
@@ -12077,7 +12077,7 @@ class IDCardConfig(AbstractModel):
|
|
12077
12077
|
|
12078
12078
|
@property
|
12079
12079
|
def ReflectWarn(self):
|
12080
|
-
"""
|
12080
|
+
"""是否开启反光检测,默认为false
|
12081
12081
|
:rtype: bool
|
12082
12082
|
"""
|
12083
12083
|
return self._ReflectWarn
|