tencentcloud-sdk-vpc 3.0.450 → 3.0.451
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 +11 -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: 49e083dee2b97be24cce0e3e4e1a11a4e71c5eb0
|
4
|
+
data.tar.gz: 401b1229f1b00d69e42aa7c4fc9dc7fc81f20bc9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d739d10f931b0fb7006e141a175e3b8e85e64724f432ddfdc5baa2dc1388d85164aebacb184bbd7d9c993ac014d474a99c5755724d842a7ac793c7d8a2e09479
|
7
|
+
data.tar.gz: 39f1fcb7bdb48f4fc8075ffa71aaa1973b2477dd68395bbbef9deb9f7d02189bc5400136d4c5e0217eadd76641413f24807405a81f4b266d924d5c371d2a6f76
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.451
|
data/lib/v20170312/models.rb
CHANGED
@@ -15980,10 +15980,17 @@ module TencentCloud
|
|
15980
15980
|
# @param ResourceId: 用于保留网卡主IP的资源ID用于保留网卡主IP的资源ID。用于删除网卡时作为入参数。
|
15981
15981
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
15982
15982
|
# @type ResourceId: String
|
15983
|
+
# @param QosLevel: 服务质量级别:
|
15984
|
+
# <li>`DEFAULT`:默认</li>
|
15985
|
+
# <li>`PT`:云金</li>
|
15986
|
+
# <li>`AU`:云银</li>
|
15987
|
+
# <li>`AG`:云铜</li>
|
15988
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
15989
|
+
# @type QosLevel: String
|
15983
15990
|
|
15984
|
-
attr_accessor :NetworkInterfaceId, :NetworkInterfaceName, :NetworkInterfaceDescription, :SubnetId, :VpcId, :GroupSet, :Primary, :MacAddress, :State, :PrivateIpAddressSet, :Attachment, :Zone, :CreatedTime, :Ipv6AddressSet, :TagSet, :EniType, :Business, :CdcId, :AttachType, :ResourceId
|
15991
|
+
attr_accessor :NetworkInterfaceId, :NetworkInterfaceName, :NetworkInterfaceDescription, :SubnetId, :VpcId, :GroupSet, :Primary, :MacAddress, :State, :PrivateIpAddressSet, :Attachment, :Zone, :CreatedTime, :Ipv6AddressSet, :TagSet, :EniType, :Business, :CdcId, :AttachType, :ResourceId, :QosLevel
|
15985
15992
|
|
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)
|
15993
|
+
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, qoslevel=nil)
|
15987
15994
|
@NetworkInterfaceId = networkinterfaceid
|
15988
15995
|
@NetworkInterfaceName = networkinterfacename
|
15989
15996
|
@NetworkInterfaceDescription = networkinterfacedescription
|
@@ -16004,6 +16011,7 @@ module TencentCloud
|
|
16004
16011
|
@CdcId = cdcid
|
16005
16012
|
@AttachType = attachtype
|
16006
16013
|
@ResourceId = resourceid
|
16014
|
+
@QosLevel = qoslevel
|
16007
16015
|
end
|
16008
16016
|
|
16009
16017
|
def deserialize(params)
|
@@ -16051,6 +16059,7 @@ module TencentCloud
|
|
16051
16059
|
@CdcId = params['CdcId']
|
16052
16060
|
@AttachType = params['AttachType']
|
16053
16061
|
@ResourceId = params['ResourceId']
|
16062
|
+
@QosLevel = params['QosLevel']
|
16054
16063
|
end
|
16055
16064
|
end
|
16056
16065
|
|