tencentcloud-sdk-lighthouse 3.0.818 → 3.0.819
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/v20200324/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: f0a20448a68b49a8e0dae4166fe5d073a939a477
|
|
4
|
+
data.tar.gz: 8f8ff689f967171b0dd40658e96ad43bd00c9fc9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ccf048a552eba64a198a8c92521a793cd7d4dc1d6b8e855d7b5eddadbfd1730dc8baeb5a5918125ad6c8d4b7fcc8bd7291c9707a8319da6350d811a9ed02632d
|
|
7
|
+
data.tar.gz: 6c25950a11af3d2c3f638532c3c60929ef0282931b602f427b1cef5ff9ec77d00ccacf8751b074384cd73443156d9796015380c2384256161bbd80153fe41e8d
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.819
|
data/lib/v20200324/models.rb
CHANGED
|
@@ -5216,6 +5216,9 @@ module TencentCloud
|
|
|
5216
5216
|
# @param LatestOperationRequestId: 实例最新操作的唯一请求 ID。
|
|
5217
5217
|
# 注意:此字段可能返回 空值,表示取不到有效值。
|
|
5218
5218
|
# @type LatestOperationRequestId: String
|
|
5219
|
+
# @param LatestOperationStartedTime: 实例最新操作的开始时间。
|
|
5220
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5221
|
+
# @type LatestOperationStartedTime: String
|
|
5219
5222
|
# @param IsolatedTime: 隔离时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
|
|
5220
5223
|
# 格式为: YYYY-MM-DDThh:mm:ssZ。
|
|
5221
5224
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -5244,9 +5247,9 @@ module TencentCloud
|
|
|
5244
5247
|
# @param InitInvocationId: 创建实例后自动执行TAT命令的调用ID。
|
|
5245
5248
|
# @type InitInvocationId: String
|
|
5246
5249
|
|
|
5247
|
-
attr_accessor :InstanceId, :BundleId, :BlueprintId, :CPU, :Memory, :InstanceName, :InstanceChargeType, :SystemDisk, :PrivateAddresses, :PublicAddresses, :InternetAccessible, :RenewFlag, :LoginSettings, :InstanceState, :Uuid, :LatestOperation, :LatestOperationState, :LatestOperationRequestId, :IsolatedTime, :CreatedTime, :ExpiredTime, :PlatformType, :Platform, :OsName, :Zone, :Tags, :InstanceRestrictState, :InitInvocationId
|
|
5250
|
+
attr_accessor :InstanceId, :BundleId, :BlueprintId, :CPU, :Memory, :InstanceName, :InstanceChargeType, :SystemDisk, :PrivateAddresses, :PublicAddresses, :InternetAccessible, :RenewFlag, :LoginSettings, :InstanceState, :Uuid, :LatestOperation, :LatestOperationState, :LatestOperationRequestId, :LatestOperationStartedTime, :IsolatedTime, :CreatedTime, :ExpiredTime, :PlatformType, :Platform, :OsName, :Zone, :Tags, :InstanceRestrictState, :InitInvocationId
|
|
5248
5251
|
|
|
5249
|
-
def initialize(instanceid=nil, bundleid=nil, blueprintid=nil, cpu=nil, memory=nil, instancename=nil, instancechargetype=nil, systemdisk=nil, privateaddresses=nil, publicaddresses=nil, internetaccessible=nil, renewflag=nil, loginsettings=nil, instancestate=nil, uuid=nil, latestoperation=nil, latestoperationstate=nil, latestoperationrequestid=nil, isolatedtime=nil, createdtime=nil, expiredtime=nil, platformtype=nil, platform=nil, osname=nil, zone=nil, tags=nil, instancerestrictstate=nil, initinvocationid=nil)
|
|
5252
|
+
def initialize(instanceid=nil, bundleid=nil, blueprintid=nil, cpu=nil, memory=nil, instancename=nil, instancechargetype=nil, systemdisk=nil, privateaddresses=nil, publicaddresses=nil, internetaccessible=nil, renewflag=nil, loginsettings=nil, instancestate=nil, uuid=nil, latestoperation=nil, latestoperationstate=nil, latestoperationrequestid=nil, latestoperationstartedtime=nil, isolatedtime=nil, createdtime=nil, expiredtime=nil, platformtype=nil, platform=nil, osname=nil, zone=nil, tags=nil, instancerestrictstate=nil, initinvocationid=nil)
|
|
5250
5253
|
@InstanceId = instanceid
|
|
5251
5254
|
@BundleId = bundleid
|
|
5252
5255
|
@BlueprintId = blueprintid
|
|
@@ -5265,6 +5268,7 @@ module TencentCloud
|
|
|
5265
5268
|
@LatestOperation = latestoperation
|
|
5266
5269
|
@LatestOperationState = latestoperationstate
|
|
5267
5270
|
@LatestOperationRequestId = latestoperationrequestid
|
|
5271
|
+
@LatestOperationStartedTime = latestoperationstartedtime
|
|
5268
5272
|
@IsolatedTime = isolatedtime
|
|
5269
5273
|
@CreatedTime = createdtime
|
|
5270
5274
|
@ExpiredTime = expiredtime
|
|
@@ -5305,6 +5309,7 @@ module TencentCloud
|
|
|
5305
5309
|
@LatestOperation = params['LatestOperation']
|
|
5306
5310
|
@LatestOperationState = params['LatestOperationState']
|
|
5307
5311
|
@LatestOperationRequestId = params['LatestOperationRequestId']
|
|
5312
|
+
@LatestOperationStartedTime = params['LatestOperationStartedTime']
|
|
5308
5313
|
@IsolatedTime = params['IsolatedTime']
|
|
5309
5314
|
@CreatedTime = params['CreatedTime']
|
|
5310
5315
|
@ExpiredTime = params['ExpiredTime']
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-lighthouse
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.819
|
|
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-05-
|
|
11
|
+
date: 2024-05-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|