tencentcloud-sdk-cdwdoris 3.0.841 → 3.0.843
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/v20211228/models.rb +16 -6
- 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: 0aeb71dbbca930c25fa3351f6146d15e602a7e4d
         | 
| 4 | 
            +
              data.tar.gz: 0adb73dbcde09e001ff162c28755109575ba7eb1
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 53eae92d135365424feaf117a2304c377fec5ee0ac3ab1e486715d79fff395e4353e18f34cd7341999bd150062c128480178a2a0b0a588fb7903abfdd98b3464
         | 
| 7 | 
            +
              data.tar.gz: e271f07a81a3167c3cc763ce98577e1770e723feb0d310c63f4e6b549c3c398b2b7931bc052cf03bbd90256d86af8b4f882b49f9b8b84ece9f8f98ce5e17e1cd
         | 
    
        data/lib/VERSION
    CHANGED
    
    | @@ -1 +1 @@ | |
| 1 | 
            -
            3.0. | 
| 1 | 
            +
            3.0.843
         | 
    
        data/lib/v20211228/models.rb
    CHANGED
    
    | @@ -101,8 +101,8 @@ module TencentCloud | |
| 101 101 |  | 
| 102 102 | 
             
                    attr_accessor :FileName, :FileConf, :KeyConf, :OriParam, :NeedRestart, :FilePath, :FileKeyValues, :FileKeyValuesNew
         | 
| 103 103 | 
             
                    extend Gem::Deprecate
         | 
| 104 | 
            -
                    deprecate :FileKeyValues, :none, 2024,  | 
| 105 | 
            -
                    deprecate :FileKeyValues=, :none, 2024,  | 
| 104 | 
            +
                    deprecate :FileKeyValues, :none, 2024, 6
         | 
| 105 | 
            +
                    deprecate :FileKeyValues=, :none, 2024, 6
         | 
| 106 106 |  | 
| 107 107 | 
             
                    def initialize(filename=nil, fileconf=nil, keyconf=nil, oriparam=nil, needrestart=nil, filepath=nil, filekeyvalues=nil, filekeyvaluesnew=nil)
         | 
| 108 108 | 
             
                      @FileName = filename
         | 
| @@ -1313,13 +1313,19 @@ module TencentCloud | |
| 1313 1313 | 
             
                    # @param UserNetworkInfos: 用户可用区和子网信息
         | 
| 1314 1314 | 
             
                    # 注意:此字段可能返回 null,表示取不到有效值。
         | 
| 1315 1315 | 
             
                    # @type UserNetworkInfos: String
         | 
| 1316 | 
            +
                    # @param EnableCoolDown: 是否启用冷热分层。0:未开启 1:已开启
         | 
| 1317 | 
            +
                    # 注意:此字段可能返回 null,表示取不到有效值。
         | 
| 1318 | 
            +
                    # @type EnableCoolDown: Integer
         | 
| 1319 | 
            +
                    # @param CoolDownBucket: 冷热分层使用COS桶
         | 
| 1320 | 
            +
                    # 注意:此字段可能返回 null,表示取不到有效值。
         | 
| 1321 | 
            +
                    # @type CoolDownBucket: String
         | 
| 1316 1322 |  | 
| 1317 | 
            -
                    attr_accessor :InstanceId, :InstanceName, :Status, :Version, :Region, :Zone, :VpcId, :SubnetId, :PayMode, :CreateTime, :ExpireTime, :MasterSummary, :CoreSummary, :HA, :HaType, :AccessInfo, :Id, :RegionId, :ZoneDesc, :FlowMsg, :StatusDesc, :RenewFlag, :Tags, :Monitor, :HasClsTopic, :ClsTopicId, :ClsLogSetId, :EnableXMLConfig, :RegionDesc, :Eip, :CosMoveFactor, :Kind, :CosBucketName, :CanAttachCbs, :BuildVersion, :Components, :IfExistCatalog, :Characteristic, :RestartTimeout, :GraceShutdownWaitSeconds, :CaseSensitive, :IsWhiteSGs, :BindSGs, :EnableMultiZones, :UserNetworkInfos
         | 
| 1323 | 
            +
                    attr_accessor :InstanceId, :InstanceName, :Status, :Version, :Region, :Zone, :VpcId, :SubnetId, :PayMode, :CreateTime, :ExpireTime, :MasterSummary, :CoreSummary, :HA, :HaType, :AccessInfo, :Id, :RegionId, :ZoneDesc, :FlowMsg, :StatusDesc, :RenewFlag, :Tags, :Monitor, :HasClsTopic, :ClsTopicId, :ClsLogSetId, :EnableXMLConfig, :RegionDesc, :Eip, :CosMoveFactor, :Kind, :CosBucketName, :CanAttachCbs, :BuildVersion, :Components, :IfExistCatalog, :Characteristic, :RestartTimeout, :GraceShutdownWaitSeconds, :CaseSensitive, :IsWhiteSGs, :BindSGs, :EnableMultiZones, :UserNetworkInfos, :EnableCoolDown, :CoolDownBucket
         | 
