tencentcloud-sdk-ecm 1.0.315 → 1.0.318

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: 11622545442676c39a7c624d8705c7a1b3905b24
4
+ data.tar.gz: c9a8f6ec30208e08833541e617b7ef33a49e2b81
5
5
  SHA512:
6
- metadata.gz: 2d1c936e87fd6357dede96db339d558297a768ac356e71beaa6c7bc496971239ef4211c2cc723e78150bfc55ca6aaa791c3347e3d90c091379d647675990a30b
7
- data.tar.gz: 591015df5cd16ad9e8f414cc62f49ed1108a0fe4089709f889297ca3d70a9a4178eb1ca34bd4dc9b8b30ff326b9a5f748ec1c8fcd8b85495c550fca24a56b187
6
+ metadata.gz: d0dd48d5ae1d4a0f4bbf34afd316a3a5f4b1880671c0866bdff513dbc3f14bebc05465e94a880697922e672316508eb7e08c7dd3aa8f028e89958780ae99d37c
7
+ data.tar.gz: bd46127a44e1f842577a9cbce69fbcdf59fe406fa666fe358f84e7dbfb2e000532fd9854d4811ea53d9e376d71e95e6b4a0e4813a344cf4a0b34e079c4bb6871
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.315
1
+ 1.0.318
@@ -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,14 +1,14 @@
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.318
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-05-19 00:00:00.000000000 Z
11
+ date: 2022-05-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common