tencentcloud-sdk-lighthouse 3.0.817 → 3.0.819

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: 25e2c947a97fa268d273088038b1f50164ac3cbe
4
- data.tar.gz: dd91779c2a4220bb5be2cd8b43fe75649e45d9cc
3
+ metadata.gz: f0a20448a68b49a8e0dae4166fe5d073a939a477
4
+ data.tar.gz: 8f8ff689f967171b0dd40658e96ad43bd00c9fc9
5
5
  SHA512:
6
- metadata.gz: 6b67420f36ff92853470ab16bfbf60e7aa81659b23f92bfff62ce5fd152952b8155b03a62b3bb9cc59846ef500953b79882f1c3fada9af9af56b182126e83894
7
- data.tar.gz: 1132a5189def9da4d6dc175b101a30b485a9e6371227cc6b2ae958f7598d38d125c4587a22b4636a0a7bbf7f8375fcbdedc4464667739fa0d3ae39b2f4db8f68
6
+ metadata.gz: ccf048a552eba64a198a8c92521a793cd7d4dc1d6b8e855d7b5eddadbfd1730dc8baeb5a5918125ad6c8d4b7fcc8bd7291c9707a8319da6350d811a9ed02632d
7
+ data.tar.gz: 6c25950a11af3d2c3f638532c3c60929ef0282931b602f427b1cef5ff9ec77d00ccacf8751b074384cd73443156d9796015380c2384256161bbd80153fe41e8d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.817
1
+ 3.0.819
@@ -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`
@@ -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.817
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-08 00:00:00.000000000 Z
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: