tencentcloud-sdk-cdc 3.0.1019 → 3.0.1020

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/v20201214/models.rb +13 -39
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a4dd20cae68da0f26308c48a6341e1b69050bc18
4
- data.tar.gz: 60d20c04df92336353bb77abcb9e09e3af3a5cbc
3
+ metadata.gz: e5fcfd6824f761db0c775afe889dc27e95debda3
4
+ data.tar.gz: b1e3ec0b732ca7236fbb1683a6062156066a3b6b
5
5
  SHA512:
6
- metadata.gz: 6da1ef881b6cfae6e74f9b57e8ed488762f043cf1f0943a748cb66d00f336d7e7c2129f5f1d31e84209c76458734ab7aec17833ceb956c68b946333c5a0fd22f
7
- data.tar.gz: 02bbeab6a0c1e73b349ff020bf2178947e11ae2427312c891cb1f376649647e89c81380694af9350d01edfa8a15b9e3de23c150ae09902e8d5c0e1d4537a1c20
6
+ metadata.gz: e44cb118b8eb495254fce270858e6821a6efd89fc2088b822a50c8bfaa9bc21f578d2a830d0a5982d07b895366a175ef8f6ba29e71bb9435eb7ccdd62f500240
7
+ data.tar.gz: e1acc38bad601437bc9d229718bb4f91ceeb1cef940c9ad903b019122f904d45e942d401385493dd8f221e6fe0856bf2e1640ca7aacd0962654d568dbe50ac58
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1019
1
+ 3.0.1020
@@ -338,7 +338,6 @@ module TencentCloud
338
338
  # @param Zone: 专用集群所属可用区名称。
339
339
  # @type Zone: String
340
340
  # @param Description: 专用集群的描述。
341
- # 注意:此字段可能返回 null,表示取不到有效值。
342
341
  # @type Description: String
343
342
  # @param Name: 专用集群的名称。
344
343
  # @type Name: String
@@ -348,10 +347,12 @@ module TencentCloud
348
347
  # @type CreateTime: String
349
348
  # @param SiteId: 专用集群所属的站点id。
350
349
  # @type SiteId: String
350
+ # @param RunningStatus: 专用集群的运营状态
351
+ # @type RunningStatus: String
351
352
 
352
- attr_accessor :DedicatedClusterId, :Zone, :Description, :Name, :LifecycleStatus, :CreateTime, :SiteId
353
+ attr_accessor :DedicatedClusterId, :Zone, :Description, :Name, :LifecycleStatus, :CreateTime, :SiteId, :RunningStatus
353
354
 
354
- def initialize(dedicatedclusterid=nil, zone=nil, description=nil, name=nil, lifecyclestatus=nil, createtime=nil, siteid=nil)
355
+ def initialize(dedicatedclusterid=nil, zone=nil, description=nil, name=nil, lifecyclestatus=nil, createtime=nil, siteid=nil, runningstatus=nil)
355
356
  @DedicatedClusterId = dedicatedclusterid
356
357
  @Zone = zone
357
358
  @Description = description
@@ -359,6 +360,7 @@ module TencentCloud
359
360
  @LifecycleStatus = lifecyclestatus
360
361
  @CreateTime = createtime
361
362
  @SiteId = siteid
363
+ @RunningStatus = runningstatus
362
364
  end
363
365
 
364
366
  def deserialize(params)
@@ -369,6 +371,7 @@ module TencentCloud
369
371
  @LifecycleStatus = params['LifecycleStatus']
370
372
  @CreateTime = params['CreateTime']
371
373
  @SiteId = params['SiteId']
374
+ @RunningStatus = params['RunningStatus']
372
375
  end
373
376
  end
374
377
 
@@ -469,45 +472,43 @@ module TencentCloud
469
472
  # @param Action: 订单类型,创建CREATE或扩容EXTEND
470
473
  # @type Action: String
471
474
  # @param DedicatedClusterOrderItems: 子订单详情列表
