tencentcloud-sdk-vpc 3.0.978 → 3.0.980

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f71bbf46771a041515a377973a7e72b051401e72
4
- data.tar.gz: cb1ac8faa5221b18fdc07318c22242bd9aa9496d
3
+ metadata.gz: 87af9905cd42d90938af05340f138c697bb79e18
4
+ data.tar.gz: a8d4efa76307d6a91aabd20bc9dda4ed779160d4
5
5
  SHA512:
6
- metadata.gz: 94606af089487362a2a7e9d5a7a539aff41fee0cc8b2ac0cad6d5a025bd4cde917e0ff01110be4397e3e3a2968c4b5bff538847fced669539161e78beb37af21
7
- data.tar.gz: 6ff4f2e2711fe729a3344ac12264a971220f3c7347ee6c419ebc7f36d01e28891eb27756bbcd0a858e394bd01a870fdd4243470dd065055f870c3021eb681b4e
6
+ metadata.gz: 01fd316c1b6fb8bc2df8974a129f85f6cad8840e35608701cf561d34f66a56c824c4e514fb08aabfb39ce29eed611b5ef9ca221dbeaef639736f16df17e15e15
7
+ data.tar.gz: 0371b00dd47ea92f83235a12ba102ab1201bf1f3eb8c2285315ca5f0a6ec5536e646a7ab9fb8e94bae12fb5abd7f806fb2fc8f352db8c85f4ed95dae73060dc8
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.978
1
+ 3.0.980
@@ -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
@@ -15662,7 +15660,6 @@ module TencentCloud
15662
15660
  # @param CreatedTime: 创建时间。
15663
15661
  # @type CreatedTime: String
15664
15662
  # @param TagSet: 标签键值对。
15665
- # 注意:此字段可能返回 null,表示取不到有效值。
15666
15663
  # @type TagSet: Array
15667
15664
 
15668
15665
  attr_accessor :DhcpIpId, :VpcId, :SubnetId, :DhcpIpName, :PrivateIpAddress, :AddressIp, :NetworkInterfaceId, :InstanceId, :State, :CreatedTime, :TagSet
@@ -17721,10 +17718,8 @@ module TencentCloud
17721
17718
  # InquirePriceCreateDirectConnectGateway返回参数结构体
17722
17719
  class InquirePriceCreateDirectConnectGatewayResponse < TencentCloud::Common::AbstractModel
17723
17720
  # @param TotalCost: 专线网关标准接入费用
17724
- # 注意:此字段可能返回 null,表示取不到有效值。
17725
17721
  # @type TotalCost: Integer
17726
17722
  # @param RealTotalCost: 专线网关真实接入费用
17727
- # 注意:此字段可能返回 null,表示取不到有效值。
17728
17723
  # @type RealTotalCost: Integer
17729
17724
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
17730
17725
  # @type RequestId: String
@@ -18511,7 +18506,7 @@ module TencentCloud
18511
18506
  class Ipv6SubnetCidrBlock < TencentCloud::Common::AbstractModel
18512
18507
  # @param SubnetId: 子网实例`ID`。形如:`subnet-pxir56ns`。
18513
18508
  # @type SubnetId: String
18514
- # @param Ipv6CidrBlock: `IPv6`子网段。形如:`3402:4e00:20:1001::/64`
18509
+ # @param Ipv6CidrBlock: `IPv6`子网段。形如:`3402:4e00:20:1001::/64`。作为AssignIpv6SubnetCidrBlock接口入参时,该参数必填。
18515
18510
  # @type Ipv6CidrBlock: String
18516
18511
 
18517
18512
  attr_accessor :SubnetId, :Ipv6CidrBlock
@@ -22064,10 +22059,8 @@ module TencentCloud
22064
22059
  # 注意:此字段可能返回 null,表示取不到有效值。
22065
22060
  # @type NetDetectDescription: String
22066
22061
  # @param CreateTime: 创建时间。
22067
- # 注意:此字段可能返回 null,表示取不到有效值。
22068
22062
  # @type CreateTime: String
22069
22063
  # @param TagSet: 标签键值对。
22070
- # 注意:此字段可能返回 null,表示取不到有效值。
22071
22064
  # @type TagSet: Array
22072
22065
 
22073
22066
  attr_accessor :VpcId, :VpcName, :SubnetId, :SubnetName, :NetDetectId, :NetDetectName, :DetectDestinationIp, :DetectSourceIp, :NextHopType, :NextHopDestination, :NextHopName, :NetDetectDescription, :CreateTime, :TagSet
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.978
4
+ version: 3.0.980
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-08 00:00:00.000000000 Z
11
+ date: 2025-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common