tencentcloud-sdk-apm 3.0.596 → 3.0.598

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 26fa35df1c166c5bf83b6de2803d281af5e05399
4
- data.tar.gz: 0074a41768c02ff095bb6ed07ff456817570faf0
3
+ metadata.gz: dcf2c7f351d7b628760c9e82f68203323ebb0bbd
4
+ data.tar.gz: bf9da2b035ed395ad2f67c6eac8e0c4f095ff2d0
5
5
  SHA512:
6
- metadata.gz: 438c579b1cf7ce776545aa8dd70db5058869d2ec7885c6323c471936d052debd84d0e3e48cac2817b64c1106c46a5da1a9dbbb240aa4549d19f6c589a31e373e
7
- data.tar.gz: dfc599f0762c78aa0241645629692a5940bd95321f13af946a8e0cc17532407edb32e155cb7dff9ea19fbb5390e9ea3d184e3e6e06db358f63e3ad820deee755
6
+ metadata.gz: 59826f4bcf53d3544e5265742a27e456066b3b1123e70e2e48a07e5f5630752db0dfd651834c4a11b98f1c28606bb5795de7652cd530d3c7fb1652c53ea3010b
7
+ data.tar.gz: 661b82cb57cb777b0ff86ce0daa9b32642f1112d32df52d02f88c3f24056f9e35f062a83ee539c522b3c23ece1c3fd3bc67968396938fafa09bd5aff90e09b85
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.596
1
+ 3.0.598
@@ -485,14 +485,17 @@ module TencentCloud
485
485
  # @type InstanceIds: Array
486
486
  # @param DemoInstanceFlag: 是否查询官方demo实例
487
487
  # @type DemoInstanceFlag: Integer
488
+ # @param AllRegionsFlag: 是否查询全地域实例
489
+ # @type AllRegionsFlag: Integer
488
490
 
489
- attr_accessor :Tags, :InstanceName, :InstanceIds, :DemoInstanceFlag
491
+ attr_accessor :Tags, :InstanceName, :InstanceIds, :DemoInstanceFlag, :AllRegionsFlag
490
492
 
491
- def initialize(tags=nil, instancename=nil, instanceids=nil, demoinstanceflag=nil)
493
+ def initialize(tags=nil, instancename=nil, instanceids=nil, demoinstanceflag=nil, allregionsflag=nil)
492
494
  @Tags = tags
493
495
  @InstanceName = instancename
494
496
  @InstanceIds = instanceids
495
497
  @DemoInstanceFlag = demoinstanceflag
498
+ @AllRegionsFlag = allregionsflag
496
499
  end
497
500
 
498
501
  def deserialize(params)
@@ -507,6 +510,7 @@ module TencentCloud
507
510
  @InstanceName = params['InstanceName']
508
511
  @InstanceIds = params['InstanceIds']
509
512
  @DemoInstanceFlag = params['DemoInstanceFlag']
513
+ @AllRegionsFlag = params['AllRegionsFlag']
510
514
  end
511
515
  end
512
516
 
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.596
4
+ version: 3.0.598
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-20 00:00:00.000000000 Z
11
+ date: 2023-06-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common