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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190719/models.rb +7 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4901f220d516f9b09c62fc08f648fda7035113c0
|
4
|
+
data.tar.gz: 7f0d59a1f4ad2b12bd7c085eedaff9e0c92890d6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4c9f06d1fb61b476302720d8e747e961ef935a2a5f5887fd5764f4d5b46576b234a81ae2818f6aab987ae4d244bdd31aa5c4d94263b1e309375c6fb6ecd21747
|
7
|
+
data.tar.gz: 4333dfa1ef9e60b8784b3057e371c676182732c85086879dede3011eff504d6d141b30d3e9052fb6e3f3937df4fd2d3026f1dd2051dbfd9ddf37b296e90d5edd
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.316
|
data/lib/v20190719/models.rb
CHANGED
@@ -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
|
|