tencentcloud-sdk-tsf 1.0.235 → 1.0.239
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 +26 -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: 66969a9008a7f1e12033d517d458d437497cf6d2
         | 
| 4 | 
            +
              data.tar.gz: af56a155f45a899c735abc4e668e7f147d4f277b
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 57e7b026aeb89ba054665cf2ef3f188a18230e808ed713b21ef4ceb1aa53e328357cd58933a38620fb0f60f66c3ce8bb9e8413ca6423e5730dca3b495122b6c7
         | 
| 7 | 
            +
              data.tar.gz: 20477674af936d3a5ce26943c531e93ead38aa833252d24c863c0842692f157af0c4cc57147235ee9a95bd520ff142c47d2b4563a64b383529f91052f4469307
         | 
    
        data/lib/VERSION
    CHANGED
    
    | @@ -1 +1 @@ | |
| 1 | 
            -
            1.0. | 
| 1 | 
            +
            1.0.239
         | 
    
        data/lib/v20180326/models.rb
    CHANGED
    
    | @@ -1678,10 +1678,16 @@ module TencentCloud | |
| 1678 1678 | 
             
                    # @param TcrRepoInfo: TcrRepoInfo值
         | 
| 1679 1679 | 
             
                    # 注意:此字段可能返回 null,表示取不到有效值。
         | 
| 1680 1680 | 
             
                    # @type TcrRepoInfo: :class:`Tencentcloud::Tsf.v20180326.models.TcrRepoInfo`
         | 
| 1681 | 
            +
                    # @param VolumeInfos: 数据卷信息,list
         | 
| 1682 | 
            +
                    # 注意:此字段可能返回 null,表示取不到有效值。
         | 
| 1683 | 
            +
                    # @type VolumeInfos: Array
         | 
| 1684 | 
            +
                    # @param VolumeMountInfos: 数据卷挂载信息,list
         | 
| 1685 | 
            +
                    # 注意:此字段可能返回 null,表示取不到有效值。
         | 
| 1686 | 
            +
                    # @type VolumeMountInfos: Array
         | 
| 1681 1687 |  | 
| 1682 | 
            -
                    attr_accessor :GroupId, :GroupName, :InstanceNum, :CurrentNum, :Server, :Reponame, :TagName, :CpuRequest, :CpuLimit, :MemRequest, :MemLimit, :AccessType, :ProtocolPorts, :UpdateType, :UpdateIvl, :JvmOpts, :SubnetId, :AgentCpuRequest, :AgentCpuLimit, :AgentMemRequest, :AgentMemLimit, :IstioCpuRequest, :IstioCpuLimit, :IstioMemRequest, :IstioMemLimit, :Envs, :HealthCheckSettings, :DeployAgent, :Alias, :DisableService, :HeadlessService, :TcrRepoInfo
         | 
| 1688 | 
            +
                    attr_accessor :GroupId, :GroupName, :InstanceNum, :CurrentNum, :Server, :Reponame, :TagName, :CpuRequest, :CpuLimit, :MemRequest, :MemLimit, :AccessType, :ProtocolPorts, :UpdateType, :UpdateIvl, :JvmOpts, :SubnetId, :AgentCpuRequest, :AgentCpuLimit, :AgentMemRequest, :AgentMemLimit, :IstioCpuRequest, :IstioCpuLimit, :IstioMemRequest, :IstioMemLimit, :Envs, :HealthCheckSettings, :DeployAgent, :Alias, :DisableService, :HeadlessService, :TcrRepoInfo, :VolumeInfos, :VolumeMountInfos
         | 
| 1683 1689 |  | 
| 1684 | 
            -
                    def initialize(groupid=nil, groupname=nil, instancenum=nil, currentnum=nil, server=nil, reponame=nil, tagname=nil, cpurequest=nil, cpulimit=nil, memrequest=nil, memlimit=nil, accesstype=nil, protocolports=nil, updatetype=nil, updateivl=nil, jvmopts=nil, subnetid=nil, agentcpurequest=nil, agentcpulimit=nil, agentmemrequest=nil, agentmemlimit=nil, istiocpurequest=nil, istiocpulimit=nil, istiomemrequest=nil, istiomemlimit=nil, envs=nil, healthchecksettings=nil, deployagent=nil, _alias=nil, disableservice=nil, headlessservice=nil, tcrrepoinfo=nil)
         | 
