tencentcloud-sdk-hai 3.0.787 → 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: 56266afac7cc2a42c20142fe1a18e8bf40759295
4
- data.tar.gz: aa17e91dc5f9270f3cb83735c6eb2136d489fb6a
3
+ metadata.gz: 9a5a5c059b0a44b33686b2c1ea2a30a8029fc6e1
4
+ data.tar.gz: 9cf1f5d62a4f49506a46e780e78d15708dabb36e
5
5
  SHA512:
6
- metadata.gz: 4cc0aa9209af6bbce9228cc7f3ec89b2c07fac12820474752a94ce14e995577311554154d6c919a49c114a4fae45cea6d705fb9fa9358ef0281bae0687b7b9f8
7
- data.tar.gz: f9460803bb9713040049013f1457df64000c27c05f720efbdd72da39d882ce4e55537ab2120ccf86e29f425bef42ea6de3b5e6a4466bb8eb770474c9d2b6ba0e
6
+ metadata.gz: 6beab57a7ef8bcfad2633ff27ea528924ccf1d526c79318c969990ebef0d3f49ea0c10a41a8b45a0c2430c24ec38970fddaf4b231f4a21734b216bc7063e3059
7
+ data.tar.gz: 1262ffe6b6e60e642a2c9d0f0fcb764681deae2b7ae3c18e8ca04afe63e14f16a9ede2da9f413f980c4e3a3a5c6c387266e711bd484c31a2b45c8d0bae0ad618
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.787
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.787
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-20 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