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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20170312/models.rb +7 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 08e31aa28d272e21f5c099eb6b771652eb545453
|
4
|
+
data.tar.gz: da5774ced1fb8574c9b615809a367d5a90d24b47
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 00c6afd54cca2852c3eda46eddf64f860e8eb60e4d5bf291f35f3abf64f79920cd1b4c897075889465ba1794a03ef363c37ad1717867e4a366f7e2156b2850f6
|
7
|
+
data.tar.gz: cff0d9107a7b5df9935369add24c530b36091950c1eedf61f1fa33aeb921c50cbd8d9bd39b0b8eaba99071ab2ac4d9562d71626d72c0039b048a616c7140445e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.438
|
data/lib/v20170312/models.rb
CHANGED
@@ -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.
|
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-
|
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
|