472
- # 注意:此字段可能返回 null,表示取不到有效值。
473
475
  # @type DedicatedClusterOrderItems: Array
474
476
  # @param Cpu: cpu值
475
- # 注意:此字段可能返回 null,表示取不到有效值。
476
477
  # @type Cpu: Integer
477
478
  # @param Mem: mem值
478
- # 注意:此字段可能返回 null,表示取不到有效值。
479
479
  # @type Mem: Integer
480
480
  # @param Gpu: gpu值
481
- # 注意:此字段可能返回 null,表示取不到有效值。
482
481
  # @type Gpu: Integer
483
482
  # @param PayStatus: 0代表未支付,1代表已支付
484
- # 注意:此字段可能返回 null,表示取不到有效值。
485
483
  # @type PayStatus: Integer
486
484
  # @param PayType: 支付方式,一次性、按月、按年
487
- # 注意:此字段可能返回 null,表示取不到有效值。
488
485
  # @type PayType: String
489
486
  # @param TimeUnit: 购买时长的单位
490
- # 注意:此字段可能返回 null,表示取不到有效值。
491
487
  # @type TimeUnit: String
492
488
  # @param TimeSpan: 购买时长
493
- # 注意:此字段可能返回 null,表示取不到有效值。
494
489
  # @type TimeSpan: Integer
495
490
  # @param OrderType: 订单类型
496
- # 注意:此字段可能返回 null,表示取不到有效值。
497
491
  # @type OrderType: String
498
492
  # @param CheckStatus: 验收状态
493
+ # 注意:此字段可能返回 null,表示取不到有效值。
499
494
  # @type CheckStatus: String
500
495
  # @param DeliverExpectTime: 交付预期时间
496
+ # 注意:此字段可能返回 null,表示取不到有效值。
501
497
  # @type DeliverExpectTime: String
502
498
  # @param DeliverFinishTime: 交付实际完成时间
499
+ # 注意:此字段可能返回 null,表示取不到有效值。
503
500
  # @type DeliverFinishTime: String
504
501
  # @param CheckExpectTime: 验收预期时间
502
+ # 注意:此字段可能返回 null,表示取不到有效值。
505
503
  # @type CheckExpectTime: String
506
504
  # @param CheckFinishTime: 验收实际完成时间
505
+ # 注意:此字段可能返回 null,表示取不到有效值。
507
506
  # @type CheckFinishTime: String
508
507
  # @param OrderSLA: 订单SLA
508
+ # 注意:此字段可能返回 null,表示取不到有效值。
509
509
  # @type OrderSLA: String
510
510
  # @param OrderPayPlan: 订单支付计划
511
+ # 注意:此字段可能返回 null,表示取不到有效值。
511
512
  # @type OrderPayPlan: String
512
513
 
513
514
  attr_accessor :DedicatedClusterId, :DedicatedClusterTypeId, :SupportedStorageType, :SupportedUplinkSpeed, :SupportedInstanceFamily, :Weight, :PowerDraw, :OrderStatus, :CreateTime, :DedicatedClusterOrderId, :Action, :DedicatedClusterOrderItems, :Cpu, :Mem, :Gpu, :PayStatus, :PayType, :TimeUnit, :TimeSpan, :OrderType, :CheckStatus, :DeliverExpectTime, :DeliverFinishTime, :CheckExpectTime, :CheckFinishTime, :OrderSLA, :OrderPayPlan
@@ -615,13 +616,10 @@ module TencentCloud
615
616
  # @param TypeName: 规格英文名
616
617
  # @type TypeName: String
617
618
  # @param ComputeFormat: 规格展示
618
- # 注意:此字段可能返回 null,表示取不到有效值。
619
619
  # @type ComputeFormat: String
620
620
  # @param TypeFamily: 规格类型
621
- # 注意:此字段可能返回 null,表示取不到有效值。
622
621
  # @type TypeFamily: String
623
622
  # @param SubOrderPayStatus: 0未支付,1已支付
624
- # 注意:此字段可能返回 null,表示取不到有效值。
625
623
  # @type SubOrderPayStatus: Integer
626
624
 
627
625
  attr_accessor :DedicatedClusterTypeId, :SupportedStorageType, :SupportedUplinkSpeed, :SupportedInstanceFamily, :Weight, :PowerDraw, :SubOrderStatus, :CreateTime, :SubOrderId, :Count, :Name, :Description, :TotalCpu, :TotalMem, :TotalGpu, :TypeName, :ComputeFormat, :TypeFamily, :SubOrderPayStatus
@@ -676,7 +674,6 @@ module TencentCloud
676
674
  # @param DedicatedClusterTypeId: 配置id
677
675
  # @type DedicatedClusterTypeId: String
678
676
  # @param Description: 配置描述,对应描述
679
- # 注意:此字段可能返回 null,表示取不到有效值。
680
677
  # @type Description: String
681
678
  # @param Name: 配置名称,对应计算资源类型
682
679
  # @type Name: String
@@ -1609,7 +1606,6 @@ module TencentCloud
1609
1606
  # @param ExpireTime: 到期时间
1610
1607
  # @type ExpireTime: String
1611
1608
  # @param HostId: 宿主机id
1612
- # 注意:此字段可能返回 null,表示取不到有效值。
1613
1609
  # @type HostId: String
1614
1610
 
1615
1611
  attr_accessor :HostIp, :ServiceType, :HostStatus, :HostType, :CpuAvailable, :CpuTotal, :MemAvailable, :MemTotal, :RunTime, :ExpireTime, :HostId
@@ -1718,10 +1714,8 @@ module TencentCloud
1718
1714
  # 入带宽数据
1719
1715
  class InBandwidth < TencentCloud::Common::AbstractModel
1720
1716
  # @param Timestamps: 时间戳
1721
- # 注意:此字段可能返回 null,表示取不到有效值。
1722
1717
  # @type Timestamps: Array
1723
1718
  # @param Values: 时间对应的值
1724
- # 注意:此字段可能返回 null,表示取不到有效值。
1725
1719
  # @type Values: Array
1726
1720
 
1727
1721
  attr_accessor :Timestamps, :Values
@@ -1740,16 +1734,12 @@ module TencentCloud
1740
1734
  # 本地网络信息
1741
1735
  class LocalNetInfo < TencentCloud::Common::AbstractModel
1742
1736
  # @param Protocol: 协议
1743
- # 注意:此字段可能返回 null,表示取不到有效值。
1744
1737
  # @type Protocol: String
1745
1738
  # @param VpcId: 网络id
1746
- # 注意:此字段可能返回 null,表示取不到有效值。
1747
1739
  # @type VpcId: String
1748
1740
  # @param BGPRoute: 路由信息
1749
- # 注意:此字段可能返回 null,表示取不到有效值。
1750
1741
  # @type BGPRoute: String
1751
1742
  # @param LocalIp: 本地IP
1752
- # 注意:此字段可能返回 null,表示取不到有效值。
1753
1743
  # @type LocalIp: String
1754
1744
 
1755
1745
  attr_accessor :Protocol, :VpcId, :BGPRoute, :LocalIp
@@ -2020,10 +2010,8 @@ module TencentCloud
2020
2010
  # 出带宽数据。
2021
2011
  class OutBandwidth < TencentCloud::Common::AbstractModel
2022
2012
  # @param Timestamps: 时间戳
2023
- # 注意:此字段可能返回 null,表示取不到有效值。
2024
2013
  # @type Timestamps: Array
2025
2014
  # @param Values: 对应时间的值
2026
- # 注意:此字段可能返回 null,表示取不到有效值。
2027
2015
  # @type Values: Array
2028
2016
 
2029
2017
  attr_accessor :Timestamps, :Values
@@ -2069,40 +2057,28 @@ module TencentCloud
2069
2057
  # 云硬盘的仓库级别信息
2070
2058
  class SetInfo < TencentCloud::Common::AbstractModel
2071
2059
  # @param SetId: 云硬盘仓库id
2072
- # 注意:此字段可能返回 null,表示取不到有效值。
2073
2060
  # @type SetId: String
2074
2061
  # @param SetName: 云硬盘仓库名称
2075
- # 注意:此字段可能返回 null,表示取不到有效值。
2076
2062
  # @type SetName: String
2077
2063
  # @param SetType: 云硬盘仓库类型
2078
- # 注意:此字段可能返回 null,表示取不到有效值。
2079
2064
  # @type SetType: String
2080
2065
  # @param SetSize: 云硬盘仓库容量
2081
- # 注意:此字段可能返回 null,表示取不到有效值。
2082
2066
  # @type SetSize: Float
2083
2067
  # @param SetStatus: 云硬盘仓库状态
2084
- # 注意:此字段可能返回 null,表示取不到有效值。
2085
2068
  # @type SetStatus: String
2086
2069
  # @param CreateTime: 云硬盘仓库创建时间
2087
- # 注意:此字段可能返回 null,表示取不到有效值。
2088
2070
  # @type CreateTime: String
2089
2071
  # @param ReadTraffic: 读流量
2090
- # 注意:此字段可能返回 null,表示取不到有效值。
2091
2072
  # @type ReadTraffic: :class:`Tencentcloud::Cdc.v20201214.models.DetailData`
2092
2073
  # @param WriteTraffic: 写流量
2093
- # 注意:此字段可能返回 null,表示取不到有效值。
2094
2074
  # @type WriteTraffic: :class:`Tencentcloud::Cdc.v20201214.models.DetailData`
2095
2075
  # @param ReadIO: 读IO
2096
- # 注意:此字段可能返回 null,表示取不到有效值。
2097
2076
  # @type ReadIO: :class:`Tencentcloud::Cdc.v20201214.models.DetailData`
2098
2077
  # @param WriteIO: 写IO
2099
- # 注意:此字段可能返回 null,表示取不到有效值。
2100
2078
  # @type WriteIO: :class:`Tencentcloud::Cdc.v20201214.models.DetailData`
2101
2079
  # @param Await: 平均等待时间
2102
- # 注意:此字段可能返回 null,表示取不到有效值。
2103
2080
  # @type Await: :class:`Tencentcloud::Cdc.v20201214.models.DetailData`
2104
2081
  # @param Util: 利用率
2105
- # 注意:此字段可能返回 null,表示取不到有效值。
2106
2082
  # @type Util: :class:`Tencentcloud::Cdc.v20201214.models.DetailData`
2107
2083
 
2108
2084
  attr_accessor :SetId, :SetName, :SetType, :SetSize, :SetStatus, :CreateTime, :ReadTraffic, :WriteTraffic, :ReadIO, :WriteIO, :Await, :Util
@@ -2163,7 +2139,6 @@ module TencentCloud
2163
2139
  # @param SiteId: 站点id
2164
2140
  # @type SiteId: String
2165
2141
  # @param Description: 站点描述
2166
- # 注意:此字段可能返回 null,表示取不到有效值。
2167
2142
  # @type Description: String
2168
2143
  # @param CreateTime: 站点创建时间
2169
2144
  # @type CreateTime: String
@@ -2304,7 +2279,6 @@ module TencentCloud
2304
2279
  # VPN网关的流量监控数据。
2305
2280
  class VpngwBandwidthData < TencentCloud::Common::AbstractModel
2306
2281
  # @param OutBandwidth: 出带宽流量
2307
- # 注意:此字段可能返回 null,表示取不到有效值。
2308
2282
  # @type OutBandwidth: :class:`Tencentcloud::Cdc.v20201214.models.OutBandwidth`
2309
2283
  # @param InBandwidth: 入带宽流量
2310
2284
  # @type InBandwidth: :class:`Tencentcloud::Cdc.v20201214.models.InBandwidth`
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cdc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1019
4
+ version: 3.0.1020
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-03-14 00:00:00.000000000 Z
11
+ date: 2025-03-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common