tencentcloud-sdk-vpc 3.0.977 → 3.0.979

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 +7 -11
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 921a4faa01c7eaef44521c2ee60fc4a9c84ac85e
4
- data.tar.gz: a9db660ba1693f57e9a37e801d17925ae4459261
3
+ metadata.gz: 02caa299f22e05bdf6c6fe25f45274d38bb722aa
4
+ data.tar.gz: cb9c56b3e9d1096c1cb8edae685e9932c4c3216c
5
5
  SHA512:
6
- metadata.gz: 030fe5b66251b61c33a2a80a899c116600681fcc8a9987732cfa6e84f45ffbf404087537a308c10aea4ebd70351f1a648f10c33fd4242333722654f2d87a5ff3
7
- data.tar.gz: b760571a80c4e6a8355ecd7d695461720d89f1d8123bd9d04eab7f9511f2a054ef4c1ac02ea11efd935e4cfd97e67c1d5df40fc3c17ed7987c1b03c7deffbe0d
6
+ metadata.gz: eb7e7d3b48b2c42183f6c3248e3c875256bbd2e99f98b1209176e7a8930f03988d755126f534bcbf8b0081fb6f900a383a28c0c96d16e3c527fad51660c18e61
7
+ data.tar.gz: 5e4b503cb59e6c00aadebcd3ac7a5c30f9c6e59ba5be55bc6916a82b112a262b769a5a4a2fff3de88a365666532e2e06acb66fff9e642b52f0159435fd3270ef
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.977
1
+ 3.0.979
@@ -3032,10 +3032,8 @@ module TencentCloud
3032
3032
  # 私有网络和基础网络互通设备
3033
3033
  class ClassicLinkInstance < TencentCloud::Common::AbstractModel
3034
3034
  # @param VpcId: VPC实例ID
3035
- # 注意:此字段可能返回 null,表示取不到有效值。
3036
3035
  # @type VpcId: String
3037
3036
  # @param InstanceId: 云服务器实例唯一ID
3038
- # 注意:此字段可能返回 null,表示取不到有效值。
3039
3037
  # @type InstanceId: String
3040
3038
 
3041
3039
  attr_accessor :VpcId, :InstanceId
@@ -6143,7 +6141,6 @@ module TencentCloud
6143
6141
  # CreateVpcPeeringConnection返回参数结构体
6144
6142
  class CreateVpcPeeringConnectionResponse < TencentCloud::Common::AbstractModel
6145
6143
  # @param PeeringConnectionId: 对等连接ID
6146
- # 注意:此字段可能返回 null,表示取不到有效值。
6147
6144
  # @type PeeringConnectionId: String
6148
6145
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6149
6146
  # @type RequestId: String
@@ -15663,7 +15660,6 @@ module TencentCloud
15663
15660
  # @param CreatedTime: 创建时间。
15664
15661
  # @type CreatedTime: String
15665
15662
  # @param TagSet: 标签键值对。
15666
- # 注意:此字段可能返回 null,表示取不到有效值。
15667
15663
  # @type TagSet: Array
15668
15664
 
15669
15665
  attr_accessor :DhcpIpId, :VpcId, :SubnetId, :DhcpIpName, :PrivateIpAddress, :AddressIp, :NetworkInterfaceId, :InstanceId, :State, :CreatedTime, :TagSet
@@ -18512,7 +18508,7 @@ module TencentCloud
18512
18508
  class Ipv6SubnetCidrBlock < TencentCloud::Common::AbstractModel
18513
18509
  # @param SubnetId: 子网实例`ID`。形如:`subnet-pxir56ns`。
18514
18510
  # @type SubnetId: String
18515
- # @param Ipv6CidrBlock: `IPv6`子网段。形如:`3402:4e00:20:1001::/64`
18511
+ # @param Ipv6CidrBlock: `IPv6`子网段。形如:`3402:4e00:20:1001::/64`。作为AssignIpv6SubnetCidrBlock接口入参时,该参数必填。
18516
18512
  # @type Ipv6CidrBlock: String
18517
18513
 
18518
18514
  attr_accessor :SubnetId, :Ipv6CidrBlock
