tencentcloud-sdk-tcbr 3.0.1042 → 3.0.1043

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20220217/models.rb +12 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b8680afdc0bf6cccb9b44e56f0447ba179783c10
4
- data.tar.gz: 1ee24dfb4588382936c3d08bf08ebe7a7bfc22ca
3
+ metadata.gz: e0b3e39f1db87271ae1f5b4080035e7697205f8f
4
+ data.tar.gz: 1ad2f33f01a7deb9005aa2064e53eacf17ddc42d
5
5
  SHA512:
6
- metadata.gz: e9436b331ad8af2aee975f2ef31c21a7d84c922333dc5b948d6a0af918a038526b970f4752438a1878bccb37ffdd327ce03d5c23bff452e3d412ee6b6a690131
7
- data.tar.gz: 9d32aea8d10e573a76a24ef12d28c2bcea6c37cf42a5d3f6c4636c430dd9d470ddbe4bf1de331b244ed9699b7376c680a5b0d2fe2fcb363b2fce8e41225e6be0
6
+ metadata.gz: 5a6d309ec95a5f7b9f904f4675356d1cd197b519bc8d77a2de4fd123d81f4c8192e783ba77d1dc8de9168030c864e8625339d57caf99bc2495806e514ba4ad42
7
+ data.tar.gz: f9b5d83faf049843085a01a4ec94be8354e33cf069f180a5be011a2b4bb541fde92deb4d934eaaff433fb6d68f741b4a249b22cd718298cd09dd7a4d23eeb49b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1042
1
+ 3.0.1043
@@ -1061,10 +1061,12 @@ module TencentCloud
1061
1061
  # @type Tag: String
1062
1062
  # @param InternalAccess: 内网访问开关 close | open
1063
1063
  # @type InternalAccess: String
1064
+ # @param InternalDomain: 内网域名
1065
+ # @type InternalDomain: String
1064
1066
 
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
1067
+ attr_accessor :EnvId, :ServerName, :OpenAccessTypes, :Cpu, :Mem, :MinNum, :MaxNum, :PolicyDetails, :CustomLogs, :EnvParams, :InitialDelaySeconds, :CreateTime, :Port, :HasDockerfile, :Dockerfile, :BuildDir, :LogType, :LogSetId, :LogTopicId, :LogParseType, :Tag, :InternalAccess, :InternalDomain
1066
1068
 
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)
1069
+ 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, internaldomain=nil)
1068
1070
  @EnvId = envid
1069
1071
  @ServerName = servername
1070
1072
  @OpenAccessTypes = openaccesstypes
@@ -1087,6 +1089,7 @@ module TencentCloud
1087
1089
  @LogParseType = logparsetype
1088
1090
  @Tag = tag
1089
1091
  @InternalAccess = internalaccess
1092
+ @InternalDomain = internaldomain
1090
1093
  end
1091
1094
 
1092
1095
  def deserialize(params)
@@ -1119,6 +1122,7 @@ module TencentCloud
1119
1122
  @LogParseType = params['LogParseType']
1120
1123
  @Tag = params['Tag']
1121
1124
  @InternalAccess = params['InternalAccess']
1125
+ @InternalDomain = params['InternalDomain']
1122
1126
  end
1123
1127
  end
1124
1128
 
@@ -1140,10 +1144,12 @@ module TencentCloud
1140
1144
  # @type CustomDomainNames: Array
1141
1145
  # @param ServerType: 服务类型: function 云函数2.0;container 容器服务
1142
1146
  # @type ServerType: String
1147
+ # @param TrafficType: 流量类型,目前只有 FLOW
1148
+ # @type TrafficType: String
1143
1149
 
1144
- attr_accessor :ServerName, :DefaultDomainName, :CustomDomainName, :Status, :UpdateTime, :AccessTypes, :CustomDomainNames, :ServerType
1150
+ attr_accessor :ServerName, :DefaultDomainName, :CustomDomainName, :Status, :UpdateTime, :AccessTypes, :CustomDomainNames, :ServerType, :TrafficType
1145
1151
 
1146
- def initialize(servername=nil, defaultdomainname=nil, customdomainname=nil, status=nil, updatetime=nil, accesstypes=nil, customdomainnames=nil, servertype=nil)
1152
+ def initialize(servername=nil, defaultdomainname=nil, customdomainname=nil, status=nil, updatetime=nil, accesstypes=nil, customdomainnames=nil, servertype=nil, traffictype=nil)
1147
1153
  @ServerName = servername
1148
1154
  @DefaultDomainName = defaultdomainname
1149
1155
  @CustomDomainName = customdomainname
@@ -1152,6 +1158,7 @@ module TencentCloud
1152
1158
  @AccessTypes = accesstypes
1153
1159
  @CustomDomainNames = customdomainnames
1154
1160
  @ServerType = servertype
1161
+ @TrafficType = traffictype
1155
1162
  end
1156
1163
 
1157
1164
  def deserialize(params)
@@ -1163,6 +1170,7 @@ module TencentCloud
1163
1170
  @AccessTypes = params['AccessTypes']
1164
1171
  @CustomDomainNames = params['CustomDomainNames']
1165
1172
  @ServerType = params['ServerType']
1173
+ @TrafficType = params['TrafficType']
1166
1174
  end
1167
1175
  end
1168
1176
 
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.1042
4
+ version: 3.0.1043
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-17 00:00:00.000000000 Z
11
+ date: 2025-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common