tencentcloud-sdk-hai 3.0.787 → 3.0.789
Sign up to get free protection for your applications and to get access to all the features.
- 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: d2df58e9e5341e715b1ce0709545860deb2b65a0
|
4
|
+
data.tar.gz: 4c988c2ed65cb6b152714adeb84a6ce942754342
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 50b507c46dc469ea6e2c006723bc2d552d436d8aa632e48d5d7cdbe421918a34d843328eac5b2606bb31304592d2b2559c7da995697411b6cf34d55eb211ce96
|
7
|
+
data.tar.gz: f1aa3da0a9e1e04926ce10cec26a056f85472c1f24f4b9c26514b9e7ae34d0570dd183307618535f73577964da1bcfbd9ed29cb89f9e8a4e03883a0c6f988b39
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.789
|
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.789
|
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-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|