@@ -22065,10 +22061,8 @@ module TencentCloud
22065
22061
  # 注意:此字段可能返回 null,表示取不到有效值。
22066
22062
  # @type NetDetectDescription: String
22067
22063
  # @param CreateTime: 创建时间。
22068
- # 注意:此字段可能返回 null,表示取不到有效值。
22069
22064
  # @type CreateTime: String
22070
22065
  # @param TagSet: 标签键值对。
22071
- # 注意:此字段可能返回 null,表示取不到有效值。
22072
22066
  # @type TagSet: Array
22073
22067
 
22074
22068
  attr_accessor :VpcId, :VpcName, :SubnetId, :SubnetName, :NetDetectId, :NetDetectName, :DetectDestinationIp, :DetectSourceIp, :NextHopType, :NextHopDestination, :NextHopName, :NetDetectDescription, :CreateTime, :TagSet
@@ -22673,15 +22667,15 @@ module TencentCloud
22673
22667
  # @param TagSet: 资源标签数据。
22674
22668
  # @type TagSet: Array
22675
22669
  # @param QosLevel: 服务分级:PT、AU、AG。
22676
- # 注意:此字段可能返回 null,表示取不到有效值。
22677
22670
  # @type QosLevel: String
22678
22671
  # @param Type: 互通类型,VPC_PEER:VPC间互通;VPC_BM_PEER:VPC与黑石网络互通。
22679
- # 注意:此字段可能返回 null,表示取不到有效值。
22680
22672
  # @type Type: String
22673
+ # @param DestinationVpcId: 对端VPC唯一ID。
22674
+ # @type DestinationVpcId: String
22681
22675
 
22682
- attr_accessor :SourceVpcId, :PeerVpcId, :PeeringConnectionId, :PeeringConnectionName, :State, :IsNgw, :Bandwidth, :SourceRegion, :DestinationRegion, :CreateTime, :AppId, :PeerAppId, :ChargeType, :SourceUin, :DestinationUin, :TagSet, :QosLevel, :Type
22676
+ attr_accessor :SourceVpcId, :PeerVpcId, :PeeringConnectionId, :PeeringConnectionName, :State, :IsNgw, :Bandwidth, :SourceRegion, :DestinationRegion, :CreateTime, :AppId, :PeerAppId, :ChargeType, :SourceUin, :DestinationUin, :TagSet, :QosLevel, :Type, :DestinationVpcId
22683
22677
 
22684
- def initialize(sourcevpcid=nil, peervpcid=nil, peeringconnectionid=nil, peeringconnectionname=nil, state=nil, isngw=nil, bandwidth=nil, sourceregion=nil, destinationregion=nil, createtime=nil, appid=nil, peerappid=nil, chargetype=nil, sourceuin=nil, destinationuin=nil, tagset=nil, qoslevel=nil, type=nil)
22678
+ def initialize(sourcevpcid=nil, peervpcid=nil, peeringconnectionid=nil, peeringconnectionname=nil, state=nil, isngw=nil, bandwidth=nil, sourceregion=nil, destinationregion=nil, createtime=nil, appid=nil, peerappid=nil, chargetype=nil, sourceuin=nil, destinationuin=nil, tagset=nil, qoslevel=nil, type=nil, destinationvpcid=nil)
22685
22679
  @SourceVpcId = sourcevpcid
22686
22680
  @PeerVpcId = peervpcid
22687
22681
  @PeeringConnectionId = peeringconnectionid
@@ -22700,6 +22694,7 @@ module TencentCloud
22700
22694
  @TagSet = tagset
22701
22695
  @QosLevel = qoslevel
22702
22696
  @Type = type
22697
+ @DestinationVpcId = destinationvpcid
22703
22698
  end
22704
22699
 
22705
22700
  def deserialize(params)
@@ -22728,6 +22723,7 @@ module TencentCloud
22728
22723
  end
22729
22724
  @QosLevel = params['QosLevel']
22730
22725
  @Type = params['Type']
22726
+ @DestinationVpcId = params['DestinationVpcId']
22731
22727
  end
22732
22728
  end
22733
22729
 
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.977
4
+ version: 3.0.979
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-01-07 00:00:00.000000000 Z
11
+ date: 2025-01-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common