tencentcloud-sdk-tsf 3.0.740 → 3.0.742
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 +84 -2
 - 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: 1a17a98663413ae80d8554c300a7bfa2e8d901e3
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: b280fe3af1a6fd464115010509af4e4032fc07c4
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 3f8f206875b0e221f38076e0f4cd3d3b1b0c2489aa2f930fedaa756116c2bba7ef6ea2edd1f8f73e6b6b822fdb804a75032b7ca283d294ab6f4037f2bd55720f
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 3a348d5d3ec4412b2ce45c6e1a63ee5e052dfec707030e97f120a752526ffc4fcaa82e86cb54e1821414f246e4cc2208c2cac9423ed53ae700071744a614aed0
         
     | 
    
        data/lib/VERSION
    CHANGED
    
    | 
         @@ -1 +1 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            3.0. 
     | 
| 
      
 1 
     | 
    
         
            +
            3.0.742
         
     | 
    
        data/lib/v20180326/models.rb
    CHANGED
    
    | 
         @@ -1203,10 +1203,16 @@ module TencentCloud 
     | 
|
| 
       1203 
1203 
     | 
    
         
             
                    # @param ConfigAssociatedGroups: 配置项关联部署组
         
     | 
| 
       1204 
1204 
     | 
    
         
             
                    # 注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       1205 
1205 
     | 
    
         
             
                    # @type ConfigAssociatedGroups: Array
         
     | 
| 
      
 1206 
     | 
    
         
            +
                    # @param ConfigAssociatedGroupList: 配置项关联部署组
         
     | 
| 
      
 1207 
     | 
    
         
            +
                    # 注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 1208 
     | 
    
         
            +
                    # @type ConfigAssociatedGroupList: Array
         
     | 
| 
       1206 
1209 
     | 
    
         | 
| 
       1207 
     | 
    
         
            -
                    attr_accessor :ConfigId, :ConfigName, :ConfigPath, :ConfigDesc, :ConfigTags, :ConfigPipeline, :ConfigCreateTime, :ConfigUpdateTime, :ConfigSchema, :ConfigAssociatedGroups
         
     | 
| 
      
 1210 
     | 
    
         
            +
                    attr_accessor :ConfigId, :ConfigName, :ConfigPath, :ConfigDesc, :ConfigTags, :ConfigPipeline, :ConfigCreateTime, :ConfigUpdateTime, :ConfigSchema, :ConfigAssociatedGroups, :ConfigAssociatedGroupList
         
     | 
| 
      
 1211 
     | 
    
         
            +
                    extend Gem::Deprecate
         
     | 
| 
      
 1212 
     | 
    
         
            +
                    deprecate :ConfigAssociatedGroups, :none, 2024, 1
         
     | 
| 
      
 1213 
     | 
    
         
            +
                    deprecate :ConfigAssociatedGroups=, :none, 2024, 1
         
     | 
| 
       1208 
1214 
     | 
    
         | 
| 
       1209 
     | 
    
         
            -
                    def initialize(configid=nil, configname=nil, configpath=nil, configdesc=nil, configtags=nil, configpipeline=nil, configcreatetime=nil, configupdatetime=nil, configschema=nil, configassociatedgroups=nil)
         
     | 
| 
      
 1215 
     | 
    
         
            +
                    def initialize(configid=nil, configname=nil, configpath=nil, configdesc=nil, configtags=nil, configpipeline=nil, configcreatetime=nil, configupdatetime=nil, configschema=nil, configassociatedgroups=nil, configassociatedgrouplist=nil)
         
     | 
| 
       1210 
1216 
     | 
    
         
             
                      @ConfigId = configid
         
     | 
| 
       1211 
1217 
     | 
    
         
             
                      @ConfigName = configname
         
     | 
| 
       1212 
1218 
     | 
    
         
             
                      @ConfigPath = configpath
         
     | 
| 
         @@ -1217,6 +1223,7 @@ module TencentCloud 
     | 
|
| 
       1217 
1223 
     | 
    
         
             
                      @ConfigUpdateTime = configupdatetime
         
     | 
| 
       1218 
1224 
     | 
    
         
             
                      @ConfigSchema = configschema
         
     | 
| 
       1219 
1225 
     | 
    
         
             
                      @ConfigAssociatedGroups = configassociatedgroups
         
     | 
| 
      
 1226 
     | 
    
         
            +
                      @ConfigAssociatedGroupList = configassociatedgrouplist
         
     | 
| 
       1220 
1227 
     | 
    
         
             
                    end
         
     | 
| 
       1221 
