tencentcloud-sdk-vpc 3.0.1047 → 3.0.1049

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