tencentcloud-sdk-cvm 3.0.671 → 3.0.673
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/v20170312/models.rb +8 -3
 - 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: 7547c71d2b540907224ebcc5264d988673ce7c69
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 15e3c707945075ceb36df0b2918c3c42f0aacd12
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 83cfd67f34045fa0940836ce4f923fb3442875a567dafb1121b3584a46dd87958fd4a868ab65f0713fd4eef0081af5a53f593c69707fbd3ca995a7ca250b7999
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: bc37a1644e992801ee599cbc96786c595e3a57e3bbbf8d9ca9d4e949f98718260bc3a57dc487f970e2f7064bebe74e33b77bb612a04ccd8224669aafd4339bcb
         
     | 
    
        data/lib/VERSION
    CHANGED
    
    | 
         @@ -1 +1 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            3.0. 
     | 
| 
      
 1 
     | 
    
         
            +
            3.0.673
         
     | 
    
        data/lib/v20170312/models.rb
    CHANGED
    
    | 
         @@ -5166,10 +5166,13 @@ module TencentCloud 
     | 
|
| 
       5166 
5166 
     | 
    
         
             
                    # @type GpuCount: Float
         
     | 
| 
       5167 
5167 
     | 
    
         
             
                    # @param Frequency: 实例的CPU主频信息
         
     | 
| 
       5168 
5168 
     | 
    
         
             
                    # @type Frequency: String
         
     | 
| 
      
 5169 
     | 
    
         
            +
                    # @param StatusCategory: 描述库存情况。取值范围: <br><li> UnderStock:表示对应库存即将售罄<br><li> NormalStock:表示对应库存供应有保障<br><li> EnoughStock:表示对应库存非常充足<br><li> WithoutStock:表示对应库存已经售罄
         
     | 
| 
      
 5170 
     | 
    
         
            +
                    # 注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
      
 5171 
     | 
    
         
            +
                    # @type StatusCategory: String
         
     | 
| 
       5169 
5172 
     | 
    
         | 
| 
       5170 
     | 
    
         
            -
                    attr_accessor :Zone, :InstanceType, :InstanceChargeType, :NetworkCard, :Externals, :Cpu, :Memory, :InstanceFamily, :TypeName, :LocalDiskTypeList, :Status, :Price, :SoldOutReason, :InstanceBandwidth, :InstancePps, :StorageBlockAmount, :CpuType, :Gpu, :Fpga, :Remark, :GpuCount, :Frequency
         
     | 
| 
      
 5173 
     | 
    
         
            +
                    attr_accessor :Zone, :InstanceType, :InstanceChargeType, :NetworkCard, :Externals, :Cpu, :Memory, :InstanceFamily, :TypeName, :LocalDiskTypeList, :Status, :Price, :SoldOutReason, :InstanceBandwidth, :InstancePps, :StorageBlockAmount, :CpuType, :Gpu, :Fpga, :Remark, :GpuCount, :Frequency, :StatusCategory
         
     | 
| 
       5171 
5174 
     | 
    
         | 
| 
       5172 
     | 
    
         
            -
                    def initialize(zone=nil, instancetype=nil, instancechargetype=nil, networkcard=nil, externals=nil, cpu=nil, memory=nil, instancefamily=nil, typename=nil, localdisktypelist=nil, status=nil, price=nil, soldoutreason=nil, instancebandwidth=nil, instancepps=nil, storageblockamount=nil, cputype=nil, gpu=nil, fpga=nil, remark=nil, gpucount=nil, frequency=nil)
         
     | 
| 
      
 5175 
     | 
    
         
            +
                    def initialize(zone=nil, instancetype=nil, instancechargetype=nil, networkcard=nil, externals=nil, cpu=nil, memory=nil, instancefamily=nil, typename=nil, localdisktypelist=nil, status=nil, price=nil, soldoutreason=nil, instancebandwidth=nil, instancepps=nil, storageblockamount=nil, cputype=nil, gpu=nil, fpga=nil, remark=nil, gpucount=nil, frequency=nil, statuscategory=nil)
         
     | 
| 
       5173 
5176 
     | 
    
         
             
                      @Zone = zone
         
     | 
| 
       5174 
5177 
     | 
    
         
             
                      @InstanceType = instancetype
         
     | 
| 
       5175 
5178 
     | 
    
         
             
                      @InstanceChargeType = instancechargetype
         
     | 
| 
         @@ -5192,6 +5195,7 @@ module TencentCloud 
     | 
|
| 
       5192 
5195 
     | 
    
         
             
                      @Remark = remark
         
     | 
| 
       5193 
5196 
     | 
    
         
             
                      @GpuCount = gpucount
         
     | 
| 
       5194 
5197 
     | 
    
         
             
                      @Frequency = frequency
         
     | 
| 
      
 5198 
     | 
    
         
            +
                      @StatusCategory = statuscategory
         
     | 
| 
       5195 
5199 
     | 
    
         
             
                    end
         
     | 
| 
       5196 
5200 
     | 
    
         | 
| 
       5197 
5201 
     | 
    
         
             
                    def deserialize(params)
         
     | 
| 
         @@ -5230,6 +5234,7 @@ module TencentCloud 
     | 
|
| 
       5230 
5234 
     | 
    
         
             
                      @Remark = params['Remark']
         
     | 
| 
       5231 
5235 
     | 
    
         
             
                      @GpuCount = params['GpuCount']
         
     | 
| 
       5232 
5236 
     | 
    
         
             
                      @Frequency = params['Frequency']
         
     | 
| 
      
 5237 
     | 
    
         
            +
                      @StatusCategory = params['StatusCategory']
         
     | 
| 
       5233 
5238 
     | 
    
         
             
                    end
         
     | 
| 
       5234 
5239 
     | 
    
         
             
                  end
         
     | 
| 
       5235 
5240 
     | 
    
         | 
| 
         @@ -8256,7 +8261,7 @@ module TencentCloud 
     | 
|
| 
       8256 
8261 
     | 
    
         | 
| 
       8257 
8262 
     | 
    
         
             
                  # 描述了操作系统所在块设备即系统盘的信息
         
     | 
| 
       8258 
8263 
     | 
    
         
             
                  class SystemDisk < TencentCloud::Common::AbstractModel
         
     | 
| 
       8259 
     | 
    
         
            -
                    # @param DiskType: 系统盘类型。系统盘类型限制详见[存储概述](https://cloud.tencent.com/document/product/213/4952)。取值范围:<br><li>LOCAL_BASIC:本地硬盘<br><li>LOCAL_SSD:本地SSD硬盘<br><li>CLOUD_BASIC:普通云硬盘<br><li>CLOUD_SSD:SSD云硬盘<br><li>CLOUD_PREMIUM:高性能云硬盘<br><li>CLOUD_BSSD:通用性SSD云硬盘<br><br>默认取值:当前有库存的硬盘类型。
         
     | 
| 
      
 8264 
     | 
    
         
            +
                    # @param DiskType: 系统盘类型。系统盘类型限制详见[存储概述](https://cloud.tencent.com/document/product/213/4952)。取值范围:<br><li>LOCAL_BASIC:本地硬盘<br><li>LOCAL_SSD:本地SSD硬盘<br><li>CLOUD_BASIC:普通云硬盘<br><li>CLOUD_SSD:SSD云硬盘<br><li>CLOUD_PREMIUM:高性能云硬盘<br><li>CLOUD_BSSD:通用性SSD云硬盘<br><li>CLOUD_HSSD:增强型SSD云硬盘<br><li>CLOUD_TSSD:极速型SSD云硬盘<br><br>默认取值:当前有库存的硬盘类型。
         
     | 
| 
       8260 
8265 
     | 
    
         
             
                    # @type DiskType: String
         
     | 
| 
       8261 
8266 
     | 
    
         
             
                    # @param DiskId: 系统盘ID。LOCAL_BASIC 和 LOCAL_SSD 类型没有ID。暂时不支持该参数。
         
     | 
| 
       8262 
8267 
     | 
    
         
             
                    # 该参数目前仅用于`DescribeInstances`等查询类接口的返回参数,不可用于`RunInstances`等写接口的入参。
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,14 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: tencentcloud-sdk-cvm
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 3.0. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 3.0.673
         
     | 
| 
       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-10- 
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2023-10-10 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies:
         
     | 
| 
       13 
13 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       14 
14 
     | 
    
         
             
              name: tencentcloud-sdk-common
         
     |