tencentcloud-sdk-vpc 3.0.436 → 3.0.438

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: 08e31aa28d272e21f5c099eb6b771652eb545453
4
+ data.tar.gz: da5774ced1fb8574c9b615809a367d5a90d24b47
5
5
  SHA512:
6
- metadata.gz: feb6fcbd865185df957fbf30c6855a32ff5a415f5820af0d09733a2cc8d5772e4c8311d01caf8e7115626114b73264f16b2da4e4b161ef01907736618014c83b
7
- data.tar.gz: 82dacf31f67fb621629c95bf5c3be7fd7a5e18ed5ffd0f1a2bcf8a9a9cfea0e4cd9721da1f3a295eb69e35474de79eaa3d19fceae789e981a6304c4c5d20584b
6
+ metadata.gz: 00c6afd54cca2852c3eda46eddf64f860e8eb60e4d5bf291f35f3abf64f79920cd1b4c897075889465ba1794a03ef363c37ad1717867e4a366f7e2156b2850f6
7
+ data.tar.gz: cff0d9107a7b5df9935369add24c530b36091950c1eedf61f1fa33aeb921c50cbd8d9bd39b0b8eaba99071ab2ac4d9562d71626d72c0039b048a616c7140445e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.436
1
+ 3.0.438
@@ -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.438
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