tencentcloud-sdk-python 3.0.1275__py2.py3-none-any.whl → 3.0.1277__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/aiart/v20221229/models.py +27 -6
- tencentcloud/autoscaling/v20180419/models.py +15 -0
- tencentcloud/batch/v20170312/models.py +48 -68
- tencentcloud/billing/v20180709/models.py +45 -0
- tencentcloud/cam/v20190116/models.py +8 -8
- tencentcloud/cbs/v20170312/models.py +2 -2
- tencentcloud/cdb/v20170320/cdb_client.py +12 -4
- tencentcloud/cdb/v20170320/models.py +732 -48
- tencentcloud/cdwdoris/v20211228/models.py +2 -2
- tencentcloud/cfs/v20190719/models.py +30 -0
- tencentcloud/ckafka/v20190819/ckafka_client.py +1 -1
- tencentcloud/ckafka/v20190819/models.py +490 -324
- tencentcloud/clb/v20180317/models.py +2 -2
- tencentcloud/cloudapp/v20220530/models.py +4 -4
- tencentcloud/config/v20220802/models.py +40 -20
- tencentcloud/cvm/v20170312/models.py +48 -68
- tencentcloud/cwp/v20180228/models.py +2 -2
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +92 -0
- tencentcloud/cynosdb/v20190107/models.py +444 -4
- tencentcloud/dts/v20211206/models.py +30 -0
- tencentcloud/emr/v20190103/models.py +33 -16
- tencentcloud/ess/v20201111/models.py +242 -0
- tencentcloud/essbasic/v20210526/models.py +258 -6
- tencentcloud/faceid/v20180301/models.py +0 -2
- tencentcloud/hunyuan/v20230901/hunyuan_client.py +23 -0
- tencentcloud/hunyuan/v20230901/models.py +591 -0
- tencentcloud/ims/v20201229/models.py +4 -4
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +23 -0
- tencentcloud/iotexplorer/v20190423/models.py +286 -6
- tencentcloud/ivld/v20210903/ivld_client.py +0 -1
- tencentcloud/ivld/v20210903/models.py +133 -15
- tencentcloud/lcic/v20220817/models.py +2 -8
- tencentcloud/live/v20180801/errorcodes.py +18 -0
- tencentcloud/live/v20180801/live_client.py +208 -0
- tencentcloud/live/v20180801/models.py +1649 -255
- tencentcloud/lke/v20231130/lke_client.py +161 -0
- tencentcloud/lke/v20231130/models.py +1517 -187
- tencentcloud/mps/v20190612/errorcodes.py +2 -173
- tencentcloud/mps/v20190612/models.py +377 -17
- tencentcloud/mqtt/v20240516/models.py +524 -6
- tencentcloud/mqtt/v20240516/mqtt_client.py +46 -1
- tencentcloud/mrs/v20200910/models.py +0 -2652
- tencentcloud/ocr/v20181119/models.py +15 -273
- tencentcloud/ocr/v20181119/ocr_client.py +0 -23
- tencentcloud/organization/v20210331/models.py +2 -24
- tencentcloud/privatedns/v20201028/models.py +47 -0
- tencentcloud/pts/v20210728/models.py +15 -0
- tencentcloud/rce/v20201103/models.py +2 -2
- tencentcloud/redis/v20180412/models.py +2 -2
- tencentcloud/scf/v20180416/models.py +17 -2
- tencentcloud/ssl/v20191205/errorcodes.py +3 -0
- tencentcloud/ssl/v20191205/models.py +316 -227
- tencentcloud/ssl/v20191205/ssl_client.py +2 -2
- tencentcloud/tcr/v20190924/models.py +24 -2
- tencentcloud/tdmq/v20200217/models.py +8 -148
- tencentcloud/tdmq/v20200217/tdmq_client.py +6 -27
- tencentcloud/teo/v20220901/errorcodes.py +3 -3
- tencentcloud/teo/v20220901/models.py +366 -18
- tencentcloud/teo/v20220901/teo_client.py +69 -0
- tencentcloud/tke/v20220501/models.py +200 -0
- tencentcloud/tmt/v20180321/tmt_client.py +1 -1
- tencentcloud/trocket/v20230308/models.py +24 -24
- tencentcloud/trtc/v20190722/models.py +234 -2
- tencentcloud/tsf/v20180326/models.py +2405 -334
- tencentcloud/tsf/v20180326/tsf_client.py +3 -0
- tencentcloud/tts/v20190823/models.py +2 -2
- tencentcloud/tts/v20190823/tts_client.py +1 -1
- tencentcloud/vclm/v20240523/models.py +217 -12
- tencentcloud/vclm/v20240523/vclm_client.py +59 -53
- tencentcloud/vcube/__init__.py +0 -0
- tencentcloud/vcube/v20220410/__init__.py +0 -0
- tencentcloud/vcube/v20220410/errorcodes.py +72 -0
- tencentcloud/vcube/v20220410/models.py +7325 -0
- tencentcloud/vcube/v20220410/vcube_client.py +808 -0
- tencentcloud/vdb/v20230616/models.py +45 -0
- tencentcloud/vod/v20180717/errorcodes.py +6 -0
- tencentcloud/vod/v20180717/models.py +62 -2
- tencentcloud/vod/v20180717/vod_client.py +2 -2
- tencentcloud/vpc/v20170312/models.py +312 -40
- tencentcloud/vpc/v20170312/vpc_client.py +36 -5
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1277.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1277.dist-info}/RECORD +86 -81
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1277.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1277.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1277.dist-info}/top_level.txt +0 -0
@@ -594,6 +594,83 @@ class AdvanceSettings(AbstractModel):
|
|
594
594
|
|
595
595
|
|
596
596
|
|
597
|
+
class Affinity(AbstractModel):
|
598
|
+
"""亲和规则
|
599
|
+
|
600
|
+
"""
|
601
|
+
|
602
|
+
def __init__(self):
|
603
|
+
r"""
|
604
|
+
:param _Scope: -
|
605
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
606
|
+
:type Scope: str
|
607
|
+
:param _Weight: -
|
608
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
609
|
+
:type Weight: str
|
610
|
+
:param _Paths: -
|
611
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
612
|
+
:type Paths: list of CommonOption
|
613
|
+
"""
|
614
|
+
self._Scope = None
|
615
|
+
self._Weight = None
|
616
|
+
self._Paths = None
|
617
|
+
|
618
|
+
@property
|
619
|
+
def Scope(self):
|
620
|
+
"""-
|
621
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
622
|
+
:rtype: str
|
623
|
+
"""
|
624
|
+
return self._Scope
|
625
|
+
|
626
|
+
@Scope.setter
|
627
|
+
def Scope(self, Scope):
|
628
|
+
self._Scope = Scope
|
629
|
+
|
630
|
+
@property
|
631
|
+
def Weight(self):
|
632
|
+
"""-
|
633
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
634
|
+
:rtype: str
|
635
|
+
"""
|
636
|
+
return self._Weight
|
637
|
+
|
638
|
+
@Weight.setter
|
639
|
+
def Weight(self, Weight):
|
640
|
+
self._Weight = Weight
|
641
|
+
|
642
|
+
@property
|
643
|
+
def Paths(self):
|
644
|
+
"""-
|
645
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
646
|
+
:rtype: list of CommonOption
|
647
|
+
"""
|
648
|
+
return self._Paths
|
649
|
+
|
650
|
+
@Paths.setter
|
651
|
+
def Paths(self, Paths):
|
652
|
+
self._Paths = Paths
|
653
|
+
|
654
|
+
|
655
|
+
def _deserialize(self, params):
|
656
|
+
self._Scope = params.get("Scope")
|
657
|
+
self._Weight = params.get("Weight")
|
658
|
+
if params.get("Paths") is not None:
|
659
|
+
self._Paths = []
|
660
|
+
for item in params.get("Paths"):
|
661
|
+
obj = CommonOption()
|
662
|
+
obj._deserialize(item)
|
663
|
+
self._Paths.append(obj)
|
664
|
+
memeber_set = set(params.keys())
|
665
|
+
for name, value in vars(self).items():
|
666
|
+
property_name = name[1:]
|
667
|
+
if property_name in memeber_set:
|
668
|
+
memeber_set.remove(property_name)
|
669
|
+
if len(memeber_set) > 0:
|
670
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
671
|
+
|
672
|
+
|
673
|
+
|
597
674
|
class AgentProfile(AbstractModel):
|
598
675
|
"""部署javaagent的类型、版本信息
|
599
676
|
|
@@ -2453,6 +2530,33 @@ class ApplicationForPage(AbstractModel):
|
|
2453
2530
|
:param _IgnoreCreateImageRepository: IgnoreCreateImageRepository
|
2454
2531
|
注意:此字段可能返回 null,表示取不到有效值。
|
2455
2532
|
:type IgnoreCreateImageRepository: bool
|
2533
|
+
:param _ApmInstanceId: Apm业务系统id
|
2534
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2535
|
+
:type ApmInstanceId: str
|
2536
|
+
:param _ApmInstanceName: Apm业务系统Name
|
2537
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2538
|
+
:type ApmInstanceName: str
|
2539
|
+
:param _SyncDeleteImageRepository: 同步删除镜像仓库
|
2540
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2541
|
+
:type SyncDeleteImageRepository: bool
|
2542
|
+
:param _MicroserviceSubType: 应用微服务子类型
|
2543
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2544
|
+
:type MicroserviceSubType: str
|
2545
|
+
:param _ProgramLanguage: 应用编程语言类型
|
2546
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2547
|
+
:type ProgramLanguage: str
|
2548
|
+
:param _FrameworkType: 开发框架类型[SpringCloud,Dubbo,Go-GRPC,Other]
|
2549
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2550
|
+
:type FrameworkType: str
|
2551
|
+
:param _ServiceGovernanceConfig: 注册配置治理信息
|
2552
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2553
|
+
:type ServiceGovernanceConfig: :class:`tencentcloud.tsf.v20180326.models.ServiceGovernanceConfig`
|
2554
|
+
:param _MicroserviceTypeList: 微服务类型列表
|
2555
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2556
|
+
:type MicroserviceTypeList: list of str
|
2557
|
+
:param _CreateSameNameImageRepository: 是否同时创建镜像仓库
|
2558
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2559
|
+
:type CreateSameNameImageRepository: bool
|
2456
2560
|
"""
|
2457
2561
|
self._ApplicationId = None
|
2458
2562
|
self._ApplicationName = None
|
@@ -2468,6 +2572,15 @@ class ApplicationForPage(AbstractModel):
|
|
2468
2572
|
self._ApplicationRemarkName = None
|
2469
2573
|
self._ServiceConfigList = None
|
2470
2574
|
self._IgnoreCreateImageRepository = None
|
2575
|
+
self._ApmInstanceId = None
|
2576
|
+
self._ApmInstanceName = None
|
2577
|
+
self._SyncDeleteImageRepository = None
|
2578
|
+
self._MicroserviceSubType = None
|
2579
|
+
self._ProgramLanguage = None
|
2580
|
+
self._FrameworkType = None
|
2581
|
+
self._ServiceGovernanceConfig = None
|
2582
|
+
self._MicroserviceTypeList = None
|
2583
|
+
self._CreateSameNameImageRepository = None
|
2471
2584
|
|
2472
2585
|
@property
|
2473
2586
|
def ApplicationId(self):
|
@@ -2637,6 +2750,114 @@ class ApplicationForPage(AbstractModel):
|
|
2637
2750
|
def IgnoreCreateImageRepository(self, IgnoreCreateImageRepository):
|
2638
2751
|
self._IgnoreCreateImageRepository = IgnoreCreateImageRepository
|
2639
2752
|
|
2753
|
+
@property
|
2754
|
+
def ApmInstanceId(self):
|
2755
|
+
"""Apm业务系统id
|
2756
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2757
|
+
:rtype: str
|
2758
|
+
"""
|
2759
|
+
return self._ApmInstanceId
|
2760
|
+
|
2761
|
+
@ApmInstanceId.setter
|
2762
|
+
def ApmInstanceId(self, ApmInstanceId):
|
2763
|
+
self._ApmInstanceId = ApmInstanceId
|
2764
|
+
|
2765
|
+
@property
|
2766
|
+
def ApmInstanceName(self):
|
2767
|
+
"""Apm业务系统Name
|
2768
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2769
|
+
:rtype: str
|
2770
|
+
"""
|
2771
|
+
return self._ApmInstanceName
|
2772
|
+
|
2773
|
+
@ApmInstanceName.setter
|
2774
|
+
def ApmInstanceName(self, ApmInstanceName):
|
2775
|
+
self._ApmInstanceName = ApmInstanceName
|
2776
|
+
|
2777
|
+
@property
|
2778
|
+
def SyncDeleteImageRepository(self):
|
2779
|
+
"""同步删除镜像仓库
|
2780
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2781
|
+
:rtype: bool
|
2782
|
+
"""
|
2783
|
+
return self._SyncDeleteImageRepository
|
2784
|
+
|
2785
|
+
@SyncDeleteImageRepository.setter
|
2786
|
+
def SyncDeleteImageRepository(self, SyncDeleteImageRepository):
|
2787
|
+
self._SyncDeleteImageRepository = SyncDeleteImageRepository
|
2788
|
+
|
2789
|
+
@property
|
2790
|
+
def MicroserviceSubType(self):
|
2791
|
+
"""应用微服务子类型
|
2792
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2793
|
+
:rtype: str
|
2794
|
+
"""
|
2795
|
+
return self._MicroserviceSubType
|
2796
|
+
|
2797
|
+
@MicroserviceSubType.setter
|
2798
|
+
def MicroserviceSubType(self, MicroserviceSubType):
|
2799
|
+
self._MicroserviceSubType = MicroserviceSubType
|
2800
|
+
|
2801
|
+
@property
|
2802
|
+
def ProgramLanguage(self):
|
2803
|
+
"""应用编程语言类型
|
2804
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2805
|
+
:rtype: str
|
2806
|
+
"""
|
2807
|
+
return self._ProgramLanguage
|
2808
|
+
|
2809
|
+
@ProgramLanguage.setter
|
2810
|
+
def ProgramLanguage(self, ProgramLanguage):
|
2811
|
+
self._ProgramLanguage = ProgramLanguage
|
2812
|
+
|
2813
|
+
@property
|
2814
|
+
def FrameworkType(self):
|
2815
|
+
"""开发框架类型[SpringCloud,Dubbo,Go-GRPC,Other]
|
2816
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2817
|
+
:rtype: str
|
2818
|
+
"""
|
2819
|
+
return self._FrameworkType
|
2820
|
+
|
2821
|
+
@FrameworkType.setter
|
2822
|
+
def FrameworkType(self, FrameworkType):
|
2823
|
+
self._FrameworkType = FrameworkType
|
2824
|
+
|
2825
|
+
@property
|
2826
|
+
def ServiceGovernanceConfig(self):
|
2827
|
+
"""注册配置治理信息
|
2828
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2829
|
+
:rtype: :class:`tencentcloud.tsf.v20180326.models.ServiceGovernanceConfig`
|
2830
|
+
"""
|
2831
|
+
return self._ServiceGovernanceConfig
|
2832
|
+
|
2833
|
+
@ServiceGovernanceConfig.setter
|
2834
|
+
def ServiceGovernanceConfig(self, ServiceGovernanceConfig):
|
2835
|
+
self._ServiceGovernanceConfig = ServiceGovernanceConfig
|
2836
|
+
|
2837
|
+
@property
|
2838
|
+
def MicroserviceTypeList(self):
|
2839
|
+
"""微服务类型列表
|
2840
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2841
|
+
:rtype: list of str
|
2842
|
+
"""
|
2843
|
+
return self._MicroserviceTypeList
|
2844
|
+
|
2845
|
+
@MicroserviceTypeList.setter
|
2846
|
+
def MicroserviceTypeList(self, MicroserviceTypeList):
|
2847
|
+
self._MicroserviceTypeList = MicroserviceTypeList
|
2848
|
+
|
2849
|
+
@property
|
2850
|
+
def CreateSameNameImageRepository(self):
|
2851
|
+
"""是否同时创建镜像仓库
|
2852
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2853
|
+
:rtype: bool
|
2854
|
+
"""
|
2855
|
+
return self._CreateSameNameImageRepository
|
2856
|
+
|
2857
|
+
@CreateSameNameImageRepository.setter
|
2858
|
+
def CreateSameNameImageRepository(self, CreateSameNameImageRepository):
|
2859
|
+
self._CreateSameNameImageRepository = CreateSameNameImageRepository
|
2860
|
+
|
2640
2861
|
|
2641
2862
|
def _deserialize(self, params):
|
2642
2863
|
self._ApplicationId = params.get("ApplicationId")
|
@@ -2658,6 +2879,17 @@ class ApplicationForPage(AbstractModel):
|
|
2658
2879
|
obj._deserialize(item)
|
2659
2880
|
self._ServiceConfigList.append(obj)
|
2660
2881
|
self._IgnoreCreateImageRepository = params.get("IgnoreCreateImageRepository")
|
2882
|
+
self._ApmInstanceId = params.get("ApmInstanceId")
|
2883
|
+
self._ApmInstanceName = params.get("ApmInstanceName")
|
2884
|
+
self._SyncDeleteImageRepository = params.get("SyncDeleteImageRepository")
|
2885
|
+
self._MicroserviceSubType = params.get("MicroserviceSubType")
|
2886
|
+
self._ProgramLanguage = params.get("ProgramLanguage")
|
2887
|
+
self._FrameworkType = params.get("FrameworkType")
|
2888
|
+
if params.get("ServiceGovernanceConfig") is not None:
|
2889
|
+
self._ServiceGovernanceConfig = ServiceGovernanceConfig()
|
2890
|
+
self._ServiceGovernanceConfig._deserialize(params.get("ServiceGovernanceConfig"))
|
2891
|
+
self._MicroserviceTypeList = params.get("MicroserviceTypeList")
|
2892
|
+
self._CreateSameNameImageRepository = params.get("CreateSameNameImageRepository")
|
2661
2893
|
memeber_set = set(params.keys())
|
2662
2894
|
for name, value in vars(self).items():
|
2663
2895
|
property_name = name[1:]
|
@@ -2925,6 +3157,78 @@ class AssociateConfigWithGroupResponse(AbstractModel):
|
|
2925
3157
|
self._RequestId = params.get("RequestId")
|
2926
3158
|
|
2927
3159
|
|
3160
|
+
class AvailableZoneScatterScheduleRule(AbstractModel):
|
3161
|
+
"""打散调度规则
|
3162
|
+
|
3163
|
+
"""
|
3164
|
+
|
3165
|
+
def __init__(self):
|
3166
|
+
r"""
|
3167
|
+
:param _ScatterDimension: -
|
3168
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3169
|
+
:type ScatterDimension: str
|
3170
|
+
:param _MaxUnbalanceQuantity: -
|
3171
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3172
|
+
:type MaxUnbalanceQuantity: int
|
3173
|
+
:param _IsForceSchedule: -
|
3174
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3175
|
+
:type IsForceSchedule: bool
|
3176
|
+
"""
|
3177
|
+
self._ScatterDimension = None
|
3178
|
+
self._MaxUnbalanceQuantity = None
|
3179
|
+
self._IsForceSchedule = None
|
3180
|
+
|
3181
|
+
@property
|
3182
|
+
def ScatterDimension(self):
|
3183
|
+
"""-
|
3184
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3185
|
+
:rtype: str
|
3186
|
+
"""
|
3187
|
+
return self._ScatterDimension
|
3188
|
+
|
3189
|
+
@ScatterDimension.setter
|
3190
|
+
def ScatterDimension(self, ScatterDimension):
|
3191
|
+
self._ScatterDimension = ScatterDimension
|
3192
|
+
|
3193
|
+
@property
|
3194
|
+
def MaxUnbalanceQuantity(self):
|
3195
|
+
"""-
|
3196
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3197
|
+
:rtype: int
|
3198
|
+
"""
|
3199
|
+
return self._MaxUnbalanceQuantity
|
3200
|
+
|
3201
|
+
@MaxUnbalanceQuantity.setter
|
3202
|
+
def MaxUnbalanceQuantity(self, MaxUnbalanceQuantity):
|
3203
|
+
self._MaxUnbalanceQuantity = MaxUnbalanceQuantity
|
3204
|
+
|
3205
|
+
@property
|
3206
|
+
def IsForceSchedule(self):
|
3207
|
+
"""-
|
3208
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3209
|
+
:rtype: bool
|
3210
|
+
"""
|
3211
|
+
return self._IsForceSchedule
|
3212
|
+
|
3213
|
+
@IsForceSchedule.setter
|
3214
|
+
def IsForceSchedule(self, IsForceSchedule):
|
3215
|
+
self._IsForceSchedule = IsForceSchedule
|
3216
|
+
|
3217
|
+
|
3218
|
+
def _deserialize(self, params):
|
3219
|
+
self._ScatterDimension = params.get("ScatterDimension")
|
3220
|
+
self._MaxUnbalanceQuantity = params.get("MaxUnbalanceQuantity")
|
3221
|
+
self._IsForceSchedule = params.get("IsForceSchedule")
|
3222
|
+
memeber_set = set(params.keys())
|
3223
|
+
for name, value in vars(self).items():
|
3224
|
+
property_name = name[1:]
|
3225
|
+
if property_name in memeber_set:
|
3226
|
+
memeber_set.remove(property_name)
|
3227
|
+
if len(memeber_set) > 0:
|
3228
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
3229
|
+
|
3230
|
+
|
3231
|
+
|
2928
3232
|
class BindApiGroupRequest(AbstractModel):
|
2929
3233
|
"""BindApiGroup请求参数结构体
|
2930
3234
|
|
@@ -5220,6 +5524,133 @@ class ClusterV2(AbstractModel):
|
|
5220
5524
|
|
5221
5525
|
|
5222
5526
|
|
5527
|
+
class CommonOption(AbstractModel):
|
5528
|
+
"""通用选项
|
5529
|
+
|
5530
|
+
"""
|
5531
|
+
|
5532
|
+
def __init__(self):
|
5533
|
+
r"""
|
5534
|
+
:param _LabelName: -
|
5535
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
5536
|
+
:type LabelName: str
|
5537
|
+
:param _Operator: -
|
5538
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
5539
|
+
:type Operator: str
|
5540
|
+
:param _LabelValue: -
|
5541
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
5542
|
+
:type LabelValue: str
|
5543
|
+
"""
|
5544
|
+
self._LabelName = None
|
5545
|
+
self._Operator = None
|
5546
|
+
self._LabelValue = None
|
5547
|
+
|
5548
|
+
@property
|
5549
|
+
def LabelName(self):
|
5550
|
+
"""-
|
5551
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
5552
|
+
:rtype: str
|
5553
|
+
"""
|
5554
|
+
return self._LabelName
|
5555
|
+
|
5556
|
+
@LabelName.setter
|
5557
|
+
def LabelName(self, LabelName):
|
5558
|
+
self._LabelName = LabelName
|
5559
|
+
|
5560
|
+
@property
|
5561
|
+
def Operator(self):
|
5562
|
+
"""-
|
5563
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
5564
|
+
:rtype: str
|
5565
|
+
"""
|
5566
|
+
return self._Operator
|
5567
|
+
|
5568
|
+
@Operator.setter
|
5569
|
+
def Operator(self, Operator):
|
5570
|
+
self._Operator = Operator
|
5571
|
+
|
5572
|
+
@property
|
5573
|
+
def LabelValue(self):
|
5574
|
+
"""-
|
5575
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
5576
|
+
:rtype: str
|
5577
|
+
"""
|
5578
|
+
return self._LabelValue
|
5579
|
+
|
5580
|
+
@LabelValue.setter
|
5581
|
+
def LabelValue(self, LabelValue):
|
5582
|
+
self._LabelValue = LabelValue
|
5583
|
+
|
5584
|
+
|
5585
|
+
def _deserialize(self, params):
|
5586
|
+
self._LabelName = params.get("LabelName")
|
5587
|
+
self._Operator = params.get("Operator")
|
5588
|
+
self._LabelValue = params.get("LabelValue")
|
5589
|
+
memeber_set = set(params.keys())
|
5590
|
+
for name, value in vars(self).items():
|
5591
|
+
property_name = name[1:]
|
5592
|
+
if property_name in memeber_set:
|
5593
|
+
memeber_set.remove(property_name)
|
5594
|
+
if len(memeber_set) > 0:
|
5595
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
5596
|
+
|
5597
|
+
|
5598
|
+
|
5599
|
+
class CommonRef(AbstractModel):
|
5600
|
+
"""ValueFrom 通用结构
|
5601
|
+
|
5602
|
+
"""
|
5603
|
+
|
5604
|
+
def __init__(self):
|
5605
|
+
r"""
|
5606
|
+
:param _Name: 名称
|
5607
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
5608
|
+
:type Name: str
|
5609
|
+
:param _Key: Key值
|
5610
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
5611
|
+
:type Key: str
|
5612
|
+
"""
|
5613
|
+
self._Name = None
|
5614
|
+
self._Key = None
|
5615
|
+
|
5616
|
+
@property
|
5617
|
+
def Name(self):
|
5618
|
+
"""名称
|
5619
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
5620
|
+
:rtype: str
|
5621
|
+
"""
|
5622
|
+
return self._Name
|
5623
|
+
|
5624
|
+
@Name.setter
|
5625
|
+
def Name(self, Name):
|
5626
|
+
self._Name = Name
|
5627
|
+
|
5628
|
+
@property
|
5629
|
+
def Key(self):
|
5630
|
+
"""Key值
|
5631
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
5632
|
+
:rtype: str
|
5633
|
+
"""
|
5634
|
+
return self._Key
|
5635
|
+
|
5636
|
+
@Key.setter
|
5637
|
+
def Key(self, Key):
|
5638
|
+
self._Key = Key
|
5639
|
+
|
5640
|
+
|
5641
|
+
def _deserialize(self, params):
|
5642
|
+
self._Name = params.get("Name")
|
5643
|
+
self._Key = params.get("Key")
|
5644
|
+
memeber_set = set(params.keys())
|
5645
|
+
for name, value in vars(self).items():
|
5646
|
+
property_name = name[1:]
|
5647
|
+
if property_name in memeber_set:
|
5648
|
+
memeber_set.remove(property_name)
|
5649
|
+
if len(memeber_set) > 0:
|
5650
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
5651
|
+
|
5652
|
+
|
5653
|
+
|
5223
5654
|
class Config(AbstractModel):
|
5224
5655
|
"""配置项
|
5225
5656
|
|
@@ -5445,6 +5876,78 @@ class Config(AbstractModel):
|
|
5445
5876
|
|
5446
5877
|
|
5447
5878
|
|
5879
|
+
class ConfigMapOption(AbstractModel):
|
5880
|
+
"""ConfigMap可选项
|
5881
|
+
|
5882
|
+
"""
|
5883
|
+
|
5884
|
+
def __init__(self):
|
5885
|
+
r"""
|
5886
|
+
:param _Key: -
|
5887
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
5888
|
+
:type Key: str
|
5889
|
+
:param _Path: -
|
5890
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
5891
|
+
:type Path: str
|
5892
|
+
:param _Mode: -
|
5893
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
5894
|
+
:type Mode: str
|
5895
|
+
"""
|
5896
|
+
self._Key = None
|
5897
|
+
self._Path = None
|
5898
|
+
self._Mode = None
|
5899
|
+
|
5900
|
+
@property
|
5901
|
+
def Key(self):
|
5902
|
+
"""-
|
5903
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
5904
|
+
:rtype: str
|
5905
|
+
"""
|
5906
|
+
return self._Key
|
5907
|
+
|
5908
|
+
@Key.setter
|
5909
|
+
def Key(self, Key):
|
5910
|
+
self._Key = Key
|
5911
|
+
|
5912
|
+
@property
|
5913
|
+
def Path(self):
|
5914
|
+
"""-
|
5915
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
5916
|
+
:rtype: str
|
5917
|
+
"""
|
5918
|
+
return self._Path
|
5919
|
+
|
5920
|
+
@Path.setter
|
5921
|
+
def Path(self, Path):
|
5922
|
+
self._Path = Path
|
5923
|
+
|
5924
|
+
@property
|
5925
|
+
def Mode(self):
|
5926
|
+
"""-
|
5927
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
5928
|
+
:rtype: str
|
5929
|
+
"""
|
5930
|
+
return self._Mode
|
5931
|
+
|
5932
|
+
@Mode.setter
|
5933
|
+
def Mode(self, Mode):
|
5934
|
+
self._Mode = Mode
|
5935
|
+
|
5936
|
+
|
5937
|
+
def _deserialize(self, params):
|
5938
|
+
self._Key = params.get("Key")
|
5939
|
+
self._Path = params.get("Path")
|
5940
|
+
self._Mode = params.get("Mode")
|
5941
|
+
memeber_set = set(params.keys())
|
5942
|
+
for name, value in vars(self).items():
|
5943
|
+
property_name = name[1:]
|
5944
|
+
if property_name in memeber_set:
|
5945
|
+
memeber_set.remove(property_name)
|
5946
|
+
if len(memeber_set) > 0:
|
5947
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
5948
|
+
|
5949
|
+
|
5950
|
+
|
5448
5951
|
class ConfigRelease(AbstractModel):
|
5449
5952
|
"""配置项发布信息
|
5450
5953
|
|
@@ -9405,6 +9908,16 @@ class CreateApplicationRequest(AbstractModel):
|
|
9405
9908
|
:type IgnoreCreateImageRepository: bool
|
9406
9909
|
:param _ProgramIdList: 无
|
9407
9910
|
:type ProgramIdList: list of str
|
9911
|
+
:param _ApmInstanceId: apm业务系统id
|
9912
|
+
:type ApmInstanceId: str
|
9913
|
+
:param _ProgramLanguage: 编程语言
|
9914
|
+
:type ProgramLanguage: str
|
9915
|
+
:param _FrameworkType: 开发框架
|
9916
|
+
:type FrameworkType: str
|
9917
|
+
:param _ServiceGovernanceConfig: 注册配置治理
|
9918
|
+
:type ServiceGovernanceConfig: :class:`tencentcloud.tsf.v20180326.models.ServiceGovernanceConfig`
|
9919
|
+
:param _CreateSameNameImageRepository: 是否创建并关联同名镜像仓库
|
9920
|
+
:type CreateSameNameImageRepository: bool
|
9408
9921
|
"""
|
9409
9922
|
self._ApplicationName = None
|
9410
9923
|
self._ApplicationType = None
|
@@ -9417,6 +9930,11 @@ class CreateApplicationRequest(AbstractModel):
|
|
9417
9930
|
self._ServiceConfigList = None
|
9418
9931
|
self._IgnoreCreateImageRepository = None
|
9419
9932
|
self._ProgramIdList = None
|
9933
|
+
self._ApmInstanceId = None
|
9934
|
+
self._ProgramLanguage = None
|
9935
|
+
self._FrameworkType = None
|
9936
|
+
self._ServiceGovernanceConfig = None
|
9937
|
+
self._CreateSameNameImageRepository = None
|
9420
9938
|
|
9421
9939
|
@property
|
9422
9940
|
def ApplicationName(self):
|
@@ -9539,6 +10057,61 @@ class CreateApplicationRequest(AbstractModel):
|
|
9539
10057
|
def ProgramIdList(self, ProgramIdList):
|
9540
10058
|
self._ProgramIdList = ProgramIdList
|
9541
10059
|
|
10060
|
+
@property
|
10061
|
+
def ApmInstanceId(self):
|
10062
|
+
"""apm业务系统id
|
10063
|
+
:rtype: str
|
10064
|
+
"""
|
10065
|
+
return self._ApmInstanceId
|
10066
|
+
|
10067
|
+
@ApmInstanceId.setter
|
10068
|
+
def ApmInstanceId(self, ApmInstanceId):
|
10069
|
+
self._ApmInstanceId = ApmInstanceId
|
10070
|
+
|
10071
|
+
@property
|
10072
|
+
def ProgramLanguage(self):
|
10073
|
+
"""编程语言
|
10074
|
+
:rtype: str
|
10075
|
+
"""
|
10076
|
+
return self._ProgramLanguage
|
10077
|
+
|
10078
|
+
@ProgramLanguage.setter
|
10079
|
+
def ProgramLanguage(self, ProgramLanguage):
|
10080
|
+
self._ProgramLanguage = ProgramLanguage
|
10081
|
+
|
10082
|
+
@property
|
10083
|
+
def FrameworkType(self):
|
10084
|
+
"""开发框架
|
10085
|
+
:rtype: str
|
10086
|
+
"""
|
10087
|
+
return self._FrameworkType
|
10088
|
+
|
10089
|
+
@FrameworkType.setter
|
10090
|
+
def FrameworkType(self, FrameworkType):
|
10091
|
+
self._FrameworkType = FrameworkType
|
10092
|
+
|
10093
|
+
@property
|
10094
|
+
def ServiceGovernanceConfig(self):
|
10095
|
+
"""注册配置治理
|
10096
|
+
:rtype: :class:`tencentcloud.tsf.v20180326.models.ServiceGovernanceConfig`
|
10097
|
+
"""
|
10098
|
+
return self._ServiceGovernanceConfig
|
10099
|
+
|
10100
|
+
@ServiceGovernanceConfig.setter
|
10101
|
+
def ServiceGovernanceConfig(self, ServiceGovernanceConfig):
|
10102
|
+
self._ServiceGovernanceConfig = ServiceGovernanceConfig
|
10103
|
+
|
10104
|
+
@property
|
10105
|
+
def CreateSameNameImageRepository(self):
|
10106
|
+
"""是否创建并关联同名镜像仓库
|
10107
|
+
:rtype: bool
|
10108
|
+
"""
|
10109
|
+
return self._CreateSameNameImageRepository
|
10110
|
+
|
10111
|
+
@CreateSameNameImageRepository.setter
|
10112
|
+
def CreateSameNameImageRepository(self, CreateSameNameImageRepository):
|
10113
|
+
self._CreateSameNameImageRepository = CreateSameNameImageRepository
|
10114
|
+
|
9542
10115
|
|
9543
10116
|
def _deserialize(self, params):
|
9544
10117
|
self._ApplicationName = params.get("ApplicationName")
|
@@ -9557,6 +10130,13 @@ class CreateApplicationRequest(AbstractModel):
|
|
9557
10130
|
self._ServiceConfigList.append(obj)
|
9558
10131
|
self._IgnoreCreateImageRepository = params.get("IgnoreCreateImageRepository")
|
9559
10132
|
self._ProgramIdList = params.get("ProgramIdList")
|
10133
|
+
self._ApmInstanceId = params.get("ApmInstanceId")
|
10134
|
+
self._ProgramLanguage = params.get("ProgramLanguage")
|
10135
|
+
self._FrameworkType = params.get("FrameworkType")
|
10136
|
+
if params.get("ServiceGovernanceConfig") is not None:
|
10137
|
+
self._ServiceGovernanceConfig = ServiceGovernanceConfig()
|
10138
|
+
self._ServiceGovernanceConfig._deserialize(params.get("ServiceGovernanceConfig"))
|
10139
|
+
self._CreateSameNameImageRepository = params.get("CreateSameNameImageRepository")
|
9560
10140
|
memeber_set = set(params.keys())
|
9561
10141
|
for name, value in vars(self).items():
|
9562
10142
|
property_name = name[1:]
|
@@ -11617,6 +12197,8 @@ class CreateGroupRequest(AbstractModel):
|
|
11617
12197
|
:type GroupResourceType: str
|
11618
12198
|
:param _Alias: 部署组备注
|
11619
12199
|
:type Alias: str
|
12200
|
+
:param _Tags: 标签列表
|
12201
|
+
:type Tags: list of Tag
|
11620
12202
|
"""
|
11621
12203
|
self._ApplicationId = None
|
11622
12204
|
self._NamespaceId = None
|
@@ -11625,6 +12207,7 @@ class CreateGroupRequest(AbstractModel):
|
|
11625
12207
|
self._GroupDesc = None
|
11626
12208
|
self._GroupResourceType = None
|
11627
12209
|
self._Alias = None
|
12210
|
+
self._Tags = None
|
11628
12211
|
|
11629
12212
|
@property
|
11630
12213
|
def ApplicationId(self):
|
@@ -11703,6 +12286,17 @@ class CreateGroupRequest(AbstractModel):
|
|
11703
12286
|
def Alias(self, Alias):
|
11704
12287
|
self._Alias = Alias
|
11705
12288
|
|
12289
|
+
@property
|
12290
|
+
def Tags(self):
|
12291
|
+
"""标签列表
|
12292
|
+
:rtype: list of Tag
|
12293
|
+
"""
|
12294
|
+
return self._Tags
|
12295
|
+
|
12296
|
+
@Tags.setter
|
12297
|
+
def Tags(self, Tags):
|
12298
|
+
self._Tags = Tags
|
12299
|
+
|
11706
12300
|
|
11707
12301
|
def _deserialize(self, params):
|
11708
12302
|
self._ApplicationId = params.get("ApplicationId")
|
@@ -11712,6 +12306,12 @@ class CreateGroupRequest(AbstractModel):
|
|
11712
12306
|
self._GroupDesc = params.get("GroupDesc")
|
11713
12307
|
self._GroupResourceType = params.get("GroupResourceType")
|
11714
12308
|
self._Alias = params.get("Alias")
|
12309
|
+
if params.get("Tags") is not None:
|
12310
|
+
self._Tags = []
|
12311
|
+
for item in params.get("Tags"):
|
12312
|
+
obj = Tag()
|
12313
|
+
obj._deserialize(item)
|
12314
|
+
self._Tags.append(obj)
|
11715
12315
|
memeber_set = set(params.keys())
|
11716
12316
|
for name, value in vars(self).items():
|
11717
12317
|
property_name = name[1:]
|
@@ -14157,6 +14757,171 @@ class CurvePoint(AbstractModel):
|
|
14157
14757
|
|
14158
14758
|
|
14159
14759
|
|
14760
|
+
class CustomPodSchedule(AbstractModel):
|
14761
|
+
"""自定义Pod调度规则
|
14762
|
+
|
14763
|
+
"""
|
14764
|
+
|
14765
|
+
def __init__(self):
|
14766
|
+
r"""
|
14767
|
+
:param _ForceSchedule: -
|
14768
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
14769
|
+
:type ForceSchedule: :class:`tencentcloud.tsf.v20180326.models.ForceSchedule`
|
14770
|
+
:param _TrySchedule: -
|
14771
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
14772
|
+
:type TrySchedule: :class:`tencentcloud.tsf.v20180326.models.TrySchedule`
|
14773
|
+
"""
|
14774
|
+
self._ForceSchedule = None
|
14775
|
+
self._TrySchedule = None
|
14776
|
+
|
14777
|
+
@property
|
14778
|
+
def ForceSchedule(self):
|
14779
|
+
"""-
|
14780
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
14781
|
+
:rtype: :class:`tencentcloud.tsf.v20180326.models.ForceSchedule`
|
14782
|
+
"""
|
14783
|
+
return self._ForceSchedule
|
14784
|
+
|
14785
|
+
@ForceSchedule.setter
|
14786
|
+
def ForceSchedule(self, ForceSchedule):
|
14787
|
+
self._ForceSchedule = ForceSchedule
|
14788
|
+
|
14789
|
+
@property
|
14790
|
+
def TrySchedule(self):
|
14791
|
+
"""-
|
14792
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
14793
|
+
:rtype: :class:`tencentcloud.tsf.v20180326.models.TrySchedule`
|
14794
|
+
"""
|
14795
|
+
return self._TrySchedule
|
14796
|
+
|
14797
|
+
@TrySchedule.setter
|
14798
|
+
def TrySchedule(self, TrySchedule):
|
14799
|
+
self._TrySchedule = TrySchedule
|
14800
|
+
|
14801
|
+
|
14802
|
+
def _deserialize(self, params):
|
14803
|
+
if params.get("ForceSchedule") is not None:
|
14804
|
+
self._ForceSchedule = ForceSchedule()
|
14805
|
+
self._ForceSchedule._deserialize(params.get("ForceSchedule"))
|
14806
|
+
if params.get("TrySchedule") is not None:
|
14807
|
+
self._TrySchedule = TrySchedule()
|
14808
|
+
self._TrySchedule._deserialize(params.get("TrySchedule"))
|
14809
|
+
memeber_set = set(params.keys())
|
14810
|
+
for name, value in vars(self).items():
|
14811
|
+
property_name = name[1:]
|
14812
|
+
if property_name in memeber_set:
|
14813
|
+
memeber_set.remove(property_name)
|
14814
|
+
if len(memeber_set) > 0:
|
14815
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
14816
|
+
|
14817
|
+
|
14818
|
+
|
14819
|
+
class CustomTolerateSchedule(AbstractModel):
|
14820
|
+
"""自定义容忍调度规则列表
|
14821
|
+
|
14822
|
+
"""
|
14823
|
+
|
14824
|
+
def __init__(self):
|
14825
|
+
r"""
|
14826
|
+
:param _Key: -
|
14827
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
14828
|
+
:type Key: str
|
14829
|
+
:param _Operator: -
|
14830
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
14831
|
+
:type Operator: str
|
14832
|
+
:param _Value: -
|
14833
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
14834
|
+
:type Value: str
|
14835
|
+
:param _Effect: -
|
14836
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
14837
|
+
:type Effect: str
|
14838
|
+
:param _TolerationSeconds: -
|
14839
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
14840
|
+
:type TolerationSeconds: int
|
14841
|
+
"""
|
14842
|
+
self._Key = None
|
14843
|
+
self._Operator = None
|
14844
|
+
self._Value = None
|
14845
|
+
self._Effect = None
|
14846
|
+
self._TolerationSeconds = None
|
14847
|
+
|
14848
|
+
@property
|
14849
|
+
def Key(self):
|
14850
|
+
"""-
|
14851
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
14852
|
+
:rtype: str
|
14853
|
+
"""
|
14854
|
+
return self._Key
|
14855
|
+
|
14856
|
+
@Key.setter
|
14857
|
+
def Key(self, Key):
|
14858
|
+
self._Key = Key
|
14859
|
+
|
14860
|
+
@property
|
14861
|
+
def Operator(self):
|
14862
|
+
"""-
|
14863
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
14864
|
+
:rtype: str
|
14865
|
+
"""
|
14866
|
+
return self._Operator
|
14867
|
+
|
14868
|
+
@Operator.setter
|
14869
|
+
def Operator(self, Operator):
|
14870
|
+
self._Operator = Operator
|
14871
|
+
|
14872
|
+
@property
|
14873
|
+
def Value(self):
|
14874
|
+
"""-
|
14875
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
14876
|
+
:rtype: str
|
14877
|
+
"""
|
14878
|
+
return self._Value
|
14879
|
+
|
14880
|
+
@Value.setter
|
14881
|
+
def Value(self, Value):
|
14882
|
+
self._Value = Value
|
14883
|
+
|
14884
|
+
@property
|
14885
|
+
def Effect(self):
|
14886
|
+
"""-
|
14887
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
14888
|
+
:rtype: str
|
14889
|
+
"""
|
14890
|
+
return self._Effect
|
14891
|
+
|
14892
|
+
@Effect.setter
|
14893
|
+
def Effect(self, Effect):
|
14894
|
+
self._Effect = Effect
|
14895
|
+
|
14896
|
+
@property
|
14897
|
+
def TolerationSeconds(self):
|
14898
|
+
"""-
|
14899
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
14900
|
+
:rtype: int
|
14901
|
+
"""
|
14902
|
+
return self._TolerationSeconds
|
14903
|
+
|
14904
|
+
@TolerationSeconds.setter
|
14905
|
+
def TolerationSeconds(self, TolerationSeconds):
|
14906
|
+
self._TolerationSeconds = TolerationSeconds
|
14907
|
+
|
14908
|
+
|
14909
|
+
def _deserialize(self, params):
|
14910
|
+
self._Key = params.get("Key")
|
14911
|
+
self._Operator = params.get("Operator")
|
14912
|
+
self._Value = params.get("Value")
|
14913
|
+
self._Effect = params.get("Effect")
|
14914
|
+
self._TolerationSeconds = params.get("TolerationSeconds")
|
14915
|
+
memeber_set = set(params.keys())
|
14916
|
+
for name, value in vars(self).items():
|
14917
|
+
property_name = name[1:]
|
14918
|
+
if property_name in memeber_set:
|
14919
|
+
memeber_set.remove(property_name)
|
14920
|
+
if len(memeber_set) > 0:
|
14921
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
14922
|
+
|
14923
|
+
|
14924
|
+
|
14160
14925
|
class DeleteApiGroupRequest(AbstractModel):
|
14161
14926
|
"""DeleteApiGroup请求参数结构体
|
14162
14927
|
|
@@ -18637,6 +19402,8 @@ class DescribeApplicationsRequest(AbstractModel):
|
|
18637
19402
|
:type ApplicationResourceTypeList: list of str
|
18638
19403
|
:param _ApplicationIdList: IdList
|
18639
19404
|
:type ApplicationIdList: list of str
|
19405
|
+
:param _MicroserviceTypeList: 查询多种微服务类型的应用
|
19406
|
+
:type MicroserviceTypeList: list of str
|
18640
19407
|
"""
|
18641
19408
|
self._SearchWord = None
|
18642
19409
|
self._OrderBy = None
|
@@ -18647,6 +19414,7 @@ class DescribeApplicationsRequest(AbstractModel):
|
|
18647
19414
|
self._MicroserviceType = None
|
18648
19415
|
self._ApplicationResourceTypeList = None
|
18649
19416
|
self._ApplicationIdList = None
|
19417
|
+
self._MicroserviceTypeList = None
|
18650
19418
|
|
18651
19419
|
@property
|
18652
19420
|
def SearchWord(self):
|
@@ -18747,6 +19515,17 @@ class DescribeApplicationsRequest(AbstractModel):
|
|
18747
19515
|
def ApplicationIdList(self, ApplicationIdList):
|
18748
19516
|
self._ApplicationIdList = ApplicationIdList
|
18749
19517
|
|
19518
|
+
@property
|
19519
|
+
def MicroserviceTypeList(self):
|
19520
|
+
"""查询多种微服务类型的应用
|
19521
|
+
:rtype: list of str
|
19522
|
+
"""
|
19523
|
+
return self._MicroserviceTypeList
|
19524
|
+
|
19525
|
+
@MicroserviceTypeList.setter
|
19526
|
+
def MicroserviceTypeList(self, MicroserviceTypeList):
|
19527
|
+
self._MicroserviceTypeList = MicroserviceTypeList
|
19528
|
+
|
18750
19529
|
|
18751
19530
|
def _deserialize(self, params):
|
18752
19531
|
self._SearchWord = params.get("SearchWord")
|
@@ -18758,6 +19537,7 @@ class DescribeApplicationsRequest(AbstractModel):
|
|
18758
19537
|
self._MicroserviceType = params.get("MicroserviceType")
|
18759
19538
|
self._ApplicationResourceTypeList = params.get("ApplicationResourceTypeList")
|
18760
19539
|
self._ApplicationIdList = params.get("ApplicationIdList")
|
19540
|
+
self._MicroserviceTypeList = params.get("MicroserviceTypeList")
|
18761
19541
|
memeber_set = set(params.keys())
|
18762
19542
|
for name, value in vars(self).items():
|
18763
19543
|
property_name = name[1:]
|
@@ -20358,12 +21138,24 @@ class DescribeContainerEventsRequest(AbstractModel):
|
|
20358
21138
|
:type Limit: int
|
20359
21139
|
:param _GroupId: 当类型是 instance 时需要
|
20360
21140
|
:type GroupId: str
|
21141
|
+
:param _Kind: event的资源kind
|
21142
|
+
:type Kind: str
|
21143
|
+
:param _Type: event 的type
|
21144
|
+
:type Type: str
|
21145
|
+
:param _ResourceName: 资源名称
|
21146
|
+
:type ResourceName: str
|
21147
|
+
:param _SearchWord: 关键词查询
|
21148
|
+
:type SearchWord: str
|
20361
21149
|
"""
|
20362
21150
|
self._ResourceType = None
|
20363
21151
|
self._ResourceId = None
|
20364
21152
|
self._Offset = None
|
20365
21153
|
self._Limit = None
|
20366
21154
|
self._GroupId = None
|
21155
|
+
self._Kind = None
|
21156
|
+
self._Type = None
|
21157
|
+
self._ResourceName = None
|
21158
|
+
self._SearchWord = None
|
20367
21159
|
|
20368
21160
|
@property
|
20369
21161
|
def ResourceType(self):
|
@@ -20420,6 +21212,50 @@ class DescribeContainerEventsRequest(AbstractModel):
|
|
20420
21212
|
def GroupId(self, GroupId):
|
20421
21213
|
self._GroupId = GroupId
|
20422
21214
|
|
21215
|
+
@property
|
21216
|
+
def Kind(self):
|
21217
|
+
"""event的资源kind
|
21218
|
+
:rtype: str
|
21219
|
+
"""
|
21220
|
+
return self._Kind
|
21221
|
+
|
21222
|
+
@Kind.setter
|
21223
|
+
def Kind(self, Kind):
|
21224
|
+
self._Kind = Kind
|
21225
|
+
|
21226
|
+
@property
|
21227
|
+
def Type(self):
|
21228
|
+
"""event 的type
|
21229
|
+
:rtype: str
|
21230
|
+
"""
|
21231
|
+
return self._Type
|
21232
|
+
|
21233
|
+
@Type.setter
|
21234
|
+
def Type(self, Type):
|
21235
|
+
self._Type = Type
|
21236
|
+
|
21237
|
+
@property
|
21238
|
+
def ResourceName(self):
|
21239
|
+
"""资源名称
|
21240
|
+
:rtype: str
|
21241
|
+
"""
|
21242
|
+
return self._ResourceName
|
21243
|
+
|
21244
|
+
@ResourceName.setter
|
21245
|
+
def ResourceName(self, ResourceName):
|
21246
|
+
self._ResourceName = ResourceName
|
21247
|
+
|
21248
|
+
@property
|
21249
|
+
def SearchWord(self):
|
21250
|
+
"""关键词查询
|
21251
|
+
:rtype: str
|
21252
|
+
"""
|
21253
|
+
return self._SearchWord
|
21254
|
+
|
21255
|
+
@SearchWord.setter
|
21256
|
+
def SearchWord(self, SearchWord):
|
21257
|
+
self._SearchWord = SearchWord
|
21258
|
+
|
20423
21259
|
|
20424
21260
|
def _deserialize(self, params):
|
20425
21261
|
self._ResourceType = params.get("ResourceType")
|
@@ -20427,6 +21263,10 @@ class DescribeContainerEventsRequest(AbstractModel):
|
|
20427
21263
|
self._Offset = params.get("Offset")
|
20428
21264
|
self._Limit = params.get("Limit")
|
20429
21265
|
self._GroupId = params.get("GroupId")
|
21266
|
+
self._Kind = params.get("Kind")
|
21267
|
+
self._Type = params.get("Type")
|
21268
|
+
self._ResourceName = params.get("ResourceName")
|
21269
|
+
self._SearchWord = params.get("SearchWord")
|
20430
21270
|
memeber_set = set(params.keys())
|
20431
21271
|
for name, value in vars(self).items():
|
20432
21272
|
property_name = name[1:]
|
@@ -23589,7 +24429,7 @@ class DescribeImageRepositoryRequest(AbstractModel):
|
|
23589
24429
|
:type ApplicationId: str
|
23590
24430
|
:param _TcrRepoInfo: TcrRepoInfo值
|
23591
24431
|
:type TcrRepoInfo: :class:`tencentcloud.tsf.v20180326.models.TcrRepoInfo`
|
23592
|
-
:param _RepoName:
|
24432
|
+
:param _RepoName: 镜像仓库名称
|
23593
24433
|
:type RepoName: str
|
23594
24434
|
"""
|
23595
24435
|
self._SearchWord = None
|
@@ -23668,7 +24508,7 @@ class DescribeImageRepositoryRequest(AbstractModel):
|
|
23668
24508
|
|
23669
24509
|
@property
|
23670
24510
|
def RepoName(self):
|
23671
|
-
"""
|
24511
|
+
"""镜像仓库名称
|
23672
24512
|
:rtype: str
|
23673
24513
|
"""
|
23674
24514
|
return self._RepoName
|
@@ -26659,11 +27499,17 @@ class DescribePodInstancesRequest(AbstractModel):
|
|
26659
27499
|
:type Limit: int
|
26660
27500
|
:param _PodNameList: 过滤字段
|
26661
27501
|
:type PodNameList: list of str
|
27502
|
+
:param _DeployVersion: 新老版本pod批次标识
|
27503
|
+
:type DeployVersion: str
|
27504
|
+
:param _TaskId: 任务ID
|
27505
|
+
:type TaskId: str
|
26662
27506
|
"""
|
26663
27507
|
self._GroupId = None
|
26664
27508
|
self._Offset = None
|
26665
27509
|
self._Limit = None
|
26666
27510
|
self._PodNameList = None
|
27511
|
+
self._DeployVersion = None
|
27512
|
+
self._TaskId = None
|
26667
27513
|
|
26668
27514
|
@property
|
26669
27515
|
def GroupId(self):
|
@@ -26709,12 +27555,36 @@ class DescribePodInstancesRequest(AbstractModel):
|
|
26709
27555
|
def PodNameList(self, PodNameList):
|
26710
27556
|
self._PodNameList = PodNameList
|
26711
27557
|
|
27558
|
+
@property
|
27559
|
+
def DeployVersion(self):
|
27560
|
+
"""新老版本pod批次标识
|
27561
|
+
:rtype: str
|
27562
|
+
"""
|
27563
|
+
return self._DeployVersion
|
27564
|
+
|
27565
|
+
@DeployVersion.setter
|
27566
|
+
def DeployVersion(self, DeployVersion):
|
27567
|
+
self._DeployVersion = DeployVersion
|
27568
|
+
|
27569
|
+
@property
|
27570
|
+
def TaskId(self):
|
27571
|
+
"""任务ID
|
27572
|
+
:rtype: str
|
27573
|
+
"""
|
27574
|
+
return self._TaskId
|
27575
|
+
|
27576
|
+
@TaskId.setter
|
27577
|
+
def TaskId(self, TaskId):
|
27578
|
+
self._TaskId = TaskId
|
27579
|
+
|
26712
27580
|
|
26713
27581
|
def _deserialize(self, params):
|
26714
27582
|
self._GroupId = params.get("GroupId")
|
26715
27583
|
self._Offset = params.get("Offset")
|
26716
27584
|
self._Limit = params.get("Limit")
|
26717
27585
|
self._PodNameList = params.get("PodNameList")
|
27586
|
+
self._DeployVersion = params.get("DeployVersion")
|
27587
|
+
self._TaskId = params.get("TaskId")
|
26718
27588
|
memeber_set = set(params.keys())
|
26719
27589
|
for name, value in vars(self).items():
|
26720
27590
|
property_name = name[1:]
|
@@ -27960,6 +28830,8 @@ class DescribeSimpleApplicationsRequest(AbstractModel):
|
|
27960
28830
|
:type SearchWord: str
|
27961
28831
|
:param _DisableProgramAuthCheck: 无
|
27962
28832
|
:type DisableProgramAuthCheck: bool
|
28833
|
+
:param _MicroserviceTypeList: 查询指定微服务类型的应用列表
|
28834
|
+
:type MicroserviceTypeList: list of str
|
27963
28835
|
"""
|
27964
28836
|
self._ApplicationIdList = None
|
27965
28837
|
self._ApplicationType = None
|
@@ -27969,6 +28841,7 @@ class DescribeSimpleApplicationsRequest(AbstractModel):
|
|
27969
28841
|
self._ApplicationResourceTypeList = None
|
27970
28842
|
self._SearchWord = None
|
27971
28843
|
self._DisableProgramAuthCheck = None
|
28844
|
+
self._MicroserviceTypeList = None
|
27972
28845
|
|
27973
28846
|
@property
|
27974
28847
|
def ApplicationIdList(self):
|
@@ -28058,6 +28931,17 @@ class DescribeSimpleApplicationsRequest(AbstractModel):
|
|
28058
28931
|
def DisableProgramAuthCheck(self, DisableProgramAuthCheck):
|
28059
28932
|
self._DisableProgramAuthCheck = DisableProgramAuthCheck
|
28060
28933
|
|
28934
|
+
@property
|
28935
|
+
def MicroserviceTypeList(self):
|
28936
|
+
"""查询指定微服务类型的应用列表
|
28937
|
+
:rtype: list of str
|
28938
|
+
"""
|
28939
|
+
return self._MicroserviceTypeList
|
28940
|
+
|
28941
|
+
@MicroserviceTypeList.setter
|
28942
|
+
def MicroserviceTypeList(self, MicroserviceTypeList):
|
28943
|
+
self._MicroserviceTypeList = MicroserviceTypeList
|
28944
|
+
|
28061
28945
|
|
28062
28946
|
def _deserialize(self, params):
|
28063
28947
|
self._ApplicationIdList = params.get("ApplicationIdList")
|
@@ -28068,6 +28952,7 @@ class DescribeSimpleApplicationsRequest(AbstractModel):
|
|
28068
28952
|
self._ApplicationResourceTypeList = params.get("ApplicationResourceTypeList")
|
28069
28953
|
self._SearchWord = params.get("SearchWord")
|
28070
28954
|
self._DisableProgramAuthCheck = params.get("DisableProgramAuthCheck")
|
28955
|
+
self._MicroserviceTypeList = params.get("MicroserviceTypeList")
|
28071
28956
|
memeber_set = set(params.keys())
|
28072
28957
|
for name, value in vars(self).items():
|
28073
28958
|
property_name = name[1:]
|
@@ -30783,35 +31668,213 @@ class DisableUnitRuleResponse(AbstractModel):
|
|
30783
31668
|
self._RequestId = params.get("RequestId")
|
30784
31669
|
|
30785
31670
|
|
30786
|
-
class DisassociateBusinessLogConfigRequest(AbstractModel):
|
30787
|
-
"""DisassociateBusinessLogConfig请求参数结构体
|
31671
|
+
class DisassociateBusinessLogConfigRequest(AbstractModel):
|
31672
|
+
"""DisassociateBusinessLogConfig请求参数结构体
|
31673
|
+
|
31674
|
+
"""
|
31675
|
+
|
31676
|
+
def __init__(self):
|
31677
|
+
r"""
|
31678
|
+
:param _ConfigIdList: 业务日志配置项ID列表
|
31679
|
+
:type ConfigIdList: list of str
|
31680
|
+
:param _GroupId: TSF分组ID
|
31681
|
+
:type GroupId: str
|
31682
|
+
"""
|
31683
|
+
self._ConfigIdList = None
|
31684
|
+
self._GroupId = None
|
31685
|
+
|
31686
|
+
@property
|
31687
|
+
def ConfigIdList(self):
|
31688
|
+
"""业务日志配置项ID列表
|
31689
|
+
:rtype: list of str
|
31690
|
+
"""
|
31691
|
+
return self._ConfigIdList
|
31692
|
+
|
31693
|
+
@ConfigIdList.setter
|
31694
|
+
def ConfigIdList(self, ConfigIdList):
|
31695
|
+
self._ConfigIdList = ConfigIdList
|
31696
|
+
|
31697
|
+
@property
|
31698
|
+
def GroupId(self):
|
31699
|
+
"""TSF分组ID
|
31700
|
+
:rtype: str
|
31701
|
+
"""
|
31702
|
+
return self._GroupId
|
31703
|
+
|
31704
|
+
@GroupId.setter
|
31705
|
+
def GroupId(self, GroupId):
|
31706
|
+
self._GroupId = GroupId
|
31707
|
+
|
31708
|
+
|
31709
|
+
def _deserialize(self, params):
|
31710
|
+
self._ConfigIdList = params.get("ConfigIdList")
|
31711
|
+
self._GroupId = params.get("GroupId")
|
31712
|
+
memeber_set = set(params.keys())
|
31713
|
+
for name, value in vars(self).items():
|
31714
|
+
property_name = name[1:]
|
31715
|
+
if property_name in memeber_set:
|
31716
|
+
memeber_set.remove(property_name)
|
31717
|
+
if len(memeber_set) > 0:
|
31718
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
31719
|
+
|
31720
|
+
|
31721
|
+
|
31722
|
+
class DisassociateBusinessLogConfigResponse(AbstractModel):
|
31723
|
+
"""DisassociateBusinessLogConfig返回参数结构体
|
31724
|
+
|
31725
|
+
"""
|
31726
|
+
|
31727
|
+
def __init__(self):
|
31728
|
+
r"""
|
31729
|
+
:param _Result: 操作结果
|
31730
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
31731
|
+
:type Result: bool
|
31732
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
31733
|
+
:type RequestId: str
|
31734
|
+
"""
|
31735
|
+
self._Result = None
|
31736
|
+
self._RequestId = None
|
31737
|
+
|
31738
|
+
@property
|
31739
|
+
def Result(self):
|
31740
|
+
"""操作结果
|
31741
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
31742
|
+
:rtype: bool
|
31743
|
+
"""
|
31744
|
+
return self._Result
|
31745
|
+
|
31746
|
+
@Result.setter
|
31747
|
+
def Result(self, Result):
|
31748
|
+
self._Result = Result
|
31749
|
+
|
31750
|
+
@property
|
31751
|
+
def RequestId(self):
|
31752
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
31753
|
+
:rtype: str
|
31754
|
+
"""
|
31755
|
+
return self._RequestId
|
31756
|
+
|
31757
|
+
@RequestId.setter
|
31758
|
+
def RequestId(self, RequestId):
|
31759
|
+
self._RequestId = RequestId
|
31760
|
+
|
31761
|
+
|
31762
|
+
def _deserialize(self, params):
|
31763
|
+
self._Result = params.get("Result")
|
31764
|
+
self._RequestId = params.get("RequestId")
|
31765
|
+
|
31766
|
+
|
31767
|
+
class DisassociateKafkaConfigRequest(AbstractModel):
|
31768
|
+
"""DisassociateKafkaConfig请求参数结构体
|
31769
|
+
|
31770
|
+
"""
|
31771
|
+
|
31772
|
+
def __init__(self):
|
31773
|
+
r"""
|
31774
|
+
:param _ConfigId: 配置项id
|
31775
|
+
:type ConfigId: str
|
31776
|
+
:param _GroupIds: 部署组id
|
31777
|
+
:type GroupIds: list of str
|
31778
|
+
"""
|
31779
|
+
self._ConfigId = None
|
31780
|
+
self._GroupIds = None
|
31781
|
+
|
31782
|
+
@property
|
31783
|
+
def ConfigId(self):
|
31784
|
+
"""配置项id
|
31785
|
+
:rtype: str
|
31786
|
+
"""
|
31787
|
+
return self._ConfigId
|
31788
|
+
|
31789
|
+
@ConfigId.setter
|
31790
|
+
def ConfigId(self, ConfigId):
|
31791
|
+
self._ConfigId = ConfigId
|
31792
|
+
|
31793
|
+
@property
|
31794
|
+
def GroupIds(self):
|
31795
|
+
"""部署组id
|
31796
|
+
:rtype: list of str
|
31797
|
+
"""
|
31798
|
+
return self._GroupIds
|
31799
|
+
|
31800
|
+
@GroupIds.setter
|
31801
|
+
def GroupIds(self, GroupIds):
|
31802
|
+
self._GroupIds = GroupIds
|
31803
|
+
|
31804
|
+
|
31805
|
+
def _deserialize(self, params):
|
31806
|
+
self._ConfigId = params.get("ConfigId")
|
31807
|
+
self._GroupIds = params.get("GroupIds")
|
31808
|
+
memeber_set = set(params.keys())
|
31809
|
+
for name, value in vars(self).items():
|
31810
|
+
property_name = name[1:]
|
31811
|
+
if property_name in memeber_set:
|
31812
|
+
memeber_set.remove(property_name)
|
31813
|
+
if len(memeber_set) > 0:
|
31814
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
31815
|
+
|
31816
|
+
|
31817
|
+
|
31818
|
+
class DisassociateKafkaConfigResponse(AbstractModel):
|
31819
|
+
"""DisassociateKafkaConfig返回参数结构体
|
31820
|
+
|
31821
|
+
"""
|
31822
|
+
|
31823
|
+
def __init__(self):
|
31824
|
+
r"""
|
31825
|
+
:param _Result: 解除绑定是否成功
|
31826
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
31827
|
+
:type Result: bool
|
31828
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
31829
|
+
:type RequestId: str
|
31830
|
+
"""
|
31831
|
+
self._Result = None
|
31832
|
+
self._RequestId = None
|
31833
|
+
|
31834
|
+
@property
|
31835
|
+
def Result(self):
|
31836
|
+
"""解除绑定是否成功
|
31837
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
31838
|
+
:rtype: bool
|
31839
|
+
"""
|
31840
|
+
return self._Result
|
31841
|
+
|
31842
|
+
@Result.setter
|
31843
|
+
def Result(self, Result):
|
31844
|
+
self._Result = Result
|
31845
|
+
|
31846
|
+
@property
|
31847
|
+
def RequestId(self):
|
31848
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
31849
|
+
:rtype: str
|
31850
|
+
"""
|
31851
|
+
return self._RequestId
|
31852
|
+
|
31853
|
+
@RequestId.setter
|
31854
|
+
def RequestId(self, RequestId):
|
31855
|
+
self._RequestId = RequestId
|
31856
|
+
|
31857
|
+
|
31858
|
+
def _deserialize(self, params):
|
31859
|
+
self._Result = params.get("Result")
|
31860
|
+
self._RequestId = params.get("RequestId")
|
31861
|
+
|
31862
|
+
|
31863
|
+
class DraftApiGroupRequest(AbstractModel):
|
31864
|
+
"""DraftApiGroup请求参数结构体
|
30788
31865
|
|
30789
31866
|
"""
|
30790
31867
|
|
30791
31868
|
def __init__(self):
|
30792
31869
|
r"""
|
30793
|
-
:param
|
30794
|
-
:type ConfigIdList: list of str
|
30795
|
-
:param _GroupId: TSF分组ID
|
31870
|
+
:param _GroupId: Api 分组ID
|
30796
31871
|
:type GroupId: str
|
30797
31872
|
"""
|
30798
|
-
self._ConfigIdList = None
|
30799
31873
|
self._GroupId = None
|
30800
31874
|
|
30801
|
-
@property
|
30802
|
-
def ConfigIdList(self):
|
30803
|
-
"""业务日志配置项ID列表
|
30804
|
-
:rtype: list of str
|
30805
|
-
"""
|
30806
|
-
return self._ConfigIdList
|
30807
|
-
|
30808
|
-
@ConfigIdList.setter
|
30809
|
-
def ConfigIdList(self, ConfigIdList):
|
30810
|
-
self._ConfigIdList = ConfigIdList
|
30811
|
-
|
30812
31875
|
@property
|
30813
31876
|
def GroupId(self):
|
30814
|
-
"""
|
31877
|
+
"""Api 分组ID
|
30815
31878
|
:rtype: str
|
30816
31879
|
"""
|
30817
31880
|
return self._GroupId
|
@@ -30822,7 +31885,6 @@ class DisassociateBusinessLogConfigRequest(AbstractModel):
|
|
30822
31885
|
|
30823
31886
|
|
30824
31887
|
def _deserialize(self, params):
|
30825
|
-
self._ConfigIdList = params.get("ConfigIdList")
|
30826
31888
|
self._GroupId = params.get("GroupId")
|
30827
31889
|
memeber_set = set(params.keys())
|
30828
31890
|
for name, value in vars(self).items():
|
@@ -30834,15 +31896,14 @@ class DisassociateBusinessLogConfigRequest(AbstractModel):
|
|
30834
31896
|
|
30835
31897
|
|
30836
31898
|
|
30837
|
-
class
|
30838
|
-
"""
|
31899
|
+
class DraftApiGroupResponse(AbstractModel):
|
31900
|
+
"""DraftApiGroup返回参数结构体
|
30839
31901
|
|
30840
31902
|
"""
|
30841
31903
|
|
30842
31904
|
def __init__(self):
|
30843
31905
|
r"""
|
30844
|
-
:param _Result:
|
30845
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31906
|
+
:param _Result: true: 成功, false: 失败
|
30846
31907
|
:type Result: bool
|
30847
31908
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
30848
31909
|
:type RequestId: str
|
@@ -30852,8 +31913,7 @@ class DisassociateBusinessLogConfigResponse(AbstractModel):
|
|
30852
31913
|
|
30853
31914
|
@property
|
30854
31915
|
def Result(self):
|
30855
|
-
"""
|
30856
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31916
|
+
"""true: 成功, false: 失败
|
30857
31917
|
:rtype: bool
|
30858
31918
|
"""
|
30859
31919
|
return self._Result
|
@@ -30879,128 +31939,85 @@ class DisassociateBusinessLogConfigResponse(AbstractModel):
|
|
30879
31939
|
self._RequestId = params.get("RequestId")
|
30880
31940
|
|
30881
31941
|
|
30882
|
-
class
|
30883
|
-
"""
|
31942
|
+
class EmptyDirOption(AbstractModel):
|
31943
|
+
"""空目录选项
|
30884
31944
|
|
30885
31945
|
"""
|
30886
31946
|
|
30887
31947
|
def __init__(self):
|
30888
31948
|
r"""
|
30889
|
-
:param
|
30890
|
-
|
30891
|
-
:
|
30892
|
-
:
|
31949
|
+
:param _EnableMemory: -
|
31950
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
31951
|
+
:type EnableMemory: bool
|
31952
|
+
:param _StorageCapacity: -
|
31953
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
31954
|
+
:type StorageCapacity: int
|
31955
|
+
:param _StorageUnit: -
|
31956
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
31957
|
+
:type StorageUnit: str
|
31958
|
+
:param _SizeLimit: -
|
31959
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
31960
|
+
:type SizeLimit: str
|
30893
31961
|
"""
|
30894
|
-
self.
|
30895
|
-
self.
|
31962
|
+
self._EnableMemory = None
|
31963
|
+
self._StorageCapacity = None
|
31964
|
+
self._StorageUnit = None
|
31965
|
+
self._SizeLimit = None
|
30896
31966
|
|
30897
31967
|
@property
|
30898
|
-
def
|
30899
|
-
"""
|
30900
|
-
:rtype: str
|
30901
|
-
"""
|
30902
|
-
return self._ConfigId
|
30903
|
-
|
30904
|
-
@ConfigId.setter
|
30905
|
-
def ConfigId(self, ConfigId):
|
30906
|
-
self._ConfigId = ConfigId
|
30907
|
-
|
30908
|
-
@property
|
30909
|
-
def GroupIds(self):
|
30910
|
-
"""部署组id
|
30911
|
-
:rtype: list of str
|
30912
|
-
"""
|
30913
|
-
return self._GroupIds
|
30914
|
-
|
30915
|
-
@GroupIds.setter
|
30916
|
-
def GroupIds(self, GroupIds):
|
30917
|
-
self._GroupIds = GroupIds
|
30918
|
-
|
30919
|
-
|
30920
|
-
def _deserialize(self, params):
|
30921
|
-
self._ConfigId = params.get("ConfigId")
|
30922
|
-
self._GroupIds = params.get("GroupIds")
|
30923
|
-
memeber_set = set(params.keys())
|
30924
|
-
for name, value in vars(self).items():
|
30925
|
-
property_name = name[1:]
|
30926
|
-
if property_name in memeber_set:
|
30927
|
-
memeber_set.remove(property_name)
|
30928
|
-
if len(memeber_set) > 0:
|
30929
|
-
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
30930
|
-
|
30931
|
-
|
30932
|
-
|
30933
|
-
class DisassociateKafkaConfigResponse(AbstractModel):
|
30934
|
-
"""DisassociateKafkaConfig返回参数结构体
|
30935
|
-
|
30936
|
-
"""
|
30937
|
-
|
30938
|
-
def __init__(self):
|
30939
|
-
r"""
|
30940
|
-
:param _Result: 解除绑定是否成功
|
31968
|
+
def EnableMemory(self):
|
31969
|
+
"""-
|
30941
31970
|
注意:此字段可能返回 null,表示取不到有效值。
|
30942
|
-
:
|
30943
|
-
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
30944
|
-
:type RequestId: str
|
31971
|
+
:rtype: bool
|
30945
31972
|
"""
|
30946
|
-
self.
|
30947
|
-
|
31973
|
+
return self._EnableMemory
|
31974
|
+
|
31975
|
+
@EnableMemory.setter
|
31976
|
+
def EnableMemory(self, EnableMemory):
|
31977
|
+
self._EnableMemory = EnableMemory
|
30948
31978
|
|
30949
31979
|
@property
|
30950
|
-
def
|
30951
|
-
"""
|
31980
|
+
def StorageCapacity(self):
|
31981
|
+
"""-
|
30952
31982
|
注意:此字段可能返回 null,表示取不到有效值。
|
30953
|
-
:rtype:
|
31983
|
+
:rtype: int
|
30954
31984
|
"""
|
30955
|
-
return self.
|
31985
|
+
return self._StorageCapacity
|
30956
31986
|
|
30957
|
-
@
|
30958
|
-
def
|
30959
|
-
self.
|
31987
|
+
@StorageCapacity.setter
|
31988
|
+
def StorageCapacity(self, StorageCapacity):
|
31989
|
+
self._StorageCapacity = StorageCapacity
|
30960
31990
|
|
30961
31991
|
@property
|
30962
|
-
def
|
30963
|
-
"""
|
31992
|
+
def StorageUnit(self):
|
31993
|
+
"""-
|
31994
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
30964
31995
|
:rtype: str
|
30965
31996
|
"""
|
30966
|
-
return self.
|
31997
|
+
return self._StorageUnit
|
30967
31998
|
|
30968
|
-
@
|
30969
|
-
def
|
30970
|
-
self.
|
30971
|
-
|
30972
|
-
|
30973
|
-
def _deserialize(self, params):
|
30974
|
-
self._Result = params.get("Result")
|
30975
|
-
self._RequestId = params.get("RequestId")
|
30976
|
-
|
30977
|
-
|
30978
|
-
class DraftApiGroupRequest(AbstractModel):
|
30979
|
-
"""DraftApiGroup请求参数结构体
|
30980
|
-
|
30981
|
-
"""
|
30982
|
-
|
30983
|
-
def __init__(self):
|
30984
|
-
r"""
|
30985
|
-
:param _GroupId: Api 分组ID
|
30986
|
-
:type GroupId: str
|
30987
|
-
"""
|
30988
|
-
self._GroupId = None
|
31999
|
+
@StorageUnit.setter
|
32000
|
+
def StorageUnit(self, StorageUnit):
|
32001
|
+
self._StorageUnit = StorageUnit
|
30989
32002
|
|
30990
32003
|
@property
|
30991
|
-
def
|
30992
|
-
"""
|
32004
|
+
def SizeLimit(self):
|
32005
|
+
"""-
|
32006
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
30993
32007
|
:rtype: str
|
30994
32008
|
"""
|
30995
|
-
return self.
|
32009
|
+
return self._SizeLimit
|
30996
32010
|
|
30997
|
-
@
|
30998
|
-
def
|
30999
|
-
self.
|
32011
|
+
@SizeLimit.setter
|
32012
|
+
def SizeLimit(self, SizeLimit):
|
32013
|
+
self._SizeLimit = SizeLimit
|
31000
32014
|
|
31001
32015
|
|
31002
32016
|
def _deserialize(self, params):
|
31003
|
-
self.
|
32017
|
+
self._EnableMemory = params.get("EnableMemory")
|
32018
|
+
self._StorageCapacity = params.get("StorageCapacity")
|
32019
|
+
self._StorageUnit = params.get("StorageUnit")
|
32020
|
+
self._SizeLimit = params.get("SizeLimit")
|
31004
32021
|
memeber_set = set(params.keys())
|
31005
32022
|
for name, value in vars(self).items():
|
31006
32023
|
property_name = name[1:]
|
@@ -31011,49 +32028,6 @@ class DraftApiGroupRequest(AbstractModel):
|
|
31011
32028
|
|
31012
32029
|
|
31013
32030
|
|
31014
|
-
class DraftApiGroupResponse(AbstractModel):
|
31015
|
-
"""DraftApiGroup返回参数结构体
|
31016
|
-
|
31017
|
-
"""
|
31018
|
-
|
31019
|
-
def __init__(self):
|
31020
|
-
r"""
|
31021
|
-
:param _Result: true: 成功, false: 失败
|
31022
|
-
:type Result: bool
|
31023
|
-
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
31024
|
-
:type RequestId: str
|
31025
|
-
"""
|
31026
|
-
self._Result = None
|
31027
|
-
self._RequestId = None
|
31028
|
-
|
31029
|
-
@property
|
31030
|
-
def Result(self):
|
31031
|
-
"""true: 成功, false: 失败
|
31032
|
-
:rtype: bool
|
31033
|
-
"""
|
31034
|
-
return self._Result
|
31035
|
-
|
31036
|
-
@Result.setter
|
31037
|
-
def Result(self, Result):
|
31038
|
-
self._Result = Result
|
31039
|
-
|
31040
|
-
@property
|
31041
|
-
def RequestId(self):
|
31042
|
-
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
31043
|
-
:rtype: str
|
31044
|
-
"""
|
31045
|
-
return self._RequestId
|
31046
|
-
|
31047
|
-
@RequestId.setter
|
31048
|
-
def RequestId(self, RequestId):
|
31049
|
-
self._RequestId = RequestId
|
31050
|
-
|
31051
|
-
|
31052
|
-
def _deserialize(self, params):
|
31053
|
-
self._Result = params.get("Result")
|
31054
|
-
self._RequestId = params.get("RequestId")
|
31055
|
-
|
31056
|
-
|
31057
32031
|
class EnableLaneRuleRequest(AbstractModel):
|
31058
32032
|
"""EnableLaneRule请求参数结构体
|
31059
32033
|
|
@@ -31525,6 +32499,129 @@ class Env(AbstractModel):
|
|
31525
32499
|
|
31526
32500
|
|
31527
32501
|
|
32502
|
+
class ExclusiveInstance(AbstractModel):
|
32503
|
+
"""独占实例
|
32504
|
+
|
32505
|
+
"""
|
32506
|
+
|
32507
|
+
def __init__(self):
|
32508
|
+
r"""
|
32509
|
+
:param _CenterType: 配置中心类型[Registration、Configuration]
|
32510
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
32511
|
+
:type CenterType: str
|
32512
|
+
:param _InstanceId: 实例id
|
32513
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
32514
|
+
:type InstanceId: str
|
32515
|
+
:param _InstanceType: 实例类型[Polaris]
|
32516
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
32517
|
+
:type InstanceType: str
|
32518
|
+
:param _InstanceName: 实例名称
|
32519
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
32520
|
+
:type InstanceName: str
|
32521
|
+
:param _RegionId: 实例地域id
|
32522
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
32523
|
+
:type RegionId: str
|
32524
|
+
:param _InstanceNamespaceId: 实例命名空间ID
|
32525
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
32526
|
+
:type InstanceNamespaceId: str
|
32527
|
+
"""
|
32528
|
+
self._CenterType = None
|
32529
|
+
self._InstanceId = None
|
32530
|
+
self._InstanceType = None
|
32531
|
+
self._InstanceName = None
|
32532
|
+
self._RegionId = None
|
32533
|
+
self._InstanceNamespaceId = None
|
32534
|
+
|
32535
|
+
@property
|
32536
|
+
def CenterType(self):
|
32537
|
+
"""配置中心类型[Registration、Configuration]
|
32538
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
32539
|
+
:rtype: str
|
32540
|
+
"""
|
32541
|
+
return self._CenterType
|
32542
|
+
|
32543
|
+
@CenterType.setter
|
32544
|
+
def CenterType(self, CenterType):
|
32545
|
+
self._CenterType = CenterType
|
32546
|
+
|
32547
|
+
@property
|
32548
|
+
def InstanceId(self):
|
32549
|
+
"""实例id
|
32550
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
32551
|
+
:rtype: str
|
32552
|
+
"""
|
32553
|
+
return self._InstanceId
|
32554
|
+
|
32555
|
+
@InstanceId.setter
|
32556
|
+
def InstanceId(self, InstanceId):
|
32557
|
+
self._InstanceId = InstanceId
|
32558
|
+
|
32559
|
+
@property
|
32560
|
+
def InstanceType(self):
|
32561
|
+
"""实例类型[Polaris]
|
32562
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
32563
|
+
:rtype: str
|
32564
|
+
"""
|
32565
|
+
return self._InstanceType
|
32566
|
+
|
32567
|
+
@InstanceType.setter
|
32568
|
+
def InstanceType(self, InstanceType):
|
32569
|
+
self._InstanceType = InstanceType
|
32570
|
+
|
32571
|
+
@property
|
32572
|
+
def InstanceName(self):
|
32573
|
+
"""实例名称
|
32574
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
32575
|
+
:rtype: str
|
32576
|
+
"""
|
32577
|
+
return self._InstanceName
|
32578
|
+
|
32579
|
+
@InstanceName.setter
|
32580
|
+
def InstanceName(self, InstanceName):
|
32581
|
+
self._InstanceName = InstanceName
|
32582
|
+
|
32583
|
+
@property
|
32584
|
+
def RegionId(self):
|
32585
|
+
"""实例地域id
|
32586
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
32587
|
+
:rtype: str
|
32588
|
+
"""
|
32589
|
+
return self._RegionId
|
32590
|
+
|
32591
|
+
@RegionId.setter
|
32592
|
+
def RegionId(self, RegionId):
|
32593
|
+
self._RegionId = RegionId
|
32594
|
+
|
32595
|
+
@property
|
32596
|
+
def InstanceNamespaceId(self):
|
32597
|
+
"""实例命名空间ID
|
32598
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
32599
|
+
:rtype: str
|
32600
|
+
"""
|
32601
|
+
return self._InstanceNamespaceId
|
32602
|
+
|
32603
|
+
@InstanceNamespaceId.setter
|
32604
|
+
def InstanceNamespaceId(self, InstanceNamespaceId):
|
32605
|
+
self._InstanceNamespaceId = InstanceNamespaceId
|
32606
|
+
|
32607
|
+
|
32608
|
+
def _deserialize(self, params):
|
32609
|
+
self._CenterType = params.get("CenterType")
|
32610
|
+
self._InstanceId = params.get("InstanceId")
|
32611
|
+
self._InstanceType = params.get("InstanceType")
|
32612
|
+
self._InstanceName = params.get("InstanceName")
|
32613
|
+
self._RegionId = params.get("RegionId")
|
32614
|
+
self._InstanceNamespaceId = params.get("InstanceNamespaceId")
|
32615
|
+
memeber_set = set(params.keys())
|
32616
|
+
for name, value in vars(self).items():
|
32617
|
+
property_name = name[1:]
|
32618
|
+
if property_name in memeber_set:
|
32619
|
+
memeber_set.remove(property_name)
|
32620
|
+
if len(memeber_set) > 0:
|
32621
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
32622
|
+
|
32623
|
+
|
32624
|
+
|
31528
32625
|
class ExecuteTaskFlowRequest(AbstractModel):
|
31529
32626
|
"""ExecuteTaskFlow请求参数结构体
|
31530
32627
|
|
@@ -32410,6 +33507,71 @@ class Filter(AbstractModel):
|
|
32410
33507
|
|
32411
33508
|
|
32412
33509
|
|
33510
|
+
class ForceSchedule(AbstractModel):
|
33511
|
+
"""强制调度配置
|
33512
|
+
|
33513
|
+
"""
|
33514
|
+
|
33515
|
+
def __init__(self):
|
33516
|
+
r"""
|
33517
|
+
:param _AffinityList: -
|
33518
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
33519
|
+
:type AffinityList: list of Affinity
|
33520
|
+
:param _AntiAffinityList: -
|
33521
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
33522
|
+
:type AntiAffinityList: list of Affinity
|
33523
|
+
"""
|
33524
|
+
self._AffinityList = None
|
33525
|
+
self._AntiAffinityList = None
|
33526
|
+
|
33527
|
+
@property
|
33528
|
+
def AffinityList(self):
|
33529
|
+
"""-
|
33530
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
33531
|
+
:rtype: list of Affinity
|
33532
|
+
"""
|
33533
|
+
return self._AffinityList
|
33534
|
+
|
33535
|
+
@AffinityList.setter
|
33536
|
+
def AffinityList(self, AffinityList):
|
33537
|
+
self._AffinityList = AffinityList
|
33538
|
+
|
33539
|
+
@property
|
33540
|
+
def AntiAffinityList(self):
|
33541
|
+
"""-
|
33542
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
33543
|
+
:rtype: list of Affinity
|
33544
|
+
"""
|
33545
|
+
return self._AntiAffinityList
|
33546
|
+
|
33547
|
+
@AntiAffinityList.setter
|
33548
|
+
def AntiAffinityList(self, AntiAffinityList):
|
33549
|
+
self._AntiAffinityList = AntiAffinityList
|
33550
|
+
|
33551
|
+
|
33552
|
+
def _deserialize(self, params):
|
33553
|
+
if params.get("AffinityList") is not None:
|
33554
|
+
self._AffinityList = []
|
33555
|
+
for item in params.get("AffinityList"):
|
33556
|
+
obj = Affinity()
|
33557
|
+
obj._deserialize(item)
|
33558
|
+
self._AffinityList.append(obj)
|
33559
|
+
if params.get("AntiAffinityList") is not None:
|
33560
|
+
self._AntiAffinityList = []
|
33561
|
+
for item in params.get("AntiAffinityList"):
|
33562
|
+
obj = Affinity()
|
33563
|
+
obj._deserialize(item)
|
33564
|
+
self._AntiAffinityList.append(obj)
|
33565
|
+
memeber_set = set(params.keys())
|
33566
|
+
for name, value in vars(self).items():
|
33567
|
+
property_name = name[1:]
|
33568
|
+
if property_name in memeber_set:
|
33569
|
+
memeber_set.remove(property_name)
|
33570
|
+
if len(memeber_set) > 0:
|
33571
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
33572
|
+
|
33573
|
+
|
33574
|
+
|
32413
33575
|
class GatewayApiGroupVo(AbstractModel):
|
32414
33576
|
"""网关分组简单信息
|
32415
33577
|
|
@@ -32543,6 +33705,38 @@ class GatewayConfig(AbstractModel):
|
|
32543
33705
|
|
32544
33706
|
"""
|
32545
33707
|
|
33708
|
+
def __init__(self):
|
33709
|
+
r"""
|
33710
|
+
:param _Name: 服务名称
|
33711
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
33712
|
+
:type Name: str
|
33713
|
+
"""
|
33714
|
+
self._Name = None
|
33715
|
+
|
33716
|
+
@property
|
33717
|
+
def Name(self):
|
33718
|
+
"""服务名称
|
33719
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
33720
|
+
:rtype: str
|
33721
|
+
"""
|
33722
|
+
return self._Name
|
33723
|
+
|
33724
|
+
@Name.setter
|
33725
|
+
def Name(self, Name):
|
33726
|
+
self._Name = Name
|
33727
|
+
|
33728
|
+
|
33729
|
+
def _deserialize(self, params):
|
33730
|
+
self._Name = params.get("Name")
|
33731
|
+
memeber_set = set(params.keys())
|
33732
|
+
for name, value in vars(self).items():
|
33733
|
+
property_name = name[1:]
|
33734
|
+
if property_name in memeber_set:
|
33735
|
+
memeber_set.remove(property_name)
|
33736
|
+
if len(memeber_set) > 0:
|
33737
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
33738
|
+
|
33739
|
+
|
32546
33740
|
|
32547
33741
|
class GatewayDeployGroup(AbstractModel):
|
32548
33742
|
"""api分组已绑定的网关部署组
|
@@ -33823,6 +35017,9 @@ class GroupPod(AbstractModel):
|
|
33823
35017
|
:param _NodeInstanceId: 节点实例id
|
33824
35018
|
注意:此字段可能返回 null,表示取不到有效值。
|
33825
35019
|
:type NodeInstanceId: str
|
35020
|
+
:param _SpecTotalCount: 预期副本数
|
35021
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35022
|
+
:type SpecTotalCount: str
|
33826
35023
|
"""
|
33827
35024
|
self._PodName = None
|
33828
35025
|
self._PodId = None
|
@@ -33838,6 +35035,7 @@ class GroupPod(AbstractModel):
|
|
33838
35035
|
self._InstanceAvailableStatus = None
|
33839
35036
|
self._InstanceStatus = None
|
33840
35037
|
self._NodeInstanceId = None
|
35038
|
+
self._SpecTotalCount = None
|
33841
35039
|
|
33842
35040
|
@property
|
33843
35041
|
def PodName(self):
|
@@ -34007,6 +35205,18 @@ class GroupPod(AbstractModel):
|
|
34007
35205
|
def NodeInstanceId(self, NodeInstanceId):
|
34008
35206
|
self._NodeInstanceId = NodeInstanceId
|
34009
35207
|
|
35208
|
+
@property
|
35209
|
+
def SpecTotalCount(self):
|
35210
|
+
"""预期副本数
|
35211
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35212
|
+
:rtype: str
|
35213
|
+
"""
|
35214
|
+
return self._SpecTotalCount
|
35215
|
+
|
35216
|
+
@SpecTotalCount.setter
|
35217
|
+
def SpecTotalCount(self, SpecTotalCount):
|
35218
|
+
self._SpecTotalCount = SpecTotalCount
|
35219
|
+
|
34010
35220
|
|
34011
35221
|
def _deserialize(self, params):
|
34012
35222
|
self._PodName = params.get("PodName")
|
@@ -34023,6 +35233,7 @@ class GroupPod(AbstractModel):
|
|
34023
35233
|
self._InstanceAvailableStatus = params.get("InstanceAvailableStatus")
|
34024
35234
|
self._InstanceStatus = params.get("InstanceStatus")
|
34025
35235
|
self._NodeInstanceId = params.get("NodeInstanceId")
|
35236
|
+
self._SpecTotalCount = params.get("SpecTotalCount")
|
34026
35237
|
memeber_set = set(params.keys())
|
34027
35238
|
for name, value in vars(self).items():
|
34028
35239
|
property_name = name[1:]
|
@@ -34943,6 +36154,12 @@ class ImageRepository(AbstractModel):
|
|
34943
36154
|
:param _Public: 是否公共,1:公有,0:私有
|
34944
36155
|
注意:此字段可能返回 null,表示取不到有效值。
|
34945
36156
|
:type Public: int
|
36157
|
+
:param _CreateMode: 创建方式:manual | automatic
|
36158
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36159
|
+
:type CreateMode: str
|
36160
|
+
:param _RepoName: 仓库名,等同reponame字段
|
36161
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36162
|
+
:type RepoName: str
|
34946
36163
|
"""
|
34947
36164
|
self._Reponame = None
|
34948
36165
|
self._Repotype = None
|
@@ -34961,6 +36178,8 @@ class ImageRepository(AbstractModel):
|
|
34961
36178
|
self._ApplicationName = None
|
34962
36179
|
self._ApplicationNameReal = None
|
34963
36180
|
self._Public = None
|
36181
|
+
self._CreateMode = None
|
36182
|
+
self._RepoName = None
|
34964
36183
|
|
34965
36184
|
@property
|
34966
36185
|
def Reponame(self):
|
@@ -35166,6 +36385,30 @@ class ImageRepository(AbstractModel):
|
|
35166
36385
|
def Public(self, Public):
|
35167
36386
|
self._Public = Public
|
35168
36387
|
|
36388
|
+
@property
|
36389
|
+
def CreateMode(self):
|
36390
|
+
"""创建方式:manual | automatic
|
36391
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36392
|
+
:rtype: str
|
36393
|
+
"""
|
36394
|
+
return self._CreateMode
|
36395
|
+
|
36396
|
+
@CreateMode.setter
|
36397
|
+
def CreateMode(self, CreateMode):
|
36398
|
+
self._CreateMode = CreateMode
|
36399
|
+
|
36400
|
+
@property
|
36401
|
+
def RepoName(self):
|
36402
|
+
"""仓库名,等同reponame字段
|
36403
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36404
|
+
:rtype: str
|
36405
|
+
"""
|
36406
|
+
return self._RepoName
|
36407
|
+
|
36408
|
+
@RepoName.setter
|
36409
|
+
def RepoName(self, RepoName):
|
36410
|
+
self._RepoName = RepoName
|
36411
|
+
|
35169
36412
|
|
35170
36413
|
def _deserialize(self, params):
|
35171
36414
|
self._Reponame = params.get("Reponame")
|
@@ -35189,6 +36432,8 @@ class ImageRepository(AbstractModel):
|
|
35189
36432
|
self._ApplicationName._deserialize(params.get("ApplicationName"))
|
35190
36433
|
self._ApplicationNameReal = params.get("ApplicationNameReal")
|
35191
36434
|
self._Public = params.get("Public")
|
36435
|
+
self._CreateMode = params.get("CreateMode")
|
36436
|
+
self._RepoName = params.get("RepoName")
|
35192
36437
|
memeber_set = set(params.keys())
|
35193
36438
|
for name, value in vars(self).items():
|
35194
36439
|
property_name = name[1:]
|
@@ -39149,12 +40394,21 @@ class ModifyApplicationRequest(AbstractModel):
|
|
39149
40394
|
:type ApplicationRemarkName: str
|
39150
40395
|
:param _ServiceConfigList: 服务配置信息列表
|
39151
40396
|
:type ServiceConfigList: list of ServiceConfig
|
40397
|
+
:param _MicroserviceType: 应用的微服务类型
|
40398
|
+
:type MicroserviceType: str
|
40399
|
+
:param _ServiceGovernanceConfig: 注册配置治理信息
|
40400
|
+
:type ServiceGovernanceConfig: :class:`tencentcloud.tsf.v20180326.models.ServiceGovernanceConfig`
|
40401
|
+
:param _FrameworkType: 应用开发框架
|
40402
|
+
:type FrameworkType: str
|
39152
40403
|
"""
|
39153
40404
|
self._ApplicationId = None
|
39154
40405
|
self._ApplicationName = None
|
39155
40406
|
self._ApplicationDesc = None
|
39156
40407
|
self._ApplicationRemarkName = None
|
39157
40408
|
self._ServiceConfigList = None
|
40409
|
+
self._MicroserviceType = None
|
40410
|
+
self._ServiceGovernanceConfig = None
|
40411
|
+
self._FrameworkType = None
|
39158
40412
|
|
39159
40413
|
@property
|
39160
40414
|
def ApplicationId(self):
|
@@ -39211,6 +40465,39 @@ class ModifyApplicationRequest(AbstractModel):
|
|
39211
40465
|
def ServiceConfigList(self, ServiceConfigList):
|
39212
40466
|
self._ServiceConfigList = ServiceConfigList
|
39213
40467
|
|
40468
|
+
@property
|
40469
|
+
def MicroserviceType(self):
|
40470
|
+
"""应用的微服务类型
|
40471
|
+
:rtype: str
|
40472
|
+
"""
|
40473
|
+
return self._MicroserviceType
|
40474
|
+
|
40475
|
+
@MicroserviceType.setter
|
40476
|
+
def MicroserviceType(self, MicroserviceType):
|
40477
|
+
self._MicroserviceType = MicroserviceType
|
40478
|
+
|
40479
|
+
@property
|
40480
|
+
def ServiceGovernanceConfig(self):
|
40481
|
+
"""注册配置治理信息
|
40482
|
+
:rtype: :class:`tencentcloud.tsf.v20180326.models.ServiceGovernanceConfig`
|
40483
|
+
"""
|
40484
|
+
return self._ServiceGovernanceConfig
|
40485
|
+
|
40486
|
+
@ServiceGovernanceConfig.setter
|
40487
|
+
def ServiceGovernanceConfig(self, ServiceGovernanceConfig):
|
40488
|
+
self._ServiceGovernanceConfig = ServiceGovernanceConfig
|
40489
|
+
|
40490
|
+
@property
|
40491
|
+
def FrameworkType(self):
|
40492
|
+
"""应用开发框架
|
40493
|
+
:rtype: str
|
40494
|
+
"""
|
40495
|
+
return self._FrameworkType
|
40496
|
+
|
40497
|
+
@FrameworkType.setter
|
40498
|
+
def FrameworkType(self, FrameworkType):
|
40499
|
+
self._FrameworkType = FrameworkType
|
40500
|
+
|
39214
40501
|
|
39215
40502
|
def _deserialize(self, params):
|
39216
40503
|
self._ApplicationId = params.get("ApplicationId")
|
@@ -39223,6 +40510,11 @@ class ModifyApplicationRequest(AbstractModel):
|
|
39223
40510
|
obj = ServiceConfig()
|
39224
40511
|
obj._deserialize(item)
|
39225
40512
|
self._ServiceConfigList.append(obj)
|
40513
|
+
self._MicroserviceType = params.get("MicroserviceType")
|
40514
|
+
if params.get("ServiceGovernanceConfig") is not None:
|
40515
|
+
self._ServiceGovernanceConfig = ServiceGovernanceConfig()
|
40516
|
+
self._ServiceGovernanceConfig._deserialize(params.get("ServiceGovernanceConfig"))
|
40517
|
+
self._FrameworkType = params.get("FrameworkType")
|
39226
40518
|
memeber_set = set(params.keys())
|
39227
40519
|
for name, value in vars(self).items():
|
39228
40520
|
property_name = name[1:]
|
@@ -43647,11 +44939,15 @@ class ProtocolPort(AbstractModel):
|
|
43647
44939
|
:param _NodePort: 主机端口
|
43648
44940
|
注意:此字段可能返回 null,表示取不到有效值。
|
43649
44941
|
:type NodePort: int
|
44942
|
+
:param _Name: 端口名称
|
44943
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
44944
|
+
:type Name: str
|
43650
44945
|
"""
|
43651
44946
|
self._Protocol = None
|
43652
44947
|
self._Port = None
|
43653
44948
|
self._TargetPort = None
|
43654
44949
|
self._NodePort = None
|
44950
|
+
self._Name = None
|
43655
44951
|
|
43656
44952
|
@property
|
43657
44953
|
def Protocol(self):
|
@@ -43698,12 +44994,25 @@ class ProtocolPort(AbstractModel):
|
|
43698
44994
|
def NodePort(self, NodePort):
|
43699
44995
|
self._NodePort = NodePort
|
43700
44996
|
|
44997
|
+
@property
|
44998
|
+
def Name(self):
|
44999
|
+
"""端口名称
|
45000
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
45001
|
+
:rtype: str
|
45002
|
+
"""
|
45003
|
+
return self._Name
|
45004
|
+
|
45005
|
+
@Name.setter
|
45006
|
+
def Name(self, Name):
|
45007
|
+
self._Name = Name
|
45008
|
+
|
43701
45009
|
|
43702
45010
|
def _deserialize(self, params):
|
43703
45011
|
self._Protocol = params.get("Protocol")
|
43704
45012
|
self._Port = params.get("Port")
|
43705
45013
|
self._TargetPort = params.get("TargetPort")
|
43706
45014
|
self._NodePort = params.get("NodePort")
|
45015
|
+
self._Name = params.get("Name")
|
43707
45016
|
memeber_set = set(params.keys())
|
43708
45017
|
for name, value in vars(self).items():
|
43709
45018
|
property_name = name[1:]
|
@@ -45993,8 +47302,52 @@ class SchedulingStrategy(AbstractModel):
|
|
45993
47302
|
:param _Type: NONE:不使用调度策略;CROSS_AZ:跨可用区部署
|
45994
47303
|
注意:此字段可能返回 null,表示取不到有效值。
|
45995
47304
|
:type Type: str
|
47305
|
+
:param _NodeScheduleStrategyType: -
|
47306
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
47307
|
+
:type NodeScheduleStrategyType: str
|
47308
|
+
:param _NodeScheduleOptions: -
|
47309
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
47310
|
+
:type NodeScheduleOptions: list of CommonOption
|
47311
|
+
:param _StrongAffinityList: -
|
47312
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
47313
|
+
:type StrongAffinityList: list of CommonOption
|
47314
|
+
:param _WeakAffinityList: -
|
47315
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
47316
|
+
:type WeakAffinityList: list of CommonOption
|
47317
|
+
:param _WeakAffinityWeight: -
|
47318
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
47319
|
+
:type WeakAffinityWeight: int
|
47320
|
+
:param _AvailableZoneScatterScheduleType: -
|
47321
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
47322
|
+
:type AvailableZoneScatterScheduleType: str
|
47323
|
+
:param _AvailableZoneScatterScheduleRules: -
|
47324
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
47325
|
+
:type AvailableZoneScatterScheduleRules: list of AvailableZoneScatterScheduleRule
|
47326
|
+
:param _PodScheduleStrategyType: -
|
47327
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
47328
|
+
:type PodScheduleStrategyType: str
|
47329
|
+
:param _CustomPodSchedule: -
|
47330
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
47331
|
+
:type CustomPodSchedule: :class:`tencentcloud.tsf.v20180326.models.CustomPodSchedule`
|
47332
|
+
:param _TolerateScheduleType: -
|
47333
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
47334
|
+
:type TolerateScheduleType: str
|
47335
|
+
:param _CustomTolerateSchedules: -
|
47336
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
47337
|
+
:type CustomTolerateSchedules: list of CustomTolerateSchedule
|
45996
47338
|
"""
|
45997
47339
|
self._Type = None
|
47340
|
+
self._NodeScheduleStrategyType = None
|
47341
|
+
self._NodeScheduleOptions = None
|
47342
|
+
self._StrongAffinityList = None
|
47343
|
+
self._WeakAffinityList = None
|
47344
|
+
self._WeakAffinityWeight = None
|
47345
|
+
self._AvailableZoneScatterScheduleType = None
|
47346
|
+
self._AvailableZoneScatterScheduleRules = None
|
47347
|
+
self._PodScheduleStrategyType = None
|
47348
|
+
self._CustomPodSchedule = None
|
47349
|
+
self._TolerateScheduleType = None
|
47350
|
+
self._CustomTolerateSchedules = None
|
45998
47351
|
|
45999
47352
|
@property
|
46000
47353
|
def Type(self):
|
@@ -46008,9 +47361,179 @@ class SchedulingStrategy(AbstractModel):
|
|
46008
47361
|
def Type(self, Type):
|
46009
47362
|
self._Type = Type
|
46010
47363
|
|
47364
|
+
@property
|
47365
|
+
def NodeScheduleStrategyType(self):
|
47366
|
+
"""-
|
47367
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
47368
|
+
:rtype: str
|
47369
|
+
"""
|
47370
|
+
return self._NodeScheduleStrategyType
|
47371
|
+
|
47372
|
+
@NodeScheduleStrategyType.setter
|
47373
|
+
def NodeScheduleStrategyType(self, NodeScheduleStrategyType):
|
47374
|
+
self._NodeScheduleStrategyType = NodeScheduleStrategyType
|
47375
|
+
|
47376
|
+
@property
|
47377
|
+
def NodeScheduleOptions(self):
|
47378
|
+
"""-
|
47379
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
47380
|
+
:rtype: list of CommonOption
|
47381
|
+
"""
|
47382
|
+
return self._NodeScheduleOptions
|
47383
|
+
|
47384
|
+
@NodeScheduleOptions.setter
|
47385
|
+
def NodeScheduleOptions(self, NodeScheduleOptions):
|
47386
|
+
self._NodeScheduleOptions = NodeScheduleOptions
|
47387
|
+
|
47388
|
+
@property
|
47389
|
+
def StrongAffinityList(self):
|
47390
|
+
"""-
|
47391
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
47392
|
+
:rtype: list of CommonOption
|
47393
|
+
"""
|
47394
|
+
return self._StrongAffinityList
|
47395
|
+
|
47396
|
+
@StrongAffinityList.setter
|
47397
|
+
def StrongAffinityList(self, StrongAffinityList):
|
47398
|
+
self._StrongAffinityList = StrongAffinityList
|
47399
|
+
|
47400
|
+
@property
|
47401
|
+
def WeakAffinityList(self):
|
47402
|
+
"""-
|
47403
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
47404
|
+
:rtype: list of CommonOption
|
47405
|
+
"""
|
47406
|
+
return self._WeakAffinityList
|
47407
|
+
|
47408
|
+
@WeakAffinityList.setter
|
47409
|
+
def WeakAffinityList(self, WeakAffinityList):
|
47410
|
+
self._WeakAffinityList = WeakAffinityList
|
47411
|
+
|
47412
|
+
@property
|
47413
|
+
def WeakAffinityWeight(self):
|
47414
|
+
"""-
|
47415
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
47416
|
+
:rtype: int
|
47417
|
+
"""
|
47418
|
+
return self._WeakAffinityWeight
|
47419
|
+
|
47420
|
+
@WeakAffinityWeight.setter
|
47421
|
+
def WeakAffinityWeight(self, WeakAffinityWeight):
|
47422
|
+
self._WeakAffinityWeight = WeakAffinityWeight
|
47423
|
+
|
47424
|
+
@property
|
47425
|
+
def AvailableZoneScatterScheduleType(self):
|
47426
|
+
"""-
|
47427
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
47428
|
+
:rtype: str
|
47429
|
+
"""
|
47430
|
+
return self._AvailableZoneScatterScheduleType
|
47431
|
+
|
47432
|
+
@AvailableZoneScatterScheduleType.setter
|
47433
|
+
def AvailableZoneScatterScheduleType(self, AvailableZoneScatterScheduleType):
|
47434
|
+
self._AvailableZoneScatterScheduleType = AvailableZoneScatterScheduleType
|
47435
|
+
|
47436
|
+
@property
|
47437
|
+
def AvailableZoneScatterScheduleRules(self):
|
47438
|
+
"""-
|
47439
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
47440
|
+
:rtype: list of AvailableZoneScatterScheduleRule
|
47441
|
+
"""
|
47442
|
+
return self._AvailableZoneScatterScheduleRules
|
47443
|
+
|
47444
|
+
@AvailableZoneScatterScheduleRules.setter
|
47445
|
+
def AvailableZoneScatterScheduleRules(self, AvailableZoneScatterScheduleRules):
|
47446
|
+
self._AvailableZoneScatterScheduleRules = AvailableZoneScatterScheduleRules
|
47447
|
+
|
47448
|
+
@property
|
47449
|
+
def PodScheduleStrategyType(self):
|
47450
|
+
"""-
|
47451
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
47452
|
+
:rtype: str
|
47453
|
+
"""
|
47454
|
+
return self._PodScheduleStrategyType
|
47455
|
+
|
47456
|
+
@PodScheduleStrategyType.setter
|
47457
|
+
def PodScheduleStrategyType(self, PodScheduleStrategyType):
|
47458
|
+
self._PodScheduleStrategyType = PodScheduleStrategyType
|
47459
|
+
|
47460
|
+
@property
|
47461
|
+
def CustomPodSchedule(self):
|
47462
|
+
"""-
|
47463
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
47464
|
+
:rtype: :class:`tencentcloud.tsf.v20180326.models.CustomPodSchedule`
|
47465
|
+
"""
|
47466
|
+
return self._CustomPodSchedule
|
47467
|
+
|
47468
|
+
@CustomPodSchedule.setter
|
47469
|
+
def CustomPodSchedule(self, CustomPodSchedule):
|
47470
|
+
self._CustomPodSchedule = CustomPodSchedule
|
47471
|
+
|
47472
|
+
@property
|
47473
|
+
def TolerateScheduleType(self):
|
47474
|
+
"""-
|
47475
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
47476
|
+
:rtype: str
|
47477
|
+
"""
|
47478
|
+
return self._TolerateScheduleType
|
47479
|
+
|
47480
|
+
@TolerateScheduleType.setter
|
47481
|
+
def TolerateScheduleType(self, TolerateScheduleType):
|
47482
|
+
self._TolerateScheduleType = TolerateScheduleType
|
47483
|
+
|
47484
|
+
@property
|
47485
|
+
def CustomTolerateSchedules(self):
|
47486
|
+
"""-
|
47487
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
47488
|
+
:rtype: list of CustomTolerateSchedule
|
47489
|
+
"""
|
47490
|
+
return self._CustomTolerateSchedules
|
47491
|
+
|
47492
|
+
@CustomTolerateSchedules.setter
|
47493
|
+
def CustomTolerateSchedules(self, CustomTolerateSchedules):
|
47494
|
+
self._CustomTolerateSchedules = CustomTolerateSchedules
|
47495
|
+
|
46011
47496
|
|
46012
47497
|
def _deserialize(self, params):
|
46013
47498
|
self._Type = params.get("Type")
|
47499
|
+
self._NodeScheduleStrategyType = params.get("NodeScheduleStrategyType")
|
47500
|
+
if params.get("NodeScheduleOptions") is not None:
|
47501
|
+
self._NodeScheduleOptions = []
|
47502
|
+
for item in params.get("NodeScheduleOptions"):
|
47503
|
+
obj = CommonOption()
|
47504
|
+
obj._deserialize(item)
|
47505
|
+
self._NodeScheduleOptions.append(obj)
|
47506
|
+
if params.get("StrongAffinityList") is not None:
|
47507
|
+
self._StrongAffinityList = []
|
47508
|
+
for item in params.get("StrongAffinityList"):
|
47509
|
+
obj = CommonOption()
|
47510
|
+
obj._deserialize(item)
|
47511
|
+
self._StrongAffinityList.append(obj)
|
47512
|
+
if params.get("WeakAffinityList") is not None:
|
47513
|
+
self._WeakAffinityList = []
|
47514
|
+
for item in params.get("WeakAffinityList"):
|
47515
|
+
obj = CommonOption()
|
47516
|
+
obj._deserialize(item)
|
47517
|
+
self._WeakAffinityList.append(obj)
|
47518
|
+
self._WeakAffinityWeight = params.get("WeakAffinityWeight")
|
47519
|
+
self._AvailableZoneScatterScheduleType = params.get("AvailableZoneScatterScheduleType")
|
47520
|
+
if params.get("AvailableZoneScatterScheduleRules") is not None:
|
47521
|
+
self._AvailableZoneScatterScheduleRules = []
|
47522
|
+
for item in params.get("AvailableZoneScatterScheduleRules"):
|
47523
|
+
obj = AvailableZoneScatterScheduleRule()
|
47524
|
+
obj._deserialize(item)
|
47525
|
+
self._AvailableZoneScatterScheduleRules.append(obj)
|
47526
|
+
self._PodScheduleStrategyType = params.get("PodScheduleStrategyType")
|
47527
|
+
if params.get("CustomPodSchedule") is not None:
|
47528
|
+
self._CustomPodSchedule = CustomPodSchedule()
|
47529
|
+
self._CustomPodSchedule._deserialize(params.get("CustomPodSchedule"))
|
47530
|
+
self._TolerateScheduleType = params.get("TolerateScheduleType")
|
47531
|
+
if params.get("CustomTolerateSchedules") is not None:
|
47532
|
+
self._CustomTolerateSchedules = []
|
47533
|
+
for item in params.get("CustomTolerateSchedules"):
|
47534
|
+
obj = CustomTolerateSchedule()
|
47535
|
+
obj._deserialize(item)
|
47536
|
+
self._CustomTolerateSchedules.append(obj)
|
46014
47537
|
memeber_set = set(params.keys())
|
46015
47538
|
for name, value in vars(self).items():
|
46016
47539
|
property_name = name[1:]
|
@@ -46615,6 +48138,83 @@ class ServiceConfig(AbstractModel):
|
|
46615
48138
|
|
46616
48139
|
|
46617
48140
|
|
48141
|
+
class ServiceGovernanceConfig(AbstractModel):
|
48142
|
+
"""注册配置治理信息
|
48143
|
+
|
48144
|
+
"""
|
48145
|
+
|
48146
|
+
def __init__(self):
|
48147
|
+
r"""
|
48148
|
+
:param _EnableGovernance: 是否开启服务注册治理
|
48149
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
48150
|
+
:type EnableGovernance: bool
|
48151
|
+
:param _GovernanceType: 服务治理类型
|
48152
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
48153
|
+
:type GovernanceType: str
|
48154
|
+
:param _ExclusiveInstances: 独享实例列表
|
48155
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
48156
|
+
:type ExclusiveInstances: list of ExclusiveInstance
|
48157
|
+
"""
|
48158
|
+
self._EnableGovernance = None
|
48159
|
+
self._GovernanceType = None
|
48160
|
+
self._ExclusiveInstances = None
|
48161
|
+
|
48162
|
+
@property
|
48163
|
+
def EnableGovernance(self):
|
48164
|
+
"""是否开启服务注册治理
|
48165
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
48166
|
+
:rtype: bool
|
48167
|
+
"""
|
48168
|
+
return self._EnableGovernance
|
48169
|
+
|
48170
|
+
@EnableGovernance.setter
|
48171
|
+
def EnableGovernance(self, EnableGovernance):
|
48172
|
+
self._EnableGovernance = EnableGovernance
|
48173
|
+
|
48174
|
+
@property
|
48175
|
+
def GovernanceType(self):
|
48176
|
+
"""服务治理类型
|
48177
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
48178
|
+
:rtype: str
|
48179
|
+
"""
|
48180
|
+
return self._GovernanceType
|
48181
|
+
|
48182
|
+
@GovernanceType.setter
|
48183
|
+
def GovernanceType(self, GovernanceType):
|
48184
|
+
self._GovernanceType = GovernanceType
|
48185
|
+
|
48186
|
+
@property
|
48187
|
+
def ExclusiveInstances(self):
|
48188
|
+
"""独享实例列表
|
48189
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
48190
|
+
:rtype: list of ExclusiveInstance
|
48191
|
+
"""
|
48192
|
+
return self._ExclusiveInstances
|
48193
|
+
|
48194
|
+
@ExclusiveInstances.setter
|
48195
|
+
def ExclusiveInstances(self, ExclusiveInstances):
|
48196
|
+
self._ExclusiveInstances = ExclusiveInstances
|
48197
|
+
|
48198
|
+
|
48199
|
+
def _deserialize(self, params):
|
48200
|
+
self._EnableGovernance = params.get("EnableGovernance")
|
48201
|
+
self._GovernanceType = params.get("GovernanceType")
|
48202
|
+
if params.get("ExclusiveInstances") is not None:
|
48203
|
+
self._ExclusiveInstances = []
|
48204
|
+
for item in params.get("ExclusiveInstances"):
|
48205
|
+
obj = ExclusiveInstance()
|
48206
|
+
obj._deserialize(item)
|
48207
|
+
self._ExclusiveInstances.append(obj)
|
48208
|
+
memeber_set = set(params.keys())
|
48209
|
+
for name, value in vars(self).items():
|
48210
|
+
property_name = name[1:]
|
48211
|
+
if property_name in memeber_set:
|
48212
|
+
memeber_set.remove(property_name)
|
48213
|
+
if len(memeber_set) > 0:
|
48214
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
48215
|
+
|
48216
|
+
|
48217
|
+
|
46618
48218
|
class ServiceSetting(AbstractModel):
|
46619
48219
|
"""容器网络设置。
|
46620
48220
|
|
@@ -46646,6 +48246,45 @@ class ServiceSetting(AbstractModel):
|
|
46646
48246
|
:param _SessionAffinityTimeoutSeconds: SessionAffinity会话时间,默认10800
|
46647
48247
|
注意:此字段可能返回 null,表示取不到有效值。
|
46648
48248
|
:type SessionAffinityTimeoutSeconds: int
|
48249
|
+
:param _ServiceName: 服务名称
|
48250
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
48251
|
+
:type ServiceName: str
|
48252
|
+
:param _ExternalTrafficStrategy: 外部流量策略
|
48253
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
48254
|
+
:type ExternalTrafficStrategy: str
|
48255
|
+
:param _ExternalTrafficPolicy: 外部流量策略
|
48256
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
48257
|
+
:type ExternalTrafficPolicy: str
|
48258
|
+
:param _LoadBalancerProvisioner: 负载均衡提供者
|
48259
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
48260
|
+
:type LoadBalancerProvisioner: str
|
48261
|
+
:param _LoadBalancingType: 负载均衡类型
|
48262
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
48263
|
+
:type LoadBalancingType: str
|
48264
|
+
:param _ClusterIp: k8s负载均衡内网vip
|
48265
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
48266
|
+
:type ClusterIp: str
|
48267
|
+
:param _DisableServiceInt: 禁用服务Int记录
|
48268
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
48269
|
+
:type DisableServiceInt: int
|
48270
|
+
:param _OpenSessionAffinityInt: 开启SessionAffinity Int记录
|
48271
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
48272
|
+
:type OpenSessionAffinityInt: int
|
48273
|
+
:param _HeadlessServiceInt: 开启HeadlessService int记录
|
48274
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
48275
|
+
:type HeadlessServiceInt: int
|
48276
|
+
:param _Name: 服务名称
|
48277
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
48278
|
+
:type Name: str
|
48279
|
+
:param _VpcId: VPC网络ID
|
48280
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
48281
|
+
:type VpcId: str
|
48282
|
+
:param _LoadBalancingIp: 负载均衡VIP
|
48283
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
48284
|
+
:type LoadBalancingIp: str
|
48285
|
+
:param _LoadBalancerId: 负载均衡id
|
48286
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
48287
|
+
:type LoadBalancerId: str
|
46649
48288
|
"""
|
46650
48289
|
self._AccessType = None
|
46651
48290
|
self._ProtocolPorts = None
|
@@ -46655,6 +48294,19 @@ class ServiceSetting(AbstractModel):
|
|
46655
48294
|
self._AllowDeleteService = None
|
46656
48295
|
self._OpenSessionAffinity = None
|
46657
48296
|
self._SessionAffinityTimeoutSeconds = None
|
48297
|
+
self._ServiceName = None
|
48298
|
+
self._ExternalTrafficStrategy = None
|
48299
|
+
self._ExternalTrafficPolicy = None
|
48300
|
+
self._LoadBalancerProvisioner = None
|
48301
|
+
self._LoadBalancingType = None
|
48302
|
+
self._ClusterIp = None
|
48303
|
+
self._DisableServiceInt = None
|
48304
|
+
self._OpenSessionAffinityInt = None
|
48305
|
+
self._HeadlessServiceInt = None
|
48306
|
+
self._Name = None
|
48307
|
+
self._VpcId = None
|
48308
|
+
self._LoadBalancingIp = None
|
48309
|
+
self._LoadBalancerId = None
|
46658
48310
|
|
46659
48311
|
@property
|
46660
48312
|
def AccessType(self):
|
@@ -46752,6 +48404,162 @@ class ServiceSetting(AbstractModel):
|
|
46752
48404
|
def SessionAffinityTimeoutSeconds(self, SessionAffinityTimeoutSeconds):
|
46753
48405
|
self._SessionAffinityTimeoutSeconds = SessionAffinityTimeoutSeconds
|
46754
48406
|
|
48407
|
+
@property
|
48408
|
+
def ServiceName(self):
|
48409
|
+
"""服务名称
|
48410
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
48411
|
+
:rtype: str
|
48412
|
+
"""
|
48413
|
+
return self._ServiceName
|
48414
|
+
|
48415
|
+
@ServiceName.setter
|
48416
|
+
def ServiceName(self, ServiceName):
|
48417
|
+
self._ServiceName = ServiceName
|
48418
|
+
|
48419
|
+
@property
|
48420
|
+
def ExternalTrafficStrategy(self):
|
48421
|
+
"""外部流量策略
|
48422
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
48423
|
+
:rtype: str
|
48424
|
+
"""
|
48425
|
+
return self._ExternalTrafficStrategy
|
48426
|
+
|
48427
|
+
@ExternalTrafficStrategy.setter
|
48428
|
+
def ExternalTrafficStrategy(self, ExternalTrafficStrategy):
|
48429
|
+
self._ExternalTrafficStrategy = ExternalTrafficStrategy
|
48430
|
+
|
48431
|
+
@property
|
48432
|
+
def ExternalTrafficPolicy(self):
|
48433
|
+
"""外部流量策略
|
48434
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
48435
|
+
:rtype: str
|
48436
|
+
"""
|
48437
|
+
return self._ExternalTrafficPolicy
|
48438
|
+
|
48439
|
+
@ExternalTrafficPolicy.setter
|
48440
|
+
def ExternalTrafficPolicy(self, ExternalTrafficPolicy):
|
48441
|
+
self._ExternalTrafficPolicy = ExternalTrafficPolicy
|
48442
|
+
|
48443
|
+
@property
|
48444
|
+
def LoadBalancerProvisioner(self):
|
48445
|
+
"""负载均衡提供者
|
48446
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
48447
|
+
:rtype: str
|
48448
|
+
"""
|
48449
|
+
return self._LoadBalancerProvisioner
|
48450
|
+
|
48451
|
+
@LoadBalancerProvisioner.setter
|
48452
|
+
def LoadBalancerProvisioner(self, LoadBalancerProvisioner):
|
48453
|
+
self._LoadBalancerProvisioner = LoadBalancerProvisioner
|
48454
|
+
|
48455
|
+
@property
|
48456
|
+
def LoadBalancingType(self):
|
48457
|
+
"""负载均衡类型
|
48458
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
48459
|
+
:rtype: str
|
48460
|
+
"""
|
48461
|
+
return self._LoadBalancingType
|
48462
|
+
|
48463
|
+
@LoadBalancingType.setter
|
48464
|
+
def LoadBalancingType(self, LoadBalancingType):
|
48465
|
+
self._LoadBalancingType = LoadBalancingType
|
48466
|
+
|
48467
|
+
@property
|
48468
|
+
def ClusterIp(self):
|
48469
|
+
"""k8s负载均衡内网vip
|
48470
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
48471
|
+
:rtype: str
|
48472
|
+
"""
|
48473
|
+
return self._ClusterIp
|
48474
|
+
|
48475
|
+
@ClusterIp.setter
|
48476
|
+
def ClusterIp(self, ClusterIp):
|
48477
|
+
self._ClusterIp = ClusterIp
|
48478
|
+
|
48479
|
+
@property
|
48480
|
+
def DisableServiceInt(self):
|
48481
|
+
"""禁用服务Int记录
|
48482
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
48483
|
+
:rtype: int
|
48484
|
+
"""
|
48485
|
+
return self._DisableServiceInt
|
48486
|
+
|
48487
|
+
@DisableServiceInt.setter
|
48488
|
+
def DisableServiceInt(self, DisableServiceInt):
|
48489
|
+
self._DisableServiceInt = DisableServiceInt
|
48490
|
+
|
48491
|
+
@property
|
48492
|
+
def OpenSessionAffinityInt(self):
|
48493
|
+
"""开启SessionAffinity Int记录
|
48494
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
48495
|
+
:rtype: int
|
48496
|
+
"""
|
48497
|
+
return self._OpenSessionAffinityInt
|
48498
|
+
|
48499
|
+
@OpenSessionAffinityInt.setter
|
48500
|
+
def OpenSessionAffinityInt(self, OpenSessionAffinityInt):
|
48501
|
+
self._OpenSessionAffinityInt = OpenSessionAffinityInt
|
48502
|
+
|
48503
|
+
@property
|
48504
|
+
def HeadlessServiceInt(self):
|
48505
|
+
"""开启HeadlessService int记录
|
48506
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
48507
|
+
:rtype: int
|
48508
|
+
"""
|
48509
|
+
return self._HeadlessServiceInt
|
48510
|
+
|
48511
|
+
@HeadlessServiceInt.setter
|
48512
|
+
def HeadlessServiceInt(self, HeadlessServiceInt):
|
48513
|
+
self._HeadlessServiceInt = HeadlessServiceInt
|
48514
|
+
|
48515
|
+
@property
|
48516
|
+
def Name(self):
|
48517
|
+
"""服务名称
|
48518
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
48519
|
+
:rtype: str
|
48520
|
+
"""
|
48521
|
+
return self._Name
|
48522
|
+
|
48523
|
+
@Name.setter
|
48524
|
+
def Name(self, Name):
|
48525
|
+
self._Name = Name
|
48526
|
+
|
48527
|
+
@property
|
48528
|
+
def VpcId(self):
|
48529
|
+
"""VPC网络ID
|
48530
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
48531
|
+
:rtype: str
|
48532
|
+
"""
|
48533
|
+
return self._VpcId
|
48534
|
+
|
48535
|
+
@VpcId.setter
|
48536
|
+
def VpcId(self, VpcId):
|
48537
|
+
self._VpcId = VpcId
|
48538
|
+
|
48539
|
+
@property
|
48540
|
+
def LoadBalancingIp(self):
|
48541
|
+
"""负载均衡VIP
|
48542
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
48543
|
+
:rtype: str
|
48544
|
+
"""
|
48545
|
+
return self._LoadBalancingIp
|
48546
|
+
|
48547
|
+
@LoadBalancingIp.setter
|
48548
|
+
def LoadBalancingIp(self, LoadBalancingIp):
|
48549
|
+
self._LoadBalancingIp = LoadBalancingIp
|
48550
|
+
|
48551
|
+
@property
|
48552
|
+
def LoadBalancerId(self):
|
48553
|
+
"""负载均衡id
|
48554
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
48555
|
+
:rtype: str
|
48556
|
+
"""
|
48557
|
+
return self._LoadBalancerId
|
48558
|
+
|
48559
|
+
@LoadBalancerId.setter
|
48560
|
+
def LoadBalancerId(self, LoadBalancerId):
|
48561
|
+
self._LoadBalancerId = LoadBalancerId
|
48562
|
+
|
46755
48563
|
|
46756
48564
|
def _deserialize(self, params):
|
46757
48565
|
self._AccessType = params.get("AccessType")
|
@@ -46767,6 +48575,19 @@ class ServiceSetting(AbstractModel):
|
|
46767
48575
|
self._AllowDeleteService = params.get("AllowDeleteService")
|
46768
48576
|
self._OpenSessionAffinity = params.get("OpenSessionAffinity")
|
46769
48577
|
self._SessionAffinityTimeoutSeconds = params.get("SessionAffinityTimeoutSeconds")
|
48578
|
+
self._ServiceName = params.get("ServiceName")
|
48579
|
+
self._ExternalTrafficStrategy = params.get("ExternalTrafficStrategy")
|
48580
|
+
self._ExternalTrafficPolicy = params.get("ExternalTrafficPolicy")
|
48581
|
+
self._LoadBalancerProvisioner = params.get("LoadBalancerProvisioner")
|
48582
|
+
self._LoadBalancingType = params.get("LoadBalancingType")
|
48583
|
+
self._ClusterIp = params.get("ClusterIp")
|
48584
|
+
self._DisableServiceInt = params.get("DisableServiceInt")
|
48585
|
+
self._OpenSessionAffinityInt = params.get("OpenSessionAffinityInt")
|
48586
|
+
self._HeadlessServiceInt = params.get("HeadlessServiceInt")
|
48587
|
+
self._Name = params.get("Name")
|
48588
|
+
self._VpcId = params.get("VpcId")
|
48589
|
+
self._LoadBalancingIp = params.get("LoadBalancingIp")
|
48590
|
+
self._LoadBalancerId = params.get("LoadBalancerId")
|
46770
48591
|
memeber_set = set(params.keys())
|
46771
48592
|
for name, value in vars(self).items():
|
46772
48593
|
property_name = name[1:]
|
@@ -47633,6 +49454,12 @@ class SimpleApplication(AbstractModel):
|
|
47633
49454
|
:param _ApplicationRuntimeType: ApplicationRuntimeType
|
47634
49455
|
注意:此字段可能返回 null,表示取不到有效值。
|
47635
49456
|
:type ApplicationRuntimeType: str
|
49457
|
+
:param _AmpInstanceId: Apm业务系统id
|
49458
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
49459
|
+
:type AmpInstanceId: str
|
49460
|
+
:param _ApmInstanceName: Apm业务系统Name
|
49461
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
49462
|
+
:type ApmInstanceName: str
|
47636
49463
|
"""
|
47637
49464
|
self._ApplicationId = None
|
47638
49465
|
self._ApplicationName = None
|
@@ -47645,6 +49472,8 @@ class SimpleApplication(AbstractModel):
|
|
47645
49472
|
self._UpdateTime = None
|
47646
49473
|
self._ApigatewayServiceId = None
|
47647
49474
|
self._ApplicationRuntimeType = None
|
49475
|
+
self._AmpInstanceId = None
|
49476
|
+
self._ApmInstanceName = None
|
47648
49477
|
|
47649
49478
|
@property
|
47650
49479
|
def ApplicationId(self):
|
@@ -47778,6 +49607,30 @@ class SimpleApplication(AbstractModel):
|
|
47778
49607
|
def ApplicationRuntimeType(self, ApplicationRuntimeType):
|
47779
49608
|
self._ApplicationRuntimeType = ApplicationRuntimeType
|
47780
49609
|
|
49610
|
+
@property
|
49611
|
+
def AmpInstanceId(self):
|
49612
|
+
"""Apm业务系统id
|
49613
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
49614
|
+
:rtype: str
|
49615
|
+
"""
|
49616
|
+
return self._AmpInstanceId
|
49617
|
+
|
49618
|
+
@AmpInstanceId.setter
|
49619
|
+
def AmpInstanceId(self, AmpInstanceId):
|
49620
|
+
self._AmpInstanceId = AmpInstanceId
|
49621
|
+
|
49622
|
+
@property
|
49623
|
+
def ApmInstanceName(self):
|
49624
|
+
"""Apm业务系统Name
|
49625
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
49626
|
+
:rtype: str
|
49627
|
+
"""
|
49628
|
+
return self._ApmInstanceName
|
49629
|
+
|
49630
|
+
@ApmInstanceName.setter
|
49631
|
+
def ApmInstanceName(self, ApmInstanceName):
|
49632
|
+
self._ApmInstanceName = ApmInstanceName
|
49633
|
+
|
47781
49634
|
|
47782
49635
|
def _deserialize(self, params):
|
47783
49636
|
self._ApplicationId = params.get("ApplicationId")
|
@@ -47791,6 +49644,8 @@ class SimpleApplication(AbstractModel):
|
|
47791
49644
|
self._UpdateTime = params.get("UpdateTime")
|
47792
49645
|
self._ApigatewayServiceId = params.get("ApigatewayServiceId")
|
47793
49646
|
self._ApplicationRuntimeType = params.get("ApplicationRuntimeType")
|
49647
|
+
self._AmpInstanceId = params.get("AmpInstanceId")
|
49648
|
+
self._ApmInstanceName = params.get("ApmInstanceName")
|
47794
49649
|
memeber_set = set(params.keys())
|
47795
49650
|
for name, value in vars(self).items():
|
47796
49651
|
property_name = name[1:]
|
@@ -48436,107 +50291,215 @@ false:停止失败
|
|
48436
50291
|
self._RequestId = params.get("RequestId")
|
48437
50292
|
|
48438
50293
|
|
48439
|
-
class StopGroupRequest(AbstractModel):
|
48440
|
-
"""StopGroup请求参数结构体
|
48441
|
-
|
48442
|
-
"""
|
48443
|
-
|
48444
|
-
def __init__(self):
|
48445
|
-
r"""
|
48446
|
-
:param _GroupId: 部署组ID
|
48447
|
-
:type GroupId: str
|
48448
|
-
"""
|
48449
|
-
self._GroupId = None
|
48450
|
-
|
48451
|
-
@property
|
48452
|
-
def GroupId(self):
|
48453
|
-
"""部署组ID
|
48454
|
-
:rtype: str
|
48455
|
-
"""
|
48456
|
-
return self._GroupId
|
48457
|
-
|
48458
|
-
@GroupId.setter
|
48459
|
-
def GroupId(self, GroupId):
|
48460
|
-
self._GroupId = GroupId
|
48461
|
-
|
48462
|
-
|
48463
|
-
def _deserialize(self, params):
|
48464
|
-
self._GroupId = params.get("GroupId")
|
48465
|
-
memeber_set = set(params.keys())
|
48466
|
-
for name, value in vars(self).items():
|
48467
|
-
property_name = name[1:]
|
48468
|
-
if property_name in memeber_set:
|
48469
|
-
memeber_set.remove(property_name)
|
48470
|
-
if len(memeber_set) > 0:
|
48471
|
-
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
48472
|
-
|
48473
|
-
|
48474
|
-
|
48475
|
-
class StopGroupResponse(AbstractModel):
|
48476
|
-
"""StopGroup返回参数结构体
|
50294
|
+
class StopGroupRequest(AbstractModel):
|
50295
|
+
"""StopGroup请求参数结构体
|
50296
|
+
|
50297
|
+
"""
|
50298
|
+
|
50299
|
+
def __init__(self):
|
50300
|
+
r"""
|
50301
|
+
:param _GroupId: 部署组ID
|
50302
|
+
:type GroupId: str
|
50303
|
+
"""
|
50304
|
+
self._GroupId = None
|
50305
|
+
|
50306
|
+
@property
|
50307
|
+
def GroupId(self):
|
50308
|
+
"""部署组ID
|
50309
|
+
:rtype: str
|
50310
|
+
"""
|
50311
|
+
return self._GroupId
|
50312
|
+
|
50313
|
+
@GroupId.setter
|
50314
|
+
def GroupId(self, GroupId):
|
50315
|
+
self._GroupId = GroupId
|
50316
|
+
|
50317
|
+
|
50318
|
+
def _deserialize(self, params):
|
50319
|
+
self._GroupId = params.get("GroupId")
|
50320
|
+
memeber_set = set(params.keys())
|
50321
|
+
for name, value in vars(self).items():
|
50322
|
+
property_name = name[1:]
|
50323
|
+
if property_name in memeber_set:
|
50324
|
+
memeber_set.remove(property_name)
|
50325
|
+
if len(memeber_set) > 0:
|
50326
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
50327
|
+
|
50328
|
+
|
50329
|
+
|
50330
|
+
class StopGroupResponse(AbstractModel):
|
50331
|
+
"""StopGroup返回参数结构体
|
50332
|
+
|
50333
|
+
"""
|
50334
|
+
|
50335
|
+
def __init__(self):
|
50336
|
+
r"""
|
50337
|
+
:param _Result: 任务ID
|
50338
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
50339
|
+
:type Result: :class:`tencentcloud.tsf.v20180326.models.TaskId`
|
50340
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
50341
|
+
:type RequestId: str
|
50342
|
+
"""
|
50343
|
+
self._Result = None
|
50344
|
+
self._RequestId = None
|
50345
|
+
|
50346
|
+
@property
|
50347
|
+
def Result(self):
|
50348
|
+
"""任务ID
|
50349
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
50350
|
+
:rtype: :class:`tencentcloud.tsf.v20180326.models.TaskId`
|
50351
|
+
"""
|
50352
|
+
return self._Result
|
50353
|
+
|
50354
|
+
@Result.setter
|
50355
|
+
def Result(self, Result):
|
50356
|
+
self._Result = Result
|
50357
|
+
|
50358
|
+
@property
|
50359
|
+
def RequestId(self):
|
50360
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
50361
|
+
:rtype: str
|
50362
|
+
"""
|
50363
|
+
return self._RequestId
|
50364
|
+
|
50365
|
+
@RequestId.setter
|
50366
|
+
def RequestId(self, RequestId):
|
50367
|
+
self._RequestId = RequestId
|
50368
|
+
|
50369
|
+
|
50370
|
+
def _deserialize(self, params):
|
50371
|
+
if params.get("Result") is not None:
|
50372
|
+
self._Result = TaskId()
|
50373
|
+
self._Result._deserialize(params.get("Result"))
|
50374
|
+
self._RequestId = params.get("RequestId")
|
50375
|
+
|
50376
|
+
|
50377
|
+
class StopTaskBatchRequest(AbstractModel):
|
50378
|
+
"""StopTaskBatch请求参数结构体
|
50379
|
+
|
50380
|
+
"""
|
50381
|
+
|
50382
|
+
def __init__(self):
|
50383
|
+
r"""
|
50384
|
+
:param _BatchId: 批次ID
|
50385
|
+
:type BatchId: str
|
50386
|
+
:param _TaskId: 参数ID
|
50387
|
+
:type TaskId: str
|
50388
|
+
"""
|
50389
|
+
self._BatchId = None
|
50390
|
+
self._TaskId = None
|
50391
|
+
|
50392
|
+
@property
|
50393
|
+
def BatchId(self):
|
50394
|
+
"""批次ID
|
50395
|
+
:rtype: str
|
50396
|
+
"""
|
50397
|
+
return self._BatchId
|
50398
|
+
|
50399
|
+
@BatchId.setter
|
50400
|
+
def BatchId(self, BatchId):
|
50401
|
+
self._BatchId = BatchId
|
50402
|
+
|
50403
|
+
@property
|
50404
|
+
def TaskId(self):
|
50405
|
+
"""参数ID
|
50406
|
+
:rtype: str
|
50407
|
+
"""
|
50408
|
+
return self._TaskId
|
50409
|
+
|
50410
|
+
@TaskId.setter
|
50411
|
+
def TaskId(self, TaskId):
|
50412
|
+
self._TaskId = TaskId
|
50413
|
+
|
50414
|
+
|
50415
|
+
def _deserialize(self, params):
|
50416
|
+
self._BatchId = params.get("BatchId")
|
50417
|
+
self._TaskId = params.get("TaskId")
|
50418
|
+
memeber_set = set(params.keys())
|
50419
|
+
for name, value in vars(self).items():
|
50420
|
+
property_name = name[1:]
|
50421
|
+
if property_name in memeber_set:
|
50422
|
+
memeber_set.remove(property_name)
|
50423
|
+
if len(memeber_set) > 0:
|
50424
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
50425
|
+
|
50426
|
+
|
50427
|
+
|
50428
|
+
class StopTaskBatchResponse(AbstractModel):
|
50429
|
+
"""StopTaskBatch返回参数结构体
|
50430
|
+
|
50431
|
+
"""
|
50432
|
+
|
50433
|
+
def __init__(self):
|
50434
|
+
r"""
|
50435
|
+
:param _Result: 操作成功 or 失败
|
50436
|
+
:type Result: bool
|
50437
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
50438
|
+
:type RequestId: str
|
50439
|
+
"""
|
50440
|
+
self._Result = None
|
50441
|
+
self._RequestId = None
|
50442
|
+
|
50443
|
+
@property
|
50444
|
+
def Result(self):
|
50445
|
+
"""操作成功 or 失败
|
50446
|
+
:rtype: bool
|
50447
|
+
"""
|
50448
|
+
return self._Result
|
50449
|
+
|
50450
|
+
@Result.setter
|
50451
|
+
def Result(self, Result):
|
50452
|
+
self._Result = Result
|
50453
|
+
|
50454
|
+
@property
|
50455
|
+
def RequestId(self):
|
50456
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
50457
|
+
:rtype: str
|
50458
|
+
"""
|
50459
|
+
return self._RequestId
|
50460
|
+
|
50461
|
+
@RequestId.setter
|
50462
|
+
def RequestId(self, RequestId):
|
50463
|
+
self._RequestId = RequestId
|
50464
|
+
|
50465
|
+
|
50466
|
+
def _deserialize(self, params):
|
50467
|
+
self._Result = params.get("Result")
|
50468
|
+
self._RequestId = params.get("RequestId")
|
50469
|
+
|
50470
|
+
|
50471
|
+
class StopTaskExecuteRequest(AbstractModel):
|
50472
|
+
"""StopTaskExecute请求参数结构体
|
48477
50473
|
|
48478
50474
|
"""
|
48479
50475
|
|
48480
50476
|
def __init__(self):
|
48481
50477
|
r"""
|
48482
|
-
:param
|
48483
|
-
|
48484
|
-
:
|
48485
|
-
:
|
48486
|
-
:
|
48487
|
-
|
48488
|
-
self._Result = None
|
48489
|
-
self._RequestId = None
|
48490
|
-
|
48491
|
-
@property
|
48492
|
-
def Result(self):
|
48493
|
-
"""任务ID
|
48494
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
48495
|
-
:rtype: :class:`tencentcloud.tsf.v20180326.models.TaskId`
|
50478
|
+
:param _ExecuteId: 任务执行ID
|
50479
|
+
:type ExecuteId: str
|
50480
|
+
:param _BatchId: 任务批次ID
|
50481
|
+
:type BatchId: str
|
50482
|
+
:param _TaskId: 任务ID
|
50483
|
+
:type TaskId: str
|
48496
50484
|
"""
|
48497
|
-
|
48498
|
-
|
48499
|
-
|
48500
|
-
def Result(self, Result):
|
48501
|
-
self._Result = Result
|
50485
|
+
self._ExecuteId = None
|
50486
|
+
self._BatchId = None
|
50487
|
+
self._TaskId = None
|
48502
50488
|
|
48503
50489
|
@property
|
48504
|
-
def
|
48505
|
-
"""
|
50490
|
+
def ExecuteId(self):
|
50491
|
+
"""任务执行ID
|
48506
50492
|
:rtype: str
|
48507
50493
|
"""
|
48508
|
-
return self.
|
48509
|
-
|
48510
|
-
@RequestId.setter
|
48511
|
-
def RequestId(self, RequestId):
|
48512
|
-
self._RequestId = RequestId
|
48513
|
-
|
48514
|
-
|
48515
|
-
def _deserialize(self, params):
|
48516
|
-
if params.get("Result") is not None:
|
48517
|
-
self._Result = TaskId()
|
48518
|
-
self._Result._deserialize(params.get("Result"))
|
48519
|
-
self._RequestId = params.get("RequestId")
|
48520
|
-
|
48521
|
-
|
48522
|
-
class StopTaskBatchRequest(AbstractModel):
|
48523
|
-
"""StopTaskBatch请求参数结构体
|
48524
|
-
|
48525
|
-
"""
|
50494
|
+
return self._ExecuteId
|
48526
50495
|
|
48527
|
-
|
48528
|
-
|
48529
|
-
|
48530
|
-
:type BatchId: str
|
48531
|
-
:param _TaskId: 参数ID
|
48532
|
-
:type TaskId: str
|
48533
|
-
"""
|
48534
|
-
self._BatchId = None
|
48535
|
-
self._TaskId = None
|
50496
|
+
@ExecuteId.setter
|
50497
|
+
def ExecuteId(self, ExecuteId):
|
50498
|
+
self._ExecuteId = ExecuteId
|
48536
50499
|
|
48537
50500
|
@property
|
48538
50501
|
def BatchId(self):
|
48539
|
-
"""
|
50502
|
+
"""任务批次ID
|
48540
50503
|
:rtype: str
|
48541
50504
|
"""
|
48542
50505
|
return self._BatchId
|
@@ -48547,7 +50510,7 @@ class StopTaskBatchRequest(AbstractModel):
|
|
48547
50510
|
|
48548
50511
|
@property
|
48549
50512
|
def TaskId(self):
|
48550
|
-
"""
|
50513
|
+
"""任务ID
|
48551
50514
|
:rtype: str
|
48552
50515
|
"""
|
48553
50516
|
return self._TaskId
|
@@ -48558,6 +50521,7 @@ class StopTaskBatchRequest(AbstractModel):
|
|
48558
50521
|
|
48559
50522
|
|
48560
50523
|
def _deserialize(self, params):
|
50524
|
+
self._ExecuteId = params.get("ExecuteId")
|
48561
50525
|
self._BatchId = params.get("BatchId")
|
48562
50526
|
self._TaskId = params.get("TaskId")
|
48563
50527
|
memeber_set = set(params.keys())
|
@@ -48570,8 +50534,8 @@ class StopTaskBatchRequest(AbstractModel):
|
|
48570
50534
|
|
48571
50535
|
|
48572
50536
|
|
48573
|
-
class
|
48574
|
-
"""
|
50537
|
+
class StopTaskExecuteResponse(AbstractModel):
|
50538
|
+
"""StopTaskExecute返回参数结构体
|
48575
50539
|
|
48576
50540
|
"""
|
48577
50541
|
|
@@ -48613,62 +50577,51 @@ class StopTaskBatchResponse(AbstractModel):
|
|
48613
50577
|
self._RequestId = params.get("RequestId")
|
48614
50578
|
|
48615
50579
|
|
48616
|
-
class
|
48617
|
-
"""
|
50580
|
+
class Tag(AbstractModel):
|
50581
|
+
"""标签
|
48618
50582
|
|
48619
50583
|
"""
|
48620
50584
|
|
48621
50585
|
def __init__(self):
|
48622
50586
|
r"""
|
48623
|
-
:param
|
48624
|
-
|
48625
|
-
:
|
48626
|
-
:
|
48627
|
-
|
48628
|
-
:type
|
48629
|
-
"""
|
48630
|
-
self._ExecuteId = None
|
48631
|
-
self._BatchId = None
|
48632
|
-
self._TaskId = None
|
48633
|
-
|
48634
|
-
@property
|
48635
|
-
def ExecuteId(self):
|
48636
|
-
"""任务执行ID
|
48637
|
-
:rtype: str
|
50587
|
+
:param _TagKey: 标签键
|
50588
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
50589
|
+
:type TagKey: str
|
50590
|
+
:param _TagValue: 标签值
|
50591
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
50592
|
+
:type TagValue: str
|
48638
50593
|
"""
|
48639
|
-
|
48640
|
-
|
48641
|
-
@ExecuteId.setter
|
48642
|
-
def ExecuteId(self, ExecuteId):
|
48643
|
-
self._ExecuteId = ExecuteId
|
50594
|
+
self._TagKey = None
|
50595
|
+
self._TagValue = None
|
48644
50596
|
|
48645
50597
|
@property
|
48646
|
-
def
|
48647
|
-
"""
|
50598
|
+
def TagKey(self):
|
50599
|
+
"""标签键
|
50600
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
48648
50601
|
:rtype: str
|
48649
50602
|
"""
|
48650
|
-
return self.
|
50603
|
+
return self._TagKey
|
48651
50604
|
|
48652
|
-
@
|
48653
|
-
def
|
48654
|
-
self.
|
50605
|
+
@TagKey.setter
|
50606
|
+
def TagKey(self, TagKey):
|
50607
|
+
self._TagKey = TagKey
|
48655
50608
|
|
48656
50609
|
@property
|
48657
|
-
def
|
48658
|
-
"""
|
50610
|
+
def TagValue(self):
|
50611
|
+
"""标签值
|
50612
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
48659
50613
|
:rtype: str
|
48660
50614
|
"""
|
48661
|
-
return self.
|
50615
|
+
return self._TagValue
|
48662
50616
|
|
48663
|
-
@
|
48664
|
-
def
|
48665
|
-
self.
|
50617
|
+
@TagValue.setter
|
50618
|
+
def TagValue(self, TagValue):
|
50619
|
+
self._TagValue = TagValue
|
48666
50620
|
|
48667
50621
|
|
48668
50622
|
def _deserialize(self, params):
|
48669
|
-
self.
|
48670
|
-
self.
|
48671
|
-
self._TaskId = params.get("TaskId")
|
50623
|
+
self._TagKey = params.get("TagKey")
|
50624
|
+
self._TagValue = params.get("TagValue")
|
48672
50625
|
memeber_set = set(params.keys())
|
48673
50626
|
for name, value in vars(self).items():
|
48674
50627
|
property_name = name[1:]
|
@@ -48679,49 +50632,6 @@ class StopTaskExecuteRequest(AbstractModel):
|
|
48679
50632
|
|
48680
50633
|
|
48681
50634
|
|
48682
|
-
class StopTaskExecuteResponse(AbstractModel):
|
48683
|
-
"""StopTaskExecute返回参数结构体
|
48684
|
-
|
48685
|
-
"""
|
48686
|
-
|
48687
|
-
def __init__(self):
|
48688
|
-
r"""
|
48689
|
-
:param _Result: 操作成功 or 失败
|
48690
|
-
:type Result: bool
|
48691
|
-
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
48692
|
-
:type RequestId: str
|
48693
|
-
"""
|
48694
|
-
self._Result = None
|
48695
|
-
self._RequestId = None
|
48696
|
-
|
48697
|
-
@property
|
48698
|
-
def Result(self):
|
48699
|
-
"""操作成功 or 失败
|
48700
|
-
:rtype: bool
|
48701
|
-
"""
|
48702
|
-
return self._Result
|
48703
|
-
|
48704
|
-
@Result.setter
|
48705
|
-
def Result(self, Result):
|
48706
|
-
self._Result = Result
|
48707
|
-
|
48708
|
-
@property
|
48709
|
-
def RequestId(self):
|
48710
|
-
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
48711
|
-
:rtype: str
|
48712
|
-
"""
|
48713
|
-
return self._RequestId
|
48714
|
-
|
48715
|
-
@RequestId.setter
|
48716
|
-
def RequestId(self, RequestId):
|
48717
|
-
self._RequestId = RequestId
|
48718
|
-
|
48719
|
-
|
48720
|
-
def _deserialize(self, params):
|
48721
|
-
self._Result = params.get("Result")
|
48722
|
-
self._RequestId = params.get("RequestId")
|
48723
|
-
|
48724
|
-
|
48725
50635
|
class TaskFlowEdge(AbstractModel):
|
48726
50636
|
"""工作流图中的边
|
48727
50637
|
|
@@ -49869,6 +51779,71 @@ class ThreadPicture(AbstractModel):
|
|
49869
51779
|
|
49870
51780
|
|
49871
51781
|
|
51782
|
+
class TrySchedule(AbstractModel):
|
51783
|
+
"""尽量调度
|
51784
|
+
|
51785
|
+
"""
|
51786
|
+
|
51787
|
+
def __init__(self):
|
51788
|
+
r"""
|
51789
|
+
:param _AffinityList: -
|
51790
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
51791
|
+
:type AffinityList: list of Affinity
|
51792
|
+
:param _AntiAffinityList: -
|
51793
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
51794
|
+
:type AntiAffinityList: list of Affinity
|
51795
|
+
"""
|
51796
|
+
self._AffinityList = None
|
51797
|
+
self._AntiAffinityList = None
|
51798
|
+
|
51799
|
+
@property
|
51800
|
+
def AffinityList(self):
|
51801
|
+
"""-
|
51802
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
51803
|
+
:rtype: list of Affinity
|
51804
|
+
"""
|
51805
|
+
return self._AffinityList
|
51806
|
+
|
51807
|
+
@AffinityList.setter
|
51808
|
+
def AffinityList(self, AffinityList):
|
51809
|
+
self._AffinityList = AffinityList
|
51810
|
+
|
51811
|
+
@property
|
51812
|
+
def AntiAffinityList(self):
|
51813
|
+
"""-
|
51814
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
51815
|
+
:rtype: list of Affinity
|
51816
|
+
"""
|
51817
|
+
return self._AntiAffinityList
|
51818
|
+
|
51819
|
+
@AntiAffinityList.setter
|
51820
|
+
def AntiAffinityList(self, AntiAffinityList):
|
51821
|
+
self._AntiAffinityList = AntiAffinityList
|
51822
|
+
|
51823
|
+
|
51824
|
+
def _deserialize(self, params):
|
51825
|
+
if params.get("AffinityList") is not None:
|
51826
|
+
self._AffinityList = []
|
51827
|
+
for item in params.get("AffinityList"):
|
51828
|
+
obj = Affinity()
|
51829
|
+
obj._deserialize(item)
|
51830
|
+
self._AffinityList.append(obj)
|
51831
|
+
if params.get("AntiAffinityList") is not None:
|
51832
|
+
self._AntiAffinityList = []
|
51833
|
+
for item in params.get("AntiAffinityList"):
|
51834
|
+
obj = Affinity()
|
51835
|
+
obj._deserialize(item)
|
51836
|
+
self._AntiAffinityList.append(obj)
|
51837
|
+
memeber_set = set(params.keys())
|
51838
|
+
for name, value in vars(self).items():
|
51839
|
+
property_name = name[1:]
|
51840
|
+
if property_name in memeber_set:
|
51841
|
+
memeber_set.remove(property_name)
|
51842
|
+
if len(memeber_set) > 0:
|
51843
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
51844
|
+
|
51845
|
+
|
51846
|
+
|
49872
51847
|
class TsfApiListResponse(AbstractModel):
|
49873
51848
|
"""TsfApiListResponse
|
49874
51849
|
|
@@ -50194,9 +52169,13 @@ class TsfPageApplication(AbstractModel):
|
|
50194
52169
|
:param _Content: 应用信息列表
|
50195
52170
|
注意:此字段可能返回 null,表示取不到有效值。
|
50196
52171
|
:type Content: list of ApplicationForPage
|
52172
|
+
:param _SpecTotalCount: 获取部署组实例列表返回的原始批次个数
|
52173
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
52174
|
+
:type SpecTotalCount: int
|
50197
52175
|
"""
|
50198
52176
|
self._TotalCount = None
|
50199
52177
|
self._Content = None
|
52178
|
+
self._SpecTotalCount = None
|
50200
52179
|
|
50201
52180
|
@property
|
50202
52181
|
def TotalCount(self):
|
@@ -50222,6 +52201,18 @@ class TsfPageApplication(AbstractModel):
|
|
50222
52201
|
def Content(self, Content):
|
50223
52202
|
self._Content = Content
|
50224
52203
|
|
52204
|
+
@property
|
52205
|
+
def SpecTotalCount(self):
|
52206
|
+
"""获取部署组实例列表返回的原始批次个数
|
52207
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
52208
|
+
:rtype: int
|
52209
|
+
"""
|
52210
|
+
return self._SpecTotalCount
|
52211
|
+
|
52212
|
+
@SpecTotalCount.setter
|
52213
|
+
def SpecTotalCount(self, SpecTotalCount):
|
52214
|
+
self._SpecTotalCount = SpecTotalCount
|
52215
|
+
|
50225
52216
|
|
50226
52217
|
def _deserialize(self, params):
|
50227
52218
|
self._TotalCount = params.get("TotalCount")
|
@@ -50231,6 +52222,7 @@ class TsfPageApplication(AbstractModel):
|
|
50231
52222
|
obj = ApplicationForPage()
|
50232
52223
|
obj._deserialize(item)
|
50233
52224
|
self._Content.append(obj)
|
52225
|
+
self._SpecTotalCount = params.get("SpecTotalCount")
|
50234
52226
|
memeber_set = set(params.keys())
|
50235
52227
|
for name, value in vars(self).items():
|
50236
52228
|
property_name = name[1:]
|
@@ -53598,9 +55590,17 @@ class ValueFrom(AbstractModel):
|
|
53598
55590
|
:param _ResourceFieldRef: k8s env 的 ResourceFieldRef
|
53599
55591
|
注意:此字段可能返回 null,表示取不到有效值。
|
53600
55592
|
:type ResourceFieldRef: :class:`tencentcloud.tsf.v20180326.models.ResourceFieldRef`
|
55593
|
+
:param _ConfigMapKeyRef: k8s env的configMapKeyRef
|
55594
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
55595
|
+
:type ConfigMapKeyRef: :class:`tencentcloud.tsf.v20180326.models.CommonRef`
|
55596
|
+
:param _SecretKeyRef: k8s env 的 secretKeyRef
|
55597
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
55598
|
+
:type SecretKeyRef: :class:`tencentcloud.tsf.v20180326.models.CommonRef`
|
53601
55599
|
"""
|
53602
55600
|
self._FieldRef = None
|
53603
55601
|
self._ResourceFieldRef = None
|
55602
|
+
self._ConfigMapKeyRef = None
|
55603
|
+
self._SecretKeyRef = None
|
53604
55604
|
|
53605
55605
|
@property
|
53606
55606
|
def FieldRef(self):
|
@@ -53626,6 +55626,30 @@ class ValueFrom(AbstractModel):
|
|
53626
55626
|
def ResourceFieldRef(self, ResourceFieldRef):
|
53627
55627
|
self._ResourceFieldRef = ResourceFieldRef
|
53628
55628
|
|
55629
|
+
@property
|
55630
|
+
def ConfigMapKeyRef(self):
|
55631
|
+
"""k8s env的configMapKeyRef
|
55632
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
55633
|
+
:rtype: :class:`tencentcloud.tsf.v20180326.models.CommonRef`
|
55634
|
+
"""
|
55635
|
+
return self._ConfigMapKeyRef
|
55636
|
+
|
55637
|
+
@ConfigMapKeyRef.setter
|
55638
|
+
def ConfigMapKeyRef(self, ConfigMapKeyRef):
|
55639
|
+
self._ConfigMapKeyRef = ConfigMapKeyRef
|
55640
|
+
|
55641
|
+
@property
|
55642
|
+
def SecretKeyRef(self):
|
55643
|
+
"""k8s env 的 secretKeyRef
|
55644
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
55645
|
+
:rtype: :class:`tencentcloud.tsf.v20180326.models.CommonRef`
|
55646
|
+
"""
|
55647
|
+
return self._SecretKeyRef
|
55648
|
+
|
55649
|
+
@SecretKeyRef.setter
|
55650
|
+
def SecretKeyRef(self, SecretKeyRef):
|
55651
|
+
self._SecretKeyRef = SecretKeyRef
|
55652
|
+
|
53629
55653
|
|
53630
55654
|
def _deserialize(self, params):
|
53631
55655
|
if params.get("FieldRef") is not None:
|
@@ -53634,6 +55658,12 @@ class ValueFrom(AbstractModel):
|
|
53634
55658
|
if params.get("ResourceFieldRef") is not None:
|
53635
55659
|
self._ResourceFieldRef = ResourceFieldRef()
|
53636
55660
|
self._ResourceFieldRef._deserialize(params.get("ResourceFieldRef"))
|
55661
|
+
if params.get("ConfigMapKeyRef") is not None:
|
55662
|
+
self._ConfigMapKeyRef = CommonRef()
|
55663
|
+
self._ConfigMapKeyRef._deserialize(params.get("ConfigMapKeyRef"))
|
55664
|
+
if params.get("SecretKeyRef") is not None:
|
55665
|
+
self._SecretKeyRef = CommonRef()
|
55666
|
+
self._SecretKeyRef._deserialize(params.get("SecretKeyRef"))
|
53637
55667
|
memeber_set = set(params.keys())
|
53638
55668
|
for name, value in vars(self).items():
|
53639
55669
|
property_name = name[1:]
|
@@ -54872,10 +56902,18 @@ class VolumeInfo(AbstractModel):
|
|
54872
56902
|
:type VolumeName: str
|
54873
56903
|
:param _VolumeConfig: 数据卷配置
|
54874
56904
|
:type VolumeConfig: str
|
56905
|
+
:param _ConfigMapOptions: -
|
56906
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
56907
|
+
:type ConfigMapOptions: list of ConfigMapOption
|
56908
|
+
:param _EmptyDirOption: -
|
56909
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
56910
|
+
:type EmptyDirOption: :class:`tencentcloud.tsf.v20180326.models.EmptyDirOption`
|
54875
56911
|
"""
|
54876
56912
|
self._VolumeType = None
|
54877
56913
|
self._VolumeName = None
|
54878
56914
|
self._VolumeConfig = None
|
56915
|
+
self._ConfigMapOptions = None
|
56916
|
+
self._EmptyDirOption = None
|
54879
56917
|
|
54880
56918
|
@property
|
54881
56919
|
def VolumeType(self):
|
@@ -54910,11 +56948,44 @@ class VolumeInfo(AbstractModel):
|
|
54910
56948
|
def VolumeConfig(self, VolumeConfig):
|
54911
56949
|
self._VolumeConfig = VolumeConfig
|
54912
56950
|
|
56951
|
+
@property
|
56952
|
+
def ConfigMapOptions(self):
|
56953
|
+
"""-
|
56954
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
56955
|
+
:rtype: list of ConfigMapOption
|
56956
|
+
"""
|
56957
|
+
return self._ConfigMapOptions
|
56958
|
+
|
56959
|
+
@ConfigMapOptions.setter
|
56960
|
+
def ConfigMapOptions(self, ConfigMapOptions):
|
56961
|
+
self._ConfigMapOptions = ConfigMapOptions
|
56962
|
+
|
56963
|
+
@property
|
56964
|
+
def EmptyDirOption(self):
|
56965
|
+
"""-
|
56966
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
56967
|
+
:rtype: :class:`tencentcloud.tsf.v20180326.models.EmptyDirOption`
|
56968
|
+
"""
|
56969
|
+
return self._EmptyDirOption
|
56970
|
+
|
56971
|
+
@EmptyDirOption.setter
|
56972
|
+
def EmptyDirOption(self, EmptyDirOption):
|
56973
|
+
self._EmptyDirOption = EmptyDirOption
|
56974
|
+
|
54913
56975
|
|
54914
56976
|
def _deserialize(self, params):
|
54915
56977
|
self._VolumeType = params.get("VolumeType")
|
54916
56978
|
self._VolumeName = params.get("VolumeName")
|
54917
56979
|
self._VolumeConfig = params.get("VolumeConfig")
|
56980
|
+
if params.get("ConfigMapOptions") is not None:
|
56981
|
+
self._ConfigMapOptions = []
|
56982
|
+
for item in params.get("ConfigMapOptions"):
|
56983
|
+
obj = ConfigMapOption()
|
56984
|
+
obj._deserialize(item)
|
56985
|
+
self._ConfigMapOptions.append(obj)
|
56986
|
+
if params.get("EmptyDirOption") is not None:
|
56987
|
+
self._EmptyDirOption = EmptyDirOption()
|
56988
|
+
self._EmptyDirOption._deserialize(params.get("EmptyDirOption"))
|
54918
56989
|
memeber_set = set(params.keys())
|
54919
56990
|
for name, value in vars(self).items():
|
54920
56991
|
property_name = name[1:]
|