tencentcloud-sdk-cdc 3.0.1020 → 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 +0 -6
- metadata +1 -1
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
|
@@ -1001,7 +1000,6 @@ module TencentCloud
|
|
1001
1000
|
# DescribeDedicatedClusterHosts返回参数结构体
|
1002
1001
|
class DescribeDedicatedClusterHostsResponse < TencentCloud::Common::AbstractModel
|
1003
1002
|
# @param HostInfoSet: 宿主机信息
|
1004
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1005
1003
|
# @type HostInfoSet: Array
|
1006
1004
|
# @param TotalCount: 宿主机总数
|
1007
1005
|
# @type TotalCount: Integer
|
@@ -1167,16 +1165,12 @@ module TencentCloud
|
|
1167
1165
|
# @param HostCount: 宿主机数量
|
1168
1166
|
# @type HostCount: Integer
|
1169
1167
|
# @param VpnConnectionState: vpn通道状态
|
1170
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1171
1168
|
# @type VpnConnectionState: String
|
1172
1169
|
# @param VpngwBandwidthData: vpn网关监控数据
|
1173
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1174
1170
|
# @type VpngwBandwidthData: :class:`Tencentcloud::Cdc.v20201214.models.VpngwBandwidthData`
|
1175
1171
|
# @param LocalNetInfo: 本地网关信息
|
1176
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1177
1172
|
# @type LocalNetInfo: :class:`Tencentcloud::Cdc.v20201214.models.LocalNetInfo`
|
1178
1173
|
# @param VpnConnectionBandwidthData: vpn网关通道监控数据
|
1179
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1180
1174
|
# @type VpnConnectionBandwidthData: Array
|
1181
1175
|
# @param HostDetailInfo: 宿主机资源概览信息
|
1182
1176
|
# @type HostDetailInfo: Array
|