tencentcloud-sdk-tcb 3.0.831 → 3.0.833
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/v20180608/models.rb +38 -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: c9dbae99e984cc237d2a507c39580829ef7abb95
|
4
|
+
data.tar.gz: dfc5a2a3ae4eb7029ce0c5a6010095ef930c21d9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 44f81b92ca68d4797314a53fd317ffec712bb0ac87ebfa8ff1a3bf221db9b78386259a8149807fd9928f5d455d476de9da700e710c0169bdf636a74296947b49
|
7
|
+
data.tar.gz: e0562832854bcce90106ebd48862140376ba95bb8414540fa9f877e47e9b7aaf6a1803ff985b14b6485cb605097ef786ff8999cf1fc9fac1d66c93afb1be5769
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.833
|
data/lib/v20180608/models.rb
CHANGED
@@ -6175,6 +6175,8 @@ module TencentCloud
|
|
6175
6175
|
class DescribeWxGatewaysRequest < TencentCloud::Common::AbstractModel
|
6176
6176
|
# @param EnvId: 环境ID
|
6177
6177
|
# @type EnvId: String
|
6178
|
+
# @param GatewayId: 网关ID
|
6179
|
+
# @type GatewayId: String
|
6178
6180
|
# @param GatewayName: 服务名称,精确匹配
|
6179
6181
|
# @type GatewayName: String
|
6180
6182
|
# @param Limit: 分页参数
|
@@ -6182,10 +6184,11 @@ module TencentCloud
|
|
6182
6184
|
# @param Offset: 分页参数
|
6183
6185
|
# @type Offset: Integer
|
6184
6186
|
|
6185
|
-
attr_accessor :EnvId, :GatewayName, :Limit, :Offset
|
6187
|
+
attr_accessor :EnvId, :GatewayId, :GatewayName, :Limit, :Offset
|
6186
6188
|
|
6187
|
-
def initialize(envid=nil, gatewayname=nil, limit=nil, offset=nil)
|
6189
|
+
def initialize(envid=nil, gatewayid=nil, gatewayname=nil, limit=nil, offset=nil)
|
6188
6190
|
@EnvId = envid
|
6191
|
+
@GatewayId = gatewayid
|
6189
6192
|
@GatewayName = gatewayname
|
6190
6193
|
@Limit = limit
|
6191
6194
|
@Offset = offset
|
@@ -6193,6 +6196,7 @@ module TencentCloud
|
|
6193
6196
|
|
6194
6197
|
def deserialize(params)
|
6195
6198
|
@EnvId = params['EnvId']
|
6199
|
+
@GatewayId = params['GatewayId']
|
6196
6200
|
@GatewayName = params['GatewayName']
|
6197
6201
|
@Limit = params['Limit']
|
6198
6202
|
@Offset = params['Offset']
|
@@ -7035,6 +7039,9 @@ module TencentCloud
|
|
7035
7039
|
# @param AppId: 用户appid
|
7036
7040
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
7037
7041
|
# @type AppId: Integer
|
7042
|
+
# @param WxAppId: WxAppId
|
7043
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
7044
|
+
# @type WxAppId: String
|
7038
7045
|
# @param EnvId: 环境id
|
7039
7046
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
7040
7047
|
# @type EnvId: String
|
@@ -7071,6 +7078,12 @@ module TencentCloud
|
|
7071
7078
|
# @param Region: 地域
|
7072
7079
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
7073
7080
|
# @type Region: String
|
7081
|
+
# @param CanRenew: 是否可以续费
|
7082
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
7083
|
+
# @type CanRenew: Boolean
|
7084
|
+
# @param AutoRenewFlag: 自动续费标志
|
7085
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
7086
|
+
# @type AutoRenewFlag: Integer
|
7074
7087
|
# @param IsolateTime: 隔离时间
|
7075
7088
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
7076
7089
|
# @type IsolateTime: String
|
@@ -7083,18 +7096,28 @@ module TencentCloud
|
|
7083
7096
|
# @param UpdateTime: 变更时间
|
7084
7097
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
7085
7098
|
# @type UpdateTime: String
|
7099
|
+
# @param CanDowngrade: 是否可以降配
|
7100
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
7101
|
+
# @type CanDowngrade: Boolean
|
7086
7102
|
# @param AllowUncertified: 允许未登录访问
|
7087
7103
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
7088
7104
|
# @type AllowUncertified: Integer
|
7089
7105
|
# @param VersionNumLimit: 网关版本限额
|
7090
7106
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
7091
7107
|
# @type VersionNumLimit: Integer
|
7108
|
+
# @param LongAccessId: Donut接入ID
|
7109
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
7110
|
+
# @type LongAccessId: String
|
7111
|
+
# @param AccessDomain: Donut接入域名
|
7112
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
7113
|
+
# @type AccessDomain: String
|
7092
7114
|
|
7093
|
-
attr_accessor :Uin, :AppId, :EnvId, :GatewayId, :GatewayName, :GatewayType, :GatewayDesc, :PackageVersion, :PackageId, :VpcId, :SubnetIds, :Status, :L5Addr, :Region, :IsolateTime, :ExpireTime, :CreateTime, :UpdateTime, :AllowUncertified, :VersionNumLimit
|
7115
|
+
attr_accessor :Uin, :AppId, :WxAppId, :EnvId, :GatewayId, :GatewayName, :GatewayType, :GatewayDesc, :PackageVersion, :PackageId, :VpcId, :SubnetIds, :Status, :L5Addr, :Region, :CanRenew, :AutoRenewFlag, :IsolateTime, :ExpireTime, :CreateTime, :UpdateTime, :CanDowngrade, :AllowUncertified, :VersionNumLimit, :LongAccessId, :AccessDomain
|
7094
7116
|
|
7095
|
-
def initialize(uin=nil, appid=nil, envid=nil, gatewayid=nil, gatewayname=nil, gatewaytype=nil, gatewaydesc=nil, packageversion=nil, packageid=nil, vpcid=nil, subnetids=nil, status=nil, l5addr=nil, region=nil, isolatetime=nil, expiretime=nil, createtime=nil, updatetime=nil, allowuncertified=nil, versionnumlimit=nil)
|
7117
|
+
def initialize(uin=nil, appid=nil, wxappid=nil, envid=nil, gatewayid=nil, gatewayname=nil, gatewaytype=nil, gatewaydesc=nil, packageversion=nil, packageid=nil, vpcid=nil, subnetids=nil, status=nil, l5addr=nil, region=nil, canrenew=nil, autorenewflag=nil, isolatetime=nil, expiretime=nil, createtime=nil, updatetime=nil, candowngrade=nil, allowuncertified=nil, versionnumlimit=nil, longaccessid=nil, accessdomain=nil)
|
7096
7118
|
@Uin = uin
|
7097
7119
|
@AppId = appid
|
7120
|
+
@WxAppId = wxappid
|
7098
7121
|
@EnvId = envid
|
7099
7122
|
@GatewayId = gatewayid
|
7100
7123
|
@GatewayName = gatewayname
|
@@ -7107,17 +7130,23 @@ module TencentCloud
|
|
7107
7130
|
@Status = status
|
7108
7131
|
@L5Addr = l5addr
|
7109
7132
|
@Region = region
|
7133
|
+
@CanRenew = canrenew
|
7134
|
+
@AutoRenewFlag = autorenewflag
|
7110
7135
|
@IsolateTime = isolatetime
|
7111
7136
|
@ExpireTime = expiretime
|
7112
7137
|
@CreateTime = createtime
|
7113
7138
|
@UpdateTime = updatetime
|
7139
|
+
@CanDowngrade = candowngrade
|
7114
7140
|
@AllowUncertified = allowuncertified
|
7115
7141
|
@VersionNumLimit = versionnumlimit
|
7142
|
+
@LongAccessId = longaccessid
|
7143
|
+
@AccessDomain = accessdomain
|
7116
7144
|
end
|
7117
7145
|
|
7118
7146
|
def deserialize(params)
|
7119
7147
|
@Uin = params['Uin']
|
7120
7148
|
@AppId = params['AppId']
|
7149
|
+
@WxAppId = params['WxAppId']
|
7121
7150
|
@EnvId = params['EnvId']
|
7122
7151
|
@GatewayId = params['GatewayId']
|
7123
7152
|
@GatewayName = params['GatewayName']
|
@@ -7130,12 +7159,17 @@ module TencentCloud
|
|
7130
7159
|
@Status = params['Status']
|
7131
7160
|
@L5Addr = params['L5Addr']
|
7132
7161
|
@Region = params['Region']
|
7162
|
+
@CanRenew = params['CanRenew']
|
7163
|
+
@AutoRenewFlag = params['AutoRenewFlag']
|
7133
7164
|
@IsolateTime = params['IsolateTime']
|
7134
7165
|
@ExpireTime = params['ExpireTime']
|
7135
7166
|
@CreateTime = params['CreateTime']
|
7136
7167
|
@UpdateTime = params['UpdateTime']
|
7168
|
+
@CanDowngrade = params['CanDowngrade']
|
7137
7169
|
@AllowUncertified = params['AllowUncertified']
|
7138
7170
|
@VersionNumLimit = params['VersionNumLimit']
|
7171
|
+
@LongAccessId = params['LongAccessId']
|
7172
|
+
@AccessDomain = params['AccessDomain']
|
7139
7173
|
end
|
7140
7174
|
end
|
7141
7175
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tcb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.833
|
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-05-
|
11
|
+
date: 2024-05-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|