tencentcloud-sdk-apm 3.0.1074 → 3.0.1076

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: 02419c938b0a49e0cc20374afb796754e35bd1bd
4
- data.tar.gz: 25fc40df829534b7dd5ff58bb13b47758fa9d073
3
+ metadata.gz: a4461a715f9a648b1f21577148a028aaccd6f71f
4
+ data.tar.gz: e91f40638c75404380ee1a9438556db9934bb772
5
5
  SHA512:
6
- metadata.gz: 4609758a783c5de75178b777c4a149bf9fb61bd8b5c6182d3f24fd9f36824a69825f5a5ed721cbda67c90388ef6541bb6de2d8bbc1c245ec224c7e948839ab35
7
- data.tar.gz: 9e7bb118fc3fed665b98c5b52d06b4abf06752e6563d2ce6f08ccee1c47b6b545ae35cf3e803ce315f4a4de44a787e7c0e1f4fe8f66500520f9e4469bcd693fe
6
+ metadata.gz: e656450e779809be3c58a27bb6d08616f68021ef767e9bcbb0aa9d7d187e3137f24984105f2ba5b933f11c111cb5ea6c04228012ff11ef9c71b95df00730d9f2
7
+ data.tar.gz: 491be61846eb16cd4036dc6310bac030679000253e5f5502f24376632754acf7e350d275267bacbc620a45f014e5e50205af0e11874913c336106464253f616a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1074
1
+ 3.0.1076
@@ -609,8 +609,10 @@ module TencentCloud
609
609
  class DescribeApmInstancesRequest < TencentCloud::Common::AbstractModel
610
610
  # @param Tags: Tag 列表
611
611
  # @type Tags: Array
612
- # @param InstanceName: 按业务系统名过滤
612
+ # @param InstanceName: 按业务系统名过滤,支持模糊检索
613
613
  # @type InstanceName: String
614
+ # @param InstanceId: 按业务系统 ID 过滤,支持模糊检索
615
+ # @type InstanceId: String
614
616
  # @param InstanceIds: 按业务系统 ID 过滤
615
617
  # @type InstanceIds: Array
616
618
  # @param DemoInstanceFlag: 是否查询官方 Demo 业务系统(0=非 Demo 业务系统,1=Demo 业务系统,默认为0)
@@ -618,11 +620,12 @@ module TencentCloud
618
620
  # @param AllRegionsFlag: 是否查询全地域业务系统(0=不查询全地域,1=查询全地域,默认为0)
619
621
  # @type AllRegionsFlag: Integer
620
622
 
621
- attr_accessor :Tags, :InstanceName, :InstanceIds, :DemoInstanceFlag, :AllRegionsFlag
623
+ attr_accessor :Tags, :InstanceName, :InstanceId, :InstanceIds, :DemoInstanceFlag, :AllRegionsFlag
622
624
 
623
- def initialize(tags=nil, instancename=nil, instanceids=nil, demoinstanceflag=nil, allregionsflag=nil)
625
+ def initialize(tags=nil, instancename=nil, instanceid=nil, instanceids=nil, demoinstanceflag=nil, allregionsflag=nil)
624
626
  @Tags = tags
625
627
  @InstanceName = instancename
628
+ @InstanceId = instanceid
626
629
  @InstanceIds = instanceids
627
630
  @DemoInstanceFlag = demoinstanceflag
628
631
  @AllRegionsFlag = allregionsflag
@@ -638,6 +641,7 @@ module TencentCloud
638
641
  end
639
642
  end
640
643
  @InstanceName = params['InstanceName']
644
+ @InstanceId = params['InstanceId']
641
645
  @InstanceIds = params['InstanceIds']
642
646
  @DemoInstanceFlag = params['DemoInstanceFlag']
643
647
  @AllRegionsFlag = params['AllRegionsFlag']
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-apm
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1074
4
+ version: 3.0.1076
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-06-04 00:00:00.000000000 Z
11
+ date: 2025-06-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common