1228 
     | 
    
         | 
| 
       1222 
1229 
     | 
    
         
             
                    def deserialize(params)
         
     | 
| 
         @@ -1240,6 +1247,81 @@ module TencentCloud 
     | 
|
| 
       1240 
1247 
     | 
    
         
             
                          @ConfigAssociatedGroups << busineslogconfigassociatedgroup_tmp
         
     | 
| 
       1241 
1248 
     | 
    
         
             
                        end
         
     | 
| 
       1242 
1249 
     | 
    
         
             
                      end
         
     | 
| 
      
 1250 
     | 
    
         
            +
                      unless params['ConfigAssociatedGroupList'].nil?
         
     | 
| 
      
 1251 
     | 
    
         
            +
                        @ConfigAssociatedGroupList = []
         
     | 
| 
      
 1252 
     | 
    
         
            +
                        params['ConfigAssociatedGroupList'].each do |i|
         
     | 
| 
      
 1253 
     | 
    
         
            +
                          businesslogconfigassociatedgroup_tmp = BusinessLogConfigAssociatedGroup.new
         
     | 
| 
      
 1254 
     | 
    
         
            +
                          businesslogconfigassociatedgroup_tmp.deserialize(i)
         
     | 
| 
      
 1255 
     | 
    
         
            +
                          @ConfigAssociatedGroupList << businesslogconfigassociatedgroup_tmp
         
     | 
| 
      
 1256 
     | 
    
         
            +
                        end
         
     | 
| 
      
 1257 
     | 
    
         
            +
                      end
         
     | 
| 
      
 1258 
     | 
    
         
            +
                    end
         
     | 
| 
      
 1259 
     | 
    
         
            +
                  end
         
     | 
| 
      
 1260 
     | 
    
         
            +
             
     | 
| 
      
 1261 
     | 
    
         
            +
                  # 业务日志配置关联部署组信息
         
     | 
| 
      
 1262 
     | 
    
         
            +
                  class BusinessLogConfigAssociatedGroup < TencentCloud::Common::AbstractModel
         
     | 
| 
      
 1263 
     | 
    
         
            +
                    # @param GroupId: 部署组ID
         
     | 
| 
      
 1264 
     | 
    
         
            +
                    # 注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 1265 
     | 
    
         
            +
                    # @type GroupId: String
         
     | 
| 
      
 1266 
     | 
    
         
            +
                    # @param GroupName: 部署组名称
         
     | 
| 
      
 1267 
     | 
    
         
            +
                    # 注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 1268 
     | 
    
         
            +
                    # @type GroupName: String
         
     | 
| 
      
 1269 
     | 
    
         
            +
                    # @param ApplicationId: 部署组所属应用ID
         
     | 
| 
      
 1270 
     | 
    
         
            +
                    # 注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 1271 
     | 
    
         
            +
                    # @type ApplicationId: String
         
     | 
| 
      
 1272 
     | 
    
         
            +
                    # @param ApplicationName: 部署组所属应用名称
         
     | 
| 
      
 1273 
     | 
    
         
            +
                    # 注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 1274 
     | 
    
         
            +
                    # @type ApplicationName: String
         
     | 
| 
      
 1275 
     | 
    
         
            +
                    # @param ApplicationType: 部署组所属应用类型
         
     | 
| 
      
 1276 
     | 
    
         
            +
                    # 注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 1277 
     | 
    
         
            +
                    # @type ApplicationType: String
         
     | 
| 
      
 1278 
     | 
    
         
            +
                    # @param NamespaceId: 部署组所属命名空间ID
         
     | 
| 
      
 1279 
     | 
    
         
            +
                    # 注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 1280 
     | 
    
         
            +
                    # @type NamespaceId: String
         
     | 
| 
      
 1281 
     | 
    
         
            +
                    # @param NamespaceName: 部署组所属命名空间名称
         
     | 
| 
      
 1282 
     | 
    
         
            +
                    # 注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 1283 
     | 
    
         
            +
                    # @type NamespaceName: String
         
     | 
| 
      
 1284 
     | 
    
         
            +
                    # @param ClusterId: 部署组所属集群ID
         
     | 
| 
      
 1285 
     | 
    
         
            +
                    # 注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 1286 
     | 
    
         
            +
                    # @type ClusterId: String
         
     | 
| 
      
 1287 
     | 
    
         
            +
                    # @param ClusterName: 部署组所属集群名称
         
     | 
| 
      
 1288 
     | 
    
         
            +
                    # 注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 1289 
     | 
    
         
            +
                    # @type ClusterName: String
         
     | 
