tencentcloud-sdk-python 3.1.98__py2.py3-none-any.whl → 3.1.99__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/batch/v20170312/models.py +10 -10
- tencentcloud/cdb/v20170320/models.py +38 -44
- tencentcloud/cfg/v20210820/models.py +54 -34
- tencentcloud/cls/v20201016/models.py +6 -18
- tencentcloud/ctem/v20231128/models.py +59 -44
- tencentcloud/cvm/v20170312/cvm_client.py +8 -8
- tencentcloud/cvm/v20170312/cvm_client_async.py +8 -8
- tencentcloud/cvm/v20170312/models.py +10 -10
- tencentcloud/cwp/v20180228/models.py +16 -20
- tencentcloud/dataagent/v20250513/dataagent_client.py +23 -0
- tencentcloud/dataagent/v20250513/dataagent_client_async.py +18 -0
- tencentcloud/dataagent/v20250513/models.py +34 -0
- tencentcloud/dlc/v20210125/models.py +15 -0
- tencentcloud/ioa/v20220601/errorcodes.py +9 -0
- tencentcloud/ioa/v20220601/ioa_client.py +69 -0
- tencentcloud/ioa/v20220601/ioa_client_async.py +54 -0
- tencentcloud/ioa/v20220601/models.py +892 -37
- tencentcloud/mna/v20210119/errorcodes.py +9 -0
- tencentcloud/mna/v20210119/models.py +55 -48
- tencentcloud/monitor/v20180724/errorcodes.py +0 -3
- tencentcloud/monitor/v20180724/models.py +8 -275
- tencentcloud/monitor/v20180724/monitor_client.py +0 -50
- tencentcloud/monitor/v20180724/monitor_client_async.py +0 -40
- tencentcloud/mps/v20190612/models.py +1 -1
- tencentcloud/oceanus/v20190422/models.py +191 -26
- tencentcloud/scf/v20180416/errorcodes.py +0 -3
- tencentcloud/tcss/v20201101/models.py +31 -16
- tencentcloud/teo/v20220901/models.py +4 -4
- tencentcloud/trro/v20220325/models.py +121 -76
- tencentcloud/trtc/v20190722/models.py +4 -2
- tencentcloud/vod/v20180717/models.py +2 -2
- tencentcloud/waf/v20180125/models.py +30 -0
- tencentcloud/wedata/v20210820/errorcodes.py +3 -0
- tencentcloud/wedata/v20210820/models.py +457 -406
- tencentcloud/wedata/v20250806/models.py +146 -74
- {tencentcloud_sdk_python-3.1.98.dist-info → tencentcloud_sdk_python-3.1.99.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.1.98.dist-info → tencentcloud_sdk_python-3.1.99.dist-info}/RECORD +41 -41
- {tencentcloud_sdk_python-3.1.98.dist-info → tencentcloud_sdk_python-3.1.99.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.1.98.dist-info → tencentcloud_sdk_python-3.1.99.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.1.98.dist-info → tencentcloud_sdk_python-3.1.99.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
|
@@ -10715,15 +10715,15 @@ class VirtualPrivateCloud(AbstractModel):
|
|
|
10715
10715
|
|
|
10716
10716
|
def __init__(self):
|
|
10717
10717
|
r"""
|
|
10718
|
-
:param _VpcId:
|
|
10718
|
+
:param _VpcId: <p>私有网络ID,形如<code>vpc-xxx</code>。有效的VpcId可通过登录<a href="https://console.cloud.tencent.com/vpc/vpc?rid=1">控制台</a>查询;也可以调用接口 <a href="https://cloud.tencent.com/document/product/215/15778">DescribeVpcs</a> ,从接口返回中的<code>VpcId</code>字段获取。若在创建子机时VpcId与SubnetId同时传入<code>DEFAULT</code>,则强制使用默认vpc网络。</p>
|
|
10719
10719
|
:type VpcId: str
|
|
10720
|
-
:param _SubnetId:
|
|
10720
|
+
:param _SubnetId: <p>私有网络子网ID,形如<code>subnet-xxx</code>。有效的私有网络子网ID可通过登录<a href="https://console.cloud.tencent.com/vpc/subnet?rid=1">控制台</a>查询;也可以调用接口 <a href="https://cloud.tencent.com/document/product/215/15784">DescribeSubnets</a> ,从接口返回中的<code>SubnetId</code>字段获取。若在创建子机时SubnetId与VpcId同时传入<code>DEFAULT</code>,则强制使用默认vpc网络。</p>
|
|
10721
10721
|
:type SubnetId: str
|
|
10722
|
-
:param _AsVpcGateway:
|
|
10722
|
+
:param _AsVpcGateway: <p>是否用作公网网关。公网网关只有在实例拥有公网IP以及处于私有网络下时才能正常使用。取值范围:<li>true:表示用作公网网关</li><li>false:表示不作为公网网关</li>默认取值:false。</p>
|
|
10723
10723
|
:type AsVpcGateway: bool
|
|
10724
|
-
:param _PrivateIpAddresses:
|
|
10724
|
+
:param _PrivateIpAddresses: <p>私有网络子网 IP 数组,在创建实例、修改实例vpc属性操作中可使用此参数。当前仅批量创建多台实例时支持传入相同子网的多个 IP。</p>
|
|
10725
10725
|
:type PrivateIpAddresses: list of str
|
|
10726
|
-
:param _Ipv6AddressCount:
|
|
10726
|
+
:param _Ipv6AddressCount: <p>为弹性网卡指定随机生成的 IPv6 地址数量。</p>
|
|
10727
10727
|
:type Ipv6AddressCount: int
|
|
10728
10728
|
"""
|
|
10729
10729
|
self._VpcId = None
|
|
@@ -10734,7 +10734,7 @@ class VirtualPrivateCloud(AbstractModel):
|
|
|
10734
10734
|
|
|
10735
10735
|
@property
|
|
10736
10736
|
def VpcId(self):
|
|
10737
|
-
r"""
|
|
10737
|
+
r"""<p>私有网络ID,形如<code>vpc-xxx</code>。有效的VpcId可通过登录<a href="https://console.cloud.tencent.com/vpc/vpc?rid=1">控制台</a>查询;也可以调用接口 <a href="https://cloud.tencent.com/document/product/215/15778">DescribeVpcs</a> ,从接口返回中的<code>VpcId</code>字段获取。若在创建子机时VpcId与SubnetId同时传入<code>DEFAULT</code>,则强制使用默认vpc网络。</p>
|
|
10738
10738
|
:rtype: str
|
|
10739
10739
|
"""
|
|
10740
10740
|
return self._VpcId
|
|
@@ -10745,7 +10745,7 @@ class VirtualPrivateCloud(AbstractModel):
|
|
|
10745
10745
|
|
|
10746
10746
|
@property
|
|
10747
10747
|
def SubnetId(self):
|
|
10748
|
-
r"""
|
|
10748
|
+
r"""<p>私有网络子网ID,形如<code>subnet-xxx</code>。有效的私有网络子网ID可通过登录<a href="https://console.cloud.tencent.com/vpc/subnet?rid=1">控制台</a>查询;也可以调用接口 <a href="https://cloud.tencent.com/document/product/215/15784">DescribeSubnets</a> ,从接口返回中的<code>SubnetId</code>字段获取。若在创建子机时SubnetId与VpcId同时传入<code>DEFAULT</code>,则强制使用默认vpc网络。</p>
|
|
10749
10749
|
:rtype: str
|
|
10750
10750
|
"""
|
|
10751
10751
|
return self._SubnetId
|
|
@@ -10756,7 +10756,7 @@ class VirtualPrivateCloud(AbstractModel):
|
|
|
10756
10756
|
|
|
10757
10757
|
@property
|
|
10758
10758
|
def AsVpcGateway(self):
|
|
10759
|
-
r"""
|
|
10759
|
+
r"""<p>是否用作公网网关。公网网关只有在实例拥有公网IP以及处于私有网络下时才能正常使用。取值范围:<li>true:表示用作公网网关</li><li>false:表示不作为公网网关</li>默认取值:false。</p>
|
|
10760
10760
|
:rtype: bool
|
|
10761
10761
|
"""
|
|
10762
10762
|
return self._AsVpcGateway
|
|
@@ -10767,7 +10767,7 @@ class VirtualPrivateCloud(AbstractModel):
|
|
|
10767
10767
|
|
|
10768
10768
|
@property
|
|
10769
10769
|
def PrivateIpAddresses(self):
|
|
10770
|
-
r"""
|
|
10770
|
+
r"""<p>私有网络子网 IP 数组,在创建实例、修改实例vpc属性操作中可使用此参数。当前仅批量创建多台实例时支持传入相同子网的多个 IP。</p>
|
|
10771
10771
|
:rtype: list of str
|
|
10772
10772
|
"""
|
|
10773
10773
|
return self._PrivateIpAddresses
|
|
@@ -10778,7 +10778,7 @@ class VirtualPrivateCloud(AbstractModel):
|
|
|
10778
10778
|
|
|
10779
10779
|
@property
|
|
10780
10780
|
def Ipv6AddressCount(self):
|
|
10781
|
-
r"""
|
|
10781
|
+
r"""<p>为弹性网卡指定随机生成的 IPv6 地址数量。</p>
|
|
10782
10782
|
:rtype: int
|
|
10783
10783
|
"""
|
|
10784
10784
|
return self._Ipv6AddressCount
|
|
@@ -537,41 +537,38 @@ class AdjustCdbProxyAddressRequest(AbstractModel):
|
|
|
537
537
|
|
|
538
538
|
def __init__(self):
|
|
539
539
|
r"""
|
|
540
|
-
:param _ProxyGroupId:
|
|
540
|
+
:param _ProxyGroupId: <p>代理组 ID。可通过 <a href="https://cloud.tencent.com/document/api/236/90585">DescribeCdbProxyInfo</a> 接口获取。</p>
|
|
541
541
|
:type ProxyGroupId: str
|
|
542
|
-
:param _WeightMode:
|
|
543
|
-
系统自动分配:"system", 自定义:"custom"
|
|
542
|
+
:param _WeightMode: <p>权重分配模式,<br>系统自动分配:"system", 自定义:"custom"</p>
|
|
544
543
|
:type WeightMode: str
|
|
545
|
-
:param _IsKickOut:
|
|
544
|
+
:param _IsKickOut: <p>是否开启延迟剔除,取值:"true" | "false"</p>
|
|
546
545
|
:type IsKickOut: bool
|
|
547
|
-
:param _MinCount:
|
|
548
|
-
说明:当 IsKickOut 为 true 时才有效。
|
|
546
|
+
:param _MinCount: <p>最小保留数量,最小取值:0。<br>说明:当 IsKickOut 为 true 时才有效。</p>
|
|
549
547
|
:type MinCount: int
|
|
550
|
-
:param _MaxDelay:
|
|
548
|
+
:param _MaxDelay: <p>延迟剔除阈值,最小取值:1,取值范围:[1,10000],整数。</p>
|
|
551
549
|
:type MaxDelay: int
|
|
552
|
-
:param _FailOver:
|
|
550
|
+
:param _FailOver: <p>是否开启故障转移,取值:"true" | "false"</p>
|
|
553
551
|
:type FailOver: bool
|
|
554
|
-
:param _AutoAddRo:
|
|
552
|
+
:param _AutoAddRo: <p>是否自动添加RO,取值:"true" | "false"</p>
|
|
555
553
|
:type AutoAddRo: bool
|
|
556
|
-
:param _ReadOnly:
|
|
554
|
+
:param _ReadOnly: <p>是否是只读,取值:"true" | "false"</p>
|
|
557
555
|
:type ReadOnly: bool
|
|
558
|
-
:param _ProxyAddressId:
|
|
556
|
+
:param _ProxyAddressId: <p>代理组地址 ID。可通过 <a href="https://cloud.tencent.com/document/api/236/90585">DescribeCdbProxyInfo</a> 接口获取。</p>
|
|
559
557
|
:type ProxyAddressId: str
|
|
560
|
-
:param _TransSplit:
|
|
558
|
+
:param _TransSplit: <p>是否开启事务分离,取值:"true" | "false",默认值 false。</p>
|
|
561
559
|
:type TransSplit: bool
|
|
562
|
-
:param _ConnectionPool:
|
|
563
|
-
注意:如需使用数据库代理连接池能力,MySQL 8.0 主实例的内核小版本要大于等于 MySQL 8.0 20230630。
|
|
560
|
+
:param _ConnectionPool: <p>是否开启连接池。默认关闭。<br>注意:如需使用数据库代理连接池能力,MySQL 8.0 主实例的内核小版本要大于等于 MySQL 8.0 20230630。</p>
|
|
564
561
|
:type ConnectionPool: bool
|
|
565
|
-
:param _ProxyAllocation:
|
|
562
|
+
:param _ProxyAllocation: <p>读写权重分配。如果 WeightMode 传的是 system ,则传入的权重不生效,由系统分配默认权重。</p>
|
|
566
563
|
:type ProxyAllocation: list of ProxyAllocation
|
|
567
|
-
:param _AutoLoadBalance:
|
|
564
|
+
:param _AutoLoadBalance: <p>是否开启自适应负载均衡。默认关闭。</p>
|
|
568
565
|
:type AutoLoadBalance: bool
|
|
569
|
-
:param _AccessMode:
|
|
566
|
+
:param _AccessMode: <p>访问模式:nearby - 就近访问,balance - 均衡分配,默认就近访问。</p>
|
|
570
567
|
:type AccessMode: str
|
|
571
|
-
:param _ApNodeAsRoNode:
|
|
572
|
-
:type ApNodeAsRoNode:
|
|
573
|
-
:param _ApQueryToOtherNode: libra
|
|
574
|
-
:type ApQueryToOtherNode:
|
|
568
|
+
:param _ApNodeAsRoNode: <p>是否将libra节点当作普通RO节点</p>
|
|
569
|
+
:type ApNodeAsRoNode: bool
|
|
570
|
+
:param _ApQueryToOtherNode: <p>libra节点故障,是否转发给其他节点</p>
|
|
571
|
+
:type ApQueryToOtherNode: bool
|
|
575
572
|
"""
|
|
576
573
|
self._ProxyGroupId = None
|
|
577
574
|
self._WeightMode = None
|
|
@@ -592,7 +589,7 @@ class AdjustCdbProxyAddressRequest(AbstractModel):
|
|
|
592
589
|
|
|
593
590
|
@property
|
|
594
591
|
def ProxyGroupId(self):
|
|
595
|
-
r"""
|
|
592
|
+
r"""<p>代理组 ID。可通过 <a href="https://cloud.tencent.com/document/api/236/90585">DescribeCdbProxyInfo</a> 接口获取。</p>
|
|
596
593
|
:rtype: str
|
|
597
594
|
"""
|
|
598
595
|
return self._ProxyGroupId
|
|
@@ -603,8 +600,7 @@ class AdjustCdbProxyAddressRequest(AbstractModel):
|
|
|
603
600
|
|
|
604
601
|
@property
|
|
605
602
|
def WeightMode(self):
|
|
606
|
-
r"""
|
|
607
|
-
系统自动分配:"system", 自定义:"custom"
|
|
603
|
+
r"""<p>权重分配模式,<br>系统自动分配:"system", 自定义:"custom"</p>
|
|
608
604
|
:rtype: str
|
|
609
605
|
"""
|
|
610
606
|
return self._WeightMode
|
|
@@ -615,7 +611,7 @@ class AdjustCdbProxyAddressRequest(AbstractModel):
|
|
|
615
611
|
|
|
616
612
|
@property
|
|
617
613
|
def IsKickOut(self):
|
|
618
|
-
r"""
|
|
614
|
+
r"""<p>是否开启延迟剔除,取值:"true" | "false"</p>
|
|
619
615
|
:rtype: bool
|
|
620
616
|
"""
|
|
621
617
|
return self._IsKickOut
|
|
@@ -626,8 +622,7 @@ class AdjustCdbProxyAddressRequest(AbstractModel):
|
|
|
626
622
|
|
|
627
623
|
@property
|
|
628
624
|
def MinCount(self):
|
|
629
|
-
r"""
|
|
630
|
-
说明:当 IsKickOut 为 true 时才有效。
|
|
625
|
+
r"""<p>最小保留数量,最小取值:0。<br>说明:当 IsKickOut 为 true 时才有效。</p>
|
|
631
626
|
:rtype: int
|
|
632
627
|
"""
|
|
633
628
|
return self._MinCount
|
|
@@ -638,7 +633,7 @@ class AdjustCdbProxyAddressRequest(AbstractModel):
|
|
|
638
633
|
|
|
639
634
|
@property
|
|
640
635
|
def MaxDelay(self):
|
|
641
|
-
r"""
|
|
636
|
+
r"""<p>延迟剔除阈值,最小取值:1,取值范围:[1,10000],整数。</p>
|
|
642
637
|
:rtype: int
|
|
643
638
|
"""
|
|
644
639
|
return self._MaxDelay
|
|
@@ -649,7 +644,7 @@ class AdjustCdbProxyAddressRequest(AbstractModel):
|
|
|
649
644
|
|
|
650
645
|
@property
|
|
651
646
|
def FailOver(self):
|
|
652
|
-
r"""
|
|
647
|
+
r"""<p>是否开启故障转移,取值:"true" | "false"</p>
|
|
653
648
|
:rtype: bool
|
|
654
649
|
"""
|
|
655
650
|
return self._FailOver
|
|
@@ -660,7 +655,7 @@ class AdjustCdbProxyAddressRequest(AbstractModel):
|
|
|
660
655
|
|
|
661
656
|
@property
|
|
662
657
|
def AutoAddRo(self):
|
|
663
|
-
r"""
|
|
658
|
+
r"""<p>是否自动添加RO,取值:"true" | "false"</p>
|
|
664
659
|
:rtype: bool
|
|
665
660
|
"""
|
|
666
661
|
return self._AutoAddRo
|
|
@@ -671,7 +666,7 @@ class AdjustCdbProxyAddressRequest(AbstractModel):
|
|
|
671
666
|
|
|
672
667
|
@property
|
|
673
668
|
def ReadOnly(self):
|
|
674
|
-
r"""
|
|
669
|
+
r"""<p>是否是只读,取值:"true" | "false"</p>
|
|
675
670
|
:rtype: bool
|
|
676
671
|
"""
|
|
677
672
|
return self._ReadOnly
|
|
@@ -682,7 +677,7 @@ class AdjustCdbProxyAddressRequest(AbstractModel):
|
|
|
682
677
|
|
|
683
678
|
@property
|
|
684
679
|
def ProxyAddressId(self):
|
|
685
|
-
r"""
|
|
680
|
+
r"""<p>代理组地址 ID。可通过 <a href="https://cloud.tencent.com/document/api/236/90585">DescribeCdbProxyInfo</a> 接口获取。</p>
|
|
686
681
|
:rtype: str
|
|
687
682
|
"""
|
|
688
683
|
return self._ProxyAddressId
|
|
@@ -693,7 +688,7 @@ class AdjustCdbProxyAddressRequest(AbstractModel):
|
|
|
693
688
|
|
|
694
689
|
@property
|
|
695
690
|
def TransSplit(self):
|
|
696
|
-
r"""
|
|
691
|
+
r"""<p>是否开启事务分离,取值:"true" | "false",默认值 false。</p>
|
|
697
692
|
:rtype: bool
|
|
698
693
|
"""
|
|
699
694
|
return self._TransSplit
|
|
@@ -704,8 +699,7 @@ class AdjustCdbProxyAddressRequest(AbstractModel):
|
|
|
704
699
|
|
|
705
700
|
@property
|
|
706
701
|
def ConnectionPool(self):
|
|
707
|
-
r"""
|
|
708
|
-
注意:如需使用数据库代理连接池能力,MySQL 8.0 主实例的内核小版本要大于等于 MySQL 8.0 20230630。
|
|
702
|
+
r"""<p>是否开启连接池。默认关闭。<br>注意:如需使用数据库代理连接池能力,MySQL 8.0 主实例的内核小版本要大于等于 MySQL 8.0 20230630。</p>
|
|
709
703
|
:rtype: bool
|
|
710
704
|
"""
|
|
711
705
|
return self._ConnectionPool
|
|
@@ -716,7 +710,7 @@ class AdjustCdbProxyAddressRequest(AbstractModel):
|
|
|
716
710
|
|
|
717
711
|
@property
|
|
718
712
|
def ProxyAllocation(self):
|
|
719
|
-
r"""
|
|
713
|
+
r"""<p>读写权重分配。如果 WeightMode 传的是 system ,则传入的权重不生效,由系统分配默认权重。</p>
|
|
720
714
|
:rtype: list of ProxyAllocation
|
|
721
715
|
"""
|
|
722
716
|
return self._ProxyAllocation
|
|
@@ -727,7 +721,7 @@ class AdjustCdbProxyAddressRequest(AbstractModel):
|
|
|
727
721
|
|
|
728
722
|
@property
|
|
729
723
|
def AutoLoadBalance(self):
|
|
730
|
-
r"""
|
|
724
|
+
r"""<p>是否开启自适应负载均衡。默认关闭。</p>
|
|
731
725
|
:rtype: bool
|
|
732
726
|
"""
|
|
733
727
|
return self._AutoLoadBalance
|
|
@@ -738,7 +732,7 @@ class AdjustCdbProxyAddressRequest(AbstractModel):
|
|
|
738
732
|
|
|
739
733
|
@property
|
|
740
734
|
def AccessMode(self):
|
|
741
|
-
r"""
|
|
735
|
+
r"""<p>访问模式:nearby - 就近访问,balance - 均衡分配,默认就近访问。</p>
|
|
742
736
|
:rtype: str
|
|
743
737
|
"""
|
|
744
738
|
return self._AccessMode
|
|
@@ -749,8 +743,8 @@ class AdjustCdbProxyAddressRequest(AbstractModel):
|
|
|
749
743
|
|
|
750
744
|
@property
|
|
751
745
|
def ApNodeAsRoNode(self):
|
|
752
|
-
r"""
|
|
753
|
-
:rtype:
|
|
746
|
+
r"""<p>是否将libra节点当作普通RO节点</p>
|
|
747
|
+
:rtype: bool
|
|
754
748
|
"""
|
|
755
749
|
return self._ApNodeAsRoNode
|
|
756
750
|
|
|
@@ -760,8 +754,8 @@ class AdjustCdbProxyAddressRequest(AbstractModel):
|
|
|
760
754
|
|
|
761
755
|
@property
|
|
762
756
|
def ApQueryToOtherNode(self):
|
|
763
|
-
r"""libra
|
|
764
|
-
:rtype:
|
|
757
|
+
r"""<p>libra节点故障,是否转发给其他节点</p>
|
|
758
|
+
:rtype: bool
|
|
765
759
|
"""
|
|
766
760
|
return self._ApQueryToOtherNode
|
|
767
761
|
|
|
@@ -809,7 +803,7 @@ class AdjustCdbProxyAddressResponse(AbstractModel):
|
|
|
809
803
|
|
|
810
804
|
def __init__(self):
|
|
811
805
|
r"""
|
|
812
|
-
:param _AsyncRequestId:
|
|
806
|
+
:param _AsyncRequestId: <p>异步任务ID</p>
|
|
813
807
|
:type AsyncRequestId: str
|
|
814
808
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
815
809
|
:type RequestId: str
|
|
@@ -819,7 +813,7 @@ class AdjustCdbProxyAddressResponse(AbstractModel):
|
|
|
819
813
|
|
|
820
814
|
@property
|
|
821
815
|
def AsyncRequestId(self):
|
|
822
|
-
r"""
|
|
816
|
+
r"""<p>异步任务ID</p>
|
|
823
817
|
:rtype: str
|
|
824
818
|
"""
|
|
825
819
|
return self._AsyncRequestId
|
|
@@ -5661,40 +5661,42 @@ class TaskListItem(AbstractModel):
|
|
|
5661
5661
|
|
|
5662
5662
|
def __init__(self):
|
|
5663
5663
|
r"""
|
|
5664
|
-
:param _TaskId:
|
|
5664
|
+
:param _TaskId: <p>任务ID</p>
|
|
5665
5665
|
:type TaskId: int
|
|
5666
|
-
:param _TaskTitle:
|
|
5666
|
+
:param _TaskTitle: <p>任务标题</p>
|
|
5667
5667
|
:type TaskTitle: str
|
|
5668
|
-
:param _TaskDescription:
|
|
5668
|
+
:param _TaskDescription: <p>任务描述</p>
|
|
5669
5669
|
:type TaskDescription: str
|
|
5670
|
-
:param _TaskTag:
|
|
5670
|
+
:param _TaskTag: <p>任务标签</p>
|
|
5671
5671
|
:type TaskTag: str
|
|
5672
|
-
:param _TaskStatus:
|
|
5672
|
+
:param _TaskStatus: <p>任务状态(1001 -- 未开始 1002 -- 进行中 1003 -- 暂停中 1004 -- 任务结束)</p>
|
|
5673
5673
|
:type TaskStatus: int
|
|
5674
|
-
:param _TaskCreateTime:
|
|
5674
|
+
:param _TaskCreateTime: <p>任务创建时间</p>
|
|
5675
5675
|
:type TaskCreateTime: str
|
|
5676
|
-
:param _TaskUpdateTime:
|
|
5676
|
+
:param _TaskUpdateTime: <p>任务更新时间</p>
|
|
5677
5677
|
:type TaskUpdateTime: str
|
|
5678
|
-
:param _TaskPreCheckStatus: 0--未开始,1--进行中,2
|
|
5678
|
+
:param _TaskPreCheckStatus: <p>0--未开始,1--进行中,2--已完成</p>
|
|
5679
5679
|
:type TaskPreCheckStatus: int
|
|
5680
|
-
:param _TaskPreCheckSuccess:
|
|
5680
|
+
:param _TaskPreCheckSuccess: <p>环境检查是否通过</p>
|
|
5681
5681
|
:type TaskPreCheckSuccess: bool
|
|
5682
|
-
:param _TaskExpect:
|
|
5682
|
+
:param _TaskExpect: <p>演练是否符合预期 1-符合预期 2-不符合预期</p>
|
|
5683
5683
|
:type TaskExpect: int
|
|
5684
|
-
:param _ApplicationId:
|
|
5684
|
+
:param _ApplicationId: <p>关联应用ID</p>
|
|
5685
5685
|
:type ApplicationId: str
|
|
5686
|
-
:param _ApplicationName:
|
|
5686
|
+
:param _ApplicationName: <p>关联应用名称</p>
|
|
5687
5687
|
:type ApplicationName: str
|
|
5688
|
-
:param _VerifyId:
|
|
5688
|
+
:param _VerifyId: <p>验证项ID</p>
|
|
5689
5689
|
:type VerifyId: int
|
|
5690
|
-
:param _TaskStatusType:
|
|
5690
|
+
:param _TaskStatusType: <p>状态类型: 0 -- 无状态,1 -- 成功,2-- 失败,3--终止</p>
|
|
5691
5691
|
:type TaskStatusType: int
|
|
5692
|
-
:param _ArchId:
|
|
5692
|
+
:param _ArchId: <p>架构ID</p>
|
|
5693
5693
|
:type ArchId: str
|
|
5694
|
-
:param _ArchName:
|
|
5694
|
+
:param _ArchName: <p>架构名称</p>
|
|
5695
5695
|
:type ArchName: str
|
|
5696
|
-
:param _TaskSource:
|
|
5696
|
+
:param _TaskSource: <p>来源</p>
|
|
5697
5697
|
:type TaskSource: int
|
|
5698
|
+
:param _Tags: <p>云资源标签列表</p>
|
|
5699
|
+
:type Tags: list of TagWithDescribe
|
|
5698
5700
|
"""
|
|
5699
5701
|
self._TaskId = None
|
|
5700
5702
|
self._TaskTitle = None
|
|
@@ -5713,10 +5715,11 @@ class TaskListItem(AbstractModel):
|
|
|
5713
5715
|
self._ArchId = None
|
|
5714
5716
|
self._ArchName = None
|
|
5715
5717
|
self._TaskSource = None
|
|
5718
|
+
self._Tags = None
|
|
5716
5719
|
|
|
5717
5720
|
@property
|
|
5718
5721
|
def TaskId(self):
|
|
5719
|
-
r"""
|
|
5722
|
+
r"""<p>任务ID</p>
|
|
5720
5723
|
:rtype: int
|
|
5721
5724
|
"""
|
|
5722
5725
|
return self._TaskId
|
|
@@ -5727,7 +5730,7 @@ class TaskListItem(AbstractModel):
|
|
|
5727
5730
|
|
|
5728
5731
|
@property
|
|
5729
5732
|
def TaskTitle(self):
|
|
5730
|
-
r"""
|
|
5733
|
+
r"""<p>任务标题</p>
|
|
5731
5734
|
:rtype: str
|
|
5732
5735
|
"""
|
|
5733
5736
|
return self._TaskTitle
|
|
@@ -5738,7 +5741,7 @@ class TaskListItem(AbstractModel):
|
|
|
5738
5741
|
|
|
5739
5742
|
@property
|
|
5740
5743
|
def TaskDescription(self):
|
|
5741
|
-
r"""
|
|
5744
|
+
r"""<p>任务描述</p>
|
|
5742
5745
|
:rtype: str
|
|
5743
5746
|
"""
|
|
5744
5747
|
return self._TaskDescription
|
|
@@ -5749,7 +5752,7 @@ class TaskListItem(AbstractModel):
|
|
|
5749
5752
|
|
|
5750
5753
|
@property
|
|
5751
5754
|
def TaskTag(self):
|
|
5752
|
-
r"""
|
|
5755
|
+
r"""<p>任务标签</p>
|
|
5753
5756
|
:rtype: str
|
|
5754
5757
|
"""
|
|
5755
5758
|
return self._TaskTag
|
|
@@ -5760,7 +5763,7 @@ class TaskListItem(AbstractModel):
|
|
|
5760
5763
|
|
|
5761
5764
|
@property
|
|
5762
5765
|
def TaskStatus(self):
|
|
5763
|
-
r"""
|
|
5766
|
+
r"""<p>任务状态(1001 -- 未开始 1002 -- 进行中 1003 -- 暂停中 1004 -- 任务结束)</p>
|
|
5764
5767
|
:rtype: int
|
|
5765
5768
|
"""
|
|
5766
5769
|
return self._TaskStatus
|
|
@@ -5771,7 +5774,7 @@ class TaskListItem(AbstractModel):
|
|
|
5771
5774
|
|
|
5772
5775
|
@property
|
|
5773
5776
|
def TaskCreateTime(self):
|
|
5774
|
-
r"""
|
|
5777
|
+
r"""<p>任务创建时间</p>
|
|
5775
5778
|
:rtype: str
|
|
5776
5779
|
"""
|
|
5777
5780
|
return self._TaskCreateTime
|
|
@@ -5782,7 +5785,7 @@ class TaskListItem(AbstractModel):
|
|
|
5782
5785
|
|
|
5783
5786
|
@property
|
|
5784
5787
|
def TaskUpdateTime(self):
|
|
5785
|
-
r"""
|
|
5788
|
+
r"""<p>任务更新时间</p>
|
|
5786
5789
|
:rtype: str
|
|
5787
5790
|
"""
|
|
5788
5791
|
return self._TaskUpdateTime
|
|
@@ -5793,7 +5796,7 @@ class TaskListItem(AbstractModel):
|
|
|
5793
5796
|
|
|
5794
5797
|
@property
|
|
5795
5798
|
def TaskPreCheckStatus(self):
|
|
5796
|
-
r"""0--未开始,1--进行中,2
|
|
5799
|
+
r"""<p>0--未开始,1--进行中,2--已完成</p>
|
|
5797
5800
|
:rtype: int
|
|
5798
5801
|
"""
|
|
5799
5802
|
return self._TaskPreCheckStatus
|
|
@@ -5804,7 +5807,7 @@ class TaskListItem(AbstractModel):
|
|
|
5804
5807
|
|
|
5805
5808
|
@property
|
|
5806
5809
|
def TaskPreCheckSuccess(self):
|
|
5807
|
-
r"""
|
|
5810
|
+
r"""<p>环境检查是否通过</p>
|
|
5808
5811
|
:rtype: bool
|
|
5809
5812
|
"""
|
|
5810
5813
|
return self._TaskPreCheckSuccess
|
|
@@ -5815,7 +5818,7 @@ class TaskListItem(AbstractModel):
|
|
|
5815
5818
|
|
|
5816
5819
|
@property
|
|
5817
5820
|
def TaskExpect(self):
|
|
5818
|
-
r"""
|
|
5821
|
+
r"""<p>演练是否符合预期 1-符合预期 2-不符合预期</p>
|
|
5819
5822
|
:rtype: int
|
|
5820
5823
|
"""
|
|
5821
5824
|
return self._TaskExpect
|
|
@@ -5826,7 +5829,7 @@ class TaskListItem(AbstractModel):
|
|
|
5826
5829
|
|
|
5827
5830
|
@property
|
|
5828
5831
|
def ApplicationId(self):
|
|
5829
|
-
r"""
|
|
5832
|
+
r"""<p>关联应用ID</p>
|
|
5830
5833
|
:rtype: str
|
|
5831
5834
|
"""
|
|
5832
5835
|
return self._ApplicationId
|
|
@@ -5837,7 +5840,7 @@ class TaskListItem(AbstractModel):
|
|
|
5837
5840
|
|
|
5838
5841
|
@property
|
|
5839
5842
|
def ApplicationName(self):
|
|
5840
|
-
r"""
|
|
5843
|
+
r"""<p>关联应用名称</p>
|
|
5841
5844
|
:rtype: str
|
|
5842
5845
|
"""
|
|
5843
5846
|
return self._ApplicationName
|
|
@@ -5848,7 +5851,7 @@ class TaskListItem(AbstractModel):
|
|
|
5848
5851
|
|
|
5849
5852
|
@property
|
|
5850
5853
|
def VerifyId(self):
|
|
5851
|
-
r"""
|
|
5854
|
+
r"""<p>验证项ID</p>
|
|
5852
5855
|
:rtype: int
|
|
5853
5856
|
"""
|
|
5854
5857
|
return self._VerifyId
|
|
@@ -5859,7 +5862,7 @@ class TaskListItem(AbstractModel):
|
|
|
5859
5862
|
|
|
5860
5863
|
@property
|
|
5861
5864
|
def TaskStatusType(self):
|
|
5862
|
-
r"""
|
|
5865
|
+
r"""<p>状态类型: 0 -- 无状态,1 -- 成功,2-- 失败,3--终止</p>
|
|
5863
5866
|
:rtype: int
|
|
5864
5867
|
"""
|
|
5865
5868
|
return self._TaskStatusType
|
|
@@ -5870,7 +5873,7 @@ class TaskListItem(AbstractModel):
|
|
|
5870
5873
|
|
|
5871
5874
|
@property
|
|
5872
5875
|
def ArchId(self):
|
|
5873
|
-
r"""
|
|
5876
|
+
r"""<p>架构ID</p>
|
|
5874
5877
|
:rtype: str
|
|
5875
5878
|
"""
|
|
5876
5879
|
return self._ArchId
|
|
@@ -5881,7 +5884,7 @@ class TaskListItem(AbstractModel):
|
|
|
5881
5884
|
|
|
5882
5885
|
@property
|
|
5883
5886
|
def ArchName(self):
|
|
5884
|
-
r"""
|
|
5887
|
+
r"""<p>架构名称</p>
|
|
5885
5888
|
:rtype: str
|
|
5886
5889
|
"""
|
|
5887
5890
|
return self._ArchName
|
|
@@ -5892,7 +5895,7 @@ class TaskListItem(AbstractModel):
|
|
|
5892
5895
|
|
|
5893
5896
|
@property
|
|
5894
5897
|
def TaskSource(self):
|
|
5895
|
-
r"""
|
|
5898
|
+
r"""<p>来源</p>
|
|
5896
5899
|
:rtype: int
|
|
5897
5900
|
"""
|
|
5898
5901
|
return self._TaskSource
|
|
@@ -5901,6 +5904,17 @@ class TaskListItem(AbstractModel):
|
|
|
5901
5904
|
def TaskSource(self, TaskSource):
|
|
5902
5905
|
self._TaskSource = TaskSource
|
|
5903
5906
|
|
|
5907
|
+
@property
|
|
5908
|
+
def Tags(self):
|
|
5909
|
+
r"""<p>云资源标签列表</p>
|
|
5910
|
+
:rtype: list of TagWithDescribe
|
|
5911
|
+
"""
|
|
5912
|
+
return self._Tags
|
|
5913
|
+
|
|
5914
|
+
@Tags.setter
|
|
5915
|
+
def Tags(self, Tags):
|
|
5916
|
+
self._Tags = Tags
|
|
5917
|
+
|
|
5904
5918
|
|
|
5905
5919
|
def _deserialize(self, params):
|
|
5906
5920
|
self._TaskId = params.get("TaskId")
|
|
@@ -5920,6 +5934,12 @@ class TaskListItem(AbstractModel):
|
|
|
5920
5934
|
self._ArchId = params.get("ArchId")
|
|
5921
5935
|
self._ArchName = params.get("ArchName")
|
|
5922
5936
|
self._TaskSource = params.get("TaskSource")
|
|
5937
|
+
if params.get("Tags") is not None:
|
|
5938
|
+
self._Tags = []
|
|
5939
|
+
for item in params.get("Tags"):
|
|
5940
|
+
obj = TagWithDescribe()
|
|
5941
|
+
obj._deserialize(item)
|
|
5942
|
+
self._Tags.append(obj)
|
|
5923
5943
|
memeber_set = set(params.keys())
|
|
5924
5944
|
for name, value in vars(self).items():
|
|
5925
5945
|
property_name = name[1:]
|
|
@@ -43118,17 +43118,11 @@ class MonitorTime(AbstractModel):
|
|
|
43118
43118
|
|
|
43119
43119
|
def __init__(self):
|
|
43120
43120
|
r"""
|
|
43121
|
-
:param _Type:
|
|
43122
|
-
|
|
43123
|
-
- Period:固定频率
|
|
43124
|
-
- Fixed:固定时间
|
|
43125
|
-
- Cron:Cron表达式
|
|
43121
|
+
:param _Type: <p>执行周期, 可选值:<code>Period</code>、<code>Fixed</code>、<code>Cron</code>。</p><ul><li>Period:固定频率</li><li>Fixed:固定时间</li><li>Cron:Cron表达式</li></ul>
|
|
43126
43122
|
:type Type: str
|
|
43127
|
-
:param _Time:
|
|
43128
|
-
当type为`Period`,`Fixed`时,time字段生效。
|
|
43123
|
+
:param _Time: <p>执行的周期,或者定制执行的时间节点。单位为分钟,取值范围为1~1440。<br>当type为<code>Period</code>,<code>Fixed</code>时,time字段生效。</p>
|
|
43129
43124
|
:type Time: int
|
|
43130
|
-
:param _CronExpression:
|
|
43131
|
-
当type为`Cron`时,CronExpression字段生效。
|
|
43125
|
+
:param _CronExpression: <p>执行的周期cron表达式。示例:<code>0/1 * * * *</code> 从左到右每个field的含义 Minutes field(分钟), Hours field(小时),Day of month field(日期),Month field(月份),Day of week field(星期), 不支持秒级别。当type为<code>Cron</code>时,CronExpression字段生效。</p>
|
|
43132
43126
|
:type CronExpression: str
|
|
43133
43127
|
"""
|
|
43134
43128
|
self._Type = None
|
|
@@ -43137,11 +43131,7 @@ class MonitorTime(AbstractModel):
|
|
|
43137
43131
|
|
|
43138
43132
|
@property
|
|
43139
43133
|
def Type(self):
|
|
43140
|
-
r"""
|
|
43141
|
-
|
|
43142
|
-
- Period:固定频率
|
|
43143
|
-
- Fixed:固定时间
|
|
43144
|
-
- Cron:Cron表达式
|
|
43134
|
+
r"""<p>执行周期, 可选值:<code>Period</code>、<code>Fixed</code>、<code>Cron</code>。</p><ul><li>Period:固定频率</li><li>Fixed:固定时间</li><li>Cron:Cron表达式</li></ul>
|
|
43145
43135
|
:rtype: str
|
|
43146
43136
|
"""
|
|
43147
43137
|
return self._Type
|
|
@@ -43152,8 +43142,7 @@ class MonitorTime(AbstractModel):
|
|
|
43152
43142
|
|
|
43153
43143
|
@property
|
|
43154
43144
|
def Time(self):
|
|
43155
|
-
r"""
|
|
43156
|
-
当type为`Period`,`Fixed`时,time字段生效。
|
|
43145
|
+
r"""<p>执行的周期,或者定制执行的时间节点。单位为分钟,取值范围为1~1440。<br>当type为<code>Period</code>,<code>Fixed</code>时,time字段生效。</p>
|
|
43157
43146
|
:rtype: int
|
|
43158
43147
|
"""
|
|
43159
43148
|
return self._Time
|
|
@@ -43164,8 +43153,7 @@ class MonitorTime(AbstractModel):
|
|
|
43164
43153
|
|
|
43165
43154
|
@property
|
|
43166
43155
|
def CronExpression(self):
|
|
43167
|
-
r"""
|
|
43168
|
-
当type为`Cron`时,CronExpression字段生效。
|
|
43156
|
+
r"""<p>执行的周期cron表达式。示例:<code>0/1 * * * *</code> 从左到右每个field的含义 Minutes field(分钟), Hours field(小时),Day of month field(日期),Month field(月份),Day of week field(星期), 不支持秒级别。当type为<code>Cron</code>时,CronExpression字段生效。</p>
|
|
43169
43157
|
:rtype: str
|
|
43170
43158
|
"""
|
|
43171
43159
|
return self._CronExpression
|