tencentcloud-sdk-vpc 3.0.436 → 3.0.437

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: fa22ec4eb23f7b5740f56083378f37c2a1c1e042
4
- data.tar.gz: 4e09289cf45219fe38d06741163c16038a7c77f3
3
+ metadata.gz: b3568827dcdc39f03437e3a44ec4f00fc8ae1278
4
+ data.tar.gz: e2fd7707c4022fc56583b9c5626b50e76f28d2b4
5
5
  SHA512:
6
- metadata.gz: feb6fcbd865185df957fbf30c6855a32ff5a415f5820af0d09733a2cc8d5772e4c8311d01caf8e7115626114b73264f16b2da4e4b161ef01907736618014c83b
7
- data.tar.gz: 82dacf31f67fb621629c95bf5c3be7fd7a5e18ed5ffd0f1a2bcf8a9a9cfea0e4cd9721da1f3a295eb69e35474de79eaa3d19fceae789e981a6304c4c5d20584b
6
+ metadata.gz: 7d54b399f037f8080da0d67c9a68b476227a5dca714e902694c24aef19166ddae464bdb8a1aaeff0503bb4b8345b1d8e2653120225781bcc35779550e22a282f
7
+ data.tar.gz: ad70dc39990a9f5874757b82f98287d7c402ab97639d6f338c6253fe334e1df81f7af3f41716af888433274955977c851a7407729cc9f1b59220678f1fcb20f9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.436
1
+ 3.0.437
@@ -15977,10 +15977,13 @@ module TencentCloud
15977
15977
  # @param AttachType: 弹性网卡类型:0:标准型/1:扩展型。默认值为0。
15978
15978
  # 注意:此字段可能返回 null,表示取不到有效值。
15979
15979
  # @type AttachType: Integer
15980
+ # @param ResourceId: 用于保留网卡主IP的资源ID用于保留网卡主IP的资源ID。用于删除网卡时作为入参数。
15981
+ # 注意:此字段可能返回 null,表示取不到有效值。
15982
+ # @type ResourceId: String
15980
15983
 
15981
- attr_accessor :NetworkInterfaceId, :NetworkInterfaceName, :NetworkInterfaceDescription, :SubnetId, :VpcId, :GroupSet, :Primary, :MacAddress, :State, :PrivateIpAddressSet, :Attachment, :Zone, :CreatedTime, :Ipv6AddressSet, :TagSet, :EniType, :Business, :CdcId, :AttachType
15984
+ attr_accessor :NetworkInterfaceId, :NetworkInterfaceName, :NetworkInterfaceDescription, :SubnetId, :VpcId, :GroupSet, :Primary, :MacAddress, :State, :PrivateIpAddressSet, :Attachment, :Zone, :CreatedTime, :Ipv6AddressSet, :TagSet, :EniType, :Business, :CdcId, :AttachType, :ResourceId
15982
15985
 
15983
- def initialize(networkinterfaceid=nil, networkinterfacename=nil, networkinterfacedescription=nil, subnetid=nil, vpcid=nil, groupset=nil, primary=nil, macaddress=nil, state=nil, privateipaddressset=nil, attachment=nil, zone=nil, createdtime=nil, ipv6addressset=nil, tagset=nil, enitype=nil, business=nil, cdcid=nil, attachtype=nil)
15986
+ def initialize(networkinterfaceid=nil, networkinterfacename=nil, networkinterfacedescription=nil, subnetid=nil, vpcid=nil, groupset=nil, primary=nil, macaddress=nil, state=nil, privateipaddressset=nil, attachment=nil, zone=nil, createdtime=nil, ipv6addressset=nil, tagset=nil, enitype=nil, business=nil, cdcid=nil, attachtype=nil, resourceid=nil)
15984
15987
  @NetworkInterfaceId = networkinterfaceid
15985
15988
  @NetworkInterfaceName = networkinterfacename
15986
15989
  @NetworkInterfaceDescription = networkinterfacedescription
@@ -16000,6 +16003,7 @@ module TencentCloud
16000
16003
  @Business = business
16001
16004
  @CdcId = cdcid
16002
16005
  @AttachType = attachtype
16006
+ @ResourceId = resourceid
16003
16007
  end
16004
16008
 
16005
16009
  def deserialize(params)
@@ -16046,6 +16050,7 @@ module TencentCloud
16046
16050
  @Business = params['Business']
16047
16051
  @CdcId = params['CdcId']
16048
16052
  @AttachType = params['AttachType']
16053
+ @ResourceId = params['ResourceId']
16049
16054
  end
16050
16055
  end
16051
16056
 
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.436
4
+ version: 3.0.437
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-10-26 00:00:00.000000000 Z
11
+ date: 2022-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common