tencentcloud-sdk-tem 3.0.445 → 3.0.446
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/v20210701/models.rb +14 -4
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2a55ae8e607f4241a896eeca4792c1c0dfa9b543
|
4
|
+
data.tar.gz: 5e56f8fb621ded26da05ca796451b9cfb16e8abb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e3d15a9721dc13296e2c32320ee3f9fd58a70d371b1f6a001b832c138a02ec3d43e3fc4f661fa66175e7fee729898122427fefb8f28883ee9b8d566f148420f8
|
7
|
+
data.tar.gz: bd2173f29b41cfdaebb5302b4b83d45f67d519b397cbda4e18ac003d7e94aac7807d16a19ddd53a10305f62572fdd7e652d449884a2212a73905a703f2d6c418
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.446
|
data/lib/v20210701/models.rb
CHANGED
@@ -4926,10 +4926,13 @@ module TencentCloud
|
|
4926
4926
|
# @param Tags: 标签
|
4927
4927
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4928
4928
|
# @type Tags: Array
|
4929
|
+
# @param HasAuthority: 资源是否有权限
|
4930
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4931
|
+
# @type HasAuthority: Boolean
|
4929
4932
|
|
4930
|
-
attr_accessor :EnvironmentId, :Channel, :EnvironmentName, :Region, :Description, :Status, :Vpc, :CreateDate, :ModifyDate, :Modifier, :Creator, :ApplicationNum, :RunInstancesNum, :SubnetId, :ClusterStatus, :EnableTswTraceService, :Locked, :AppId, :Uin, :SubAccountUin, :ClusterId, :Tags
|
4933
|
+
attr_accessor :EnvironmentId, :Channel, :EnvironmentName, :Region, :Description, :Status, :Vpc, :CreateDate, :ModifyDate, :Modifier, :Creator, :ApplicationNum, :RunInstancesNum, :SubnetId, :ClusterStatus, :EnableTswTraceService, :Locked, :AppId, :Uin, :SubAccountUin, :ClusterId, :Tags, :HasAuthority
|
4931
4934
|
|
4932
|
-
def initialize(environmentid=nil, channel=nil, environmentname=nil, region=nil, description=nil, status=nil, vpc=nil, createdate=nil, modifydate=nil, modifier=nil, creator=nil, applicationnum=nil, runinstancesnum=nil, subnetid=nil, clusterstatus=nil, enabletswtraceservice=nil, locked=nil, appid=nil, uin=nil, subaccountuin=nil, clusterid=nil, tags=nil)
|
4935
|
+
def initialize(environmentid=nil, channel=nil, environmentname=nil, region=nil, description=nil, status=nil, vpc=nil, createdate=nil, modifydate=nil, modifier=nil, creator=nil, applicationnum=nil, runinstancesnum=nil, subnetid=nil, clusterstatus=nil, enabletswtraceservice=nil, locked=nil, appid=nil, uin=nil, subaccountuin=nil, clusterid=nil, tags=nil, hasauthority=nil)
|
4933
4936
|
@EnvironmentId = environmentid
|
4934
4937
|
@Channel = channel
|
4935
4938
|
@EnvironmentName = environmentname
|
@@ -4952,6 +4955,7 @@ module TencentCloud
|
|
4952
4955
|
@SubAccountUin = subaccountuin
|
4953
4956
|
@ClusterId = clusterid
|
4954
4957
|
@Tags = tags
|
4958
|
+
@HasAuthority = hasauthority
|
4955
4959
|
end
|
4956
4960
|
|
4957
4961
|
def deserialize(params)
|
@@ -4984,6 +4988,7 @@ module TencentCloud
|
|
4984
4988
|
@Tags << tag_tmp
|
4985
4989
|
end
|
4986
4990
|
end
|
4991
|
+
@HasAuthority = params['HasAuthority']
|
4987
4992
|
end
|
4988
4993
|
end
|
4989
4994
|
|
@@ -5040,10 +5045,13 @@ module TencentCloud
|
|
5040
5045
|
# @param Tags: 标签
|
5041
5046
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5042
5047
|
# @type Tags: Array
|
5048
|
+
# @param HasAuthority: 是否有资源权限
|
5049
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
5050
|
+
# @type HasAuthority: Boolean
|
5043
5051
|
|
5044
|
-
attr_accessor :ApplicationId, :ApplicationName, :Description, :EnvironmentId, :CreateDate, :ModifyDate, :Modifier, :Creator, :RepoType, :InstanceId, :RepoName, :CodingLanguage, :DeployMode, :EnvironmentName, :ActiveVersions, :EnableTracing, :Tags
|
5052
|
+
attr_accessor :ApplicationId, :ApplicationName, :Description, :EnvironmentId, :CreateDate, :ModifyDate, :Modifier, :Creator, :RepoType, :InstanceId, :RepoName, :CodingLanguage, :DeployMode, :EnvironmentName, :ActiveVersions, :EnableTracing, :Tags, :HasAuthority
|
5045
5053
|
|
5046
|
-
def initialize(applicationid=nil, applicationname=nil, description=nil, environmentid=nil, createdate=nil, modifydate=nil, modifier=nil, creator=nil, repotype=nil, instanceid=nil, reponame=nil, codinglanguage=nil, deploymode=nil, environmentname=nil, activeversions=nil, enabletracing=nil, tags=nil)
|
5054
|
+
def initialize(applicationid=nil, applicationname=nil, description=nil, environmentid=nil, createdate=nil, modifydate=nil, modifier=nil, creator=nil, repotype=nil, instanceid=nil, reponame=nil, codinglanguage=nil, deploymode=nil, environmentname=nil, activeversions=nil, enabletracing=nil, tags=nil, hasauthority=nil)
|
5047
5055
|
@ApplicationId = applicationid
|
5048
5056
|
@ApplicationName = applicationname
|
5049
5057
|
@Description = description
|
@@ -5061,6 +5069,7 @@ module TencentCloud
|
|
5061
5069
|
@ActiveVersions = activeversions
|
5062
5070
|
@EnableTracing = enabletracing
|
5063
5071
|
@Tags = tags
|
5072
|
+
@HasAuthority = hasauthority
|
5064
5073
|
end
|
5065
5074
|
|
5066
5075
|
def deserialize(params)
|
@@ -5095,6 +5104,7 @@ module TencentCloud
|
|
5095
5104
|
@Tags << tag_tmp
|
5096
5105
|
end
|
5097
5106
|
end
|
5107
|
+
@HasAuthority = params['HasAuthority']
|
5098
5108
|
end
|
5099
5109
|
end
|
5100
5110
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tem
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.446
|
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-11-
|
11
|
+
date: 2022-11-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ~>
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '
|
19
|
+
version: '3.0'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - ~>
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: '
|
26
|
+
version: '3.0'
|
27
27
|
description: Tencent Cloud Ruby SDK is the official software development kit, which
|
28
28
|
allows Ruby developers to write software that makes use of Tencent Cloud service
|
29
29
|
TEM.
|