tencentcloud-sdk-hai 3.0.786 → 3.0.788

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2f582180e4f030a26a667a20995a93bc4535246a
4
- data.tar.gz: 32264efff4c484fdf96aabd3e337c11c5e72f715
3
+ metadata.gz: 9a5a5c059b0a44b33686b2c1ea2a30a8029fc6e1
4
+ data.tar.gz: 9cf1f5d62a4f49506a46e780e78d15708dabb36e
5
5
  SHA512:
6
- metadata.gz: 527ac82de7e1e81ce52d46b3601fcf696b358be4f0ab43767711f07070cc1f6a49a19de266cac62c1f400907f4b3aa46434fa6d2bf48eb064d1d1db9dd77bdd6
7
- data.tar.gz: bf4de1b44a2a6dcfc5e291da6e26667be06bef4b12f426810c8b13b33482715c2b1f44367160828f0f742a5f77716c8e74df00ad5c9c1978a8be01e0ce34a083
6
+ metadata.gz: 6beab57a7ef8bcfad2633ff27ea528924ccf1d526c79318c969990ebef0d3f49ea0c10a41a8b45a0c2430c24ec38970fddaf4b231f4a21734b216bc7063e3059
7
+ data.tar.gz: 1262ffe6b6e60e642a2c9d0f0fcb764681deae2b7ae3c18e8ca04afe63e14f16a9ede2da9f413f980c4e3a3a5c6c387266e711bd484c31a2b45c8d0bae0ad618
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.786
1
+ 3.0.788
@@ -578,10 +578,13 @@ module TencentCloud
578
578
  # @param LoginServices: 实例包含的登录服务详情
579
579
  # 注意:此字段可能返回 null,表示取不到有效值。
580
580
  # @type LoginServices: Array
581
+ # @param OSType: 应用服务的操作系统类型
582
+ # 注意:此字段可能返回 null,表示取不到有效值。
583
+ # @type OSType: String
581
584
 
582
- attr_accessor :InstanceId, :InstanceName, :InstanceState, :ApplicationName, :BundleName, :GPUCount, :GPUPerformance, :GPUMemory, :CPU, :Memory, :SystemDisk, :PrivateIpAddresses, :PublicIpAddresses, :SecurityGroupIds, :LatestOperation, :LatestOperationState, :CreateTime, :MaxOutBandwidth, :MaxFreeTraffic, :ConfigurationEnvironment, :LoginServices
585
+ attr_accessor :InstanceId, :InstanceName, :InstanceState, :ApplicationName, :BundleName, :GPUCount, :GPUPerformance, :GPUMemory, :CPU, :Memory, :SystemDisk, :PrivateIpAddresses, :PublicIpAddresses, :SecurityGroupIds, :LatestOperation, :LatestOperationState, :CreateTime, :MaxOutBandwidth, :MaxFreeTraffic, :ConfigurationEnvironment, :LoginServices, :OSType
583
586
 
584
- def initialize(instanceid=nil, instancename=nil, instancestate=nil, applicationname=nil, bundlename=nil, gpucount=nil, gpuperformance=nil, gpumemory=nil, cpu=nil, memory=nil, systemdisk=nil, privateipaddresses=nil, publicipaddresses=nil, securitygroupids=nil, latestoperation=nil, latestoperationstate=nil, createtime=nil, maxoutbandwidth=nil, maxfreetraffic=nil, configurationenvironment=nil, loginservices=nil)
587
+ def initialize(instanceid=nil, instancename=nil, instancestate=nil, applicationname=nil, bundlename=nil, gpucount=nil, gpuperformance=nil, gpumemory=nil, cpu=nil, memory=nil, systemdisk=nil, privateipaddresses=nil, publicipaddresses=nil, securitygroupids=nil, latestoperation=nil, latestoperationstate=nil, createtime=nil, maxoutbandwidth=nil, maxfreetraffic=nil, configurationenvironment=nil, loginservices=nil, ostype=nil)
585
588
  @InstanceId = instanceid
586
589
  @InstanceName = instancename
587
590
  @InstanceState = instancestate
@@ -603,6 +606,7 @@ module TencentCloud
603
606
  @MaxFreeTraffic = maxfreetraffic
604
607
  @ConfigurationEnvironment = configurationenvironment
605
608
  @LoginServices = loginservices
609
+ @OSType = ostype
606
610
  end
607
611
 
608
612
  def deserialize(params)
@@ -637,6 +641,7 @@ module TencentCloud
637
641
  @LoginServices << loginservice_tmp
638
642
  end
639
643
  end
644
+ @OSType = params['OSType']
640
645
  end
641
646
  end
642
647
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-hai
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.786
4
+ version: 3.0.788
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-19 00:00:00.000000000 Z
11
+ date: 2024-03-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common