tencentcloud-sdk-vpc 3.0.1048 → 3.0.1050
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/v20170312/models.rb +10 -40
- 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: 2242f0fce912a17da3b668bed37f137dd23fc7e5
|
4
|
+
data.tar.gz: 487c54cf97682db2580aaa3f9fa212608a0ffd1e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 406fdca4453fba381766dfa9b10cd63401c0358524fb41f124d7355b140ce3939358780f2abc38cd97baed062520e4c7c53abe5d4d142b3e47bc69e445426876
|
7
|
+
data.tar.gz: c060d4b91e9804b4f3691763394cb389fe6b1f0608061fd58ed6da5c61054c9984eef0ee6aeea65c97329ddcbd6f84008c432a3994758f1a9a8531d0fc74e7d1
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1050
|
data/lib/v20170312/models.rb
CHANGED
@@ -12379,7 +12379,6 @@ module TencentCloud
|
|
12379
12379
|
# DescribeNatGatewaySourceIpTranslationNatRules返回参数结构体
|
12380
12380
|
class DescribeNatGatewaySourceIpTranslationNatRulesResponse < TencentCloud::Common::AbstractModel
|
12381
12381
|
# @param SourceIpTranslationNatRuleSet: NAT网关SNAT规则对象数组。
|
12382
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12383
12382
|
# @type SourceIpTranslationNatRuleSet: Array
|
12384
12383
|
# @param TotalCount: 符合条件的NAT网关端口转发规则对象数目。
|
12385
12384
|
# @type TotalCount: Integer
|
@@ -18640,16 +18639,24 @@ module TencentCloud
|
|
18640
18639
|
|
18641
18640
|
# 返回多运营商IPv6 Cidr Block
|
18642
18641
|
class ISPIPv6CidrBlock < TencentCloud::Common::AbstractModel
|
18642
|
+
# @param IPv6CidrBlock: IPv6 CIdr Block
|
18643
|
+
# @type IPv6CidrBlock: String
|
18644
|
+
# @param ISPType: 网络运营商类型 取值范围:'BGP'-默认, 'CMCC'-中国移动, 'CTCC'-中国电信, 'CUCC'-中国联调
|
18645
|
+
# @type ISPType: String
|
18643
18646
|
# @param AddressType: IPv6 Cidr 的类型:`GUA`(全球单播地址), `ULA`(唯一本地地址)
|
18644
18647
|
# @type AddressType: String
|
18645
18648
|
|
18646
|
-
attr_accessor :AddressType
|
18649
|
+
attr_accessor :IPv6CidrBlock, :ISPType, :AddressType
|
18647
18650
|
|
18648
|
-
def initialize(addresstype=nil)
|
18651
|
+
def initialize(ipv6cidrblock=nil, isptype=nil, addresstype=nil)
|
18652
|
+
@IPv6CidrBlock = ipv6cidrblock
|
18653
|
+
@ISPType = isptype
|
18649
18654
|
@AddressType = addresstype
|
18650
18655
|
end
|
18651
18656
|
|
18652
18657
|
def deserialize(params)
|
18658
|
+
@IPv6CidrBlock = params['IPv6CidrBlock']
|
18659
|
+
@ISPType = params['ISPType']
|
18653
18660
|
@AddressType = params['AddressType']
|
18654
18661
|
end
|
18655
18662
|
end
|
@@ -19482,16 +19489,12 @@ module TencentCloud
|
|
19482
19489
|
# 单项计费价格信息
|
19483
19490
|
class ItemPrice < TencentCloud::Common::AbstractModel
|
19484
19491
|
# @param UnitPrice: 按量计费后付费单价,单位:元。
|
19485
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19486
19492
|
# @type UnitPrice: Float
|
19487
19493
|
# @param ChargeUnit: 按量计费后付费计价单元,可取值范围: HOUR:表示计价单元是按每小时来计算。当前涉及该计价单元的场景有:实例按小时后付费(POSTPAID_BY_HOUR)、带宽按小时后付费(BANDWIDTH_POSTPAID_BY_HOUR): GB:表示计价单元是按每GB来计算。当前涉及该计价单元的场景有:流量按小时后付费(TRAFFIC_POSTPAID_BY_HOUR)。
|
19488
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19489
19494
|
# @type ChargeUnit: String
|
19490
19495
|
# @param OriginalPrice: 预付费商品的原价,单位:元。
|
19491
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19492
19496
|
# @type OriginalPrice: Float
|
19493
19497
|
# @param DiscountPrice: 预付费商品的折扣价,单位:元。
|
19494
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19495
19498
|
# @type DiscountPrice: Float
|
19496
19499
|
|
19497
19500
|
attr_accessor :UnitPrice, :ChargeUnit, :OriginalPrice, :DiscountPrice
|
@@ -22956,36 +22959,26 @@ module TencentCloud
|
|
22956
22959
|
# @param Zone: NAT网关所在的可用区。
|
22957
22960
|
# @type Zone: String
|
22958
22961
|
# @param DirectConnectGatewayIds: 绑定的专线网关ID。
|
22959
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
22960
22962
|
# @type DirectConnectGatewayIds: Array
|
22961
22963
|
# @param SubnetId: 所属子网ID。
|
22962
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
22963
22964
|
# @type SubnetId: String
|
22964
22965
|
# @param TagSet: 标签键值对。
|
22965
22966
|
# @type TagSet: Array
|
22966
22967
|
# @param SecurityGroupSet: NAT网关绑定的安全组列表
|
22967
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
22968
22968
|
# @type SecurityGroupSet: Array
|
22969
22969
|
# @param SourceIpTranslationNatRuleSet: NAT网关的SNAT转发规则。
|
22970
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
22971
22970
|
# @type SourceIpTranslationNatRuleSet: Array
|
22972
22971
|
# @param IsExclusive: 是否独享型NAT。
|
22973
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
22974
22972
|
# @type IsExclusive: Boolean
|
22975
22973
|
# @param ExclusiveGatewayBandwidth: 独享型NAT所在的网关集群的带宽(单位:Mbps),当IsExclusive为false时无此字段。
|
22976
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
22977
22974
|
# @type ExclusiveGatewayBandwidth: Integer
|
22978
22975
|
# @param RestrictState: NAT网关是否被封禁。“NORMAL”:未被封禁,“RESTRICTED”:已被封禁。
|
22979
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
22980
22976
|
# @type RestrictState: String
|
22981
22977
|
# @param NatProductVersion: NAT网关类型,1表示传统型NAT网关,2表示标准型NAT网关
|
22982
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
22983
22978
|
# @type NatProductVersion: Integer
|
22984
22979
|
# @param SmartScheduleMode: 是否启用根据目的网段选择SNAT使用的EIP功能
|
22985
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
22986
22980
|
# @type SmartScheduleMode: Boolean
|
22987
22981
|
# @param DedicatedClusterId: NAT实例归属的专属集群id
|
22988
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
22989
22982
|
# @type DedicatedClusterId: String
|
22990
22983
|
|
22991
22984
|
attr_accessor :NatGatewayId, :NatGatewayName, :CreatedTime, :State, :InternetMaxBandwidthOut, :MaxConcurrentConnection, :PublicIpAddressSet, :NetworkState, :DestinationIpPortTranslationNatRuleSet, :VpcId, :Zone, :DirectConnectGatewayIds, :SubnetId, :TagSet, :SecurityGroupSet, :SourceIpTranslationNatRuleSet, :IsExclusive, :ExclusiveGatewayBandwidth, :RestrictState, :NatProductVersion, :SmartScheduleMode, :DedicatedClusterId
|
@@ -23112,13 +23105,10 @@ module TencentCloud
|
|
23112
23105
|
# @param Description: NAT网关转发规则描述。
|
23113
23106
|
# @type Description: String
|
23114
23107
|
# @param NatGatewayId: NAT网关的ID。
|
23115
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
23116
23108
|
# @type NatGatewayId: String
|
23117
23109
|
# @param VpcId: 私有网络VPC的ID。
|
23118
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
23119
23110
|
# @type VpcId: String
|
23120
23111
|
# @param CreatedTime: NAT网关转发规则创建时间。
|
23121
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
23122
23112
|
# @type CreatedTime: String
|
23123
23113
|
|
23124
23114
|
attr_accessor :IpProtocol, :PublicIpAddress, :PublicPort, :PrivateIpAddress, :PrivatePort, :Description, :NatGatewayId, :VpcId, :CreatedTime
|
@@ -24011,13 +24001,10 @@ module TencentCloud
|
|
24011
24001
|
# 私网NAT网关跨域信息
|
24012
24002
|
class PrivateNatCrossDomainInfo < TencentCloud::Common::AbstractModel
|
24013
24003
|
# @param CcnId: 跨域私网NAT关联的云联网ID
|
24014
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24015
24004
|
# @type CcnId: String
|
24016
24005
|
# @param LocalVpcId: 跨域私网NAT本端Vpc
|
24017
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24018
24006
|
# @type LocalVpcId: String
|
24019
24007
|
# @param PeerVpcId: 跨域私网NAT对端Vpc
|
24020
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24021
24008
|
# @type PeerVpcId: String
|
24022
24009
|
|
24023
24010
|
attr_accessor :CcnId, :LocalVpcId, :PeerVpcId
|
@@ -24086,7 +24073,6 @@ module TencentCloud
|
|
24086
24073
|
# @param NatGatewayName: 私网网关名称。
|
24087
24074
|
# @type NatGatewayName: String
|
24088
24075
|
# @param VpcId: 私网网关关联`VPC`实例`ID`。
|
24089
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24090
24076
|
# @type VpcId: String
|
24091
24077
|
# @param Status: 私网网关当前状态。
|
24092
24078
|
# @type Status: String
|
@@ -24095,22 +24081,16 @@ module TencentCloud
|
|
24095
24081
|
# @param CreatedTime: 创建时间
|
24096
24082
|
# @type CreatedTime: String
|
24097
24083
|
# @param TagSet: 标签键值对。
|
24098
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24099
24084
|
# @type TagSet: Array
|
24100
24085
|
# @param DirectConnectGatewayIds: 专线网关唯一`ID`
|
24101
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24102
24086
|
# @type DirectConnectGatewayIds: Array
|
24103
24087
|
# @param NatType: 私网网关类型
|
24104
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24105
24088
|
# @type NatType: String
|
24106
24089
|
# @param CrossDomainInfo: 私网NAT跨域信息
|
24107
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24108
24090
|
# @type CrossDomainInfo: :class:`Tencentcloud::Vpc.v20170312.models.PrivateNatCrossDomainInfo`
|
24109
24091
|
# @param VpcType: 是否VPC型私网网关
|
24110
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24111
24092
|
# @type VpcType: Boolean
|
24112
24093
|
# @param CcnId: 跨域私网NAT关联的云联网ID
|
24113
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24114
24094
|
# @type CcnId: String
|
24115
24095
|
|
24116
24096
|
attr_accessor :NatGatewayId, :NatGatewayName, :VpcId, :Status, :CrossDomain, :CreatedTime, :TagSet, :DirectConnectGatewayIds, :NatType, :CrossDomainInfo, :VpcType, :CcnId
|
@@ -26811,7 +26791,6 @@ module TencentCloud
|
|
26811
26791
|
# @param ResourceId: 资源ID,如果ResourceType为USERDEFINED,可以为空字符串
|
26812
26792
|
# @type ResourceId: String
|
26813
26793
|
# @param ResourceType: 资源类型,目前包含SUBNET、NETWORKINTERFACE、USERDEFINED
|
26814
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
26815
26794
|
# @type ResourceType: String
|
26816
26795
|
# @param PrivateIpAddress: 源IP/网段
|
26817
26796
|
# @type PrivateIpAddress: String
|
@@ -26822,13 +26801,10 @@ module TencentCloud
|
|
26822
26801
|
# @param NatGatewaySnatId: Snat规则ID
|
26823
26802
|
# @type NatGatewaySnatId: String
|
26824
26803
|
# @param NatGatewayId: NAT网关的ID。
|
26825
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
26826
26804
|
# @type NatGatewayId: String
|
26827
26805
|
# @param VpcId: 私有网络VPC的ID。
|
26828
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
26829
26806
|
# @type VpcId: String
|
26830
26807
|
# @param CreatedTime: NAT网关SNAT规则创建时间。
|
26831
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
26832
26808
|
# @type CreatedTime: String
|
26833
26809
|
|
26834
26810
|
attr_accessor :ResourceId, :ResourceType, :PrivateIpAddress, :PublicIpAddresses, :Description, :NatGatewaySnatId, :NatGatewayId, :VpcId, :CreatedTime
|
@@ -27236,10 +27212,8 @@ module TencentCloud
|
|
27236
27212
|
# 标签键值对
|
27237
27213
|
class Tag < TencentCloud::Common::AbstractModel
|
27238
27214
|
# @param Key: 标签键
|
27239
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
27240
27215
|
# @type Key: String
|
27241
27216
|
# @param Value: 标签值
|
27242
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
27243
27217
|
# @type Value: String
|
27244
27218
|
|
27245
27219
|
attr_accessor :Key, :Value
|
@@ -27258,10 +27232,8 @@ module TencentCloud
|
|
27258
27232
|
# 标签描述信息
|
27259
27233
|
class Tags < TencentCloud::Common::AbstractModel
|
27260
27234
|
# @param Key: 标签键
|
27261
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
27262
27235
|
# @type Key: String
|
27263
27236
|
# @param Value: 标签值
|
27264
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
27265
27237
|
# @type Value: String
|
27266
27238
|
|
27267
27239
|
attr_accessor :Key, :Value
|
@@ -27682,10 +27654,8 @@ module TencentCloud
|
|
27682
27654
|
# @param TranslationIp: 转换`IP`,当转换规则类型为四层时为`IP`池。
|
27683
27655
|
# @type TranslationIp: String
|
27684
27656
|
# @param Description: 转换规则描述。
|
27685
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
27686
27657
|
# @type Description: String
|
27687
27658
|
# @param OriginalIp: 源`IP`,当转换规则类型为三层时有效。
|
27688
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
27689
27659
|
# @type OriginalIp: String
|
27690
27660
|
# @param CreateTime: 创建时间。
|
27691
27661
|
# @type CreateTime: String
|
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.1050
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-04-
|
11
|
+
date: 2025-04-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|