| 1318 1324 | 
             
                    extend Gem::Deprecate
         | 
| 1319 | 
            -
                    deprecate :IfExistCatalog, :none, 2024,  | 
| 1320 | 
            -
                    deprecate :IfExistCatalog=, :none, 2024,  | 
| 1325 | 
            +
                    deprecate :IfExistCatalog, :none, 2024, 6
         | 
| 1326 | 
            +
                    deprecate :IfExistCatalog=, :none, 2024, 6
         | 
| 1321 1327 |  | 
| 1322 | 
            -
                    def initialize(instanceid=nil, instancename=nil, status=nil, version=nil, region=nil, zone=nil, vpcid=nil, subnetid=nil, paymode=nil, createtime=nil, expiretime=nil, mastersummary=nil, coresummary=nil, ha=nil, hatype=nil, accessinfo=nil, id=nil, regionid=nil, zonedesc=nil, flowmsg=nil, statusdesc=nil, renewflag=nil, tags=nil, monitor=nil, hasclstopic=nil, clstopicid=nil, clslogsetid=nil, enablexmlconfig=nil, regiondesc=nil, eip=nil, cosmovefactor=nil, kind=nil, cosbucketname=nil, canattachcbs=nil, buildversion=nil, components=nil, ifexistcatalog=nil, characteristic=nil, restarttimeout=nil, graceshutdownwaitseconds=nil, casesensitive=nil, iswhitesgs=nil, bindsgs=nil, enablemultizones=nil, usernetworkinfos=nil)
         | 
| 1328 | 
            +
                    def initialize(instanceid=nil, instancename=nil, status=nil, version=nil, region=nil, zone=nil, vpcid=nil, subnetid=nil, paymode=nil, createtime=nil, expiretime=nil, mastersummary=nil, coresummary=nil, ha=nil, hatype=nil, accessinfo=nil, id=nil, regionid=nil, zonedesc=nil, flowmsg=nil, statusdesc=nil, renewflag=nil, tags=nil, monitor=nil, hasclstopic=nil, clstopicid=nil, clslogsetid=nil, enablexmlconfig=nil, regiondesc=nil, eip=nil, cosmovefactor=nil, kind=nil, cosbucketname=nil, canattachcbs=nil, buildversion=nil, components=nil, ifexistcatalog=nil, characteristic=nil, restarttimeout=nil, graceshutdownwaitseconds=nil, casesensitive=nil, iswhitesgs=nil, bindsgs=nil, enablemultizones=nil, usernetworkinfos=nil, enablecooldown=nil, cooldownbucket=nil)
         | 
| 1323 1329 | 
             
                      @InstanceId = instanceid
         | 
| 1324 1330 | 
             
                      @InstanceName = instancename
         | 
| 1325 1331 | 
             
                      @Status = status
         | 
| @@ -1365,6 +1371,8 @@ module TencentCloud | |
| 1365 1371 | 
             
                      @BindSGs = bindsgs
         | 
| 1366 1372 | 
             
                      @EnableMultiZones = enablemultizones
         | 
| 1367 1373 | 
             
                      @UserNetworkInfos = usernetworkinfos
         | 
| 1374 | 
            +
                      @EnableCoolDown = enablecooldown
         | 
| 1375 | 
            +
                      @CoolDownBucket = cooldownbucket
         | 
| 1368 1376 | 
             
                    end
         | 
| 1369 1377 |  | 
| 1370 1378 | 
             
                    def deserialize(params)
         | 
| @@ -1426,6 +1434,8 @@ module TencentCloud | |
| 1426 1434 | 
             
                      @BindSGs = params['BindSGs']
         | 
| 1427 1435 | 
             
                      @EnableMultiZones = params['EnableMultiZones']
         | 
| 1428 1436 | 
             
                      @UserNetworkInfos = params['UserNetworkInfos']
         | 
| 1437 | 
            +
                      @EnableCoolDown = params['EnableCoolDown']
         | 
| 1438 | 
            +
                      @CoolDownBucket = params['CoolDownBucket']
         | 
| 1429 1439 | 
             
                    end
         | 
| 1430 1440 | 
             
                  end
         | 
| 1431 1441 |  | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: tencentcloud-sdk-cdwdoris
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 3.0. | 
| 4 | 
            +
              version: 3.0.843
         | 
| 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-06- | 
| 11 | 
            +
            date: 2024-06-13 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: tencentcloud-sdk-common
         |