tencentcloud-sdk-vpc 3.0.610 → 3.0.611

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20170312/models.rb +11 -3
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4d87610e7d5ee9b0de2c5671286cd3e4d1b0f7cd
4
- data.tar.gz: 30289c3da4a5ceedaf7d5735f077c596d75107f4
3
+ metadata.gz: 29ce7b80e95d6e58e36708c0d0c03d478d060ef9
4
+ data.tar.gz: 57af2457a58e365e6bfdf40fec8e211612538f1c
5
5
  SHA512:
6
- metadata.gz: 742952eb11adce01e66f3737b1cbc5e5f6ee7bd97041ac70ec3e5cdda1e23428fed17342804780227efd949424a3ca4d455ce7a221dd0c9c1a54ce021541bf1b
7
- data.tar.gz: 61dcf3d3caf44fae2379446645edf6e1984d900fbe0c95c8951efed276a724ff17d4f30bc459c541535c7b8e342fc758d7d174f8842d8100013ace70bd6bf4b0
6
+ metadata.gz: 21ac1235e1b3ab4afae897ffbee805a25fcf00648b0e697cd1da8edf5b09dfdbffd5b88788a93cc77b7f5487e8ccf3df474c4248d0b9d8054662d3cd8fb701c0
7
+ data.tar.gz: 40a48dc5926766864e203e1a750cd7fd65deb9568dfb0d61453c286eaecda9b88f65d5bb82588f56e2477149b7a0b1ea4717805909ab45197f97f91c048cad1b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.610
1
+ 3.0.611
@@ -9918,7 +9918,7 @@ module TencentCloud
9918
9918
 
9919
9919
  # DescribeSecurityGroups请求参数结构体
9920
9920
  class DescribeSecurityGroupsRequest < TencentCloud::Common::AbstractModel
9921
- # @param SecurityGroupIds: 安全组实例ID,例如:sg-33ocnj9n,可通过DescribeSecurityGroups获取。每次请求的实例的上限为100。参数不支持同时指定SecurityGroupIds和Filters。
9921
+ # @param SecurityGroupIds: 安全组实例ID,例如:sg-33ocnj9n。每次请求的实例的上限为100。参数不支持同时指定SecurityGroupIds和Filters。
9922
9922
  # @type SecurityGroupIds: Array
9923
9923
  # @param Filters: 过滤条件,参数不支持同时指定SecurityGroupIds和Filters。
9924
9924
  # <li>security-group-id - String - (过滤条件)安全组ID。</li>
@@ -9931,14 +9931,20 @@ module TencentCloud
9931
9931
  # @type Offset: String
9932
9932
  # @param Limit: 返回数量,默认为20,最大值为100。
9933
9933
  # @type Limit: String
9934
+ # @param OrderField: 排序字段。支持:`CreatedTime` `UpdateTime`。注意:该字段没有默认值。
9935
+ # @type OrderField: String
9936
+ # @param OrderDirection: 排序方法。升序:`ASC`,倒序:`DESC`。默认值:`ASC`
9937
+ # @type OrderDirection: String
9934
9938
 
9935
- attr_accessor :SecurityGroupIds, :Filters, :Offset, :Limit
9939
+ attr_accessor :SecurityGroupIds, :Filters, :Offset, :Limit, :OrderField, :OrderDirection
9936
9940
 
9937
- def initialize(securitygroupids=nil, filters=nil, offset=nil, limit=nil)
9941
+ def initialize(securitygroupids=nil, filters=nil, offset=nil, limit=nil, orderfield=nil, orderdirection=nil)
9938
9942
  @SecurityGroupIds = securitygroupids
9939
9943
  @Filters = filters
9940
9944
  @Offset = offset
9941
9945
  @Limit = limit
9946
+ @OrderField = orderfield
9947
+ @OrderDirection = orderdirection
9942
9948
  end
9943
9949
 
9944
9950
  def deserialize(params)
@@ -9953,6 +9959,8 @@ module TencentCloud
9953
9959
  end
9954
9960
  @Offset = params['Offset']
9955
9961
  @Limit = params['Limit']
9962
+ @OrderField = params['OrderField']
9963
+ @OrderDirection = params['OrderDirection']
9956
9964
  end
9957
9965
  end
9958
9966
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-vpc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.610
4
+ version: 3.0.611
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-07-11 00:00:00.000000000 Z
11
+ date: 2023-07-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -34,8 +34,8 @@ extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
36
  - lib/tencentcloud-sdk-vpc.rb
37
- - lib/v20170312/client.rb
38
37
  - lib/v20170312/models.rb
38
+ - lib/v20170312/client.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: