tencentcloud-sdk-cdc 3.0.865 → 3.0.866
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 +43 -4
- 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: 48aa2e1d699c4a675a41205b7dfe04ae30095eb6
|
4
|
+
data.tar.gz: d3a6085e017c4d5d6e231510cba87529bb70af59
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 02a474726cee40a1290fcffe3541024c0d293eceaffd28cf6c9379f67122b123364389bae16916ce0acc06d54b9babf49e18516c31b592e488e0db64d24f3752
|
7
|
+
data.tar.gz: d03d5198aa7904c8709a485dd4c59e2f890cacf225686d7361e074e1ba6a8112056219bd8a29c6c6c2f2ef79b78d80200ce7cb5e819bb8b7c113b0ca56246437
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.866
|
data/lib/v20201214/models.rb
CHANGED
@@ -495,10 +495,31 @@ module TencentCloud
|
|
495
495
|
# @param OrderType: 订单类型
|
496
496
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
497
497
|
# @type OrderType: String
|
498
|
+
# @param CheckStatus: 验收状态
|
499
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
500
|
+
# @type CheckStatus: String
|
501
|
+
# @param DeliverExpectTime: 交付预期时间
|
502
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
503
|
+
# @type DeliverExpectTime: String
|
504
|
+
# @param DeliverFinishTime: 交付实际完成时间
|
505
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
506
|
+
# @type DeliverFinishTime: String
|
507
|
+
# @param CheckExpectTime: 验收预期时间
|
508
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
509
|
+
# @type CheckExpectTime: String
|
510
|
+
# @param CheckFinishTime: 验收实际完成时间
|
511
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
512
|
+
# @type CheckFinishTime: String
|
513
|
+
# @param OrderSLA: 订单SLA
|
514
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
515
|
+
# @type OrderSLA: String
|
516
|
+
# @param OrderPayPlan: 订单支付计划
|
517
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
518
|
+
# @type OrderPayPlan: String
|
498
519
|
|
499
|
-
attr_accessor :DedicatedClusterId, :DedicatedClusterTypeId, :SupportedStorageType, :SupportedUplinkSpeed, :SupportedInstanceFamily, :Weight, :PowerDraw, :OrderStatus, :CreateTime, :DedicatedClusterOrderId, :Action, :DedicatedClusterOrderItems, :Cpu, :Mem, :Gpu, :PayStatus, :PayType, :TimeUnit, :TimeSpan, :OrderType
|
520
|
+
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
|
500
521
|
|
501
|
-
def initialize(dedicatedclusterid=nil, dedicatedclustertypeid=nil, supportedstoragetype=nil, supporteduplinkspeed=nil, supportedinstancefamily=nil, weight=nil, powerdraw=nil, orderstatus=nil, createtime=nil, dedicatedclusterorderid=nil, action=nil, dedicatedclusterorderitems=nil, cpu=nil, mem=nil, gpu=nil, paystatus=nil, paytype=nil, timeunit=nil, timespan=nil, ordertype=nil)
|
522
|
+
def initialize(dedicatedclusterid=nil, dedicatedclustertypeid=nil, supportedstoragetype=nil, supporteduplinkspeed=nil, supportedinstancefamily=nil, weight=nil, powerdraw=nil, orderstatus=nil, createtime=nil, dedicatedclusterorderid=nil, action=nil, dedicatedclusterorderitems=nil, cpu=nil, mem=nil, gpu=nil, paystatus=nil, paytype=nil, timeunit=nil, timespan=nil, ordertype=nil, checkstatus=nil, deliverexpecttime=nil, deliverfinishtime=nil, checkexpecttime=nil, checkfinishtime=nil, ordersla=nil, orderpayplan=nil)
|
502
523
|
@DedicatedClusterId = dedicatedclusterid
|
503
524
|
@DedicatedClusterTypeId = dedicatedclustertypeid
|
504
525
|
@SupportedStorageType = supportedstoragetype
|
@@ -519,6 +540,13 @@ module TencentCloud
|
|
519
540
|
@TimeUnit = timeunit
|
520
541
|
@TimeSpan = timespan
|
521
542
|
@OrderType = ordertype
|
543
|
+
@CheckStatus = checkstatus
|
544
|
+
@DeliverExpectTime = deliverexpecttime
|
545
|
+
@DeliverFinishTime = deliverfinishtime
|
546
|
+
@CheckExpectTime = checkexpecttime
|
547
|
+
@CheckFinishTime = checkfinishtime
|
548
|
+
@OrderSLA = ordersla
|
549
|
+
@OrderPayPlan = orderpayplan
|
522
550
|
end
|
523
551
|
|
524
552
|
def deserialize(params)
|
@@ -549,6 +577,13 @@ module TencentCloud
|
|
549
577
|
@TimeUnit = params['TimeUnit']
|
550
578
|
@TimeSpan = params['TimeSpan']
|
551
579
|
@OrderType = params['OrderType']
|
580
|
+
@CheckStatus = params['CheckStatus']
|
581
|
+
@DeliverExpectTime = params['DeliverExpectTime']
|
582
|
+
@DeliverFinishTime = params['DeliverFinishTime']
|
583
|
+
@CheckExpectTime = params['CheckExpectTime']
|
584
|
+
@CheckFinishTime = params['CheckFinishTime']
|
585
|
+
@OrderSLA = params['OrderSLA']
|
586
|
+
@OrderPayPlan = params['OrderPayPlan']
|
552
587
|
end
|
553
588
|
end
|
554
589
|
|
@@ -1064,16 +1099,19 @@ module TencentCloud
|
|
1064
1099
|
# @type Status: String
|
1065
1100
|
# @param ActionType: 订单类型为过滤条件:CREATE EXTEND
|
1066
1101
|
# @type ActionType: String
|
1102
|
+
# @param OrderTypes: 订单类型列表
|
1103
|
+
# @type OrderTypes: Array
|
1067
1104
|
|
1068
|
-
attr_accessor :DedicatedClusterIds, :DedicatedClusterOrderIds, :Offset, :Limit, :Status, :ActionType
|
1105
|
+
attr_accessor :DedicatedClusterIds, :DedicatedClusterOrderIds, :Offset, :Limit, :Status, :ActionType, :OrderTypes
|
1069
1106
|
|
1070
|
-
def initialize(dedicatedclusterids=nil, dedicatedclusterorderids=nil, offset=nil, limit=nil, status=nil, actiontype=nil)
|
1107
|
+
def initialize(dedicatedclusterids=nil, dedicatedclusterorderids=nil, offset=nil, limit=nil, status=nil, actiontype=nil, ordertypes=nil)
|
1071
1108
|
@DedicatedClusterIds = dedicatedclusterids
|
1072
1109
|
@DedicatedClusterOrderIds = dedicatedclusterorderids
|
1073
1110
|
@Offset = offset
|
1074
1111
|
@Limit = limit
|
1075
1112
|
@Status = status
|
1076
1113
|
@ActionType = actiontype
|
1114
|
+
@OrderTypes = ordertypes
|
1077
1115
|
end
|
1078
1116
|
|
1079
1117
|
def deserialize(params)
|
@@ -1083,6 +1121,7 @@ module TencentCloud
|
|
1083
1121
|
@Limit = params['Limit']
|
1084
1122
|
@Status = params['Status']
|
1085
1123
|
@ActionType = params['ActionType']
|
1124
|
+
@OrderTypes = params['OrderTypes']
|
1086
1125
|
end
|
1087
1126
|
end
|
1088
1127
|
|
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.866
|
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-07-
|
11
|
+
date: 2024-07-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|