tencentcloud-sdk-ecm 1.0.315 → 1.0.316

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: feebd1e0aa65b09d7409449ab083c831b4dc70e4
4
- data.tar.gz: 750e103d6cb3972a44468c8093688579eaad375e
3
+ metadata.gz: 4901f220d516f9b09c62fc08f648fda7035113c0
4
+ data.tar.gz: 7f0d59a1f4ad2b12bd7c085eedaff9e0c92890d6
5
5
  SHA512:
6
- metadata.gz: 2d1c936e87fd6357dede96db339d558297a768ac356e71beaa6c7bc496971239ef4211c2cc723e78150bfc55ca6aaa791c3347e3d90c091379d647675990a30b
7
- data.tar.gz: 591015df5cd16ad9e8f414cc62f49ed1108a0fe4089709f889297ca3d70a9a4178eb1ca34bd4dc9b8b30ff326b9a5f748ec1c8fcd8b85495c550fca24a56b187
6
+ metadata.gz: 4c9f06d1fb61b476302720d8e747e961ef935a2a5f5887fd5764f4d5b46576b234a81ae2818f6aab987ae4d244bdd31aa5c4d94263b1e309375c6fb6ecd21747
7
+ data.tar.gz: 4333dfa1ef9e60b8784b3057e371c676182732c85086879dede3011eff504d6d141b30d3e9052fb6e3f3937df4fd2d3026f1dd2051dbfd9ddf37b296e90d5edd
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.315
1
+ 1.0.316
@@ -8013,10 +8013,13 @@ module TencentCloud
8013
8013
  # @type EniType: Integer
8014
8014
  # @param EcmRegion: EcmRegion ecm区域
8015
8015
  # @type EcmRegion: String
8016
+ # @param Business: 网卡绑定的子机类型:cvm,eks。
8017
+ # 注意:此字段可能返回 null,表示取不到有效值。
8018
+ # @type Business: String
8016
8019
 
8017
- attr_accessor :NetworkInterfaceId, :NetworkInterfaceName, :NetworkInterfaceDescription, :SubnetId, :VpcId, :GroupSet, :Primary, :MacAddress, :State, :PrivateIpAddressSet, :Attachment, :Zone, :CreatedTime, :Ipv6AddressSet, :TagSet, :EniType, :EcmRegion
8020
+ attr_accessor :NetworkInterfaceId, :NetworkInterfaceName, :NetworkInterfaceDescription, :SubnetId, :VpcId, :GroupSet, :Primary, :MacAddress, :State, :PrivateIpAddressSet, :Attachment, :Zone, :CreatedTime, :Ipv6AddressSet, :TagSet, :EniType, :EcmRegion, :Business
8018
8021
 
8019
- 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, ecmregion=nil)
8022
+ 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, ecmregion=nil, business=nil)
8020
8023
  @NetworkInterfaceId = networkinterfaceid
8021
8024
  @NetworkInterfaceName = networkinterfacename
8022
8025
  @NetworkInterfaceDescription = networkinterfacedescription
@@ -8034,6 +8037,7 @@ module TencentCloud
8034
8037
  @TagSet = tagset
8035
8038
  @EniType = enitype
8036
8039
  @EcmRegion = ecmregion
8040
+ @Business = business
8037
8041
  end
8038
8042
 
8039
8043
  def deserialize(params)
@@ -8078,6 +8082,7 @@ module TencentCloud
8078
8082
  end
8079
8083
  @EniType = params['EniType']
8080
8084
  @EcmRegion = params['EcmRegion']
8085
+ @Business = params['Business']
8081
8086
  end
8082
8087
  end
8083
8088
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ecm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.315
4
+ version: 1.0.316
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud