tencentcloud-sdk-cdc 3.0.1019 → 3.0.1021
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/v20201214/models.rb +13 -45
- 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: 2442d5e541ebd791c34142820743edef4bd550a5
|
4
|
+
data.tar.gz: c4324a19c7e0d476ef64320ed070303e788e520f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 936efb7a3a7e84fc09d30c885d91fbf4ba8126452c2f3d1967f8c63ad418f151193ca45e8268c77857141ae184a9df06613dd61652b966497ef4fe0f12db0928
|
7
|
+
data.tar.gz: 4abe64982eb77a4dd4b66b5898c4562b3e0ecb100f2472476b45d2c1809096a5eecf1fbc5a44fc999d9fe1441192ef685f3780799419ded6698f9271d23e3aa4
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1021
|
data/lib/v20201214/models.rb
CHANGED
@@ -133,7 +133,6 @@ module TencentCloud
|
|
133
133
|
# CreateDedicatedClusterOrder返回参数结构体
|
134
134
|
class CreateDedicatedClusterOrderResponse < TencentCloud::Common::AbstractModel
|
135
135
|
# @param DedicatedClusterOrderId: 专用集群订单id
|
136
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
137
136
|
# @type DedicatedClusterOrderId: String
|
138
137
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
139
138
|
# @type RequestId: String
|
@@ -338,7 +337,6 @@ module TencentCloud
|
|
338
337
|
# @param Zone: 专用集群所属可用区名称。
|
339
338
|
# @type Zone: String
|
340
339
|
# @param Description: 专用集群的描述。
|
341
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
342
340
|
# @type Description: String
|
343
341
|
# @param Name: 专用集群的名称。
|
344
342
|
# @type Name: String
|
@@ -348,10 +346,12 @@ module TencentCloud
|
|
348
346
|
# @type CreateTime: String
|
349
347
|
# @param SiteId: 专用集群所属的站点id。
|
350
348
|
# @type SiteId: String
|
349
|
+
# @param RunningStatus: 专用集群的运营状态
|
350
|
+
# @type RunningStatus: String
|
351
351
|
|
352
|
-
attr_accessor :DedicatedClusterId, :Zone, :Description, :Name, :LifecycleStatus, :CreateTime, :SiteId
|
352
|
+
attr_accessor :DedicatedClusterId, :Zone, :Description, :Name, :LifecycleStatus, :CreateTime, :SiteId, :RunningStatus
|
353
353
|
|
354
|
-
def initialize(dedicatedclusterid=nil, zone=nil, description=nil, name=nil, lifecyclestatus=nil, createtime=nil, siteid=nil)
|
354
|
+
def initialize(dedicatedclusterid=nil, zone=nil, description=nil, name=nil, lifecyclestatus=nil, createtime=nil, siteid=nil, runningstatus=nil)
|
355
355
|
@DedicatedClusterId = dedicatedclusterid
|
356
356
|
@Zone = zone
|
357
357
|
@Description = description
|
@@ -359,6 +359,7 @@ module TencentCloud
|
|
359
359
|
@LifecycleStatus = lifecyclestatus
|
360
360
|
@CreateTime = createtime
|
361
361
|
@SiteId = siteid
|
362
|
+
@RunningStatus = runningstatus
|
362
363
|
end
|
363
364
|
|
364
365
|
def deserialize(params)
|
@@ -369,6 +370,7 @@ module TencentCloud
|
|
369
370
|
@LifecycleStatus = params['LifecycleStatus']
|
370
371
|
@CreateTime = params['CreateTime']
|
371
372
|
@SiteId = params['SiteId']
|
373
|
+
@RunningStatus = params['RunningStatus']
|
372
374
|
end
|
373
375
|
end
|
374
376
|
|
@@ -469,45 +471,43 @@ module TencentCloud
|
|
469
471
|
# @param Action: 订单类型,创建CREATE或扩容EXTEND
|
470
472
|
# @type Action: String
|
471
473
|
# @param DedicatedClusterOrderItems: 子订单详情列表
|
472
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
473
474
|
# @type DedicatedClusterOrderItems: Array
|
474
475
|
# @param Cpu: cpu值
|
475
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
476
476
|
# @type Cpu: Integer
|
477
477
|
# @param Mem: mem值
|
478
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
479
478
|
# @type Mem: Integer
|
480
479
|
# @param Gpu: gpu值
|
481
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
482
480
|
# @type Gpu: Integer
|
483
481
|
# @param PayStatus: 0代表未支付,1代表已支付
|
484
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
485
482
|
# @type PayStatus: Integer
|
486
483
|
# @param PayType: 支付方式,一次性、按月、按年
|
487
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
488
484
|
# @type PayType: String
|
489
485
|
# @param TimeUnit: 购买时长的单位
|
490
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
491
486
|
# @type TimeUnit: String
|
492
487
|
# @param TimeSpan: 购买时长
|
493
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
494
488
|
# @type TimeSpan: Integer
|
495
489
|
# @param OrderType: 订单类型
|
496
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
497
490
|
# @type OrderType: String
|
498
491
|
# @param CheckStatus: 验收状态
|
492
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
499
493
|
# @type CheckStatus: String
|
500
494
|
# @param DeliverExpectTime: 交付预期时间
|
495
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
501
496
|
# @type DeliverExpectTime: String
|
502
497
|
# @param DeliverFinishTime: 交付实际完成时间
|
498
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
503
499
|
# @type DeliverFinishTime: String
|
504
500
|
# @param CheckExpectTime: 验收预期时间
|
501
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
505
502
|
# @type CheckExpectTime: String
|
506
503
|
# @param CheckFinishTime: 验收实际完成时间
|
504
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
507
505
|
# @type CheckFinishTime: String
|
508
506
|
# @param OrderSLA: 订单SLA
|
507
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
509
508
|
# @type OrderSLA: String
|
510
509
|
# @param OrderPayPlan: 订单支付计划
|
510
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
511
511
|
# @type OrderPayPlan: String
|
512
512
|
|
513
513
|
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 +615,10 @@ module TencentCloud
|
|
615
615
|
# @param TypeName: 规格英文名
|
616
616
|
# @type TypeName: String
|
617
617
|
# @param ComputeFormat: 规格展示
|
618
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
619
618
|
# @type ComputeFormat: String
|
620
619
|
# @param TypeFamily: 规格类型
|
621
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
622
620
|
# @type TypeFamily: String
|
623
621
|
# @param SubOrderPayStatus: 0未支付,1已支付
|
624
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
625
622
|
# @type SubOrderPayStatus: Integer
|
626
623
|
|
627
624
|
attr_accessor :DedicatedClusterTypeId, :SupportedStorageType, :SupportedUplinkSpeed, :SupportedInstanceFamily, :Weight, :PowerDraw, :SubOrderStatus, :CreateTime, :SubOrderId, :Count, :Name, :Description, :TotalCpu, :TotalMem, :TotalGpu, :TypeName, :ComputeFormat, :TypeFamily, :SubOrderPayStatus
|
@@ -676,7 +673,6 @@ module TencentCloud
|
|
676
673
|
# @param DedicatedClusterTypeId: 配置id
|
677
674
|
# @type DedicatedClusterTypeId: String
|
678
675
|
# @param Description: 配置描述,对应描述
|
679
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
680
676
|
# @type Description: String
|
681
677
|
# @param Name: 配置名称,对应计算资源类型
|
682
678
|
# @type Name: String
|
@@ -1004,7 +1000,6 @@ module TencentCloud
|
|
1004
1000
|
# DescribeDedicatedClusterHosts返回参数结构体
|
1005
1001
|
class DescribeDedicatedClusterHostsResponse < TencentCloud::Common::AbstractModel
|
1006
1002
|
# @param HostInfoSet: 宿主机信息
|
1007
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1008
1003
|
# @type HostInfoSet: Array
|
1009
1004
|
# @param TotalCount: 宿主机总数
|
1010
1005
|
# @type TotalCount: Integer
|
@@ -1170,16 +1165,12 @@ module TencentCloud
|
|
1170
1165
|
# @param HostCount: 宿主机数量
|
1171
1166
|
# @type HostCount: Integer
|
1172
1167
|
# @param VpnConnectionState: vpn通道状态
|
1173
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1174
1168
|
# @type VpnConnectionState: String
|
1175
1169
|
# @param VpngwBandwidthData: vpn网关监控数据
|
1176
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1177
1170
|
# @type VpngwBandwidthData: :class:`Tencentcloud::Cdc.v20201214.models.VpngwBandwidthData`
|
1178
1171
|
# @param LocalNetInfo: 本地网关信息
|
1179
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1180
1172
|
# @type LocalNetInfo: :class:`Tencentcloud::Cdc.v20201214.models.LocalNetInfo`
|
1181
1173
|
# @param VpnConnectionBandwidthData: vpn网关通道监控数据
|
1182
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1183
1174
|
# @type VpnConnectionBandwidthData: Array
|
1184
1175
|
# @param HostDetailInfo: 宿主机资源概览信息
|
1185
1176
|
# @type HostDetailInfo: Array
|
@@ -1609,7 +1600,6 @@ module TencentCloud
|
|
1609
1600
|
# @param ExpireTime: 到期时间
|
1610
1601
|
# @type ExpireTime: String
|
1611
1602
|
# @param HostId: 宿主机id
|
1612
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1613
1603
|
# @type HostId: String
|
1614
1604
|
|
1615
1605
|
attr_accessor :HostIp, :ServiceType, :HostStatus, :HostType, :CpuAvailable, :CpuTotal, :MemAvailable, :MemTotal, :RunTime, :ExpireTime, :HostId
|
@@ -1718,10 +1708,8 @@ module TencentCloud
|
|
1718
1708
|
# 入带宽数据
|
1719
1709
|
class InBandwidth < TencentCloud::Common::AbstractModel
|
1720
1710
|
# @param Timestamps: 时间戳
|
1721
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1722
1711
|
# @type Timestamps: Array
|
1723
1712
|
# @param Values: 时间对应的值
|
1724
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1725
1713
|
# @type Values: Array
|
1726
1714
|
|
1727
1715
|
attr_accessor :Timestamps, :Values
|
@@ -1740,16 +1728,12 @@ module TencentCloud
|
|
1740
1728
|
# 本地网络信息
|
1741
1729
|
class LocalNetInfo < TencentCloud::Common::AbstractModel
|
1742
1730
|
# @param Protocol: 协议
|
1743
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1744
1731
|
# @type Protocol: String
|
1745
1732
|
# @param VpcId: 网络id
|
1746
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1747
1733
|
# @type VpcId: String
|
1748
1734
|
# @param BGPRoute: 路由信息
|
1749
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1750
1735
|
# @type BGPRoute: String
|
1751
1736
|
# @param LocalIp: 本地IP
|
1752
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1753
1737
|
# @type LocalIp: String
|
1754
1738
|
|
1755
1739
|
attr_accessor :Protocol, :VpcId, :BGPRoute, :LocalIp
|
@@ -2020,10 +2004,8 @@ module TencentCloud
|
|
2020
2004
|
# 出带宽数据。
|
2021
2005
|
class OutBandwidth < TencentCloud::Common::AbstractModel
|
2022
2006
|
# @param Timestamps: 时间戳
|
2023
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2024
2007
|
# @type Timestamps: Array
|
2025
2008
|
# @param Values: 对应时间的值
|
2026
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2027
2009
|
# @type Values: Array
|
2028
2010
|
|
2029
2011
|
attr_accessor :Timestamps, :Values
|
@@ -2069,40 +2051,28 @@ module TencentCloud
|
|
2069
2051
|
# 云硬盘的仓库级别信息
|
2070
2052
|
class SetInfo < TencentCloud::Common::AbstractModel
|
2071
2053
|
# @param SetId: 云硬盘仓库id
|
2072
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2073
2054
|
# @type SetId: String
|
2074
2055
|
# @param SetName: 云硬盘仓库名称
|
2075
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2076
2056
|
# @type SetName: String
|
2077
2057
|
# @param SetType: 云硬盘仓库类型
|
2078
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2079
2058
|
# @type SetType: String
|
2080
2059
|
# @param SetSize: 云硬盘仓库容量
|
2081
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2082
2060
|
# @type SetSize: Float
|
2083
2061
|
# @param SetStatus: 云硬盘仓库状态
|
2084
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2085
2062
|
# @type SetStatus: String
|
2086
2063
|
# @param CreateTime: 云硬盘仓库创建时间
|
2087
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2088
2064
|
# @type CreateTime: String
|
2089
2065
|
# @param ReadTraffic: 读流量
|
2090
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2091
2066
|
# @type ReadTraffic: :class:`Tencentcloud::Cdc.v20201214.models.DetailData`
|
2092
2067
|
# @param WriteTraffic: 写流量
|
2093
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2094
2068
|
# @type WriteTraffic: :class:`Tencentcloud::Cdc.v20201214.models.DetailData`
|
2095
2069
|
# @param ReadIO: 读IO
|
2096
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2097
2070
|
# @type ReadIO: :class:`Tencentcloud::Cdc.v20201214.models.DetailData`
|
2098
2071
|
# @param WriteIO: 写IO
|
2099
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2100
2072
|
# @type WriteIO: :class:`Tencentcloud::Cdc.v20201214.models.DetailData`
|
2101
2073
|
# @param Await: 平均等待时间
|
2102
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2103
2074
|
# @type Await: :class:`Tencentcloud::Cdc.v20201214.models.DetailData`
|
2104
2075
|
# @param Util: 利用率
|
2105
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2106
2076
|
# @type Util: :class:`Tencentcloud::Cdc.v20201214.models.DetailData`
|
2107
2077
|
|
2108
2078
|
attr_accessor :SetId, :SetName, :SetType, :SetSize, :SetStatus, :CreateTime, :ReadTraffic, :WriteTraffic, :ReadIO, :WriteIO, :Await, :Util
|
@@ -2163,7 +2133,6 @@ module TencentCloud
|
|
2163
2133
|
# @param SiteId: 站点id
|
2164
2134
|
# @type SiteId: String
|
2165
2135
|
# @param Description: 站点描述
|
2166
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2167
2136
|
# @type Description: String
|
2168
2137
|
# @param CreateTime: 站点创建时间
|
2169
2138
|
# @type CreateTime: String
|
@@ -2304,7 +2273,6 @@ module TencentCloud
|
|
2304
2273
|
# VPN网关的流量监控数据。
|
2305
2274
|
class VpngwBandwidthData < TencentCloud::Common::AbstractModel
|
2306
2275
|
# @param OutBandwidth: 出带宽流量
|
2307
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2308
2276
|
# @type OutBandwidth: :class:`Tencentcloud::Cdc.v20201214.models.OutBandwidth`
|
2309
2277
|
# @param InBandwidth: 入带宽流量
|
2310
2278
|
# @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.
|
4
|
+
version: 3.0.1021
|
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-
|
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
|