tencentcloud-sdk-cvm 1.0.324 → 1.0.325

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20170312/models.rb +12 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e1c750f0fc10207bc07441963b8cddc078213589
4
- data.tar.gz: 25babf32019159f12156e033ff388574c1054c27
3
+ metadata.gz: 3d702f97bd2dd6f01d98a3e42d8a6af77d8cba9d
4
+ data.tar.gz: 893e1188810e7a9eb39091fd547e5f99fce3ee11
5
5
  SHA512:
6
- metadata.gz: e2195d834413a9baacc4079330a3da2d2438285e7e57078e374576cb5acd5abb70271cded98eaedd02acb219ca1ac2221999f33ee0d136937620229af9399388
7
- data.tar.gz: 4f57afea7390626e69d88960be8786ef7854cd944592fe20c288a37c914b98b2d4c13c0ba05cec7065498296e85a1edcdd4070ff5e51004fd46d998cd2e02951
6
+ metadata.gz: 90f0eb91d2ed113bdf050706f20f24fb92e7542ea8ff2aa5988fb9c1562cbdb937f67a5a1c3752cf073333f86a12b19b75b625847cf9e23ae3a37cb001cdf2c3
7
+ data.tar.gz: e41f2c4fabb60b9006debbfc6259b478db30ef2ad96abf5b1d6860402d7c2e63265e7fbbb45b478bc5c9061bc558fc6de93296c23e0119149f86f4bd90a2e46b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.324
1
+ 1.0.325
@@ -3100,10 +3100,12 @@ module TencentCloud
3100
3100
  # @param Tags: 镜像关联的标签列表。
3101
3101
  # 注意:此字段可能返回 null,表示取不到有效值。
3102
3102
  # @type Tags: Array
3103
+ # @param LicenseType: 镜像许可类型
3104
+ # @type LicenseType: String
3103
3105
 
3104
- attr_accessor :ImageId, :OsName, :ImageType, :CreatedTime, :ImageName, :ImageDescription, :ImageSize, :Architecture, :ImageState, :Platform, :ImageCreator, :ImageSource, :SyncPercent, :IsSupportCloudinit, :SnapshotSet, :Tags
3106
+ attr_accessor :ImageId, :OsName, :ImageType, :CreatedTime, :ImageName, :ImageDescription, :ImageSize, :Architecture, :ImageState, :Platform, :ImageCreator, :ImageSource, :SyncPercent, :IsSupportCloudinit, :SnapshotSet, :Tags, :LicenseType
3105
3107
 
3106
- def initialize(imageid=nil, osname=nil, imagetype=nil, createdtime=nil, imagename=nil, imagedescription=nil, imagesize=nil, architecture=nil, imagestate=nil, platform=nil, imagecreator=nil, imagesource=nil, syncpercent=nil, issupportcloudinit=nil, snapshotset=nil, tags=nil)
3108
+ def initialize(imageid=nil, osname=nil, imagetype=nil, createdtime=nil, imagename=nil, imagedescription=nil, imagesize=nil, architecture=nil, imagestate=nil, platform=nil, imagecreator=nil, imagesource=nil, syncpercent=nil, issupportcloudinit=nil, snapshotset=nil, tags=nil, licensetype=nil)
3107
3109
  @ImageId = imageid
3108
3110
  @OsName = osname
3109
3111
  @ImageType = imagetype
@@ -3120,6 +3122,7 @@ module TencentCloud
3120
3122
  @IsSupportCloudinit = issupportcloudinit
3121
3123
  @SnapshotSet = snapshotset
3122
3124
  @Tags = tags
3125
+ @LicenseType = licensetype
3123
3126
  end
3124
3127
 
3125
3128
  def deserialize(params)
@@ -3153,6 +3156,7 @@ module TencentCloud
3153
3156
  @Tags << tag_tmp
3154
3157
  end
3155
3158
  end
3159
+ @LicenseType = params['LicenseType']
3156
3160
  end
3157
3161
  end
3158
3162
 
@@ -3972,10 +3976,12 @@ module TencentCloud
3972
3976
  # @param GPUInfo: GPU信息。如果是gpu类型子机,该值会返回GPU信息,如果是其他类型子机则不返回。
3973
3977
  # 注意:此字段可能返回 null,表示取不到有效值。
3974
3978
  # @type GPUInfo: :class:`Tencentcloud::Cvm.v20170312.models.GPUInfo`
3979
+ # @param LicenseType: 实例的操作系统许可类型,默认为TencentCloud
3980
+ # @type LicenseType: String
3975
3981
 
3976
- attr_accessor :Placement, :InstanceId, :InstanceType, :CPU, :Memory, :RestrictState, :InstanceName, :InstanceChargeType, :SystemDisk, :DataDisks, :PrivateIpAddresses, :PublicIpAddresses, :InternetAccessible, :VirtualPrivateCloud, :ImageId, :RenewFlag, :CreatedTime, :ExpiredTime, :OsName, :SecurityGroupIds, :LoginSettings, :InstanceState, :Tags, :StopChargingMode, :Uuid, :LatestOperation, :LatestOperationState, :LatestOperationRequestId, :DisasterRecoverGroupId, :IPv6Addresses, :CamRoleName, :HpcClusterId, :RdmaIpAddresses, :IsolatedSource, :GPUInfo
3982
+ attr_accessor :Placement, :InstanceId, :InstanceType, :CPU, :Memory, :RestrictState, :InstanceName, :InstanceChargeType, :SystemDisk, :DataDisks, :PrivateIpAddresses, :PublicIpAddresses, :InternetAccessible, :VirtualPrivateCloud, :ImageId, :RenewFlag, :CreatedTime, :ExpiredTime, :OsName, :SecurityGroupIds, :LoginSettings, :InstanceState, :Tags, :StopChargingMode, :Uuid, :LatestOperation, :LatestOperationState, :LatestOperationRequestId, :DisasterRecoverGroupId, :IPv6Addresses, :CamRoleName, :HpcClusterId, :RdmaIpAddresses, :IsolatedSource, :GPUInfo, :LicenseType
3977
3983
 
3978
- def initialize(placement=nil, instanceid=nil, instancetype=nil, cpu=nil, memory=nil, restrictstate=nil, instancename=nil, instancechargetype=nil, systemdisk=nil, datadisks=nil, privateipaddresses=nil, publicipaddresses=nil, internetaccessible=nil, virtualprivatecloud=nil, imageid=nil, renewflag=nil, createdtime=nil, expiredtime=nil, osname=nil, securitygroupids=nil, loginsettings=nil, instancestate=nil, tags=nil, stopchargingmode=nil, uuid=nil, latestoperation=nil, latestoperationstate=nil, latestoperationrequestid=nil, disasterrecovergroupid=nil, ipv6addresses=nil, camrolename=nil, hpcclusterid=nil, rdmaipaddresses=nil, isolatedsource=nil, gpuinfo=nil)
3984
+ def initialize(placement=nil, instanceid=nil, instancetype=nil, cpu=nil, memory=nil, restrictstate=nil, instancename=nil, instancechargetype=nil, systemdisk=nil, datadisks=nil, privateipaddresses=nil, publicipaddresses=nil, internetaccessible=nil, virtualprivatecloud=nil, imageid=nil, renewflag=nil, createdtime=nil, expiredtime=nil, osname=nil, securitygroupids=nil, loginsettings=nil, instancestate=nil, tags=nil, stopchargingmode=nil, uuid=nil, latestoperation=nil, latestoperationstate=nil, latestoperationrequestid=nil, disasterrecovergroupid=nil, ipv6addresses=nil, camrolename=nil, hpcclusterid=nil, rdmaipaddresses=nil, isolatedsource=nil, gpuinfo=nil, licensetype=nil)
3979
3985
  @Placement = placement
3980
3986
  @InstanceId = instanceid
3981
3987
  @InstanceType = instancetype
@@ -4011,6 +4017,7 @@ module TencentCloud
4011
4017
  @RdmaIpAddresses = rdmaipaddresses
4012
4018
  @IsolatedSource = isolatedsource
4013
4019
  @GPUInfo = gpuinfo
4020
+ @LicenseType = licensetype
4014
4021
  end
4015
4022
 
4016
4023
  def deserialize(params)
@@ -4081,6 +4088,7 @@ module TencentCloud
4081
4088
  @GPUInfo = GPUInfo.new
4082
4089
  @GPUInfo.deserialize(params['GPUInfo'])
4083
4090
  end
4091
+ @LicenseType = params['LicenseType']
4084
4092
  end
4085
4093
  end
4086
4094
 
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: 1.0.324
4
+ version: 1.0.325
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-05-31 00:00:00.000000000 Z
11
+ date: 2022-06-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common