tencentcloud-sdk-cdn 3.0.588 → 3.0.590
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/v20180606/models.rb +22 -9
 - 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: 3d396072b96c3b00dc87ac24d14262ed04b3901f
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: b6dcbc09e1094d4a0d40210d4647d3ed56fc963a
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 5ad0bab2c4812f13a2134470299051a2e7c74463444aa181f9d9f87fac263c4a8644cf93277cdc8a0e92c7dca977c7c8f124f9e2c533685835529c1a5cd1579d
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 24f7de981c6551bafd890d9c04d70bb117bbea1c6550727c35b21dd077cd1d1c901eb5eb4271732c34b6ce1a4034e488a9e0732aa1f6c66948bfc8faeac839b5
         
     | 
    
        data/lib/VERSION
    CHANGED
    
    | 
         @@ -1 +1 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            3.0. 
     | 
| 
      
 1 
     | 
    
         
            +
            3.0.590
         
     | 
    
        data/lib/v20180606/models.rb
    CHANGED
    
    | 
         @@ -1296,6 +1296,12 @@ module TencentCloud 
     | 
|
| 
       1296 
1296 
     | 
    
         
             
                    # off:关闭
         
     | 
| 
       1297 
1297 
     | 
    
         
             
                    # 开启时必须且只配置一种模式,其余模式需要设置为 null
         
     | 
| 
       1298 
1298 
     | 
    
         
             
                    # @type Switch: String
         
     | 
| 
      
 1299 
     | 
    
         
            +
                    # @param AuthAlgorithm: 鉴权算法,取值有:
         
     | 
| 
      
 1300 
     | 
    
         
            +
                    # md5:按MD5算法取hash值
         
     | 
| 
      
 1301 
     | 
    
         
            +
                    # sha256:按SHA-256算法取hash值
         
     | 
| 
      
 1302 
     | 
    
         
            +
                    # 默认为 md5
         
     | 
| 
      
 1303 
     | 
    
         
            +
                    # 注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 1304 
     | 
    
         
            +
                    # @type AuthAlgorithm: String
         
     | 
| 
       1299 
1305 
     | 
    
         
             
                    # @param TypeA: 时间戳防盗链模式 A 配置
         
     | 
| 
       1300 
1306 
     | 
    
         
             
                    # 注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       1301 
1307 
     | 
    
         
             
                    # @type TypeA: :class:`Tencentcloud::Cdn.v20180606.models.AuthenticationTypeA`
         
     | 
| 
         @@ -1309,10 +1315,11 @@ module TencentCloud 
     | 
|
| 
       1309 
1315 
     | 
    
         
             
                    # 注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       1310 
1316 
     | 
    
         
             
                    # @type TypeD: :class:`Tencentcloud::Cdn.v20180606.models.AuthenticationTypeD`
         
     | 
| 
       1311 
1317 
     | 
    
         | 
| 
       1312 
     | 
    
         
            -
                    attr_accessor :Switch, :TypeA, :TypeB, :TypeC, :TypeD
         
     | 
| 
      
 1318 
     | 
    
         
            +
                    attr_accessor :Switch, :AuthAlgorithm, :TypeA, :TypeB, :TypeC, :TypeD
         
     | 
| 
       1313 
1319 
     | 
    
         | 
| 
       1314 
     | 
    
         
            -
                    def initialize(switch=nil, typea=nil, typeb=nil, typec=nil, typed=nil)
         
     | 
| 
      
 1320 
     | 
    
         
            +
                    def initialize(switch=nil, authalgorithm=nil, typea=nil, typeb=nil, typec=nil, typed=nil)
         
     | 
| 
       1315 
1321 
     | 
    
         
             
                      @Switch = switch
         
     | 
| 
      
 1322 
     | 
    
         
            +
                      @AuthAlgorithm = authalgorithm
         
     | 
| 
       1316 
1323 
     | 
    
         
             
                      @TypeA = typea
         
     | 
| 
       1317 
1324 
     | 
    
         
             
                      @TypeB = typeb
         
     | 
| 
       1318 
1325 
     | 
    
         
             
                      @TypeC = typec
         
     | 
| 
         @@ -1321,6 +1328,7 @@ module TencentCloud 
     | 
|
| 
       1321 
1328 
     | 
    
         | 
| 
       1322 
1329 
     | 
    
         
             
                    def deserialize(params)
         
     | 
| 
       1323 
1330 
     | 
    
         
             
                      @Switch = params['Switch']
         
     | 
| 
      
 1331 
     | 
    
         
            +
                      @AuthAlgorithm = params['AuthAlgorithm']
         
     | 
| 
       1324 
1332 
     | 
    
         
             
                      unless params['TypeA'].nil?
         
     | 
| 
       1325 
1333 
     | 
    
         
             
                        @TypeA = AuthenticationTypeA.new
         
     | 
| 
       1326 
1334 
     | 
    
         
             
                        @TypeA.deserialize(params['TypeA'])
         
     | 
| 
         @@ -9871,10 +9879,11 @@ module TencentCloud 
     | 
|
| 
       9871 
9879 
     | 
    
         
             
                  # + 热备源站回源域名配置
         
     | 
| 
       9872 
9880 
     | 
    
         
             
                  class Origin < TencentCloud::Common::AbstractModel
         
     | 
| 
       9873 
9881 
     | 
    
         
             
                    # @param Origins: 主源站列表
         
     | 
| 
       9874 
     | 
    
         
            -
                    #  
     | 
| 
      
 9882 
     | 
    
         
            +
                    # <font color=red>修改源站时,需要同时填充对应的 OriginType</font>
         
     | 
| 
       9875 
9883 
     | 
    
         
             
                    # 注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       9876 
