tencentcloud-sdk-tcbr 3.0.1040 → 3.0.1042
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/v20220217/models.rb +6 -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: b8680afdc0bf6cccb9b44e56f0447ba179783c10
|
4
|
+
data.tar.gz: 1ee24dfb4588382936c3d08bf08ebe7a7bfc22ca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e9436b331ad8af2aee975f2ef31c21a7d84c922333dc5b948d6a0af918a038526b970f4752438a1878bccb37ffdd327ce03d5c23bff452e3d412ee6b6a690131
|
7
|
+
data.tar.gz: 9d32aea8d10e573a76a24ef12d28c2bcea6c37cf42a5d3f6c4636c430dd9d470ddbe4bf1de331b244ed9699b7376c680a5b0d2fe2fcb363b2fce8e41225e6be0
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1042
|
data/lib/v20220217/models.rb
CHANGED
@@ -1059,10 +1059,12 @@ module TencentCloud
|
|
1059
1059
|
# @type LogParseType: String
|
1060
1060
|
# @param Tag: 服务标签, function: 函数托管
|
1061
1061
|
# @type Tag: String
|
1062
|
+
# @param InternalAccess: 内网访问开关 close | open
|
1063
|
+
# @type InternalAccess: String
|
1062
1064
|
|
1063
|
-
attr_accessor :EnvId, :ServerName, :OpenAccessTypes, :Cpu, :Mem, :MinNum, :MaxNum, :PolicyDetails, :CustomLogs, :EnvParams, :InitialDelaySeconds, :CreateTime, :Port, :HasDockerfile, :Dockerfile, :BuildDir, :LogType, :LogSetId, :LogTopicId, :LogParseType, :Tag
|
1065
|
+
attr_accessor :EnvId, :ServerName, :OpenAccessTypes, :Cpu, :Mem, :MinNum, :MaxNum, :PolicyDetails, :CustomLogs, :EnvParams, :InitialDelaySeconds, :CreateTime, :Port, :HasDockerfile, :Dockerfile, :BuildDir, :LogType, :LogSetId, :LogTopicId, :LogParseType, :Tag, :InternalAccess
|
1064
1066
|
|
1065
|
-
def initialize(envid=nil, servername=nil, openaccesstypes=nil, cpu=nil, mem=nil, minnum=nil, maxnum=nil, policydetails=nil, customlogs=nil, envparams=nil, initialdelayseconds=nil, createtime=nil, port=nil, hasdockerfile=nil, dockerfile=nil, builddir=nil, logtype=nil, logsetid=nil, logtopicid=nil, logparsetype=nil, tag=nil)
|
1067
|
+
def initialize(envid=nil, servername=nil, openaccesstypes=nil, cpu=nil, mem=nil, minnum=nil, maxnum=nil, policydetails=nil, customlogs=nil, envparams=nil, initialdelayseconds=nil, createtime=nil, port=nil, hasdockerfile=nil, dockerfile=nil, builddir=nil, logtype=nil, logsetid=nil, logtopicid=nil, logparsetype=nil, tag=nil, internalaccess=nil)
|
1066
1068
|
@EnvId = envid
|
1067
1069
|
@ServerName = servername
|
1068
1070
|
@OpenAccessTypes = openaccesstypes
|
@@ -1084,6 +1086,7 @@ module TencentCloud
|
|
1084
1086
|
@LogTopicId = logtopicid
|
1085
1087
|
@LogParseType = logparsetype
|
1086
1088
|
@Tag = tag
|
1089
|
+
@InternalAccess = internalaccess
|
1087
1090
|
end
|
1088
1091
|
|
1089
1092
|
def deserialize(params)
|
@@ -1115,6 +1118,7 @@ module TencentCloud
|
|
1115
1118
|
@LogTopicId = params['LogTopicId']
|
1116
1119
|
@LogParseType = params['LogParseType']
|
1117
1120
|
@Tag = params['Tag']
|
1121
|
+
@InternalAccess = params['InternalAccess']
|
1118
1122
|
end
|
1119
1123
|
end
|
1120
1124
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tcbr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1042
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-04-
|
11
|
+
date: 2025-04-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|