| 1690 | 
            +
                    def initialize(groupid=nil, groupname=nil, instancenum=nil, currentnum=nil, server=nil, reponame=nil, tagname=nil, cpurequest=nil, cpulimit=nil, memrequest=nil, memlimit=nil, accesstype=nil, protocolports=nil, updatetype=nil, updateivl=nil, jvmopts=nil, subnetid=nil, agentcpurequest=nil, agentcpulimit=nil, agentmemrequest=nil, agentmemlimit=nil, istiocpurequest=nil, istiocpulimit=nil, istiomemrequest=nil, istiomemlimit=nil, envs=nil, healthchecksettings=nil, deployagent=nil, _alias=nil, disableservice=nil, headlessservice=nil, tcrrepoinfo=nil, volumeinfos=nil, volumemountinfos=nil)
         | 
| 1685 1691 | 
             
                      @GroupId = groupid
         | 
| 1686 1692 | 
             
                      @GroupName = groupname
         | 
| 1687 1693 | 
             
                      @InstanceNum = instancenum
         | 
| @@ -1714,6 +1720,8 @@ module TencentCloud | |
| 1714 1720 | 
             
                      @DisableService = disableservice
         | 
| 1715 1721 | 
             
                      @HeadlessService = headlessservice
         | 
| 1716 1722 | 
             
                      @TcrRepoInfo = tcrrepoinfo
         | 
| 1723 | 
            +
                      @VolumeInfos = volumeinfos
         | 
| 1724 | 
            +
                      @VolumeMountInfos = volumemountinfos
         | 
| 1717 1725 | 
             
                    end
         | 
| 1718 1726 |  | 
| 1719 1727 | 
             
                    def deserialize(params)
         | 
| @@ -1769,6 +1777,22 @@ module TencentCloud | |
| 1769 1777 | 
             
                        @TcrRepoInfo = TcrRepoInfo.new
         | 
| 1770 1778 | 
             
                        @TcrRepoInfo.deserialize(params['TcrRepoInfo'])
         | 
| 1771 1779 | 
             
                      end
         | 
| 1780 | 
            +
                      unless params['VolumeInfos'].nil?
         | 
| 1781 | 
            +
                        @VolumeInfos = []
         | 
| 1782 | 
            +
                        params['VolumeInfos'].each do |i|
         | 
| 1783 | 
            +
                          volumeinfo_tmp = VolumeInfo.new
         | 
| 1784 | 
            +
                          volumeinfo_tmp.deserialize(i)
         | 
| 1785 | 
            +
                          @VolumeInfos << volumeinfo_tmp
         | 
| 1786 | 
            +
                        end
         | 
| 1787 | 
            +
                      end
         | 
| 1788 | 
            +
                      unless params['VolumeMountInfos'].nil?
         | 
| 1789 | 
            +
                        @VolumeMountInfos = []
         | 
| 1790 | 
            +
                        params['VolumeMountInfos'].each do |i|
         | 
| 1791 | 
            +
                          volumemountinfo_tmp = VolumeMountInfo.new
         | 
| 1792 | 
            +
                          volumemountinfo_tmp.deserialize(i)
         | 
| 1793 | 
            +
                          @VolumeMountInfos << volumemountinfo_tmp
         | 
| 1794 | 
            +
                        end
         | 
| 1795 | 
            +
                      end
         | 
| 1772 1796 | 
             
                    end
         | 
| 1773 1797 | 
             
                  end
         | 
| 1774 1798 |  | 
    
        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.239
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Tencent Cloud
         | 
| 8 8 | 
             
            autorequire: 
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2022-01- | 
| 11 | 
            +
            date: 2022-01-11 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: tencentcloud-sdk-common
         |