tencentcloud-sdk-dlc 3.0.1053 → 3.0.1054
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/v20210125/models.rb +18 -10
- 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: 1c3b91ff6ddeb3cc2682f4380eef3344438fce2c
|
4
|
+
data.tar.gz: 4105e0026befed63f215c6b6a2a446e82b1d91e8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f93f8767cc0695a653730003d823410ca2b7634ad499f9997142df568580e5db6e942510273b73ba1124b3a6265e7cd09989a4a76e0446a60c2b147fbab0be90
|
7
|
+
data.tar.gz: 88614c341724b40277522aade24ef229a143d29ba91b4a8bb4f057627c3a7208f2c983a8a8d0a0398fda987d3507319b7221a10ac5d036f716d535e938c349cf
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1054
|
data/lib/v20210125/models.rb
CHANGED
@@ -1735,8 +1735,8 @@ module TencentCloud
|
|
1735
1735
|
|
1736
1736
|
attr_accessor :EngineType, :DataEngineName, :ClusterType, :Mode, :AutoResume, :MinClusters, :MaxClusters, :DefaultDataEngine, :CidrBlock, :Message, :Size, :PayMode, :TimeSpan, :TimeUnit, :AutoRenew, :Tags, :AutoSuspend, :CrontabResumeSuspend, :CrontabResumeSuspendStrategy, :EngineExecType, :MaxConcurrency, :TolerableQueueTime, :AutoSuspendTime, :ResourceType, :DataEngineConfigPairs, :ImageVersionName, :MainClusterName, :ElasticSwitch, :ElasticLimit, :SessionResourceTemplate, :AutoAuthorization, :EngineNetworkId, :EngineGeneration
|
1737
1737
|
extend Gem::Deprecate
|
1738
|
-
deprecate :DefaultDataEngine, :none, 2025,
|
1739
|
-
deprecate :DefaultDataEngine=, :none, 2025,
|
1738
|
+
deprecate :DefaultDataEngine, :none, 2025, 5
|
1739
|
+
deprecate :DefaultDataEngine=, :none, 2025, 5
|
1740
1740
|
|
1741
1741
|
def initialize(enginetype=nil, dataenginename=nil, clustertype=nil, mode=nil, autoresume=nil, minclusters=nil, maxclusters=nil, defaultdataengine=nil, cidrblock=nil, message=nil, size=nil, paymode=nil, timespan=nil, timeunit=nil, autorenew=nil, tags=nil, autosuspend=nil, crontabresumesuspend=nil, crontabresumesuspendstrategy=nil, engineexectype=nil, maxconcurrency=nil, tolerablequeuetime=nil, autosuspendtime=nil, resourcetype=nil, dataengineconfigpairs=nil, imageversionname=nil, mainclustername=nil, elasticswitch=nil, elasticlimit=nil, sessionresourcetemplate=nil, autoauthorization=nil, enginenetworkid=nil, enginegeneration=nil)
|
1742
1742
|
@EngineType = enginetype
|
@@ -8309,15 +8309,18 @@ module TencentCloud
|
|
8309
8309
|
# @type SortBy: String
|
8310
8310
|
# @param Sorting: 正序或者倒序,例如:desc
|
8311
8311
|
# @type Sorting: String
|
8312
|
+
# @param IsDefault: 是否设置为常驻:1非常驻(默认)、2常驻(仅能设置一个常驻)
|
8313
|
+
# @type IsDefault: Integer
|
8312
8314
|
|
8313
|
-
attr_accessor :Limit, :Offset, :Fuzzy, :SortBy, :Sorting
|
8315
|
+
attr_accessor :Limit, :Offset, :Fuzzy, :SortBy, :Sorting, :IsDefault
|
8314
8316
|
|
8315
|
-
def initialize(limit=nil, offset=nil, fuzzy=nil, sortby=nil, sorting=nil)
|
8317
|
+
def initialize(limit=nil, offset=nil, fuzzy=nil, sortby=nil, sorting=nil, isdefault=nil)
|
8316
8318
|
@Limit = limit
|
8317
8319
|
@Offset = offset
|
8318
8320
|
@Fuzzy = fuzzy
|
8319
8321
|
@SortBy = sortby
|
8320
8322
|
@Sorting = sorting
|
8323
|
+
@IsDefault = isdefault
|
8321
8324
|
end
|
8322
8325
|
|
8323
8326
|
def deserialize(params)
|
@@ -8326,6 +8329,7 @@ module TencentCloud
|
|
8326
8329
|
@Fuzzy = params['Fuzzy']
|
8327
8330
|
@SortBy = params['SortBy']
|
8328
8331
|
@Sorting = params['Sorting']
|
8332
|
+
@IsDefault = params['IsDefault']
|
8329
8333
|
end
|
8330
8334
|
end
|
8331
8335
|
|
@@ -12553,10 +12557,10 @@ module TencentCloud
|
|
12553
12557
|
|
12554
12558
|
attr_accessor :DatabaseName, :TableName, :DatasourceConnectionName, :TableComment, :Type, :TableFormat, :UserAlias, :UserSubUin, :GovernPolicy, :DbGovernPolicyIsDisable, :SmartPolicy, :PrimaryKeys
|
12555
12559
|
extend Gem::Deprecate
|
12556
|
-
deprecate :GovernPolicy, :none, 2025,
|
12557
|
-
deprecate :GovernPolicy=, :none, 2025,
|
12558
|
-
deprecate :DbGovernPolicyIsDisable, :none, 2025,
|
12559
|
-
deprecate :DbGovernPolicyIsDisable=, :none, 2025,
|
12560
|
+
deprecate :GovernPolicy, :none, 2025, 5
|
12561
|
+
deprecate :GovernPolicy=, :none, 2025, 5
|
12562
|
+
deprecate :DbGovernPolicyIsDisable, :none, 2025, 5
|
12563
|
+
deprecate :DbGovernPolicyIsDisable=, :none, 2025, 5
|
12560
12564
|
|
12561
12565
|
def initialize(databasename=nil, tablename=nil, datasourceconnectionname=nil, tablecomment=nil, type=nil, tableformat=nil, useralias=nil, usersubuin=nil, governpolicy=nil, dbgovernpolicyisdisable=nil, smartpolicy=nil, primarykeys=nil)
|
12562
12566
|
@DatabaseName = databasename
|
@@ -13806,10 +13810,12 @@ module TencentCloud
|
|
13806
13810
|
# @type CosPermissionList: Array
|
13807
13811
|
# @param PermissionJson: cam策略json
|
13808
13812
|
# @type PermissionJson: String
|
13813
|
+
# @param IsDefault: 是否设置为常驻:1非常驻(默认)、2常驻(仅能设置一个常驻)
|
13814
|
+
# @type IsDefault: Integer
|
13809
13815
|
|
13810
|
-
attr_accessor :RoleId, :AppId, :Uin, :Arn, :ModifyTime, :Desc, :RoleName, :Creator, :CosPermissionList, :PermissionJson
|
13816
|
+
attr_accessor :RoleId, :AppId, :Uin, :Arn, :ModifyTime, :Desc, :RoleName, :Creator, :CosPermissionList, :PermissionJson, :IsDefault
|
13811
13817
|
|
13812
|
-
def initialize(roleid=nil, appid=nil, uin=nil, arn=nil, modifytime=nil, desc=nil, rolename=nil, creator=nil, cospermissionlist=nil, permissionjson=nil)
|
13818
|
+
def initialize(roleid=nil, appid=nil, uin=nil, arn=nil, modifytime=nil, desc=nil, rolename=nil, creator=nil, cospermissionlist=nil, permissionjson=nil, isdefault=nil)
|
13813
13819
|
@RoleId = roleid
|
13814
13820
|
@AppId = appid
|
13815
13821
|
@Uin = uin
|
@@ -13820,6 +13826,7 @@ module TencentCloud
|
|
13820
13826
|
@Creator = creator
|
13821
13827
|
@CosPermissionList = cospermissionlist
|
13822
13828
|
@PermissionJson = permissionjson
|
13829
|
+
@IsDefault = isdefault
|
13823
13830
|
end
|
13824
13831
|
|
13825
13832
|
def deserialize(params)
|
@@ -13840,6 +13847,7 @@ module TencentCloud
|
|
13840
13847
|
end
|
13841
13848
|
end
|
13842
13849
|
@PermissionJson = params['PermissionJson']
|
13850
|
+
@IsDefault = params['IsDefault']
|
13843
13851
|
end
|
13844
13852
|
end
|
13845
13853
|
|