tencentcloud-sdk-monitor 1.0.268 → 1.0.271

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: 60db5060d3c9da6f1f11495cf97b63a07abf4026
4
- data.tar.gz: 4aa1f71163e101ba5116f8a944f87ebf541715c8
3
+ metadata.gz: 6991ba3316d0f2aab52a86c3411f311011c89812
4
+ data.tar.gz: 52e757acfb5c350bdb9e233db4c16e02826f06f6
5
5
  SHA512:
6
- metadata.gz: fe9be84d1a0532a19f7ff65da8ec86960925c674d7b70595ee2c0c3ef78b8676c8d943809edc6217e87a6439a8b34442b46ed9657b357c46c99752e18e5ab578
7
- data.tar.gz: f94908b86d50502b3c1452fc500430f774110872c86680fd8e58a9325aa5e12dc7a5de9d437eebae25e003b042766107b80a048d4ba6f8169f34d7dc13cb39ec
6
+ metadata.gz: 1f7467bcee9d6145a8eb960896159db93c9811476a35a79885da25fa87e35ecb3aa1cc913510402a92e225d3d1b9594f9bb84e9747fda4d2721e11ba977aef41
7
+ data.tar.gz: d6561d548ad33ab758f347a86477c92e6b32e7122a8a1f0c7561d834744965885f7447c60dabcae2a87cd8d4b766c87237439e1cb66c8d68f98fb165756e70a8
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.268
1
+ 1.0.271
@@ -4573,10 +4573,14 @@ module TencentCloud
4573
4573
  # @type Limit: Integer
4574
4574
  # @param Offset: 偏移量,默认为0。
4575
4575
  # @type Offset: Integer
4576
+ # @param InstanceChargeType: 按照【计费类型】进行过滤。
4577
+ # <li>2:包年包月</li>
4578
+ # <li>3:按量</li>
4579
+ # @type InstanceChargeType: Integer
4576
4580
 
4577
- attr_accessor :InstanceIds, :InstanceStatus, :InstanceName, :Zones, :TagFilters, :IPv4Address, :Limit, :Offset
4581
+ attr_accessor :InstanceIds, :InstanceStatus, :InstanceName, :Zones, :TagFilters, :IPv4Address, :Limit, :Offset, :InstanceChargeType
4578
4582
 
4579
- def initialize(instanceids=nil, instancestatus=nil, instancename=nil, zones=nil, tagfilters=nil, ipv4address=nil, limit=nil, offset=nil)
4583
+ def initialize(instanceids=nil, instancestatus=nil, instancename=nil, zones=nil, tagfilters=nil, ipv4address=nil, limit=nil, offset=nil, instancechargetype=nil)
4580
4584
  @InstanceIds = instanceids
4581
4585
  @InstanceStatus = instancestatus
4582
4586
  @InstanceName = instancename
@@ -4585,6 +4589,7 @@ module TencentCloud
4585
4589
  @IPv4Address = ipv4address
4586
4590
  @Limit = limit
4587
4591
  @Offset = offset
4592
+ @InstanceChargeType = instancechargetype
4588
4593
  end
4589
4594
 
4590
4595
  def deserialize(params)
@@ -4603,6 +4608,7 @@ module TencentCloud
4603
4608
  @IPv4Address = params['IPv4Address']
4604
4609
  @Limit = params['Limit']
4605
4610
  @Offset = params['Offset']
4611
+ @InstanceChargeType = params['InstanceChargeType']
4606
4612
  end
4607
4613
  end
4608
4614
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-monitor
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.268
4
+ version: 1.0.271
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-03-02 00:00:00.000000000 Z
11
+ date: 2022-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common