tencentcloud-sdk-tcss 1.0.346 → 1.0.349
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/v20201101/models.rb +13 -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: 0fe96482d3d11fc322b8c73b0412904912ba8669
|
4
|
+
data.tar.gz: 03d3220f8dec68f869fc1cb51a88d378ae42870b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eb08ed3d1510b149f36196b2de7adb985b89e61967757e8a29ccc7438fa4d930db0498bb33cc5b5bd7c7e6a3b6143740c7681c3c58dd7ebda10e2d40f7bdb325
|
7
|
+
data.tar.gz: 4c8ab01f421ed4a387f0f009aecddb3882bea9b6069170a8518c61a4ef6f5a385d2bbc94b172e682e061fb53ad4534ceb889bcdb484bc0a384df591849e7bbaf
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.349
|
data/lib/v20201101/models.rb
CHANGED
@@ -9006,12 +9006,19 @@ module TencentCloud
|
|
9006
9006
|
# @param GivenAuthorizedCnt: 试用期间赠送镜像授权数,可能会过期
|
9007
9007
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
9008
9008
|
# @type GivenAuthorizedCnt: Integer
|
9009
|
+
# @param BeginTime: 起始时间
|
9010
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9011
|
+
# @type BeginTime: String
|
9012
|
+
# @param SubState: 子状态(具体意义依据State字段而定)
|
9013
|
+
# State为4时,有效值为: ISOLATE(隔离) DESTROED(已销毁)
|
9014
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9015
|
+
# @type SubState: String
|
9009
9016
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
9010
9017
|
# @type RequestId: String
|
9011
9018
|
|
9012
|
-
attr_accessor :State, :CoresCnt, :AuthorizedCoresCnt, :ImageCnt, :AuthorizedImageCnt, :PurchasedAuthorizedCnt, :ExpirationTime, :AutomaticRenewal, :GivenAuthorizedCnt, :RequestId
|
9019
|
+
attr_accessor :State, :CoresCnt, :AuthorizedCoresCnt, :ImageCnt, :AuthorizedImageCnt, :PurchasedAuthorizedCnt, :ExpirationTime, :AutomaticRenewal, :GivenAuthorizedCnt, :BeginTime, :SubState, :RequestId
|
9013
9020
|
|
9014
|
-
def initialize(state=nil, corescnt=nil, authorizedcorescnt=nil, imagecnt=nil, authorizedimagecnt=nil, purchasedauthorizedcnt=nil, expirationtime=nil, automaticrenewal=nil, givenauthorizedcnt=nil, requestid=nil)
|
9021
|
+
def initialize(state=nil, corescnt=nil, authorizedcorescnt=nil, imagecnt=nil, authorizedimagecnt=nil, purchasedauthorizedcnt=nil, expirationtime=nil, automaticrenewal=nil, givenauthorizedcnt=nil, begintime=nil, substate=nil, requestid=nil)
|
9015
9022
|
@State = state
|
9016
9023
|
@CoresCnt = corescnt
|
9017
9024
|
@AuthorizedCoresCnt = authorizedcorescnt
|
@@ -9021,6 +9028,8 @@ module TencentCloud
|
|
9021
9028
|
@ExpirationTime = expirationtime
|
9022
9029
|
@AutomaticRenewal = automaticrenewal
|
9023
9030
|
@GivenAuthorizedCnt = givenauthorizedcnt
|
9031
|
+
@BeginTime = begintime
|
9032
|
+
@SubState = substate
|
9024
9033
|
@RequestId = requestid
|
9025
9034
|
end
|
9026
9035
|
|
@@ -9034,6 +9043,8 @@ module TencentCloud
|
|
9034
9043
|
@ExpirationTime = params['ExpirationTime']
|
9035
9044
|
@AutomaticRenewal = params['AutomaticRenewal']
|
9036
9045
|
@GivenAuthorizedCnt = params['GivenAuthorizedCnt']
|
9046
|
+
@BeginTime = params['BeginTime']
|
9047
|
+
@SubState = params['SubState']
|
9037
9048
|
@RequestId = params['RequestId']
|
9038
9049
|
end
|
9039
9050
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tcss
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.349
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-07-
|
11
|
+
date: 2022-07-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|