tencentcloud-sdk-redis 3.0.732 → 3.0.733
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/v20180412/models.rb +13 -4
 - metadata +1 -1
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA1:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 5a9eaba3745edf7c34c10c5280962e4135039a0a
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: daf619c1d2817ed776c87089e8b1ef500060f8b7
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: e0851371cc7493bf93e5f3233faf7cc882e472123ae1bdc108e82595be7aff02e0ca51511c358a88710998d4fb81e16662d52bd91aa8a42a35f3a4310cf6d71b
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 22ac19898f94a6a52f478985bc104c21948e2d499d84a3ba573b872f08a9f0a55c76cd4932c0a227a04487f1922c545e9b43fd6b9c3cd9e0ede91948117f3997
         
     | 
    
        data/lib/VERSION
    CHANGED
    
    | 
         @@ -1 +1 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            3.0. 
     | 
| 
      
 1 
     | 
    
         
            +
            3.0.733
         
     | 
    
        data/lib/v20180412/models.rb
    CHANGED
    
    | 
         @@ -3435,7 +3435,9 @@ module TencentCloud 
     | 
|
| 
       3435 
3435 
     | 
    
         
             
                    # @type Limit: Integer
         
     | 
| 
       3436 
3436 
     | 
    
         
             
                    # @param Offset: 慢查询条数的偏移量,取Limit整数倍。计算公式:offset=limit*(页码-1)。
         
     | 
| 
       3437 
3437 
     | 
    
         
             
                    # @type Offset: Integer
         
     | 
| 
       3438 
     | 
    
         
            -
                    # @param Role:  
     | 
| 
      
 3438 
     | 
    
         
            +
                    # @param Role: 节点所属角色。
         
     | 
| 
      
 3439 
     | 
    
         
            +
                    # - master:主节点。
         
     | 
| 
      
 3440 
     | 
    
         
            +
                    # - slave:从节点。
         
     | 
| 
       3439 
3441 
     | 
    
         
             
                    # @type Role: String
         
     | 
| 
       3440 
3442 
     | 
    
         | 
| 
       3441 
3443 
     | 
    
         
             
                    attr_accessor :InstanceId, :BeginTime, :EndTime, :MinQueryTime, :Limit, :Offset, :Role
         
     | 
| 
         @@ -6147,14 +6149,19 @@ module TencentCloud 
     | 
|
| 
       6147 
6149 
     | 
    
         
             
                    # - 1:包年包月。
         
     | 
| 
       6148 
6150 
     | 
    
         
             
                    # - 0:按量计费。
         
     | 
| 
       6149 
6151 
     | 
    
         
             
                    # @type PayMode: String
         
     | 
| 
       6150 
     | 
    
         
            -
                    # @param EnableRepicaReadOnly:  
     | 
| 
      
 6152 
     | 
    
         
            +
                    # @param EnableRepicaReadOnly: 该参数名因存在拼写不规范的问题,建议使用**EnableReplicaReadOnly**参数取代。其含义为是否支持副本只读。
         
     | 
| 
       6151 
6153 
     | 
    
         
             
                    # - true:支持副本只读。
         
     | 
| 
       6152 
6154 
     | 
    
         
             
                    # - false:不支持。
         
     | 
| 
       6153 
6155 
     | 
    
         
             
                    # @type EnableRepicaReadOnly: Boolean
         
     | 
| 
      
 6156 
     | 
    
         
            +
                    # @param EnableReplicaReadOnly: 是否支持副本只读。
         
     | 
| 
      
 6157 
     | 
    
         
            +
                    # - true:支持副本只读。
         
     | 
| 
      
 6158 
     | 
    
         
            +
                    # - false:不支持。
         
     | 
| 
      
 6159 
     | 
    
         
            +
                    # 注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 6160 
     | 
    
         
            +
                    # @type EnableReplicaReadOnly: Boolean
         
     | 
| 
       6154 
6161 
     | 
    
         | 
| 
       6155 
     | 
    
         
            -
                    attr_accessor :Type, :TypeName, :MinBuyNum, :MaxBuyNum, :Saleout, :Engine, :Version, :TotalSize, :ShardSize, :ReplicaNum, :ShardNum, :PayMode, :EnableRepicaReadOnly
         
     | 
| 
      
 6162 
     | 
    
         
            +
                    attr_accessor :Type, :TypeName, :MinBuyNum, :MaxBuyNum, :Saleout, :Engine, :Version, :TotalSize, :ShardSize, :ReplicaNum, :ShardNum, :PayMode, :EnableRepicaReadOnly, :EnableReplicaReadOnly
         
     | 
| 
       6156 
6163 
     | 
    
         | 
| 
       6157 
     | 
    
         
            -
                    def initialize(type=nil, typename=nil, minbuynum=nil, maxbuynum=nil, saleout=nil, engine=nil, version=nil, totalsize=nil, shardsize=nil, replicanum=nil, shardnum=nil, paymode=nil, enablerepicareadonly=nil)
         
     | 
| 
      
 6164 
     | 
    
         
            +
                    def initialize(type=nil, typename=nil, minbuynum=nil, maxbuynum=nil, saleout=nil, engine=nil, version=nil, totalsize=nil, shardsize=nil, replicanum=nil, shardnum=nil, paymode=nil, enablerepicareadonly=nil, enablereplicareadonly=nil)
         
     | 
| 
       6158 
6165 
     | 
    
         
             
                      @Type = type
         
     | 
| 
       6159 
6166 
     | 
    
         
             
                      @TypeName = typename
         
     | 
| 
       6160 
6167 
     | 
    
         
             
                      @MinBuyNum = minbuynum
         
     | 
| 
         @@ -6168,6 +6175,7 @@ module TencentCloud 
     | 
|
| 
       6168 
6175 
     | 
    
         
             
                      @ShardNum = shardnum
         
     | 
| 
       6169 
6176 
     | 
    
         
             
                      @PayMode = paymode
         
     | 
| 
       6170 
6177 
     | 
    
         
             
                      @EnableRepicaReadOnly = enablerepicareadonly
         
     | 
| 
      
 6178 
     | 
    
         
            +
                      @EnableReplicaReadOnly = enablereplicareadonly
         
     | 
| 
       6171 
6179 
     | 
    
         
             
                    end
         
     | 
| 
       6172 
6180 
     | 
    
         | 
| 
       6173 
6181 
     | 
    
         
             
                    def deserialize(params)
         
     | 
| 
         @@ -6184,6 +6192,7 @@ module TencentCloud 
     | 
|
| 
       6184 
6192 
     | 
    
         
             
                      @ShardNum = params['ShardNum']
         
     | 
| 
       6185 
6193 
     | 
    
         
             
                      @PayMode = params['PayMode']
         
     | 
| 
       6186 
6194 
     | 
    
         
             
                      @EnableRepicaReadOnly = params['EnableRepicaReadOnly']
         
     | 
| 
      
 6195 
     | 
    
         
            +
                      @EnableReplicaReadOnly = params['EnableReplicaReadOnly']
         
     | 
| 
       6187 
6196 
     | 
    
         
             
                    end
         
     | 
| 
       6188 
6197 
     | 
    
         
             
                  end
         
     | 
| 
       6189 
6198 
     | 
    
         |