tencentcloud-sdk-tcb 3.0.966 → 3.0.968
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 +10 -2
- 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: 710a74d9b7a6f2a66b55e9c522428c36eeb1abb6
|
|
4
|
+
data.tar.gz: 7d7173969c144861927c0bb715339debd27f3955
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eb83a10c538153d971bfce7a4ffa2d2afaf1b85745b316a683ee95082af2f4659ee15701038ea0330b587c05de9c27a43dc0376fb95560fa66997b267e446b35
|
|
7
|
+
data.tar.gz: 5e546dab19ecf470850cb4dc2b4aaf250d54d6f0df399e34b1945e4429ebb8046045a0b5ceb4f2178da0f883143fbdead9a2bf1fcc276c87a319982ab499d048
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.968
|
data/lib/v20180608/models.rb
CHANGED
|
@@ -6486,10 +6486,14 @@ module TencentCloud
|
|
|
6486
6486
|
# @param ExtPackageType: 环境套餐类型
|
|
6487
6487
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6488
6488
|
# @type ExtPackageType: String
|
|
6489
|
+
# @param EnvCharged: 是否付费期环境,可取值:yes/no。
|
|
6490
|
+
# @type EnvCharged: String
|
|
6491
|
+
# @param EnvActivated: 是否已激活,可取值:yes/no。
|
|
6492
|
+
# @type EnvActivated: String
|
|
6489
6493
|
|
|
6490
|
-
attr_accessor :EnvId, :PackageId, :IsAutoRenew, :Status, :PayMode, :IsolatedTime, :ExpireTime, :CreateTime, :UpdateTime, :IsAlwaysFree, :PaymentChannel, :OrderInfo, :FreeQuota, :EnableOverrun, :ExtPackageType
|
|
6494
|
+
attr_accessor :EnvId, :PackageId, :IsAutoRenew, :Status, :PayMode, :IsolatedTime, :ExpireTime, :CreateTime, :UpdateTime, :IsAlwaysFree, :PaymentChannel, :OrderInfo, :FreeQuota, :EnableOverrun, :ExtPackageType, :EnvCharged, :EnvActivated
|
|
6491
6495
|
|
|
6492
|
-
def initialize(envid=nil, packageid=nil, isautorenew=nil, status=nil, paymode=nil, isolatedtime=nil, expiretime=nil, createtime=nil, updatetime=nil, isalwaysfree=nil, paymentchannel=nil, orderinfo=nil, freequota=nil, enableoverrun=nil, extpackagetype=nil)
|
|
6496
|
+
def initialize(envid=nil, packageid=nil, isautorenew=nil, status=nil, paymode=nil, isolatedtime=nil, expiretime=nil, createtime=nil, updatetime=nil, isalwaysfree=nil, paymentchannel=nil, orderinfo=nil, freequota=nil, enableoverrun=nil, extpackagetype=nil, envcharged=nil, envactivated=nil)
|
|
6493
6497
|
@EnvId = envid
|
|
6494
6498
|
@PackageId = packageid
|
|
6495
6499
|
@IsAutoRenew = isautorenew
|
|
@@ -6505,6 +6509,8 @@ module TencentCloud
|
|
|
6505
6509
|
@FreeQuota = freequota
|
|
6506
6510
|
@EnableOverrun = enableoverrun
|
|
6507
6511
|
@ExtPackageType = extpackagetype
|
|
6512
|
+
@EnvCharged = envcharged
|
|
6513
|
+
@EnvActivated = envactivated
|
|
6508
6514
|
end
|
|
6509
6515
|
|
|
6510
6516
|
def deserialize(params)
|
|
@@ -6526,6 +6532,8 @@ module TencentCloud
|
|
|
6526
6532
|
@FreeQuota = params['FreeQuota']
|
|
6527
6533
|
@EnableOverrun = params['EnableOverrun']
|
|
6528
6534
|
@ExtPackageType = params['ExtPackageType']
|
|
6535
|
+
@EnvCharged = params['EnvCharged']
|
|
6536
|
+
@EnvActivated = params['EnvActivated']
|
|
6529
6537
|
end
|
|
6530
6538
|
end
|
|
6531
6539
|
|
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.968
|
|
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-12-
|
|
11
|
+
date: 2024-12-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|