tencentcloud-sdk-tem 1.0.351 → 1.0.354

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b1c7bfc351d4b7b0e7e6151dc7a7bf2af90f6f24
4
- data.tar.gz: f9666e2a186c6c1933614059b1f5d89e2fad3022
3
+ metadata.gz: a7ea8aabc73295397384d06d934392cf22192e0b
4
+ data.tar.gz: 41030212fa23b57cb7330b476478bb1455893c8c
5
5
  SHA512:
6
- metadata.gz: e49c11043c9c361012c118de17641156033292903d356306d8cf804d77ba2a3b2700c747e471a0a7e237c32ebf49f25d1db326485bc6fc3164d98e107523a0f3
7
- data.tar.gz: c1e29ef894c7e641dbf378454036e5deb3c104b9cde931a4be47be1020b39426f103b97eb442c340e06819af3bc0aee47581b937e1984ce27876cd91d1d84b11
6
+ metadata.gz: 1eb9439d876278117bbb27d4a9ae78fa76b27749578b9f1fd36a4a9eed71aadf4ade5a3da688245f3d76be6b153b0fe09598faed68ace6bcd7358d807a0e6403
7
+ data.tar.gz: abcbb585b521114e7d8331da15d64eb82738e9e0976b7b408b6ce9f6a189d0a01242f83d5d1640c4cefb6ee5e96c73da1b944e656acb1237559da80d47ceccb6
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.351
1
+ 1.0.354
@@ -590,7 +590,8 @@ module TencentCloud
590
590
  # @type OsFlavour: String
591
591
  # @param EnablePrometheusConf: 是否开启prometheus 业务指标监控
592
592
  # @type EnablePrometheusConf: :class:`Tencentcloud::Tem.v20210701.models.EnablePrometheusConf`
593
- # @param EnableTracing: 1:开始apm采集;0:关闭apm采集
593
+ # @param EnableTracing: 1:开始apm采集(skywalking);
594
+ # 0:关闭apm采集;
594
595
  # @type EnableTracing: Integer
595
596
 
596
597
  attr_accessor :ApplicationId, :InitPodNum, :CpuSpec, :MemorySpec, :EnvironmentId, :ImgRepo, :VersionDesc, :JvmOpts, :EsInfo, :EnvConf, :LogConfs, :StorageConfs, :StorageMountConfs, :DeployMode, :DeployVersion, :PkgName, :JdkVersion, :SecurityGroupIds, :LogOutputConf, :SourceChannel, :Description, :ImageCommand, :ImageArgs, :UseRegistryDefaultConfig, :SettingConfs, :Service, :VersionId, :PostStart, :PreStop, :Liveness, :Readiness, :DeployStrategyConf, :HorizontalAutoscaler, :CronHorizontalAutoscaler, :LogEnable, :ConfEdited, :SpeedUp, :StartupProbe, :OsFlavour, :EnablePrometheusConf, :EnableTracing
@@ -1821,7 +1822,7 @@ module TencentCloud
1821
1822
  # @type Description: String
1822
1823
  # @param SourceChannel: 来源渠道
1823
1824
  # @type SourceChannel: Integer
1824
- # @param EnableTracing: 是否开启调用链, 0 为关闭,1位开启
1825
+ # @param EnableTracing: 是否开启调用链,(此参数已弃用)
1825
1826
  # @type EnableTracing: Integer
1826
1827
 
1827
1828
  attr_accessor :ApplicationId, :Description, :SourceChannel, :EnableTracing
@@ -2120,19 +2121,23 @@ module TencentCloud
2120
2121
  # @type TargetPort: Integer
2121
2122
  # @param Protocol: 协议栈 TCP/UDP
2122
2123
  # @type Protocol: String
2124
+ # @param ServiceName: k8s service名称
2125
+ # @type ServiceName: String
2123
2126
 
2124
- attr_accessor :Port, :TargetPort, :Protocol
2127
+ attr_accessor :Port, :TargetPort, :Protocol, :ServiceName
2125
2128
 
2126
- def initialize(port=nil, targetport=nil, protocol=nil)
2129
+ def initialize(port=nil, targetport=nil, protocol=nil, servicename=nil)
2127
2130
  @Port = port
2128
2131
  @TargetPort = targetport
2129
2132
  @Protocol = protocol
2133
+ @ServiceName = servicename
2130
2134
  end
2131
2135
 
2132
2136
  def deserialize(params)
2133
2137
  @Port = params['Port']
2134
2138
  @TargetPort = params['TargetPort']
2135
2139
  @Protocol = params['Protocol']
2140
+ @ServiceName = params['ServiceName']
2136
2141
  end
2137
2142
  end
2138
2143
 
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: 1.0.351
4
+ version: 1.0.354
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-08 00:00:00.000000000 Z
11
+ date: 2022-07-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common