tencentcloud-sdk-lighthouse 3.0.817 → 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/client.rb +1 -1
- data/lib/v20200324/models.rb +8 -3
- metadata +4 -4
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/client.rb
CHANGED
|
@@ -594,7 +594,7 @@ module TencentCloud
|
|
|
594
594
|
end
|
|
595
595
|
|
|
596
596
|
# 本接口(DeleteSnapshots)用于删除快照。
|
|
597
|
-
# 快照必须处于 NORMAL 状态,快照状态可以通过 DescribeSnapshots 接口查询,见输出参数中 SnapshotState 字段解释。
|
|
597
|
+
# 快照必须处于 NORMAL 状态,快照状态可以通过 <a href="https://cloud.tencent.com/document/product/1207/54388" target="_blank">DescribeSnapshots</a> 接口查询,见输出参数中 SnapshotState 字段解释。
|
|
598
598
|
|
|
599
599
|
# @param request: Request instance for DeleteSnapshots.
|
|
600
600
|
# @type request: :class:`Tencentcloud::lighthouse::V20200324::DeleteSnapshotsRequest`
|
data/lib/v20200324/models.rb
CHANGED
|
@@ -2037,7 +2037,7 @@ module TencentCloud
|
|
|
2037
2037
|
class DescribeDiskDiscountRequest < TencentCloud::Common::AbstractModel
|
|
2038
2038
|
# @param DiskType: 云硬盘类型, 取值范围: CLOUD_PREMIUM: 高性能云硬盘,CLOUD_SSD: SSD云硬盘
|
|
2039
2039
|
# @type DiskType: String
|
|
2040
|
-
# @param DiskSize:
|
|
2040
|
+
# @param DiskSize: 云硬盘大小, 单位: GB。
|
|
2041
2041
|
# @type DiskSize: Integer
|
|
2042
2042
|
# @param DiskBackupQuota: 指定云硬盘备份点配额,不传时默认为不带备份点配额。目前只支持不带或设置1个云硬盘备份点配额。
|
|
2043
2043
|
# @type DiskBackupQuota: Integer
|
|
@@ -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
|
|
@@ -33,9 +33,9 @@ executables: []
|
|
|
33
33
|
extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
|
-
- lib/v20200324/models.rb
|
|
37
|
-
- lib/v20200324/client.rb
|
|
38
36
|
- lib/tencentcloud-sdk-lighthouse.rb
|
|
37
|
+
- lib/v20200324/client.rb
|
|
38
|
+
- lib/v20200324/models.rb
|
|
39
39
|
- lib/VERSION
|
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
41
41
|
licenses:
|