9884 
     | 
    
         
             
                    # @type Origins: Array
         
     | 
| 
       9877 
9885 
     | 
    
         
             
                    # @param OriginType: 主源站类型
         
     | 
| 
      
 9886 
     | 
    
         
            +
                    # <font color=red>当源站列表 Origins 不为空时必填</font>
         
     | 
| 
       9878 
9887 
     | 
    
         
             
                    # 入参支持以下几种类型:
         
     | 
| 
       9879 
9888 
     | 
    
         
             
                    # domain:域名类型
         
     | 
| 
       9880 
9889 
     | 
    
         
             
                    # domainv6:域名解析V6类型
         
     | 
| 
         @@ -9901,8 +9910,9 @@ module TencentCloud 
     | 
|
| 
       9901 
9910 
     | 
    
         
             
                    # IPv6 功能目前尚未全量,需要先申请试用
         
     | 
| 
       9902 
9911 
     | 
    
         
             
                    # 注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       9903 
9912 
     | 
    
         
             
                    # @type OriginType: String
         
     | 
| 
       9904 
     | 
    
         
            -
                    # @param ServerName:  
     | 
| 
       9905 
     | 
    
         
            -
                    #  
     | 
| 
      
 9913 
     | 
    
         
            +
                    # @param ServerName: 回主源站时 Host 头部
         
     | 
| 
      
 9914 
     | 
    
         
            +
                    # <font color=red>当源站类型为cos或者第三方存储加速时,ServerName字段必填</font>
         
     | 
| 
      
 9915 
     | 
    
         
            +
                    # 不填充则默认为加速域名
         
     | 
| 
       9906 
9916 
     | 
    
         
             
                    # 若接入的是泛域名,则回源 Host 默认为访问时的子域名
         
     | 
| 
       9907 
9917 
     | 
    
         
             
                    # 注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       9908 
9918 
     | 
    
         
             
                    # @type ServerName: String
         
     | 
| 
         @@ -9917,13 +9927,14 @@ module TencentCloud 
     | 
|
| 
       9917 
9927 
     | 
    
         
             
                    # 注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       9918 
9928 
     | 
    
         
             
                    # @type OriginPullProtocol: String
         
     | 
| 
       9919 
9929 
     | 
    
         
             
                    # @param BackupOrigins: 备源站列表
         
     | 
| 
       9920 
     | 
    
         
            -
                    #  
     | 
| 
      
 9930 
     | 
    
         
            +
                    # <font color=red>修改备源站时,需要同时填充对应的 BackupOriginType</font>
         
     | 
| 
       9921 
9931 
     | 
    
         
             
                    # 注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       9922 
9932 
     | 
    
         
             
                    # @type BackupOrigins: Array
         
     | 
| 
       9923 
     | 
    
         
            -
                    # @param BackupOriginType:  
     | 
| 
      
 9933 
     | 
    
         
            +
                    # @param BackupOriginType: 备源站类型
         
     | 
| 
      
 9934 
     | 
    
         
            +
                    # <font color=red>备源站列表BackupOrigins 不为空时必填</font>
         
     | 
| 
      
 9935 
     | 
    
         
            +
                    # 支持以下类型:
         
     | 
| 
       9924 
9936 
     | 
    
         
             
                    # domain:域名类型
         
     | 
| 
       9925 
9937 
     | 
    
         
             
                    # ip:IP 列表作为源站
         
     | 
| 
       9926 
     | 
    
         
            -
                    # 修改 BackupOrigins 时需要同时填充对应的 BackupOriginType
         
     | 
| 
       9927 
9938 
     | 
    
         
             
                    # 以下备源源站类型尚未全量支持,需要申请试用:
         
     | 
| 
       9928 
9939 
     | 
    
         
             
                    # ipv6_domain: 源站列表为多个 IPv6 地址以及域名
         
     | 
| 
       9929 
9940 
     | 
    
         
             
                    # ip_ipv6:源站列表为多个 IPv4 地址和IPv6 地址
         
     | 
| 
         @@ -9949,7 +9960,9 @@ module TencentCloud 
     | 
|
| 
       9949 
9960 
     | 
    
         
             
                    # @param AdvanceHttps: HTTPS回源高级配置
         
     | 
| 
       9950 
9961 
     | 
    
         
             
                    # 注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       9951 
9962 
     | 
    
         
             
                    # @type AdvanceHttps: :class:`Tencentcloud::Cdn.v20180606.models.AdvanceHttps`
         
     | 
| 
       9952 
     | 
    
         
            -
                    # @param OriginCompany:  
     | 
| 
      
 9963 
     | 
    
         
            +
                    # @param OriginCompany: 对象存储回源厂商
         
     | 
| 
      
 9964 
     | 
    
         
            +
                    # <font color=red>当源站类型为第三方存储源站(third_party)时必填</font>
         
     | 
| 
      
 9965 
     | 
    
         
            +
                    # 可选值包括以下:
         
     | 
| 
       9953 
9966 
     | 
    
         
             
                    # aws_s3: AWS S3
         
     | 
| 
       9954 
9967 
     | 
    
         
             
                    # ali_oss: 阿里云 OSS
         
     | 
| 
       9955 
9968 
     | 
    
         
             
                    # hw_obs: 华为 OBS
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,14 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: tencentcloud-sdk-cdn
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 3.0. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 3.0.590
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Tencent Cloud
         
     | 
| 
       8 
8 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       9 
9 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       10 
10 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       11 
     | 
    
         
            -
            date: 2023-06- 
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2023-06-12 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies:
         
     | 
| 
       13 
13 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       14 
14 
     | 
    
         
             
              name: tencentcloud-sdk-common
         
     |