tencentcloud-sdk-lighthouse 3.0.999 → 3.0.1001

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20200324/models.rb +4 -28
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: af6b08fb9f95cc6ecf6c13987892885e35a3ede2
4
- data.tar.gz: 3fe27805e282c2afe4fd213ee1a1c688be713e99
3
+ metadata.gz: 5123c56fd83ea076318ff1232459e3715324d235
4
+ data.tar.gz: 0f4f16053553a6fa279b02ddce6425ec30edc227
5
5
  SHA512:
6
- metadata.gz: 2b1c5ee73d842ec5811e02575ea691f21d6fcf66f4dd885951649f002964a50e8eea530ef6155adae16aa762ecb9ee1dda5e15cb5031abcd7d8c536426b7cb51
7
- data.tar.gz: f1d32af091cb5b785026656d384a2a7aa9eff1f61aeabed40b0bdfebe489abe40a35daa738b74560e2fe8e12445e4e917ade3eaccac08028f241fcf63badfcb9
6
+ metadata.gz: 92304ba38ec6484757df75bdebfb5eaf39f3d2e85ef81baa78cc0e50e46ed61760f71a2536aa1753d99b1b63f27cdadc379f38e1e5263ffc0b42706e64a3e1d5
7
+ data.tar.gz: 059e69e0a18d1732f6d475b747c16ba164c1ae7ed36556f85c289c3df8b5d341d5a5debdf1acd42168d2bb406b423929f186d2661a88d68c8e8626449d183302
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.999
1
+ 3.0.1001
@@ -332,14 +332,12 @@ module TencentCloud
332
332
  # @param RequiredMemorySize: 镜像所需内存大小, 单位: GB
333
333
  # @type RequiredMemorySize: Integer
334
334
  # @param ImageId: CVM镜像共享到轻量应用服务器轻量应用服务器后的CVM镜像ID。
335
- # 注意:此字段可能返回 null,表示取不到有效值。
336
335
  # @type ImageId: String
337
336
  # @param CommunityUrl: 官方网站Url。
338
337
  # @type CommunityUrl: String
339
338
  # @param GuideUrl: 指导文章Url。
340
339
  # @type GuideUrl: String
341
340
  # @param SceneIdSet: 镜像关联使用场景Id列表。
342
- # 注意:此字段可能返回 null,表示取不到有效值。
343
341
  # @type SceneIdSet: Array
344
342
  # @param DockerVersion: Docker版本号。
345
343
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -500,7 +498,6 @@ module TencentCloud
500
498
  # <li>BEFAST_BUNDLE:蜂驰型 </li>
501
499
  # @type BundleType: String
502
500
  # @param BundleTypeDescription: 套餐类型描述信息。
503
- # 注意:此字段可能返回 null,表示取不到有效值。
504
501
  # @type BundleTypeDescription: String
505
502
  # @param BundleDisplayLabel: 套餐展示标签.
506
503
  # 取值范围:
@@ -662,8 +659,10 @@ module TencentCloud
662
659
  # 容器环境变量
663
660
  class ContainerEnv < TencentCloud::Common::AbstractModel
664
661
  # @param Key: 环境变量Key
662
+ # 注意:此字段可能返回 null,表示取不到有效值。
665
663
  # @type Key: String
666
664
  # @param Value: 环境变量值
665
+ # 注意:此字段可能返回 null,表示取不到有效值。
667
666
  # @type Value: String
668
667
 
669
668
  attr_accessor :Key, :Value
@@ -1211,7 +1210,6 @@ module TencentCloud
1211
1210
  # @param DiscountPrice: 折后总价。
1212
1211
  # @type DiscountPrice: Float
1213
1212
  # @param InstanceId: 数据盘挂载的实例ID。
1214
- # 注意:此字段可能返回 null,表示取不到有效值。
1215
1213
  # @type InstanceId: String
1216
1214
 
1217
1215
  attr_accessor :DiskId, :OriginalDiskPrice, :OriginalPrice, :Discount, :DiscountPrice, :InstanceId
@@ -2364,9 +2362,9 @@ module TencentCloud
2364
2362
 
2365
2363
  # DescribeDockerContainerConfiguration请求参数结构体
2366
2364
  class DescribeDockerContainerConfigurationRequest < TencentCloud::Common::AbstractModel
2367
- # @param InstanceId: 实例ID
2365
+ # @param InstanceId: 实例ID。可通过[DescribeInstances](https://cloud.tencent.com/document/product/1207/47573)接口返回值中的InstanceId获取。
2368
2366
  # @type InstanceId: String
2369
- # @param ContainerId: 容器ID
2367
+ # @param ContainerId: 容器ID。可通过[DescribeDockerContainers](https://cloud.tencent.com/document/product/1207/95473)接口返回值中的ContainerId获取。
2370
2368
  # @type ContainerId: String
2371
2369
 
2372
2370
  attr_accessor :InstanceId, :ContainerId
@@ -4144,13 +4142,10 @@ module TencentCloud
4144
4142
  # @param Percent: 创建或回滚云硬盘备份点进度百分比,成功后此字段取值为 100。
4145
4143
  # @type Percent: Integer
4146
4144
  # @param LatestOperation: 上一次操作
4147
- # 注意:此字段可能返回 null,表示取不到有效值。
4148
4145
  # @type LatestOperation: String
4149
4146
  # @param LatestOperationState: 上一次操作状态
4150
- # 注意:此字段可能返回 null,表示取不到有效值。
4151
4147
  # @type LatestOperationState: String
4152
4148
  # @param LatestOperationRequestId: 上一次请求ID
4153
- # 注意:此字段可能返回 null,表示取不到有效值。
4154
4149
  # @type LatestOperationRequestId: String
4155
4150
  # @param CreatedTime: 创建时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
4156
4151
  # 格式为: YYYY-MM-DDThh:mm:ssZ。
@@ -4387,7 +4382,6 @@ module TencentCloud
4387
4382
  # @param CreatedTime: 创建时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
4388
4383
  # @type CreatedTime: String
4389
4384
  # @param EndTime: 结束时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
4390
- # 注意:此字段可能返回 null,表示取不到有效值。
4391
4385
  # @type EndTime: String
4392
4386
 
4393
4387
  attr_accessor :ActivityId, :ActivityName, :ActivityState, :ActivityCommandOutput, :ContainerIds, :CreatedTime, :EndTime
@@ -4543,10 +4537,8 @@ module TencentCloud
4543
4537
  # @param ContainerPort: 容器端口
4544
4538
  # @type ContainerPort: Integer
4545
4539
  # @param Ip: 对外绑定IP,默认0.0.0.0
4546
- # 注意:此字段可能返回 null,表示取不到有效值。
4547
4540
  # @type Ip: String
4548
4541
  # @param Protocol: 协议,默认tcp,支持tcp/udp/sctp
4549
- # 注意:此字段可能返回 null,表示取不到有效值。
4550
4542
  # @type Protocol: String
4551
4543
 
4552
4544
  attr_accessor :HostPort, :ContainerPort, :Ip, :Protocol
@@ -5301,7 +5293,6 @@ module TencentCloud
5301
5293
  # @param InitInvocationId: 创建实例后自动执行TAT命令的调用ID。
5302
5294
  # @type InitInvocationId: String
5303
5295
  # @param InstanceViolationDetail: 实例违规详情。
5304
- # 注意:此字段可能返回 null,表示取不到有效值。
5305
5296
  # @type InstanceViolationDetail: :class:`Tencentcloud::Lighthouse.v20200324.models.InstanceViolationDetail`
5306
5297
 
5307
5298
  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, :SupportIpv6Detail, :PublicIpv6Addresses, :InitInvocationId, :InstanceViolationDetail
@@ -5422,7 +5413,6 @@ module TencentCloud
5422
5413
  # 实例操作限制列表。
5423
5414
  class InstanceDeniedActions < TencentCloud::Common::AbstractModel
5424
5415
  # @param InstanceId: 实例 ID。
5425
- # 注意:此字段可能返回 null,表示取不到有效值。
5426
5416
  # @type InstanceId: String
5427
5417
  # @param DeniedActions: 操作限制列表。
5428
5418
  # @type DeniedActions: Array
@@ -5478,7 +5468,6 @@ module TencentCloud
5478
5468
  # @param DiscountPrice: 折后价。
5479
5469
  # @type DiscountPrice: Float
5480
5470
  # @param Currency: 价格货币单位。取值范围CNY:人民币。USD:美元。
5481
- # 注意:此字段可能返回 null,表示取不到有效值。
5482
5471
  # @type Currency: String
5483
5472
 
5484
5473
  attr_accessor :OriginalBundlePrice, :OriginalPrice, :Discount, :DiscountPrice, :Currency
@@ -5503,10 +5492,8 @@ module TencentCloud
5503
5492
  # 实例价格详细信息
5504
5493
  class InstancePriceDetail < TencentCloud::Common::AbstractModel
5505
5494
  # @param InstanceId: 实例ID。
5506
- # 注意:此字段可能返回 null,表示取不到有效值。
5507
5495
  # @type InstanceId: String
5508
5496
  # @param InstancePrice: 询价信息。
5509
- # 注意:此字段可能返回 null,表示取不到有效值。
5510
5497
  # @type InstancePrice: :class:`Tencentcloud::Lighthouse.v20200324.models.InstancePrice`
5511
5498
  # @param DiscountDetail: 折扣梯度详情,每个梯度包含的信息有:时长,折扣数,总价,折扣价,折扣详情(用户折扣、官网折扣、最终折扣)。
5512
5499
  # @type DiscountDetail: Array
@@ -5725,7 +5712,6 @@ module TencentCloud
5725
5712
  # @param PublicKey: 密钥对的纯文本公钥。
5726
5713
  # @type PublicKey: String
5727
5714
  # @param AssociatedInstanceIds: 密钥对关联的实例 ID 列表。
5728
- # 注意:此字段可能返回 null,表示取不到有效值。
5729
5715
  # @type AssociatedInstanceIds: Array
5730
5716
  # @param CreatedTime: 创建时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ
5731
5717
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -5860,7 +5846,6 @@ module TencentCloud
5860
5846
  # @param Bundle: 套餐信息。
5861
5847
  # @type Bundle: :class:`Tencentcloud::Lighthouse.v20200324.models.Bundle`
5862
5848
  # @param NotSupportModifyMessage: 不支持套餐变更原因信息。变更套餐状态为"AVAILABLE"时, 该信息为空
5863
- # 注意:此字段可能返回 null,表示取不到有效值。
5864
5849
  # @type NotSupportModifyMessage: String
5865
5850
 
5866
5851
  attr_accessor :ModifyPrice, :ModifyBundleState, :Bundle, :NotSupportModifyMessage
@@ -7282,20 +7267,16 @@ module TencentCloud
7282
7267
  # @type Percent: Integer
7283
7268
  # @param LatestOperation: 快照的最新操作,只有创建、回滚快照时记录。
7284
7269
  # 取值如 CreateInstanceSnapshot,RollbackInstanceSnapshot。
7285
- # 注意:此字段可能返回 null,表示取不到有效值。
7286
7270
  # @type LatestOperation: String
7287
7271
  # @param LatestOperationState: 快照的最新操作状态,只有创建、回滚快照时记录。
7288
7272
  # 取值范围:
7289
7273
  # <li>SUCCESS:表示操作成功</li>
7290
7274
  # <li>OPERATING:表示操作执行中</li>
7291
7275
  # <li>FAILED:表示操作失败</li>
7292
- # 注意:此字段可能返回 null,表示取不到有效值。
7293
7276
  # @type LatestOperationState: String
7294
7277
  # @param LatestOperationRequestId: 快照最新操作的唯一请求 ID,只有创建、回滚快照时记录。
7295
- # 注意:此字段可能返回 null,表示取不到有效值。
7296
7278
  # @type LatestOperationRequestId: String
7297
7279
  # @param CreatedTime: 快照的创建时间。
7298
- # 注意:此字段可能返回 null,表示取不到有效值。
7299
7280
  # @type CreatedTime: String
7300
7281
 
7301
7282
  attr_accessor :SnapshotId, :DiskUsage, :DiskId, :DiskSize, :SnapshotName, :SnapshotState, :Percent, :LatestOperation, :LatestOperationState, :LatestOperationRequestId, :CreatedTime
@@ -7721,10 +7702,8 @@ module TencentCloud
7721
7702
  # 总计价格信息
7722
7703
  class TotalPrice < TencentCloud::Common::AbstractModel
7723
7704
  # @param OriginalPrice: 原始总计价格。
7724
- # 注意:此字段可能返回 null,表示取不到有效值。
7725
7705
  # @type OriginalPrice: Float
7726
7706
  # @param DiscountPrice: 折扣总计价格。
7727
- # 注意:此字段可能返回 null,表示取不到有效值。
7728
7707
  # @type DiscountPrice: Float
7729
7708
 
7730
7709
  attr_accessor :OriginalPrice, :DiscountPrice
@@ -7754,15 +7733,12 @@ module TencentCloud
7754
7733
  # @type TrafficOverflow: Integer
7755
7734
  # @param StartTime: 流量包生效周期开始时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
7756
7735
  # 格式为: YYYY-MM-DDThh:mm:ssZ。
7757
- # 注意:此字段可能返回 null,表示取不到有效值。
7758
7736
  # @type StartTime: String
7759
7737
  # @param EndTime: 流量包生效周期结束时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
7760
7738
  # 格式为: YYYY-MM-DDThh:mm:ssZ。
7761
- # 注意:此字段可能返回 null,表示取不到有效值。
7762
7739
  # @type EndTime: String
7763
7740
  # @param Deadline: 流量包到期时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
7764
7741
  # 格式为: YYYY-MM-DDThh:mm:ssZ。
7765
- # 注意:此字段可能返回 null,表示取不到有效值。
7766
7742
  # @type Deadline: String
7767
7743
  # @param Status: 流量包状态:
7768
7744
  # <li>NETWORK_NORMAL:正常</li>
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.999
4
+ version: 3.0.1001
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-02-16 00:00:00.000000000 Z
11
+ date: 2025-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common