tencentcloud-sdk-tsf 1.0.200 → 1.0.201
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180326/models.rb +142 -38
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d576353ee8966ddac45b59e228aec89f2c0de9b4
|
4
|
+
data.tar.gz: 44c7c0682e2462a5a56569f1f1bc07e64e169481
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fe8c5804d5c5358d13a203cec67a18f8223a6c7b0ae0aec1a5b0576a349f6ca581f89be624c37ee3aeed51ba9b690d0a22ed94d0786e782f12717169e3288849
|
7
|
+
data.tar.gz: 4511b78ba94dfbfc5a82ed20a77adbead3662af0adab93393fad5db7ed1df30fa7878d847bb3a5ddbde922a79d193e0bb358b492784ece8a5c5fd2e4b2dd9ba0
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.201
|
data/lib/v20180326/models.rb
CHANGED
@@ -2109,10 +2109,12 @@ module TencentCloud
|
|
2109
2109
|
# @type ServiceConfigList: Array
|
2110
2110
|
# @param IgnoreCreateImageRepository: 忽略创建镜像仓库
|
2111
2111
|
# @type IgnoreCreateImageRepository: Boolean
|
2112
|
+
# @param ProgramIdList: 无
|
2113
|
+
# @type ProgramIdList: Array
|
2112
2114
|
|
2113
|
-
attr_accessor :ApplicationName, :ApplicationType, :MicroserviceType, :ApplicationDesc, :ApplicationLogConfig, :ApplicationResourceType, :ApplicationRuntimeType, :ProgramId, :ServiceConfigList, :IgnoreCreateImageRepository
|
2115
|
+
attr_accessor :ApplicationName, :ApplicationType, :MicroserviceType, :ApplicationDesc, :ApplicationLogConfig, :ApplicationResourceType, :ApplicationRuntimeType, :ProgramId, :ServiceConfigList, :IgnoreCreateImageRepository, :ProgramIdList
|
2114
2116
|
|
2115
|
-
def initialize(applicationname=nil, applicationtype=nil, microservicetype=nil, applicationdesc=nil, applicationlogconfig=nil, applicationresourcetype=nil, applicationruntimetype=nil, programid=nil, serviceconfiglist=nil, ignorecreateimagerepository=nil)
|
2117
|
+
def initialize(applicationname=nil, applicationtype=nil, microservicetype=nil, applicationdesc=nil, applicationlogconfig=nil, applicationresourcetype=nil, applicationruntimetype=nil, programid=nil, serviceconfiglist=nil, ignorecreateimagerepository=nil, programidlist=nil)
|
2116
2118
|
@ApplicationName = applicationname
|
2117
2119
|
@ApplicationType = applicationtype
|
2118
2120
|
@MicroserviceType = microservicetype
|
@@ -2123,6 +2125,7 @@ module TencentCloud
|
|
2123
2125
|
@ProgramId = programid
|
2124
2126
|
@ServiceConfigList = serviceconfiglist
|
2125
2127
|
@IgnoreCreateImageRepository = ignorecreateimagerepository
|
2128
|
+
@ProgramIdList = programidlist
|
2126
2129
|
end
|
2127
2130
|
|
2128
2131
|
def deserialize(params)
|
@@ -2143,6 +2146,7 @@ module TencentCloud
|
|
2143
2146
|
end
|
2144
2147
|
end
|
2145
2148
|
@IgnoreCreateImageRepository = params['IgnoreCreateImageRepository']
|
2149
|
+
@ProgramIdList = params['ProgramIdList']
|
2146
2150
|
end
|
2147
2151
|
end
|
2148
2152
|
|
@@ -2193,10 +2197,18 @@ module TencentCloud
|
|
2193
2197
|
# @type MaxClusterServiceNum: Integer
|
2194
2198
|
# @param ProgramId: 需要绑定的数据集ID
|
2195
2199
|
# @type ProgramId: String
|
2196
|
-
|
2197
|
-
|
2198
|
-
|
2199
|
-
|
2200
|
+
# @param KuberneteApiServer: api地址
|
2201
|
+
# @type KuberneteApiServer: String
|
2202
|
+
# @param KuberneteNativeType: K : kubeconfig, S : service account
|
2203
|
+
# @type KuberneteNativeType: String
|
2204
|
+
# @param KuberneteNativeSecret: native secret
|
2205
|
+
# @type KuberneteNativeSecret: String
|
2206
|
+
# @param ProgramIdList: 无
|
2207
|
+
# @type ProgramIdList: Array
|
2208
|
+
|
2209
|
+
attr_accessor :ClusterName, :ClusterType, :VpcId, :ClusterCIDR, :ClusterDesc, :TsfRegionId, :TsfZoneId, :SubnetId, :ClusterVersion, :MaxNodePodNum, :MaxClusterServiceNum, :ProgramId, :KuberneteApiServer, :KuberneteNativeType, :KuberneteNativeSecret, :ProgramIdList
|
2210
|
+
|
2211
|
+
def initialize(clustername=nil, clustertype=nil, vpcid=nil, clustercidr=nil, clusterdesc=nil, tsfregionid=nil, tsfzoneid=nil, subnetid=nil, clusterversion=nil, maxnodepodnum=nil, maxclusterservicenum=nil, programid=nil, kuberneteapiserver=nil, kubernetenativetype=nil, kubernetenativesecret=nil, programidlist=nil)
|
2200
2212
|
@ClusterName = clustername
|
2201
2213
|
@ClusterType = clustertype
|
2202
2214
|
@VpcId = vpcid
|
@@ -2209,6 +2221,10 @@ module TencentCloud
|
|
2209
2221
|
@MaxNodePodNum = maxnodepodnum
|
2210
2222
|
@MaxClusterServiceNum = maxclusterservicenum
|
2211
2223
|
@ProgramId = programid
|
2224
|
+
@KuberneteApiServer = kuberneteapiserver
|
2225
|
+
@KuberneteNativeType = kubernetenativetype
|
2226
|
+
@KuberneteNativeSecret = kubernetenativesecret
|
2227
|
+
@ProgramIdList = programidlist
|
2212
2228
|
end
|
2213
2229
|
|
2214
2230
|
def deserialize(params)
|
@@ -2224,6 +2240,10 @@ module TencentCloud
|
|
2224
2240
|
@MaxNodePodNum = params['MaxNodePodNum']
|
2225
2241
|
@MaxClusterServiceNum = params['MaxClusterServiceNum']
|
2226
2242
|
@ProgramId = params['ProgramId']
|
2243
|
+
@KuberneteApiServer = params['KuberneteApiServer']
|
2244
|
+
@KuberneteNativeType = params['KuberneteNativeType']
|
2245
|
+
@KuberneteNativeSecret = params['KuberneteNativeSecret']
|
2246
|
+
@ProgramIdList = params['ProgramIdList']
|
2227
2247
|
end
|
2228
2248
|
end
|
2229
2249
|
|
@@ -2263,10 +2283,12 @@ module TencentCloud
|
|
2263
2283
|
# @type ConfigType: String
|
2264
2284
|
# @param EncodeWithBase64: Base64编码的配置项
|
2265
2285
|
# @type EncodeWithBase64: Boolean
|
2286
|
+
# @param ProgramIdList: 无
|
2287
|
+
# @type ProgramIdList: Array
|
2266
2288
|
|
2267
|
-
attr_accessor :ConfigName, :ConfigVersion, :ConfigValue, :ApplicationId, :ConfigVersionDesc, :ConfigType, :EncodeWithBase64
|
2289
|
+
attr_accessor :ConfigName, :ConfigVersion, :ConfigValue, :ApplicationId, :ConfigVersionDesc, :ConfigType, :EncodeWithBase64, :ProgramIdList
|
2268
2290
|
|
2269
|
-
def initialize(configname=nil, configversion=nil, configvalue=nil, applicationid=nil, configversiondesc=nil, configtype=nil, encodewithbase64=nil)
|
2291
|
+
def initialize(configname=nil, configversion=nil, configvalue=nil, applicationid=nil, configversiondesc=nil, configtype=nil, encodewithbase64=nil, programidlist=nil)
|
2270
2292
|
@ConfigName = configname
|
2271
2293
|
@ConfigVersion = configversion
|
2272
2294
|
@ConfigValue = configvalue
|
@@ -2274,6 +2296,7 @@ module TencentCloud
|
|
2274
2296
|
@ConfigVersionDesc = configversiondesc
|
2275
2297
|
@ConfigType = configtype
|
2276
2298
|
@EncodeWithBase64 = encodewithbase64
|
2299
|
+
@ProgramIdList = programidlist
|
2277
2300
|
end
|
2278
2301
|
|
2279
2302
|
def deserialize(params)
|
@@ -2284,6 +2307,7 @@ module TencentCloud
|
|
2284
2307
|
@ConfigVersionDesc = params['ConfigVersionDesc']
|
2285
2308
|
@ConfigType = params['ConfigType']
|
2286
2309
|
@EncodeWithBase64 = params['EncodeWithBase64']
|
2310
|
+
@ProgramIdList = params['ProgramIdList']
|
2287
2311
|
end
|
2288
2312
|
end
|
2289
2313
|
|
@@ -2465,10 +2489,12 @@ module TencentCloud
|
|
2465
2489
|
# @type ConfigPostCmd: String
|
2466
2490
|
# @param EncodeWithBase64: Base64编码的配置项
|
2467
2491
|
# @type EncodeWithBase64: Boolean
|
2492
|
+
# @param ProgramIdList: 无
|
2493
|
+
# @type ProgramIdList: Array
|
2468
2494
|
|
2469
|
-
attr_accessor :ConfigName, :ConfigVersion, :ConfigFileName, :ConfigFileValue, :ApplicationId, :ConfigFilePath, :ConfigVersionDesc, :ConfigFileCode, :ConfigPostCmd, :EncodeWithBase64
|
2495
|
+
attr_accessor :ConfigName, :ConfigVersion, :ConfigFileName, :ConfigFileValue, :ApplicationId, :ConfigFilePath, :ConfigVersionDesc, :ConfigFileCode, :ConfigPostCmd, :EncodeWithBase64, :ProgramIdList
|
2470
2496
|
|
2471
|
-
def initialize(configname=nil, configversion=nil, configfilename=nil, configfilevalue=nil, applicationid=nil, configfilepath=nil, configversiondesc=nil, configfilecode=nil, configpostcmd=nil, encodewithbase64=nil)
|
2497
|
+
def initialize(configname=nil, configversion=nil, configfilename=nil, configfilevalue=nil, applicationid=nil, configfilepath=nil, configversiondesc=nil, configfilecode=nil, configpostcmd=nil, encodewithbase64=nil, programidlist=nil)
|
2472
2498
|
@ConfigName = configname
|
2473
2499
|
@ConfigVersion = configversion
|
2474
2500
|
@ConfigFileName = configfilename
|
@@ -2479,6 +2505,7 @@ module TencentCloud
|
|
2479
2505
|
@ConfigFileCode = configfilecode
|
2480
2506
|
@ConfigPostCmd = configpostcmd
|
2481
2507
|
@EncodeWithBase64 = encodewithbase64
|
2508
|
+
@ProgramIdList = programidlist
|
2482
2509
|
end
|
2483
2510
|
|
2484
2511
|
def deserialize(params)
|
@@ -2492,6 +2519,7 @@ module TencentCloud
|
|
2492
2519
|
@ConfigFileCode = params['ConfigFileCode']
|
2493
2520
|
@ConfigPostCmd = params['ConfigPostCmd']
|
2494
2521
|
@EncodeWithBase64 = params['EncodeWithBase64']
|
2522
|
+
@ProgramIdList = params['ProgramIdList']
|
2495
2523
|
end
|
2496
2524
|
end
|
2497
2525
|
|
@@ -2522,12 +2550,15 @@ module TencentCloud
|
|
2522
2550
|
# @type GroupId: String
|
2523
2551
|
# @param ApiList: Api信息
|
2524
2552
|
# @type ApiList: Array
|
2553
|
+
# @param ProgramIdList: 无
|
2554
|
+
# @type ProgramIdList: Array
|
2525
2555
|
|
2526
|
-
attr_accessor :GroupId, :ApiList
|
2556
|
+
attr_accessor :GroupId, :ApiList, :ProgramIdList
|
2527
2557
|
|
2528
|
-
def initialize(groupid=nil, apilist=nil)
|
2558
|
+
def initialize(groupid=nil, apilist=nil, programidlist=nil)
|
2529
2559
|
@GroupId = groupid
|
2530
2560
|
@ApiList = apilist
|
2561
|
+
@ProgramIdList = programidlist
|
2531
2562
|
end
|
2532
2563
|
|
2533
2564
|
def deserialize(params)
|
@@ -2540,6 +2571,7 @@ module TencentCloud
|
|
2540
2571
|
@ApiList << apiinfo_tmp
|
2541
2572
|
end
|
2542
2573
|
end
|
2574
|
+
@ProgramIdList = params['ProgramIdList']
|
2543
2575
|
end
|
2544
2576
|
end
|
2545
2577
|
|
@@ -2632,13 +2664,16 @@ module TencentCloud
|
|
2632
2664
|
# @type Remark: String
|
2633
2665
|
# @param LaneGroupList: 泳道部署组信息
|
2634
2666
|
# @type LaneGroupList: Array
|
2667
|
+
# @param ProgramIdList: 无
|
2668
|
+
# @type ProgramIdList: Array
|
2635
2669
|
|
2636
|
-
attr_accessor :LaneName, :Remark, :LaneGroupList
|
2670
|
+
attr_accessor :LaneName, :Remark, :LaneGroupList, :ProgramIdList
|
2637
2671
|
|
2638
|
-
def initialize(lanename=nil, remark=nil, lanegrouplist=nil)
|
2672
|
+
def initialize(lanename=nil, remark=nil, lanegrouplist=nil, programidlist=nil)
|
2639
2673
|
@LaneName = lanename
|
2640
2674
|
@Remark = remark
|
2641
2675
|
@LaneGroupList = lanegrouplist
|
2676
|
+
@ProgramIdList = programidlist
|
2642
2677
|
end
|
2643
2678
|
|
2644
2679
|
def deserialize(params)
|
@@ -2652,6 +2687,7 @@ module TencentCloud
|
|
2652
2687
|
@LaneGroupList << lanegroup_tmp
|
2653
2688
|
end
|
2654
2689
|
end
|
2690
|
+
@ProgramIdList = params['ProgramIdList']
|
2655
2691
|
end
|
2656
2692
|
end
|
2657
2693
|
|
@@ -2688,15 +2724,18 @@ module TencentCloud
|
|
2688
2724
|
# @type RuleTagRelationship: String
|
2689
2725
|
# @param LaneId: 泳道Id
|
2690
2726
|
# @type LaneId: String
|
2727
|
+
# @param ProgramIdList: 无
|
2728
|
+
# @type ProgramIdList: Array
|
2691
2729
|
|
2692
|
-
attr_accessor :RuleName, :Remark, :RuleTagList, :RuleTagRelationship, :LaneId
|
2730
|
+
attr_accessor :RuleName, :Remark, :RuleTagList, :RuleTagRelationship, :LaneId, :ProgramIdList
|
2693
2731
|
|
2694
|
-
def initialize(rulename=nil, remark=nil, ruletaglist=nil, ruletagrelationship=nil, laneid=nil)
|
2732
|
+
def initialize(rulename=nil, remark=nil, ruletaglist=nil, ruletagrelationship=nil, laneid=nil, programidlist=nil)
|
2695
2733
|
@RuleName = rulename
|
2696
2734
|
@Remark = remark
|
2697
2735
|
@RuleTagList = ruletaglist
|
2698
2736
|
@RuleTagRelationship = ruletagrelationship
|
2699
2737
|
@LaneId = laneid
|
2738
|
+
@ProgramIdList = programidlist
|
2700
2739
|
end
|
2701
2740
|
|
2702
2741
|
def deserialize(params)
|
@@ -2712,6 +2751,7 @@ module TencentCloud
|
|
2712
2751
|
end
|
2713
2752
|
@RuleTagRelationship = params['RuleTagRelationship']
|
2714
2753
|
@LaneId = params['LaneId']
|
2754
|
+
@ProgramIdList = params['ProgramIdList']
|
2715
2755
|
end
|
2716
2756
|
end
|
2717
2757
|
|
@@ -2800,10 +2840,12 @@ module TencentCloud
|
|
2800
2840
|
# @type IsHaEnable: String
|
2801
2841
|
# @param ProgramId: 需要绑定的数据集ID
|
2802
2842
|
# @type ProgramId: String
|
2843
|
+
# @param ProgramIdList: 无
|
2844
|
+
# @type ProgramIdList: Array
|
2803
2845
|
|
2804
|
-
attr_accessor :NamespaceName, :ClusterId, :NamespaceDesc, :NamespaceResourceType, :NamespaceType, :NamespaceId, :IsHaEnable, :ProgramId
|
2846
|
+
attr_accessor :NamespaceName, :ClusterId, :NamespaceDesc, :NamespaceResourceType, :NamespaceType, :NamespaceId, :IsHaEnable, :ProgramId, :ProgramIdList
|
2805
2847
|
|
2806
|
-
def initialize(namespacename=nil, clusterid=nil, namespacedesc=nil, namespaceresourcetype=nil, namespacetype=nil, namespaceid=nil, ishaenable=nil, programid=nil)
|
2848
|
+
def initialize(namespacename=nil, clusterid=nil, namespacedesc=nil, namespaceresourcetype=nil, namespacetype=nil, namespaceid=nil, ishaenable=nil, programid=nil, programidlist=nil)
|
2807
2849
|
@NamespaceName = namespacename
|
2808
2850
|
@ClusterId = clusterid
|
2809
2851
|
@NamespaceDesc = namespacedesc
|
@@ -2812,6 +2854,7 @@ module TencentCloud
|
|
2812
2854
|
@NamespaceId = namespaceid
|
2813
2855
|
@IsHaEnable = ishaenable
|
2814
2856
|
@ProgramId = programid
|
2857
|
+
@ProgramIdList = programidlist
|
2815
2858
|
end
|
2816
2859
|
|
2817
2860
|
def deserialize(params)
|
@@ -2823,6 +2866,7 @@ module TencentCloud
|
|
2823
2866
|
@NamespaceId = params['NamespaceId']
|
2824
2867
|
@IsHaEnable = params['IsHaEnable']
|
2825
2868
|
@ProgramId = params['ProgramId']
|
2869
|
+
@ProgramIdList = params['ProgramIdList']
|
2826
2870
|
end
|
2827
2871
|
end
|
2828
2872
|
|
@@ -2900,16 +2944,19 @@ module TencentCloud
|
|
2900
2944
|
# @type ConfigType: String
|
2901
2945
|
# @param EncodeWithBase64: Base64编码的配置项
|
2902
2946
|
# @type EncodeWithBase64: Boolean
|
2947
|
+
# @param ProgramIdList: 无
|
2948
|
+
# @type ProgramIdList: Array
|
2903
2949
|
|
2904
|
-
attr_accessor :ConfigName, :ConfigVersion, :ConfigValue, :ConfigVersionDesc, :ConfigType, :EncodeWithBase64
|
2950
|
+
attr_accessor :ConfigName, :ConfigVersion, :ConfigValue, :ConfigVersionDesc, :ConfigType, :EncodeWithBase64, :ProgramIdList
|
2905
2951
|
|
2906
|
-
def initialize(configname=nil, configversion=nil, configvalue=nil, configversiondesc=nil, configtype=nil, encodewithbase64=nil)
|
2952
|
+
def initialize(configname=nil, configversion=nil, configvalue=nil, configversiondesc=nil, configtype=nil, encodewithbase64=nil, programidlist=nil)
|
2907
2953
|
@ConfigName = configname
|
2908
2954
|
@ConfigVersion = configversion
|
2909
2955
|
@ConfigValue = configvalue
|
2910
2956
|
@ConfigVersionDesc = configversiondesc
|
2911
2957
|
@ConfigType = configtype
|
2912
2958
|
@EncodeWithBase64 = encodewithbase64
|
2959
|
+
@ProgramIdList = programidlist
|
2913
2960
|
end
|
2914
2961
|
|
2915
2962
|
def deserialize(params)
|
@@ -2919,6 +2966,7 @@ module TencentCloud
|
|
2919
2966
|
@ConfigVersionDesc = params['ConfigVersionDesc']
|
2920
2967
|
@ConfigType = params['ConfigType']
|
2921
2968
|
@EncodeWithBase64 = params['EncodeWithBase64']
|
2969
|
+
@ProgramIdList = params['ProgramIdList']
|
2922
2970
|
end
|
2923
2971
|
end
|
2924
2972
|
|
@@ -5053,16 +5101,25 @@ module TencentCloud
|
|
5053
5101
|
# @type OrderBy: String
|
5054
5102
|
# @param OrderType: 升序传 0,降序传 1
|
5055
5103
|
# @type OrderType: Integer
|
5104
|
+
# @param ConfigTagList: 无
|
5105
|
+
# @type ConfigTagList: Array
|
5106
|
+
# @param DisableProgramAuthCheck: 无
|
5107
|
+
# @type DisableProgramAuthCheck: Boolean
|
5108
|
+
# @param ConfigIdList: 无
|
5109
|
+
# @type ConfigIdList: Array
|
5056
5110
|
|
5057
|
-
attr_accessor :ApplicationId, :SearchWord, :Offset, :Limit, :OrderBy, :OrderType
|
5111
|
+
attr_accessor :ApplicationId, :SearchWord, :Offset, :Limit, :OrderBy, :OrderType, :ConfigTagList, :DisableProgramAuthCheck, :ConfigIdList
|
5058
5112
|
|
5059
|
-
def initialize(applicationid=nil, searchword=nil, offset=nil, limit=nil, orderby=nil, ordertype=nil)
|
5113
|
+
def initialize(applicationid=nil, searchword=nil, offset=nil, limit=nil, orderby=nil, ordertype=nil, configtaglist=nil, disableprogramauthcheck=nil, configidlist=nil)
|
5060
5114
|
@ApplicationId = applicationid
|
5061
5115
|
@SearchWord = searchword
|
5062
5116
|
@Offset = offset
|
5063
5117
|
@Limit = limit
|
5064
5118
|
@OrderBy = orderby
|
5065
5119
|
@OrderType = ordertype
|
5120
|
+
@ConfigTagList = configtaglist
|
5121
|
+
@DisableProgramAuthCheck = disableprogramauthcheck
|
5122
|
+
@ConfigIdList = configidlist
|
5066
5123
|
end
|
5067
5124
|
|
5068
5125
|
def deserialize(params)
|
@@ -5072,6 +5129,9 @@ module TencentCloud
|
|
5072
5129
|
@Limit = params['Limit']
|
5073
5130
|
@OrderBy = params['OrderBy']
|
5074
5131
|
@OrderType = params['OrderType']
|
5132
|
+
@ConfigTagList = params['ConfigTagList']
|
5133
|
+
@DisableProgramAuthCheck = params['DisableProgramAuthCheck']
|
5134
|
+
@ConfigIdList = params['ConfigIdList']
|
5075
5135
|
end
|
5076
5136
|
end
|
5077
5137
|
|
@@ -6014,10 +6074,12 @@ module TencentCloud
|
|
6014
6074
|
# @type GroupResourceTypeList: Array
|
6015
6075
|
# @param Status: 部署组状态过滤字段
|
6016
6076
|
# @type Status: String
|
6077
|
+
# @param GroupIdList: 无
|
6078
|
+
# @type GroupIdList: Array
|
6017
6079
|
|
6018
|
-
attr_accessor :SearchWord, :ApplicationId, :OrderBy, :OrderType, :Offset, :Limit, :NamespaceId, :ClusterId, :GroupResourceTypeList, :Status
|
6080
|
+
attr_accessor :SearchWord, :ApplicationId, :OrderBy, :OrderType, :Offset, :Limit, :NamespaceId, :ClusterId, :GroupResourceTypeList, :Status, :GroupIdList
|
6019
6081
|
|
6020
|
-
def initialize(searchword=nil, applicationid=nil, orderby=nil, ordertype=nil, offset=nil, limit=nil, namespaceid=nil, clusterid=nil, groupresourcetypelist=nil, status=nil)
|
6082
|
+
def initialize(searchword=nil, applicationid=nil, orderby=nil, ordertype=nil, offset=nil, limit=nil, namespaceid=nil, clusterid=nil, groupresourcetypelist=nil, status=nil, groupidlist=nil)
|
6021
6083
|
@SearchWord = searchword
|
6022
6084
|
@ApplicationId = applicationid
|
6023
6085
|
@OrderBy = orderby
|
@@ -6028,6 +6090,7 @@ module TencentCloud
|
|
6028
6090
|
@ClusterId = clusterid
|
6029
6091
|
@GroupResourceTypeList = groupresourcetypelist
|
6030
6092
|
@Status = status
|
6093
|
+
@GroupIdList = groupidlist
|
6031
6094
|
end
|
6032
6095
|
|
6033
6096
|
def deserialize(params)
|
@@ -6041,6 +6104,7 @@ module TencentCloud
|
|
6041
6104
|
@ClusterId = params['ClusterId']
|
6042
6105
|
@GroupResourceTypeList = params['GroupResourceTypeList']
|
6043
6106
|
@Status = params['Status']
|
6107
|
+
@GroupIdList = params['GroupIdList']
|
6044
6108
|
end
|
6045
6109
|
end
|
6046
6110
|
|
@@ -6265,14 +6329,17 @@ module TencentCloud
|
|
6265
6329
|
# @type SearchWord: String
|
6266
6330
|
# @param RuleId: 泳道规则ID(用于精确搜索)
|
6267
6331
|
# @type RuleId: String
|
6332
|
+
# @param RuleIdList: 无
|
6333
|
+
# @type RuleIdList: Array
|
6268
6334
|
|
6269
|
-
attr_accessor :Limit, :Offset, :SearchWord, :RuleId
|
6335
|
+
attr_accessor :Limit, :Offset, :SearchWord, :RuleId, :RuleIdList
|
6270
6336
|
|
6271
|
-
def initialize(limit=nil, offset=nil, searchword=nil, ruleid=nil)
|
6337
|
+
def initialize(limit=nil, offset=nil, searchword=nil, ruleid=nil, ruleidlist=nil)
|
6272
6338
|
@Limit = limit
|
6273
6339
|
@Offset = offset
|
6274
6340
|
@SearchWord = searchword
|
6275
6341
|
@RuleId = ruleid
|
6342
|
+
@RuleIdList = ruleidlist
|
6276
6343
|
end
|
6277
6344
|
|
6278
6345
|
def deserialize(params)
|
@@ -6280,6 +6347,7 @@ module TencentCloud
|
|
6280
6347
|
@Offset = params['Offset']
|
6281
6348
|
@SearchWord = params['SearchWord']
|
6282
6349
|
@RuleId = params['RuleId']
|
6350
|
+
@RuleIdList = params['RuleIdList']
|
6283
6351
|
end
|
6284
6352
|
end
|
6285
6353
|
|
@@ -6315,19 +6383,27 @@ module TencentCloud
|
|
6315
6383
|
# @type Offset: Integer
|
6316
6384
|
# @param SearchWord: 搜索关键字
|
6317
6385
|
# @type SearchWord: String
|
6386
|
+
# @param LaneIdList: 无
|
6387
|
+
# @type LaneIdList: Array
|
6388
|
+
# @param DisableProgramAuthCheck: 无
|
6389
|
+
# @type DisableProgramAuthCheck: Boolean
|
6318
6390
|
|
6319
|
-
attr_accessor :Limit, :Offset, :SearchWord
|
6391
|
+
attr_accessor :Limit, :Offset, :SearchWord, :LaneIdList, :DisableProgramAuthCheck
|
6320
6392
|
|
6321
|
-
def initialize(limit=nil, offset=nil, searchword=nil)
|
6393
|
+
def initialize(limit=nil, offset=nil, searchword=nil, laneidlist=nil, disableprogramauthcheck=nil)
|
6322
6394
|
@Limit = limit
|
6323
6395
|
@Offset = offset
|
6324
6396
|
@SearchWord = searchword
|
6397
|
+
@LaneIdList = laneidlist
|
6398
|
+
@DisableProgramAuthCheck = disableprogramauthcheck
|
6325
6399
|
end
|
6326
6400
|
|
6327
6401
|
def deserialize(params)
|
6328
6402
|
@Limit = params['Limit']
|
6329
6403
|
@Offset = params['Offset']
|
6330
6404
|
@SearchWord = params['SearchWord']
|
6405
|
+
@LaneIdList = params['LaneIdList']
|
6406
|
+
@DisableProgramAuthCheck = params['DisableProgramAuthCheck']
|
6331
6407
|
end
|
6332
6408
|
end
|
6333
6409
|
|
@@ -6953,15 +7029,24 @@ module TencentCloud
|
|
6953
7029
|
# @type OrderBy: String
|
6954
7030
|
# @param OrderType: 升序传 0,降序传 1
|
6955
7031
|
# @type OrderType: Integer
|
7032
|
+
# @param ConfigTagList: 无
|
7033
|
+
# @type ConfigTagList: Array
|
7034
|
+
# @param DisableProgramAuthCheck: 无
|
7035
|
+
# @type DisableProgramAuthCheck: Boolean
|
7036
|
+
# @param ConfigIdList: 无
|
7037
|
+
# @type ConfigIdList: Array
|
6956
7038
|
|
6957
|
-
attr_accessor :SearchWord, :Offset, :Limit, :OrderBy, :OrderType
|
7039
|
+
attr_accessor :SearchWord, :Offset, :Limit, :OrderBy, :OrderType, :ConfigTagList, :DisableProgramAuthCheck, :ConfigIdList
|
6958
7040
|
|
6959
|
-
def initialize(searchword=nil, offset=nil, limit=nil, orderby=nil, ordertype=nil)
|
7041
|
+
def initialize(searchword=nil, offset=nil, limit=nil, orderby=nil, ordertype=nil, configtaglist=nil, disableprogramauthcheck=nil, configidlist=nil)
|
6960
7042
|
@SearchWord = searchword
|
6961
7043
|
@Offset = offset
|
6962
7044
|
@Limit = limit
|
6963
7045
|
@OrderBy = orderby
|
6964
7046
|
@OrderType = ordertype
|
7047
|
+
@ConfigTagList = configtaglist
|
7048
|
+
@DisableProgramAuthCheck = disableprogramauthcheck
|
7049
|
+
@ConfigIdList = configidlist
|
6965
7050
|
end
|
6966
7051
|
|
6967
7052
|
def deserialize(params)
|
@@ -6970,6 +7055,9 @@ module TencentCloud
|
|
6970
7055
|
@Limit = params['Limit']
|
6971
7056
|
@OrderBy = params['OrderBy']
|
6972
7057
|
@OrderType = params['OrderType']
|
7058
|
+
@ConfigTagList = params['ConfigTagList']
|
7059
|
+
@DisableProgramAuthCheck = params['DisableProgramAuthCheck']
|
7060
|
+
@ConfigIdList = params['ConfigIdList']
|
6973
7061
|
end
|
6974
7062
|
end
|
6975
7063
|
|
@@ -7243,10 +7331,12 @@ module TencentCloud
|
|
7243
7331
|
# @type NamespaceId: String
|
7244
7332
|
# @param ClusterId: 分组所属集群ID
|
7245
7333
|
# @type ClusterId: String
|
7334
|
+
# @param GroupIdList: 无
|
7335
|
+
# @type GroupIdList: Array
|
7246
7336
|
|
7247
|
-
attr_accessor :SearchWord, :ApplicationId, :OrderBy, :OrderType, :Offset, :Limit, :NamespaceId, :ClusterId
|
7337
|
+
attr_accessor :SearchWord, :ApplicationId, :OrderBy, :OrderType, :Offset, :Limit, :NamespaceId, :ClusterId, :GroupIdList
|
7248
7338
|
|
7249
|
-
def initialize(searchword=nil, applicationid=nil, orderby=nil, ordertype=nil, offset=nil, limit=nil, namespaceid=nil, clusterid=nil)
|
7339
|
+
def initialize(searchword=nil, applicationid=nil, orderby=nil, ordertype=nil, offset=nil, limit=nil, namespaceid=nil, clusterid=nil, groupidlist=nil)
|
7250
7340
|
@SearchWord = searchword
|
7251
7341
|
@ApplicationId = applicationid
|
7252
7342
|
@OrderBy = orderby
|
@@ -7255,6 +7345,7 @@ module TencentCloud
|
|
7255
7345
|
@Limit = limit
|
7256
7346
|
@NamespaceId = namespaceid
|
7257
7347
|
@ClusterId = clusterid
|
7348
|
+
@GroupIdList = groupidlist
|
7258
7349
|
end
|
7259
7350
|
|
7260
7351
|
def deserialize(params)
|
@@ -7266,6 +7357,7 @@ module TencentCloud
|
|
7266
7357
|
@Limit = params['Limit']
|
7267
7358
|
@NamespaceId = params['NamespaceId']
|
7268
7359
|
@ClusterId = params['ClusterId']
|
7360
|
+
@GroupIdList = params['GroupIdList']
|
7269
7361
|
end
|
7270
7362
|
end
|
7271
7363
|
|
@@ -7309,10 +7401,12 @@ module TencentCloud
|
|
7309
7401
|
# @type ApplicationResourceTypeList: Array
|
7310
7402
|
# @param SearchWord: 通过id和name进行关键词过滤
|
7311
7403
|
# @type SearchWord: String
|
7404
|
+
# @param DisableProgramAuthCheck: 无
|
7405
|
+
# @type DisableProgramAuthCheck: Boolean
|
7312
7406
|
|
7313
|
-
attr_accessor :ApplicationIdList, :ApplicationType, :Limit, :Offset, :MicroserviceType, :ApplicationResourceTypeList, :SearchWord
|
7407
|
+
attr_accessor :ApplicationIdList, :ApplicationType, :Limit, :Offset, :MicroserviceType, :ApplicationResourceTypeList, :SearchWord, :DisableProgramAuthCheck
|
7314
7408
|
|
7315
|
-
def initialize(applicationidlist=nil, applicationtype=nil, limit=nil, offset=nil, microservicetype=nil, applicationresourcetypelist=nil, searchword=nil)
|
7409
|
+
def initialize(applicationidlist=nil, applicationtype=nil, limit=nil, offset=nil, microservicetype=nil, applicationresourcetypelist=nil, searchword=nil, disableprogramauthcheck=nil)
|
7316
7410
|
@ApplicationIdList = applicationidlist
|
7317
7411
|
@ApplicationType = applicationtype
|
7318
7412
|
@Limit = limit
|
@@ -7320,6 +7414,7 @@ module TencentCloud
|
|
7320
7414
|
@MicroserviceType = microservicetype
|
7321
7415
|
@ApplicationResourceTypeList = applicationresourcetypelist
|
7322
7416
|
@SearchWord = searchword
|
7417
|
+
@DisableProgramAuthCheck = disableprogramauthcheck
|
7323
7418
|
end
|
7324
7419
|
|
7325
7420
|
def deserialize(params)
|
@@ -7330,6 +7425,7 @@ module TencentCloud
|
|
7330
7425
|
@MicroserviceType = params['MicroserviceType']
|
7331
7426
|
@ApplicationResourceTypeList = params['ApplicationResourceTypeList']
|
7332
7427
|
@SearchWord = params['SearchWord']
|
7428
|
+
@DisableProgramAuthCheck = params['DisableProgramAuthCheck']
|
7333
7429
|
end
|
7334
7430
|
end
|
7335
7431
|
|
@@ -7369,15 +7465,18 @@ module TencentCloud
|
|
7369
7465
|
# @type Limit: Integer
|
7370
7466
|
# @param SearchWord: 对id和name进行关键词过滤
|
7371
7467
|
# @type SearchWord: String
|
7468
|
+
# @param DisableProgramAuthCheck: 无
|
7469
|
+
# @type DisableProgramAuthCheck: Boolean
|
7372
7470
|
|
7373
|
-
attr_accessor :ClusterIdList, :ClusterType, :Offset, :Limit, :SearchWord
|
7471
|
+
attr_accessor :ClusterIdList, :ClusterType, :Offset, :Limit, :SearchWord, :DisableProgramAuthCheck
|
7374
7472
|
|
7375
|
-
def initialize(clusteridlist=nil, clustertype=nil, offset=nil, limit=nil, searchword=nil)
|
7473
|
+
def initialize(clusteridlist=nil, clustertype=nil, offset=nil, limit=nil, searchword=nil, disableprogramauthcheck=nil)
|
7376
7474
|
@ClusterIdList = clusteridlist
|
7377
7475
|
@ClusterType = clustertype
|
7378
7476
|
@Offset = offset
|
7379
7477
|
@Limit = limit
|
7380
7478
|
@SearchWord = searchword
|
7479
|
+
@DisableProgramAuthCheck = disableprogramauthcheck
|
7381
7480
|
end
|
7382
7481
|
|
7383
7482
|
def deserialize(params)
|
@@ -7386,6 +7485,7 @@ module TencentCloud
|
|
7386
7485
|
@Offset = params['Offset']
|
7387
7486
|
@Limit = params['Limit']
|
7388
7487
|
@SearchWord = params['SearchWord']
|
7488
|
+
@DisableProgramAuthCheck = params['DisableProgramAuthCheck']
|
7389
7489
|
end
|
7390
7490
|
end
|
7391
7491
|
|
@@ -7507,10 +7607,12 @@ module TencentCloud
|
|
7507
7607
|
# @type NamespaceName: String
|
7508
7608
|
# @param IsDefault: 通过是否是默认命名空间过滤,不传表示拉取全部命名空间。0:默认,命名空间。1:非默认命名空间
|
7509
7609
|
# @type IsDefault: String
|
7610
|
+
# @param DisableProgramAuthCheck: 无
|
7611
|
+
# @type DisableProgramAuthCheck: Boolean
|
7510
7612
|
|
7511
|
-
attr_accessor :NamespaceIdList, :ClusterId, :Limit, :Offset, :NamespaceId, :NamespaceResourceTypeList, :SearchWord, :NamespaceTypeList, :NamespaceName, :IsDefault
|
7613
|
+
attr_accessor :NamespaceIdList, :ClusterId, :Limit, :Offset, :NamespaceId, :NamespaceResourceTypeList, :SearchWord, :NamespaceTypeList, :NamespaceName, :IsDefault, :DisableProgramAuthCheck
|
7512
7614
|
|
7513
|
-
def initialize(namespaceidlist=nil, clusterid=nil, limit=nil, offset=nil, namespaceid=nil, namespaceresourcetypelist=nil, searchword=nil, namespacetypelist=nil, namespacename=nil, isdefault=nil)
|
7615
|
+
def initialize(namespaceidlist=nil, clusterid=nil, limit=nil, offset=nil, namespaceid=nil, namespaceresourcetypelist=nil, searchword=nil, namespacetypelist=nil, namespacename=nil, isdefault=nil, disableprogramauthcheck=nil)
|
7514
7616
|
@NamespaceIdList = namespaceidlist
|
7515
7617
|
@ClusterId = clusterid
|
7516
7618
|
@Limit = limit
|
@@ -7521,6 +7623,7 @@ module TencentCloud
|
|
7521
7623
|
@NamespaceTypeList = namespacetypelist
|
7522
7624
|
@NamespaceName = namespacename
|
7523
7625
|
@IsDefault = isdefault
|
7626
|
+
@DisableProgramAuthCheck = disableprogramauthcheck
|
7524
7627
|
end
|
7525
7628
|
|
7526
7629
|
def deserialize(params)
|
@@ -7534,6 +7637,7 @@ module TencentCloud
|
|
7534
7637
|
@NamespaceTypeList = params['NamespaceTypeList']
|
7535
7638
|
@NamespaceName = params['NamespaceName']
|
7536
7639
|
@IsDefault = params['IsDefault']
|
7640
|
+
@DisableProgramAuthCheck = params['DisableProgramAuthCheck']
|
7537
7641
|
end
|
7538
7642
|
end
|
7539
7643
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tsf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.201
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-11-
|
11
|
+
date: 2021-11-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|