tencentcloud-sdk-vpc 1.0.273 → 1.0.274

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: 1e6d1a976c71d60ff94017ff06e580735f8fcb10
4
- data.tar.gz: c6822c956d2d16b61eb0f4fbf03bb6cae78c898f
3
+ metadata.gz: 0db2f15525dd5a23b33a418c4dae232ec3f1e873
4
+ data.tar.gz: 0624ed3b24df352715fd75cccc336ec1aae6ce1e
5
5
  SHA512:
6
- metadata.gz: 0d3e451db7cdd916cd5079797d84fe10ae0a080b4ea1c23f07e47bd4f97a84bd825469efbd34a6e407e06ed79d306a68aa96430d9e9ed9b2d3eb193c9d032fd7
7
- data.tar.gz: 6f1ae021e6872ec209a6b496eb4793e92eab19722c90d74341dd22afd73190ddb77b39006ef175f053c67bc2ee9e7e14dc1c7f0764f0b86de13509dea75565c5
6
+ metadata.gz: a773a9a8a691deddeaa28b2b593f2dd057f33063e45e457c9b269f404ba31f5c6878ae2989dd26db2388a422954bb2f4366886f92e631b5002518a1ddcf28967
7
+ data.tar.gz: 5fe10b45b1215fb40a119db348a58d2d8d48baa04eee8ce7bc169f9e99d305bdfa6c13f82d4b651d8a06114e2b4455a3f85980c4c22cc1b6a3d8b58c11f50291
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.273
1
+ 1.0.274
@@ -1566,16 +1566,20 @@ module TencentCloud
1566
1566
  # @param CcnRegionBandwidthLimit: 描述带宽的地域和限速上限信息。在地域间限速的情况下才会返回参数,出口限速模式不返回。
1567
1567
  # 注意:此字段可能返回 null,表示取不到有效值。
1568
1568
  # @type CcnRegionBandwidthLimit: :class:`Tencentcloud::Vpc.v20170312.models.CcnRegionBandwidthLimit`
1569
+ # @param MarketId: 云市场实例ID。
1570
+ # 注意:此字段可能返回 null,表示取不到有效值。
1571
+ # @type MarketId: String
1569
1572
 
1570
- attr_accessor :CcnId, :CreatedTime, :ExpiredTime, :RegionFlowControlId, :RenewFlag, :CcnRegionBandwidthLimit
1573
+ attr_accessor :CcnId, :CreatedTime, :ExpiredTime, :RegionFlowControlId, :RenewFlag, :CcnRegionBandwidthLimit, :MarketId
1571
1574
 
1572
- def initialize(ccnid=nil, createdtime=nil, expiredtime=nil, regionflowcontrolid=nil, renewflag=nil, ccnregionbandwidthlimit=nil)
1575
+ def initialize(ccnid=nil, createdtime=nil, expiredtime=nil, regionflowcontrolid=nil, renewflag=nil, ccnregionbandwidthlimit=nil, marketid=nil)
1573
1576
  @CcnId = ccnid
1574
1577
  @CreatedTime = createdtime
1575
1578
  @ExpiredTime = expiredtime
1576
1579
  @RegionFlowControlId = regionflowcontrolid
1577
1580
  @RenewFlag = renewflag
1578
1581
  @CcnRegionBandwidthLimit = ccnregionbandwidthlimit
1582
+ @MarketId = marketid
1579
1583
  end
1580
1584
 
1581
1585
  def deserialize(params)
@@ -1588,6 +1592,7 @@ module TencentCloud
1588
1592
  @CcnRegionBandwidthLimit = CcnRegionBandwidthLimit.new
1589
1593
  @CcnRegionBandwidthLimit.deserialize(params['CcnRegionBandwidthLimit'])
1590
1594
  end
1595
+ @MarketId = params['MarketId']
1591
1596
  end
1592
1597
  end
1593
1598
 
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: 1.0.273
4
+ version: 1.0.274
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-09 00:00:00.000000000 Z
11
+ date: 2022-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common