tencentcloud-sdk-monitor 1.0.268 → 1.0.269
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180724/models.rb +8 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: af35226e63838f894bb763ae48d58bc7f2b9677b
|
4
|
+
data.tar.gz: 638c32b031081ab3bba3617d743ff3474d82f0c0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8c9f5db805902773ec1fc1058d963a5f0eb331b585ce1f949258e83dce6cd4d316667fdba8097c789d4370004f32c06039b4851439d1828e70364e43d5246796
|
7
|
+
data.tar.gz: 621142ad1404d097291c0ef64e694a92cbdaf916c4cbf974db972a9853b912b527b3e30fc41a51f8b459b02ed498641c4ebf4ee47107cc11606432d9378d7617
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.269
|
data/lib/v20180724/models.rb
CHANGED
@@ -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.
|
4
|
+
version: 1.0.269
|
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-
|
11
|
+
date: 2022-03-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|