tencentcloud-sdk-hai 3.0.786 → 3.0.788
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/v20230812/models.rb +7 -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: 9a5a5c059b0a44b33686b2c1ea2a30a8029fc6e1
|
|
4
|
+
data.tar.gz: 9cf1f5d62a4f49506a46e780e78d15708dabb36e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6beab57a7ef8bcfad2633ff27ea528924ccf1d526c79318c969990ebef0d3f49ea0c10a41a8b45a0c2430c24ec38970fddaf4b231f4a21734b216bc7063e3059
|
|
7
|
+
data.tar.gz: 1262ffe6b6e60e642a2c9d0f0fcb764681deae2b7ae3c18e8ca04afe63e14f16a9ede2da9f413f980c4e3a3a5c6c387266e711bd484c31a2b45c8d0bae0ad618
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.788
|
data/lib/v20230812/models.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|