| 
      
 1290 
     | 
    
         
            +
                    # @param ClusterType: 部署组所属集群类型
         
     | 
| 
      
 1291 
     | 
    
         
            +
                    # 注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 1292 
     | 
    
         
            +
                    # @type ClusterType: String
         
     | 
| 
      
 1293 
     | 
    
         
            +
                    # @param AssociatedTime: 部署组关联日志配置时间
         
     | 
| 
      
 1294 
     | 
    
         
            +
                    # 注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 1295 
     | 
    
         
            +
                    # @type AssociatedTime: String
         
     | 
| 
      
 1296 
     | 
    
         
            +
             
     | 
| 
      
 1297 
     | 
    
         
            +
                    attr_accessor :GroupId, :GroupName, :ApplicationId, :ApplicationName, :ApplicationType, :NamespaceId, :NamespaceName, :ClusterId, :ClusterName, :ClusterType, :AssociatedTime
         
     | 
| 
      
 1298 
     | 
    
         
            +
             
     | 
| 
      
 1299 
     | 
    
         
            +
                    def initialize(groupid=nil, groupname=nil, applicationid=nil, applicationname=nil, applicationtype=nil, namespaceid=nil, namespacename=nil, clusterid=nil, clustername=nil, clustertype=nil, associatedtime=nil)
         
     | 
| 
      
 1300 
     | 
    
         
            +
                      @GroupId = groupid
         
     | 
| 
      
 1301 
     | 
    
         
            +
                      @GroupName = groupname
         
     | 
| 
      
 1302 
     | 
    
         
            +
                      @ApplicationId = applicationid
         
     | 
| 
      
 1303 
     | 
    
         
            +
                      @ApplicationName = applicationname
         
     | 
| 
      
 1304 
     | 
    
         
            +
                      @ApplicationType = applicationtype
         
     | 
| 
      
 1305 
     | 
    
         
            +
                      @NamespaceId = namespaceid
         
     | 
| 
      
 1306 
     | 
    
         
            +
                      @NamespaceName = namespacename
         
     | 
| 
      
 1307 
     | 
    
         
            +
                      @ClusterId = clusterid
         
     | 
| 
      
 1308 
     | 
    
         
            +
                      @ClusterName = clustername
         
     | 
| 
      
 1309 
     | 
    
         
            +
                      @ClusterType = clustertype
         
     | 
| 
      
 1310 
     | 
    
         
            +
                      @AssociatedTime = associatedtime
         
     | 
| 
      
 1311 
     | 
    
         
            +
                    end
         
     | 
| 
      
 1312 
     | 
    
         
            +
             
     | 
| 
      
 1313 
     | 
    
         
            +
                    def deserialize(params)
         
     | 
| 
      
 1314 
     | 
    
         
            +
                      @GroupId = params['GroupId']
         
     | 
| 
      
 1315 
     | 
    
         
            +
                      @GroupName = params['GroupName']
         
     | 
| 
      
 1316 
     | 
    
         
            +
                      @ApplicationId = params['ApplicationId']
         
     | 
| 
      
 1317 
     | 
    
         
            +
                      @ApplicationName = params['ApplicationName']
         
     | 
| 
      
 1318 
     | 
    
         
            +
                      @ApplicationType = params['ApplicationType']
         
     | 
| 
      
 1319 
     | 
    
         
            +
                      @NamespaceId = params['NamespaceId']
         
     | 
| 
      
 1320 
     | 
    
         
            +
                      @NamespaceName = params['NamespaceName']
         
     | 
| 
      
 1321 
     | 
    
         
            +
                      @ClusterId = params['ClusterId']
         
     | 
| 
      
 1322 
     | 
    
         
            +
                      @ClusterName = params['ClusterName']
         
     | 
| 
      
 1323 
     | 
    
         
            +
                      @ClusterType = params['ClusterType']
         
     | 
| 
      
 1324 
     | 
    
         
            +
                      @AssociatedTime = params['AssociatedTime']
         
     | 
| 
       1243 
1325 
     | 
    
         
             
                    end
         
     | 
| 
       1244 
1326 
     | 
    
         
             
                  end
         
     | 
| 
       1245 
1327 
     | 
    
         | 
    
        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: 3.0. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 3.0.742
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Tencent Cloud
         
     | 
| 
       8 
8 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       9 
9 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       10 
10 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       11 
     | 
    
         
            -
            date: 2024-01- 
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2024-01-04 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies:
         
     | 
| 
       13 
13 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       14 
14 
     | 
    
         
             
              name: tencentcloud-sdk-common
         
     |