tencentcloud-sdk-vpc 3.0.1053 → 3.0.1055

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: d600ee6cc328045a1cc3bcae0a98dad04d62bca4
4
- data.tar.gz: 70fef73682d2243aa0affdfa34d169c84f900cb6
3
+ metadata.gz: b127b69f0cac9d359ce55a5930997faacbe2c810
4
+ data.tar.gz: fb240243f40f44776634ab6c4d7fec7b28440d78
5
5
  SHA512:
6
- metadata.gz: 8779dde0a7f598b00b7af0590efd00175f27be55e22cb4e3d2797c53226fcff193bc977a9402adbcc8d9c879781686e641f641d9de580bcf54df510d90b7bdac
7
- data.tar.gz: 77fc194c0af1df4a74ab616d688d1d5b399a3ddfe70452580fd906a26807331dde0f656a0504f0b17b72ef8cc36246e10a2c97241e222ba3d5a3fdabdcfeae0c
6
+ metadata.gz: 0808727cfd40b574fff38ea8de198ba18c9762a8deba2653edfe3b0d36a8fbd11fb17c0749ab06fa4838a01f53ef49eb8f4e33c648f775e1a6b0c81b53475f70
7
+ data.tar.gz: d7aa8549aae0490880cc67a433768725c9df8c1735098ca23907b836f48d6edfd9b2c7dd83547cd1a955ab8168ff243b8ef07e8f2de8d16452b7f8f8af7135f5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1053
1
+ 3.0.1055
@@ -178,7 +178,7 @@ module TencentCloud
178
178
  # 本接口 (AllocateAddresses) 用于申请一个或多个[弹性公网IP](https://cloud.tencent.com/document/product/213/1941)(简称 EIP)。
179
179
  # * EIP 是专为动态云计算设计的静态 IP 地址。借助 EIP,您可以快速将 EIP 重新映射到您的另一个实例上,从而屏蔽实例故障。
180
180
  # * 您的 EIP 与腾讯云账户相关联,而不是与某个实例相关联。在您选择显式释放该地址,或欠费超过24小时之前,它会一直与您的腾讯云账户保持关联。
181
- # * 一个腾讯云账户在每个地域能申请的 EIP 最大配额有所限制,可参见 [EIP 产品简介](https://cloud.tencent.com/document/product/213/5733),上述配额可通过 DescribeAddressQuota 接口获取。
181
+ # * 一个腾讯云账户在每个地域能申请的 EIP 最大配额有所限制,可参见 [EIP 产品简介](https://cloud.tencent.com/document/product/213/5733),上述配额可通过 [DescribeAddressQuota](https://cloud.tencent.com/document/product/215/16701) 接口获取。
182
182
 
183
183
  # @param request: Request instance for AllocateAddresses.
184
184
  # @type request: :class:`Tencentcloud::vpc::V20170312::AllocateAddressesRequest`
@@ -372,7 +372,7 @@ module TencentCloud
372
372
  # * 将 EIP 绑定到主网卡的主内网IP时,如主内网IP已绑定普通公网IP,必须先退还才能绑定EIP。
373
373
  # * 将 EIP 绑定到指定网卡的内网 IP上(非主网卡的主内网IP),则必须先解绑该 EIP,才能再绑定新的。
374
374
  # * 将 EIP 绑定到内网型CLB实例的功能处于内测阶段,如需使用,请提交[内测申请](https://cloud.tencent.com/apply/p/4kxj7picqci)。
375
- # * 将 EIP 绑定到NAT网关,请使用接口[AssociateNatGatewayAddress](https://cloud.tencent.com/document/product/215/36722)
375
+ # * 将 EIP 绑定到NAT网关,请使用接口[AssociateNatGatewayAddress](https://cloud.tencent.com/document/product/215/36722)
376
376
  # * EIP 如果欠费或被封堵,则不能被绑定。
377
377
  # * 只有状态为 UNBIND 的 EIP 才能够被绑定。
378
378
 
@@ -3656,7 +3656,7 @@ module TencentCloud
3656
3656
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
3657
3657
  end
3658
3658
 
3659
- # 查询指定EIP的带宽上下限范围。
3659
+ # 本接口(DescribeAddressBandwidthRange)用于查询指定EIP的带宽上下限范围。
3660
3660
 
3661
3661
  # @param request: Request instance for DescribeAddressBandwidthRange.
3662
3662
  # @type request: :class:`Tencentcloud::vpc::V20170312::DescribeAddressBandwidthRangeRequest`
@@ -5739,7 +5739,7 @@ module TencentCloud
5739
5739
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
5740
5740
  end
5741
5741
 
5742
- # 查询EIP异步任务执行结果
5742
+ # 本接口(DescribeTaskResult)用于查询EIP异步任务执行结果。
5743
5743
 
5744
5744
  # @param request: Request instance for DescribeTaskResult.
5745
5745
  # @type request: :class:`Tencentcloud::vpc::V20170312::DescribeTaskResultRequest`
@@ -6603,8 +6603,8 @@ module TencentCloud
6603
6603
  end
6604
6604
 
6605
6605
  # 本接口 (DisassociateAddress) 用于解绑[弹性公网IP](https://cloud.tencent.com/document/product/213/1941)(简称 EIP)。
6606
- # * 支持CVM实例,弹性网卡上的EIP解绑
6607
- # * 不支持NAT上的EIP解绑。NAT上的EIP解绑请参考[DisassociateNatGatewayAddress](https://cloud.tencent.com/document/api/215/36716)
6606
+ # * 支持CVM实例,弹性网卡上的EIP解绑。
6607
+ # * 不支持NAT上的EIP解绑。NAT上的EIP解绑请参考[DisassociateNatGatewayAddress](https://cloud.tencent.com/document/api/215/36716)
6608
6608
  # * 只有状态为 BIND 和 BIND_ENI 的 EIP 才能进行解绑定操作。
6609
6609
 
6610
6610
  # @param request: Request instance for DisassociateAddress.
@@ -7214,7 +7214,7 @@ module TencentCloud
7214
7214
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
7215
7215
  end
7216
7216
 
7217
- # 本接口(InquiryPriceRenewAddresses)用于续费预付费弹性公网IP询价。
7217
+ # 本接口(InquiryPriceRenewAddresses)用于续费预付费弹性公网IP询价,只支持包月按带宽预付费的计费模式。
7218
7218
 
7219
7219
  # @param request: Request instance for InquiryPriceRenewAddresses.
7220
7220
  # @type request: :class:`Tencentcloud::vpc::V20170312::InquiryPriceRenewAddressesRequest`
@@ -7442,7 +7442,7 @@ module TencentCloud
7442
7442
  end
7443
7443
 
7444
7444
  # 该接口用于调整具有带宽属性弹性公网IP的网络计费模式
7445
- # * 支持BANDWIDTH_PREPAID_BY_MONTHTRAFFIC_POSTPAID_BY_HOUR两种网络计费模式之间的切换。
7445
+ # * 支持BANDWIDTH_PREPAID_BY_MONTH(包月按带宽预付费)和TRAFFIC_POSTPAID_BY_HOUR(流量按小时后付费)两种网络计费模式之间的切换。
7446
7446
  # * 每个弹性公网IP支持调整两次,次数超出则无法调整。
7447
7447
 
7448
7448
  # @param request: Request instance for ModifyAddressInternetChargeType.
@@ -7543,7 +7543,7 @@ module TencentCloud
7543
7543
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
7544
7544
  end
7545
7545
 
7546
- # 调整EIP续费标识
7546
+ # 本接口(ModifyAddressesRenewFlag)用于调整EIP续费标识。
7547
7547
 
7548
7548
  # @param request: Request instance for ModifyAddressesRenewFlag.
7549
7549
  # @type request: :class:`Tencentcloud::vpc::V20170312::ModifyAddressesRenewFlagRequest`
@@ -8100,7 +8100,7 @@ module TencentCloud
8100
8100
  # 本接口(ModifyIp6AddressesBandwidth)用于调整传统弹性公网 IPv6 实例的带宽上限。
8101
8101
 
8102
8102
  # - 仅支持对传统弹性公网 IPv6 实例的带宽上限进行调整。
8103
- # - 如需调整弹性公网 IPv6 实例的带宽上限,请使用 ModifyIPv6AddressesBandwidth 接口。
8103
+ # - 如需调整弹性公网 IPv6 实例的带宽上限,请使用 [ModifyIPv6AddressesBandwidth](https://cloud.tencent.com/document/product/215/113674) 接口。
8104
8104
 
8105
8105
  # @param request: Request instance for ModifyIp6AddressesBandwidth.
8106
8106
  # @type request: :class:`Tencentcloud::vpc::V20170312::ModifyIp6AddressesBandwidthRequest`
@@ -9258,7 +9258,7 @@ module TencentCloud
9258
9258
  # 本接口(ReleaseIp6AddressesBandwidth)用于为传统弹性公网 IPv6 实例关闭 IPv6 公网带宽。
9259
9259
 
9260
9260
  # - 传统弹性公网 IPv6 实例关闭公网带宽后,仍具备 IPv6 内网通信能力。
9261
- # - 如需再次开通 IPv6 公网带宽,请使用 AllocateIp6AddressesBandwidth 接口进行开通。
9261
+ # - 如需再次开通 IPv6 公网带宽,请使用 [AllocateIp6AddressesBandwidth](https://cloud.tencent.com/document/product/215/40090) 接口进行开通。
9262
9262
 
9263
9263
  # @param request: Request instance for ReleaseIp6AddressesBandwidth.
9264
9264
  # @type request: :class:`Tencentcloud::vpc::V20170312::ReleaseIp6AddressesBandwidthRequest`
@@ -9331,7 +9331,7 @@ module TencentCloud
9331
9331
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
9332
9332
  end
9333
9333
 
9334
- # 该接口用于续费包月带宽计费模式的弹性公网IP
9334
+ # 本接口(RenewAddresses)用于续费包月带宽计费模式的弹性公网IP
9335
9335
 
9336
9336
  # @param request: Request instance for RenewAddresses.
9337
9337
  # @type request: :class:`Tencentcloud::vpc::V20170312::RenewAddressesRequest`
@@ -9996,7 +9996,7 @@ module TencentCloud
9996
9996
  end
9997
9997
 
9998
9998
  # 本接口 (TransformAddress) 用于将实例的普通公网 IP 转换为[弹性公网IP](https://cloud.tencent.com/document/product/213/1941)(简称 EIP)。
9999
- # * 平台对用户每地域每日解绑 EIP 重新分配普通公网 IP 次数有所限制(可参见 [EIP 产品简介](/document/product/213/1941))。上述配额可通过 [DescribeAddressQuota](https://cloud.tencent.com/document/api/213/1378) 接口获取。
9999
+ # * 平台对用户单地域每日解绑 EIP 重新分配普通公网 IP 次数有所限制(可参见 [EIP 产品简介](/document/product/213/1941))。上述配额可通过 [DescribeAddressQuota](https://cloud.tencent.com/document/product/215/16701) 接口获取。
10000
10000
 
10001
10001
  # @param request: Request instance for TransformAddress.
10002
10002
  # @type request: :class:`Tencentcloud::vpc::V20170312::TransformAddressRequest`
@@ -312,9 +312,9 @@ module TencentCloud
312
312
  # @type InstanceId: String
313
313
  # @param CreatedTime: 创建时间。按照`ISO8601`标准表示,并且使用`UTC`时间。格式为:`YYYY-MM-DDThh:mm:ssZ`。
314
314
  # @type CreatedTime: String
315
- # @param NetworkInterfaceId: 绑定的弹性网卡ID
315
+ # @param NetworkInterfaceId: 绑定的弹性网卡ID,null表示没有绑定弹性网卡。
316
316
  # @type NetworkInterfaceId: String
317
- # @param PrivateAddressIp: 绑定的资源内网ip
317
+ # @param PrivateAddressIp: 绑定的资源内网ip,null表示没有绑定资源内网ip。
318
318
  # @type PrivateAddressIp: String
319
319
  # @param IsArrears: 资源隔离状态。true表示eip处于隔离状态,false表示资源处于未隔离状态
320
320
  # @type IsArrears: Boolean
@@ -328,9 +328,11 @@ module TencentCloud
328
328
  # @type CascadeRelease: Boolean
329
329
  # @param EipAlgType: EIP ALG开启的协议类型。
330
330
  # @type EipAlgType: :class:`Tencentcloud::Vpc.v20170312.models.AlgType`
331
- # @param InternetServiceProvider: 弹性公网IP的运营商信息,当前可能返回值包括"CMCC","CTCC","CUCC","BGP"
331
+ # @param InternetServiceProvider: 弹性公网IP的运营商信息,当前可能返回值包括"CMCC"(移动),"CTCC"(电信),"CUCC"(联通),"BGP"(常规BGP)。
332
332
  # @type InternetServiceProvider: String
333
- # @param LocalBgp: 是否本地带宽EIP
333
+ # @param LocalBgp: 是否本地带宽EIP,可选值:
334
+ # <li>true:本地带宽EIP</li>
335
+ # <li>false:非本地带宽EIP</li>
334
336
  # @type LocalBgp: Boolean
335
337
  # @param Bandwidth: 弹性公网IP的带宽值。注意,传统账户类型账户的弹性公网IP没有带宽属性,值为空。
336
338
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -349,12 +351,20 @@ module TencentCloud
349
351
  # 注意:此字段可能返回 null,表示取不到有效值。
350
352
  # @type InternetChargeType: String
351
353
  # @param TagSet: 弹性公网IP关联的标签列表。
352
- # 注意:此字段可能返回 null,表示取不到有效值。
353
354
  # @type TagSet: Array
354
- # @param DeadlineDate: 到期时间。
355
+ # @param DeadlineDate: 预付费包月带宽IP到期时间。
356
+ # 时间格式:YYYY-MM-DDThh:mm:ssZ
355
357
  # 注意:此字段可能返回 null,表示取不到有效值。
356
358
  # @type DeadlineDate: String
357
- # @param InstanceType: EIP绑定的实例类型。
359
+ # @param InstanceType: EIP绑定的实例类型。可选值:
360
+ # <li>CVM:云服务器</li>
361
+ # <li>NAT:NAT 网关</li>
362
+ # <li>HAVIP:高可用虚拟IP</li>
363
+ # <li>ENI:弹性网卡</li>
364
+ # <li>CLB:内网CLB</li>
365
+ # <li>DHCPIP:弹性内网IP</li>
366
+
367
+
358
368
  # 注意:此字段可能返回 null,表示取不到有效值。
359
369
  # @type InstanceType: String
360
370
  # @param Egress: 静态单线IP网络出口
@@ -369,10 +379,8 @@ module TencentCloud
369
379
  # 注意:此字段可能返回 null,表示取不到有效值。
370
380
  # @type BandwidthPackageId: String
371
381
  # @param UnVpcId: 传统弹性公网IPv6所属vpc唯一ID
372
- # 注意:此字段可能返回 null,表示取不到有效值。
373
382
  # @type UnVpcId: String
374
383
  # @param DedicatedClusterId: CDC唯一ID
375
- # 注意:此字段可能返回 null,表示取不到有效值。
376
384
  # @type DedicatedClusterId: String
377
385
 
378
386
  attr_accessor :AddressId, :AddressName, :AddressStatus, :AddressIp, :InstanceId, :CreatedTime, :NetworkInterfaceId, :PrivateAddressIp, :IsArrears, :IsBlocked, :IsEipDirectConnection, :AddressType, :CascadeRelease, :EipAlgType, :InternetServiceProvider, :LocalBgp, :Bandwidth, :InternetChargeType, :TagSet, :DeadlineDate, :InstanceType, :Egress, :AntiDDoSPackageId, :RenewFlag, :BandwidthPackageId, :UnVpcId, :DedicatedClusterId
@@ -698,9 +706,13 @@ module TencentCloud
698
706
 
699
707
  # ALG协议类型
700
708
  class AlgType < TencentCloud::Common::AbstractModel
701
- # @param Ftp: Ftp协议Alg功能是否开启
709
+ # @param Ftp: Ftp协议Alg功能是否开启,可选值:
710
+ # <li>true:开启Ftp协议Alg功能</li>
711
+ # <li>false:不开启Ftp协议Alg功能</li>
702
712
  # @type Ftp: Boolean
703
- # @param Sip: Sip协议Alg功能是否开启
713
+ # @param Sip: Sip协议Alg功能是否开启,可选值:
714
+ # <li>true:开启Sip协议Alg功能</li>
715
+ # <li>false:不开启Sip协议Alg功能</li>
704
716
  # @type Sip: Boolean
705
717
 
706
718
  attr_accessor :Ftp, :Sip
@@ -718,33 +730,35 @@ module TencentCloud
718
730
 
719
731
  # AllocateAddresses请求参数结构体
720
732
  class AllocateAddressesRequest < TencentCloud::Common::AbstractModel
721
- # @param AddressCount: EIP数量。默认值:1。
733
+ # @param AddressCount: EIP数量。可申请的数量限制参考:[EIP 配额限制](https://cloud.tencent.com/document/product/1199/41648)。默认值:1。
722
734
  # @type AddressCount: Integer
723
- # @param InternetServiceProvider: EIP线路类型。默认值:BGP。
724
- # <ul style="margin:0"><li>已开通静态单线IP白名单的用户,可选值:<ul><li>CMCC:中国移动</li>
735
+ # @param InternetServiceProvider: EIP线路类型。各种线路类型详情可参考:[EIP 的 IP 地址类型](https://cloud.tencent.com/document/product/1199/41646)。默认值:BGP。
736
+ # <ul style="margin:0"><li>BGP:常规 BGP 线路</li>
737
+ # <li>已开通静态单线IP白名单的用户,可选值:<ul><li>CMCC:中国移动</li>
725
738
  # <li>CTCC:中国电信</li>
726
- # <li>CUCC:中国联通</li></ul>注意:仅部分地域支持静态单线IP。</li></ul>
739
+ # <li>CUCC:中国联通</li></ul></li>注意:仅部分地域支持静态单线IP。</ul>
727
740
  # @type InternetServiceProvider: String
728
741
  # @param InternetChargeType: EIP计费方式。
729
- # <ul style="margin:0"><li>已开通标准账户类型白名单的用户,可选值:<ul><li>BANDWIDTH_PACKAGE:[共享带宽包](https://cloud.tencent.com/document/product/684/15255)付费(需额外开通共享带宽包白名单)</li>
742
+ # <ul style="margin:0"><li>标准账户类型,可选值:<ul><li>BANDWIDTH_PACKAGE:[共享带宽包](https://cloud.tencent.com/document/product/684/15255)付费</li>
730
743
  # <li>BANDWIDTH_POSTPAID_BY_HOUR:带宽按小时后付费</li>
731
744
  # <li>BANDWIDTH_PREPAID_BY_MONTH:包月按带宽预付费</li>
732
745
  # <li>TRAFFIC_POSTPAID_BY_HOUR:流量按小时后付费</li></ul>默认值:TRAFFIC_POSTPAID_BY_HOUR。</li>
733
- # <li>未开通标准账户类型白名单的用户,EIP计费方式与其绑定的实例的计费方式一致,无需传递此参数。</li></ul>
746
+ # <li>传统账户类型,无需传递此参数,EIP计费方式与其绑定的实例的计费方式一致,无需传递此参数。</li></ul>
734
747
  # @type InternetChargeType: String
735
748
  # @param InternetMaxBandwidthOut: EIP出带宽上限,单位:Mbps。
736
- # <ul style="margin:0"><li>已开通标准账户类型白名单的用户,可选值范围取决于EIP计费方式:<ul><li>BANDWIDTH_PACKAGE:1 Mbps 至 2000 Mbps</li>
749
+ # <ul style="margin:0"><li>标准账户类型EIP出带宽上限,可选值范围取决于EIP计费方式:<ul><li>BANDWIDTH_PACKAGE:1 Mbps 至 2000 Mbps</li>
737
750
  # <li>BANDWIDTH_POSTPAID_BY_HOUR:1 Mbps 至 100 Mbps</li>
738
751
  # <li>BANDWIDTH_PREPAID_BY_MONTH:1 Mbps 至 200 Mbps</li>
739
752
  # <li>TRAFFIC_POSTPAID_BY_HOUR:1 Mbps 至 100 Mbps</li></ul>默认值:1 Mbps。</li>
740
- # <li>未开通标准账户类型白名单的用户,EIP出带宽上限取决于与其绑定的实例的公网出带宽上限,无需传递此参数。</li></ul>
753
+ # <li>传统账户类型无需传递此参数,EIP出带宽上限取决于与其绑定的实例的公网出带宽上限,无需传递此参数。</li></ul>
741
754
  # @type InternetMaxBandwidthOut: Integer
742
755
  # @param AddressChargePrepaid: 包月按带宽预付费EIP的计费参数。EIP为包月按带宽预付费时,该参数必传,其余场景不需传递
743
756
  # @type AddressChargePrepaid: :class:`Tencentcloud::Vpc.v20170312.models.AddressChargePrepaid`
744
- # @param AddressType: EIP类型。默认值:EIP。
745
- # <ul style="margin:0"><li>已开通Anycast公网加速白名单的用户,可选值:<ul><li>AnycastEIP:加速IP,可参见 [Anycast 公网加速](https://cloud.tencent.com/document/product/644)</li></ul>注意:仅部分地域支持加速IP。</li></ul>
746
- # <ul style="margin:0"><li>已开通精品IP白名单的用户,可选值:<ul><li>HighQualityEIP:精品IP</li></ul>注意:仅部分地域支持精品IP。</li></ul>
747
- # <ul style="margin:0"><li>已开高防IP白名单的用户,可选值:<ul><li>AntiDDoSEIP:高防IP</li></ul>注意:仅部分地域支持高防IP。</li></ul>
757
+ # @param AddressType: EIP类型。各种EIP类型详情可参考:[EIP 的 IP 地址类型](https://cloud.tencent.com/document/product/1199/41646)。默认值:EIP
758
+ # <li>EIP:弹性公网 IP </li>
759
+ # <li>AnycastEIP:加速 IP,已开通 [Anycast 公网加速](https://cloud.tencent.com/document/product/644)白名单的用户可选。仅部分地域支持加速IP。</li>
760
+ # <li>HighQualityEIP:精品 IP。仅部分地域支持精品IP。</li>
761
+ # <li>AntiDDoSEIP:高防 IP。仅部分地域支持高防IP。</li>
748
762
  # @type AddressType: String
749
763
  # @param AnycastZone: Anycast发布域。
750
764
  # <ul style="margin:0"><li>已开通Anycast公网加速白名单的用户,可选值:<ul><li>ANYCAST_ZONE_GLOBAL:全球发布域(需要额外开通Anycast全球加速白名单)</li><li>ANYCAST_ZONE_OVERSEAS:境外发布域</li><li><b>[已废弃]</b> ANYCAST_ZONE_A:发布域A(已更新为全球发布域)</li><li><b>[已废弃]</b> ANYCAST_ZONE_B:发布域B(已更新为全球发布域)</li></ul>默认值:ANYCAST_ZONE_OVERSEAS。</li></ul>
@@ -856,24 +870,27 @@ module TencentCloud
856
870
 
857
871
  # AllocateIPv6Addresses请求参数结构体
858
872
  class AllocateIPv6AddressesRequest < TencentCloud::Common::AbstractModel
859
- # @param AddressName: EIP名称,用于申请EIP时用户自定义该EIP的个性化名称,默认值:未命名。
873
+ # @param AddressName: EIP名称,用于申请EIP时用户自定义该EIP的个性化名称。长度上限为128个字符,允许使用大小写字母、汉字、数字、连字符"-"和下划线"_",不能包含空格。
874
+ # 默认值:未命名
860
875
  # @type AddressName: String
861
876
  # @param AddressType: 弹性公网IPv6类型,可选值:
862
877
 
863
- # - EIPv6:普通IPv6
864
- # - HighQualityEIPv6:精品IPv6
865
- # 注意:需联系产品开通精品IPv6白名单,且仅部分地域支持精品IPv6
878
+ # - EIPv6:弹性公网IPv6
879
+ # - HighQualityEIPv6:精品BGP线路弹性公网IPv6
880
+ # 注意:弹性公网IPv6产品需开白才能使用,其中精品BGP线路仅在中国香港支持。
866
881
 
867
- # 默认值:EIPv6
882
+ # 默认值:EIPv6
868
883
  # @type AddressType: String
869
- # @param AddressCount: 申请的弹性公网IPv6数量,默认值:1
884
+ # @param AddressCount: 申请的弹性公网IPv6数量。单次最多可以申请20个弹性公网IPv6实例,总配额请参见[弹性公网 IPv6 配额说明](https://cloud.tencent.com/document/product/1142/38369)
885
+
886
+ # 默认值:1
870
887
  # @type AddressCount: Integer
871
888
  # @param InternetChargeType: 弹性公网IPv6计费方式,可选值:
872
889
 
873
890
  # - BANDWIDTH_PACKAGE:[共享带宽包](https://cloud.tencent.com/document/product/684/15255)付费
874
891
  # - TRAFFIC_POSTPAID_BY_HOUR:流量按小时后付费
875
892
 
876
- # 默认值:TRAFFIC_POSTPAID_BY_HOUR
893
+ # 默认值:TRAFFIC_POSTPAID_BY_HOUR
877
894
  # @type InternetChargeType: String
878
895
  # @param InternetServiceProvider: 弹性公网IPv6线路类型,默认值:BGP。
879
896
 
@@ -881,18 +898,18 @@ module TencentCloud
881
898
  # - CMCC:中国移动
882
899
  # - CTCC:中国电信
883
900
  # - CUCC:中国联通
884
- # 注意:仅部分地域支持静态单线IP
901
+ # 注意:仅部分地域支持静态单线IP。具体请以控制台购买页展示为准。
885
902
  # @type InternetServiceProvider: String
886
903
  # @param InternetMaxBandwidthOut: 弹性公网IPv6带宽上限,单位:Mbps。
887
904
 
888
905
  # 可选值范围取决于EIP计费方式:
889
906
 
890
- # - BANDWIDTH_PACKAGE1 Mbps 至 2000 Mbps
891
- # - TRAFFIC_POSTPAID_BY_HOUR1 Mbps 至 100 Mbps
907
+ # - BANDWIDTH_PACKAGE(共享带宽包付费):1 Mbps 至 2000 Mbps
908
+ # - TRAFFIC_POSTPAID_BY_HOUR(流量按小时后付费):1 Mbps 至 100 Mbps
892
909
 
893
- # 默认值:1 Mbps。
910
+ # 默认值:1
894
911
  # @type InternetMaxBandwidthOut: Integer
895
- # @param BandwidthPackageId: 带宽包唯一ID参数。
912
+ # @param BandwidthPackageId: 带宽包唯一ID参数。可以使用[DescribeBandwidthPackages](https://cloud.tencent.com/document/product/215/19209)接口查询BandwidthPackageId。
896
913
  # 设定该参数且InternetChargeType为BANDWIDTH_PACKAGE,则表示创建的EIP加入该BGP带宽包并采用带宽包计费。
897
914
  # @type BandwidthPackageId: String
898
915
  # @param Tags: 需要关联的标签列表。
@@ -901,10 +918,9 @@ module TencentCloud
901
918
 
902
919
  # - CENTER_EGRESS_1:中心出口一
903
920
  # - CENTER_EGRESS_2:中心出口二
904
- # - CENTER_EGRESS_3:中心出口三
905
- # 注意:不同运营商或资源类型对应的网络出口需要联系产品开白
921
+ # 注意:不同地域支持的线路类型、网络出口略有差异,请以控制台展示为准。
906
922
 
907
- # 默认值:CENTER_EGRESS_1
923
+ # 默认值:CENTER_EGRESS_1
908
924
  # @type Egress: String
909
925
 
910
926
  attr_accessor :AddressName, :AddressType, :AddressCount, :InternetChargeType, :InternetServiceProvider, :InternetMaxBandwidthOut, :BandwidthPackageId, :Tags, :Egress
@@ -1267,7 +1283,6 @@ module TencentCloud
1267
1283
  # @param AssistantType: 辅助CIDR类型(0:普通辅助CIDR,1:容器辅助CIDR),默认都是0。
1268
1284
  # @type AssistantType: Integer
1269
1285
  # @param SubnetSet: 辅助CIDR拆分的子网。
1270
- # 注意:此字段可能返回 null,表示取不到有效值。
1271
1286
  # @type SubnetSet: Array
1272
1287
 
1273
1288
  attr_accessor :VpcId, :CidrBlock, :AssistantType, :SubnetSet
@@ -1296,7 +1311,7 @@ module TencentCloud
1296
1311
 
1297
1312
  # AssociateAddress请求参数结构体
1298
1313
  class AssociateAddressRequest < TencentCloud::Common::AbstractModel
1299
- # @param AddressId: 标识 EIP 的唯一 ID。EIP 唯一 ID 形如:`eip-11112222`。
1314
+ # @param AddressId: 标识 EIP 的唯一 ID。可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。EIP 唯一 ID 形如:`eip-11112222`。
1300
1315
  # @type AddressId: String
1301
1316
  # @param InstanceId: 要绑定的实例 ID。实例 ID 形如:`ins-11112222`、`lb-11112222`。可通过登录[控制台](https://console.cloud.tencent.com/cvm)查询,也可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口返回值中的`InstanceId`获取。
1302
1317
  # @type InstanceId: String
@@ -1428,11 +1443,11 @@ module TencentCloud
1428
1443
 
1429
1444
  # AssociateIPv6Address请求参数结构体
1430
1445
  class AssociateIPv6AddressRequest < TencentCloud::Common::AbstractModel
1431
- # @param IPv6AddressId: 弹性公网IPv6唯一ID,EIPv6 唯一 ID 形如:eipv6-11112222。
1446
+ # @param IPv6AddressId: 弹性公网IPv6唯一ID,EIPv6 唯一 ID 形如:eipv6-11112222。可以使用[DescribeIPv6Addresses](https://cloud.tencent.com/document/api/215/113677)接口获取IPv6AddressId
1432
1447
  # @type IPv6AddressId: String
1433
- # @param NetworkInterfaceId: 要绑定的弹性网卡 ID。 弹性网卡 ID 形如:eni-11112222。NetworkInterfaceId 与 InstanceId 不可同时指定。弹性网卡 ID 可通过登录控制台查询,也可通过DescribeNetworkInterfaces接口返回值中的networkInterfaceId获取。
1448
+ # @param NetworkInterfaceId: 要绑定的弹性网卡 ID。 弹性网卡 ID 形如:eni-11112222。NetworkInterfaceId 与 InstanceId 不可同时指定。弹性网卡 ID 可通过登录[控制台](https://console.cloud.tencent.com/vpc/eni?rid=1)查询,也可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/api/215/15817)接口返回值中的networkInterfaceId获取。
1434
1449
  # @type NetworkInterfaceId: String
1435
- # @param PrivateIPv6Address: 要绑定的内网 IPv6。如果指定了 NetworkInterfaceId 则也必须指定 PrivateIPv6Address ,表示将 EIP 绑定到指定弹性网卡的指定内网 IP 上。同时要确保指定的 PrivateIPv6Address 是指定的 NetworkInterfaceId 上的一个内网 IPv6。指定弹性网卡的内网 IPv6 可通过登录控制台查询,也可通过DescribeNetworkInterfaces接口返回值中的Ipv6AddressSet.Address获取。
1450
+ # @param PrivateIPv6Address: 要绑定的内网 IPv6。如果指定了 NetworkInterfaceId 则也必须指定 PrivateIPv6Address ,表示将 EIP 绑定到指定弹性网卡的指定内网 IP 上。同时要确保指定的 PrivateIPv6Address 是指定的 NetworkInterfaceId 上的一个内网 IPv6。指定弹性网卡的内网 IPv6 可通过登录[控制台](https://console.cloud.tencent.com/vpc/eni?rid=1)查询,也可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/api/215/15817)接口返回值中的Ipv6AddressSet.Address获取。
1436
1451
  # @type PrivateIPv6Address: String
1437
1452
 
1438
1453
  attr_accessor :IPv6AddressId, :NetworkInterfaceId, :PrivateIPv6Address
@@ -1902,7 +1917,6 @@ module TencentCloud
1902
1917
  # @param Bandwidth: 带宽包限速大小。单位:Mbps,-1表示不限速。
1903
1918
  # @type Bandwidth: Integer
1904
1919
  # @param Egress: 网络出口
1905
- # 注意:此字段可能返回 null,表示取不到有效值。
1906
1920
  # @type Egress: String
1907
1921
  # @param Deadline: 带宽包到期时间,只有预付费会返回,按量计费返回为null
1908
1922
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -4758,8 +4772,8 @@ module TencentCloud
4758
4772
 
4759
4773
  attr_accessor :NatGatewayName, :VpcId, :InternetMaxBandwidthOut, :MaxConcurrentConnection, :AddressCount, :PublicIpAddresses, :Zone, :Tags, :SubnetId, :StockPublicIpAddressesBandwidthOut, :PublicIpAddressesBandwidthOut, :PublicIpFromSameZone, :NatProductVersion
4760
4774
  extend Gem::Deprecate
4761
- deprecate :SubnetId, :none, 2025, 4
4762
- deprecate :SubnetId=, :none, 2025, 4
4775
+ deprecate :SubnetId, :none, 2025, 5
4776
+ deprecate :SubnetId=, :none, 2025, 5
4763
4777
 
4764
4778
  def initialize(natgatewayname=nil, vpcid=nil, internetmaxbandwidthout=nil, maxconcurrentconnection=nil, addresscount=nil, publicipaddresses=nil, zone=nil, tags=nil, subnetid=nil, stockpublicipaddressesbandwidthout=nil, publicipaddressesbandwidthout=nil, publicipfromsamezone=nil, natproductversion=nil)
4765
4779
  @NatGatewayName = natgatewayname
@@ -9248,7 +9262,7 @@ module TencentCloud
9248
9262
 
9249
9263
  # DescribeAddressBandwidthRange请求参数结构体
9250
9264
  class DescribeAddressBandwidthRangeRequest < TencentCloud::Common::AbstractModel
9251
- # @param AddressIds: EIP资源ID列表,单次查询上限20。
9265
+ # @param AddressIds: EIP资源ID列表,单次查询上限20,可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId
9252
9266
  # @type AddressIds: Array
9253
9267
 
9254
9268
  attr_accessor :AddressIds
@@ -11669,7 +11683,7 @@ module TencentCloud
11669
11683
 
11670
11684
  # DescribeIPv6Addresses请求参数结构体
11671
11685
  class DescribeIPv6AddressesRequest < TencentCloud::Common::AbstractModel
11672
- # @param IPv6AddressIds: 标识 IPv6 的唯一 ID 列。
11686
+ # @param IPv6AddressIds: 标识 IPv6 的唯一 ID 列。可以使用[DescribeIPv6Addresses](https://cloud.tencent.com/document/api/215/113677)接口获取IPv6AddressId。
11673
11687
 
11674
11688
  # - 传统弹性公网 IPv6 唯一 ID 形如:`eip-11112222`
11675
11689
  # - 弹性公网 IPv6 唯一 ID 形如:`eipv6-11112222`
@@ -11685,15 +11699,18 @@ module TencentCloud
11685
11699
  # - charge-type - String - 是否必填:否 - (过滤条件)按照计费类型过滤。
11686
11700
  # - private-ipv6-address - String - 是否必填:否 - (过滤条件)按照绑定的内网 IPv6 地址过滤。
11687
11701
  # - egress - String - 是否必填:否 - (过滤条件)按照出口过滤。
11688
- # - address-type - String - 是否必填:否 - (过滤条件)按照IPv6类型 进行过滤。可选值:'EIP6','EIPv6','WanIPv6','HighQualityEIPv6'。默认值是'EIPv6'。
11689
- # - address-isp - String - 是否必填:否 - (过滤条件)按照 运营商类型 进行过滤。可选值:'BGP','CMCC''CUCC', 'CTCC'
11690
- # - address-status - String - 是否必填:否 - (过滤条件)按照 EIP 的状态过滤。状态包含:'CREATING''BINDING''BIND''UNBINDING''UNBIND''OFFLINING''BIND_ENI','PRIVATE'。
11702
+ # - address-type - String - 是否必填:否 - (过滤条件)按照IPv6类型 进行过滤。可选值:'EIP6':传统弹性公网 IPv6,'EIPv6':弹性公网 IPv6,'WanIPv6':普通公网 IPv6,'HighQualityEIPv6':精品弹性公网 IPv6。默认值是'EIPv6'。
11703
+ # - address-isp - String - 是否必填:否 - (过滤条件)按照 运营商类型 进行过滤。可选值:'BGP':常规BGP,'CMCC':移动,'CUCC':联通, 'CTCC':电信。
11704
+ # - address-status - String - 是否必填:否 - (过滤条件)按照 EIP 的状态过滤。状态包含:'CREATING':创建中,'BINDING':绑定中,'BIND':已绑,'UNBINDING':解绑中,'UNBIND':未绑定,'OFFLINING':下线中,'BIND_ENI':绑定了ENI,'PRIVATE':仅开通内网的IPv6
11691
11705
  # - address-name - String - 是否必填:否 - (过滤条件)按照 EIP 名称过滤。不支持模糊过滤。
11692
11706
  # - tag-key - String - 是否必填:否 - (过滤条件)按照标签键进行过滤。
11693
11707
  # - tag-value - String - 是否必填:否 - (过滤条件)按照标签值进行过滤。
11694
11708
  # - tag:tag-key - String - 是否必填:否 - (过滤条件)按照标签键值对进行过滤。tag-key使用具体的标签键进行替换。
11695
11709
  # @type Filters: Array
11696
- # @param Traditional: 是否查询传统型IPv6地址信息。
11710
+ # @param Traditional: 是否查询传统型IPv6地址信息。可选值:
11711
+ # <li>True:查询传统型IPv6地址信息</li>
11712
+ # <li>False:不查询传统型IPv6地址信息</li>
11713
+ # 默认值:False
11697
11714
  # @type Traditional: Boolean
11698
11715
  # @param Offset: 偏移量,默认为0。关于Offset的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/11646)中的相关小节。
11699
11716
  # @type Offset: Integer
@@ -14588,17 +14605,22 @@ module TencentCloud
14588
14605
 
14589
14606
  # DescribeSpecificTrafficPackageUsedDetails请求参数结构体
14590
14607
  class DescribeSpecificTrafficPackageUsedDetailsRequest < TencentCloud::Common::AbstractModel
14591
- # @param TrafficPackageId: 共享流量包唯一ID
14608
+ # @param TrafficPackageId: 共享流量包唯一ID。可以使用[DescribeTrafficPackages](https://cloud.tencent.com/document/product/215/80090?locationSource=from%3Ddoc-search%26scope%3Dcurrent%26keyword%3D%E6%B5%81%E9%87%8F%E5%8C%85)接口获取TrafficPackageId。
14592
14609
  # @type TrafficPackageId: String
14593
- # @param Filters: 每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。详细的过滤条件如下:<li> resource-id - String - 是否必填:否 - (过滤条件)按照抵扣流量资源的唯一 ID 过滤。</li><li> resource-type - String - 是否必填:否 - (过滤条件)按照资源类型过滤,资源类型包括 CVM 和 EIP </li>
14610
+ # @param Filters: 每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。详细的过滤条件如下:<ul style="margin:0"><li> resource-type - String - 是否必填:否 - (过滤条件)按照资源类型过滤,资源类型包括 EIP、BWP、LB。 </li>
14611
+ # <li> resource-id - String - 是否必填:否 - (过滤条件)按照抵扣流量资源的唯一 ID 过滤。以下补充资源ID获取方式:<ul><li>EIP:可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取资源ID。</li>
14612
+ # <li>BWP:可以使用[DescribeBandwidthPackages](https://cloud.tencent.com/document/product/215/19209)接口获取资源ID。</li>
14613
+ # <li>LB:可以使用[DescribeLoadBalancers](https://cloud.tencent.com/document/product/214/30685)接口获取资源ID。</li></ul></li></ul>
14594
14614
  # @type Filters: Array
14595
14615
  # @param OrderField: 排序条件。该参数仅支持根据抵扣量排序,传值为 deduction
14596
14616
  # @type OrderField: String
14597
14617
  # @param OrderType: 排序类型,仅支持0和1,0-降序,1-升序。不传默认为0
14598
14618
  # @type OrderType: Integer
14599
- # @param StartTime: 开始时间。不传默认为当前时间往前推30
14619
+ # @param StartTime: 开始时间。待查询的共享流量包用量开始时间。不传默认为当前时间往前推30天。
14620
+ # 时间格式:YYYY-MM-DD hh:mm:ss
14600
14621
  # @type StartTime: String
14601
- # @param EndTime: 结束时间。不传默认为当前时间
14622
+ # @param EndTime: 结束时间。待查询的共享流量包用量结束时间。不传默认为当前时间。
14623
+ # 时间格式:YYYY-MM-DD hh:mm:ss
14602
14624
  # @type EndTime: String
14603
14625
  # @param Offset: 偏移量,默认为0。关于Offset的更进一步介绍请参考 API 中的相关小节
14604
14626
  # @type Offset: Integer
@@ -14793,9 +14815,9 @@ module TencentCloud
14793
14815
 
14794
14816
  # DescribeTaskResult请求参数结构体
14795
14817
  class DescribeTaskResultRequest < TencentCloud::Common::AbstractModel
14796
- # @param TaskId: 异步任务IDTaskId和DealName必填一个参数
14818
+ # @param TaskId: 异步任务ID。从异步任务接口返回结果中查看。例如:[AllocateAddresses](https://cloud.tencent.com/document/product/215/16699)接口。TaskId和DealName必填一个参数。
14797
14819
  # @type TaskId: Integer
14798
- # @param DealName: 计费订单号。TaskId和DealName必填一个参数
14820
+ # @param DealName: 计费订单号。在控制台中的[费用中心-订单管理](https://console.cloud.tencent.com/expense/deal)中查看订单号。TaskId和DealName必填一个参数。
14799
14821
  # @type DealName: String
14800
14822
 
14801
14823
  attr_accessor :TaskId, :DealName
@@ -14815,7 +14837,7 @@ module TencentCloud
14815
14837
  class DescribeTaskResultResponse < TencentCloud::Common::AbstractModel
14816
14838
  # @param TaskId: 任务ID
14817
14839
  # @type TaskId: Integer
14818
- # @param Result: 执行结果,包括"SUCCESS", "FAILED", "RUNNING"
14840
+ # @param Result: 执行结果,包括"SUCCESS":异步任务执行成功, "FAILED":异步任务执行失败, "RUNNING":异步任务执行中
14819
14841
  # @type Result: String
14820
14842
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14821
14843
  # @type RequestId: String
@@ -16997,9 +17019,9 @@ module TencentCloud
16997
17019
 
16998
17020
  # DisassociateAddress请求参数结构体
16999
17021
  class DisassociateAddressRequest < TencentCloud::Common::AbstractModel
17000
- # @param AddressId: 标识 EIP 的唯一 ID。EIP 唯一 ID 形如:`eip-11112222`。
17022
+ # @param AddressId: 标识 EIP 的唯一 ID。EIP 唯一 ID 形如:`eip-11112222`。可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。
17001
17023
  # @type AddressId: String
17002
- # @param ReallocateNormalPublicIp: 表示解绑 EIP 之后是否分配普通公网 IP。取值范围:<br><li />TRUE:表示解绑 EIP 之后分配普通公网 IP。<br><li />FALSE:表示解绑 EIP 之后不分配普通公网 IP。<br>默认取值:FALSE。<br><br>只有满足以下条件时才能指定该参数:<br><li /> 只有在解绑主网卡的主内网 IP 上的 EIP 时才能指定该参数。<br><li />解绑 EIP 后重新分配普通公网 IP 操作一个账号每天最多操作 10 次;详情可通过 [DescribeAddressQuota](https://cloud.tencent.com/document/api/213/1378) 接口获取。
17024
+ # @param ReallocateNormalPublicIp: 表示解绑 EIP 之后是否分配普通公网 IP。取值范围:<li>TRUE:表示解绑 EIP 之后分配普通公网 IP。</li><li>FALSE:表示解绑 EIP 之后不分配普通公网 IP。</li>默认取值:FALSE。<br><br>只有满足以下条件时才能指定该参数:<li>只有在解绑主网卡的主内网 IP 上的 EIP 时才能指定该参数。</li><li>解绑 EIP 后重新分配普通公网 IP 操作一个账号每天最多操作 10 次;详情可通过 [DescribeAddressQuota](https://cloud.tencent.com/document/api/213/1378) 接口获取。</li>
17003
17025
  # @type ReallocateNormalPublicIp: Boolean
17004
17026
 
17005
17027
  attr_accessor :AddressId, :ReallocateNormalPublicIp
@@ -17109,9 +17131,10 @@ module TencentCloud
17109
17131
 
17110
17132
  # DisassociateIPv6Address请求参数结构体
17111
17133
  class DisassociateIPv6AddressRequest < TencentCloud::Common::AbstractModel
17112
- # @param IPv6AddressId: 弹性公网IPv6唯一ID,EIPv6 唯一 ID 形如:eipv6-11112222。
17134
+ # @param IPv6AddressId: 弹性公网IPv6唯一ID,EIPv6 唯一 ID 形如:eipv6-11112222。可以使用[DescribeIPv6Addresses](https://cloud.tencent.com/document/api/215/113677)接口获取IPv6AddressId
17113
17135
  # @type IPv6AddressId: String
17114
- # @param KeepBindWithEni: 解绑时是否保持绑定弹性网卡。
17136
+ # @param KeepBindWithEni: 解绑时是否保持绑定弹性网卡。可选值:true、false。
17137
+ # 默认值:false
17115
17138
  # @type KeepBindWithEni: Boolean
17116
17139
 
17117
17140
  attr_accessor :IPv6AddressId, :KeepBindWithEni
@@ -17665,7 +17688,7 @@ module TencentCloud
17665
17688
  class EndPoint < TencentCloud::Common::AbstractModel
17666
17689
  # @param EndPointId: 终端节点ID。
17667
17690
  # @type EndPointId: String
17668
- # @param VpcId: VPCID。
17691
+ # @param VpcId: VPC唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。
17669
17692
  # @type VpcId: String
17670
17693
  # @param SubnetId: 子网ID。
17671
17694
  # @type SubnetId: String
@@ -17683,18 +17706,15 @@ module TencentCloud
17683
17706
  # @type EndPointVip: String
17684
17707
  # @param State: 终端节点状态,ACTIVE:可用,PENDING:待接受,ACCEPTING:接受中,REJECTED:已拒绝,FAILED:失败。
17685
17708
  # @type State: String
17686
- # @param CreateTime: 创建时间。
17709
+ # @param CreateTime: 创建时间。格式:YYYY-MM-DD HH:MM:SS。
17687
17710
  # @type CreateTime: String
17688
17711
  # @param GroupSet: 终端节点绑定的安全组实例ID列表。
17689
17712
  # @type GroupSet: Array
17690
17713
  # @param ServiceName: 终端节点服务名称。
17691
- # 注意:此字段可能返回 null,表示取不到有效值。
17692
17714
  # @type ServiceName: String
17693
17715
  # @param CdcId: CDC 集群唯一 ID
17694
- # 注意:此字段可能返回 null,表示取不到有效值。
17695
17716
  # @type CdcId: String
17696
17717
  # @param TagSet: 标签键值对。
17697
- # 注意:此字段可能返回 null,表示取不到有效值。
17698
17718
  # @type TagSet: Array
17699
17719
 
17700
17720
  attr_accessor :EndPointId, :VpcId, :SubnetId, :EndPointOwner, :EndPointName, :ServiceVpcId, :ServiceVip, :EndPointServiceId, :EndPointVip, :State, :CreateTime, :GroupSet, :ServiceName, :CdcId, :TagSet
@@ -17755,31 +17775,25 @@ module TencentCloud
17755
17775
  # @type ServiceName: String
17756
17776
  # @param ServiceVip: 后端服务的VIP。
17757
17777
  # @type ServiceVip: String
17758
- # @param ServiceInstanceId: 后端服务的ID,比如lb-xxx
17778
+ # @param ServiceInstanceId: 后端服务的ID,比如lb-lip4e6bp
17759
17779
  # @type ServiceInstanceId: String
17760
17780
  # @param AutoAcceptFlag: 是否自动接受。
17761
17781
  # @type AutoAcceptFlag: Boolean
17762
17782
  # @param EndPointCount: 关联的终端节点个数。
17763
- # 注意:此字段可能返回 null,表示取不到有效值。
17764
17783
  # @type EndPointCount: Integer
17765
17784
  # @param EndPointSet: 终端节点对象数组。
17766
- # 注意:此字段可能返回 null,表示取不到有效值。
17767
17785
  # @type EndPointSet: Array
17768
- # @param CreateTime: 创建时间。
17786
+ # @param CreateTime: 创建时间。格式为YYYY-MM-DD HH:MM:SS字符串。
17769
17787
  # @type CreateTime: String
17770
- # @param ServiceType: 挂载的PAAS服务类型,CLB,CDB,CRS
17788
+ # @param ServiceType: 挂载的PAAS服务类型,CLB(负载均衡),CDB(云数据库 MySQL),CRS(云数据库 Redis),GWLB(网关负载均衡)。
17771
17789
  # @type ServiceType: String
17772
17790
  # @param CdcId: CDC 集群唯一 ID
17773
- # 注意:此字段可能返回 null,表示取不到有效值。
17774
17791
  # @type CdcId: String
17775
- # @param ServiceUin: Uin
17776
- # 注意:此字段可能返回 null,表示取不到有效值。
17792
+ # @param ServiceUin: 终端节点服务Uin
17777
17793
  # @type ServiceUin: String
17778
17794
  # @param BusinessIpType: 服务IP类型
17779
- # 注意:此字段可能返回 null,表示取不到有效值。
17780
17795
  # @type BusinessIpType: Integer
17781
17796
  # @param TagSet: 标签键值对。
17782
- # 注意:此字段可能返回 null,表示取不到有效值。
17783
17797
  # @type TagSet: Array
17784
17798
 
17785
17799
  attr_accessor :EndPointServiceId, :VpcId, :ServiceOwner, :ServiceName, :ServiceVip, :ServiceInstanceId, :AutoAcceptFlag, :EndPointCount, :EndPointSet, :CreateTime, :ServiceType, :CdcId, :ServiceUin, :BusinessIpType, :TagSet
@@ -18615,8 +18629,8 @@ module TencentCloud
18615
18629
 
18616
18630
  attr_accessor :EncryptAlgorithm, :IntegrityAlgorith, :IPSECSaLifetimeSeconds, :PfsDhGroup, :IPSECSaLifetimeTraffic, :IntegrityAlgorithm
18617
18631
  extend Gem::Deprecate
18618
- deprecate :IntegrityAlgorith, :none, 2025, 4
18619
- deprecate :IntegrityAlgorith=, :none, 2025, 4
18632
+ deprecate :IntegrityAlgorith, :none, 2025, 5
18633
+ deprecate :IntegrityAlgorith=, :none, 2025, 5
18620
18634
 
18621
18635
  def initialize(encryptalgorithm=nil, integrityalgorith=nil, ipsecsalifetimeseconds=nil, pfsdhgroup=nil, ipsecsalifetimetraffic=nil, integrityalgorithm=nil)
18622
18636
  @EncryptAlgorithm = encryptalgorithm
@@ -18702,7 +18716,8 @@ module TencentCloud
18702
18716
  # <ul style="margin:0"><li>账号为标准账户类型的用户,可选值:<ul>
18703
18717
  # <li>BANDWIDTH_POSTPAID_BY_HOUR:带宽按小时后付费</li>
18704
18718
  # <li>BANDWIDTH_PREPAID_BY_MONTH:包月按带宽预付费</li>
18705
- # <li>TRAFFIC_POSTPAID_BY_HOUR:流量按小时后付费</li></ul>默认值:TRAFFIC_POSTPAID_BY_HOUR。</li>
18719
+ # <li>TRAFFIC_POSTPAID_BY_HOUR:流量按小时后付费</li>
18720
+ # </ul></li>
18706
18721
  # </ul>
18707
18722
  # @type InternetChargeType: String
18708
18723
  # @param InternetMaxBandwidthOut: EIP出带宽上限,单位:Mbps。
@@ -18715,13 +18730,9 @@ module TencentCloud
18715
18730
  # @param AddressChargePrepaid: 包月按带宽预付费EIP的计费参数。EIP为包月按带宽预付费时,该参数必传,其余场景不需传递
18716
18731
  # @type AddressChargePrepaid: :class:`Tencentcloud::Vpc.v20170312.models.AddressChargePrepaid`
18717
18732
  # @param AddressType: EIP类型。默认值:EIP。
18718
-
18719
- # <ul style="margin:0"><li>精品IP,可选值:<ul><li>HighQualityEIP:精品IP</li></ul>注意:仅部分地域支持精品IP。</li></ul><ul style="margin:0">
18720
- # <li>高防IP,可选值:<ul>
18721
- # <li>AntiDDoSEIP:高防IP</li>
18722
- # </ul>
18723
- # </li>
18724
- # </ul>
18733
+ # <ul style="margin:0"><li>弹性公网IP,可选值:<ul><li>EIP:弹性公网IP</li></ul></li></ul>
18734
+ # <ul style="margin:0"><li>精品IP,可选值:<ul><li>HighQualityEIP:精品IP</li></ul>注意:仅新加坡和中国香港支持精品IP。</li></ul>
18735
+ # <ul style="margin:0"><li>高防IP,可选值:<ul><li>AntiDDoSEIP:高防IP</li></ul>注意:仅部分地域支持高防IP,详情可见弹性公网IP[产品概述](https://cloud.tencent.com/document/product/1199/41646)。</li></ul>
18725
18736
  # @type AddressType: String
18726
18737
 
18727
18738
  attr_accessor :InternetChargeType, :InternetMaxBandwidthOut, :AddressChargePrepaid, :AddressType
@@ -18870,9 +18881,9 @@ module TencentCloud
18870
18881
 
18871
18882
  # InquiryPriceRenewAddresses请求参数结构体
18872
18883
  class InquiryPriceRenewAddressesRequest < TencentCloud::Common::AbstractModel
18873
- # @param AddressIds: 续费资源实例ID。
18884
+ # @param AddressIds: 续费资源实例ID。可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId
18874
18885
  # @type AddressIds: Array
18875
- # @param AddressChargePrepaid: 包月按带宽预付费EIP的计费参数。EIP为包月按带宽预付费时,该参数必传,其余场景不需传递。
18886
+ # @param AddressChargePrepaid: 包月按带宽预付费EIP的计费参数。EIP为包月按带宽预付费时,该参数必传,不支持其他计费模式。
18876
18887
  # @type AddressChargePrepaid: :class:`Tencentcloud::Vpc.v20170312.models.AddressChargePrepaid`
18877
18888
 
18878
18889
  attr_accessor :AddressIds, :AddressChargePrepaid
@@ -19145,7 +19156,7 @@ module TencentCloud
19145
19156
  # @type UnitPrice: Float
19146
19157
  # @param DiscountPrice: 折扣后的价格,单位:元。
19147
19158
  # @type DiscountPrice: Float
19148
- # @param ChargeUnit: 计价单元,可取值范围:<ul> <li>HOUR:表示计价单元是按每小时来计算。当前涉及该计价单元的场景有:流量按小时后付费(TRAFFIC_POSTPAID_BY_HOUR)、带宽按小时后付费(BANDWIDTH_POSTPAID_BY_HOUR)。</li></ul>
19159
+ # @param ChargeUnit: 计价单元,可取值范围:<ul> <li>HOUR:表示计价单元是按每小时来计算。当前涉及该计价单元的场景有:流量按小时后付费(TRAFFIC_POSTPAID_BY_HOUR)、带宽按小时后付费(BANDWIDTH_POSTPAID_BY_HOUR)。</li><li> MONTH :表示计价单元是按月来计算。当前涉及该计价单元的场景有:包月按带宽预付费(BANDWIDTH_PREPAID_BY_MONTH)。</li></ul>
19149
19160
  # @type ChargeUnit: String
19150
19161
  # @param OriginalPrice: 原价,单位:元,仅预付费价格查询返回。
19151
19162
  # @type OriginalPrice: Float
@@ -19813,11 +19824,12 @@ module TencentCloud
19813
19824
 
19814
19825
  # ModifyAddressAttribute请求参数结构体
19815
19826
  class ModifyAddressAttributeRequest < TencentCloud::Common::AbstractModel
19816
- # @param AddressId: 标识 EIP 的唯一 ID。EIP 唯一 ID 形如:`eip-11112222`。
19827
+ # @param AddressId: 标识 EIP 的唯一 ID。EIP 唯一 ID 形如:`eip-11112222`。可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。
19817
19828
  # @type AddressId: String
19818
- # @param AddressName: 修改后的 EIP 名称。长度上限为128个字符。
19829
+ # @param AddressName: 修改后的 EIP 名称。长度上限为128个字符,允许使用大小写字母、汉字、数字、连字符"-"和下划线"\_",不能包含空格。
19819
19830
  # @type AddressName: String
19820
- # @param EipDirectConnection: 设定EIP是否直通,"TRUE"表示直通,"FALSE"表示非直通。注意该参数仅对EIP直通功能可见的用户可以设定。
19831
+ # @param EipDirectConnection: 设定EIP是否直通,"TRUE"表示直通,"FALSE"表示非直通。
19832
+ # 注意:该参数仅对 EIP 直通功能可见的用户可以设定,EIP 必须为绑定状态,绑定的对象为 CVM 。
19821
19833
  # @type EipDirectConnection: String
19822
19834
 
19823
19835
  attr_accessor :AddressId, :AddressName, :EipDirectConnection
@@ -19853,13 +19865,16 @@ module TencentCloud
19853
19865
 
19854
19866
  # ModifyAddressInternetChargeType请求参数结构体
19855
19867
  class ModifyAddressInternetChargeTypeRequest < TencentCloud::Common::AbstractModel
19856
- # @param AddressId: 弹性公网IP的唯一ID,形如eip-xxx
19868
+ # @param AddressId: 弹性公网IP的唯一ID,形如eip-xxx,可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。
19857
19869
  # @type AddressId: String
19858
- # @param InternetChargeType: 弹性公网IP调整目标计费模式,支持 "BANDWIDTH_PREPAID_BY_MONTH"、"TRAFFIC_POSTPAID_BY_HOUR"、"BANDWIDTH_POSTPAID_BY_HOUR"
19870
+ # @param InternetChargeType: 弹性公网IP调整目标计费模式,支持:
19871
+ # BANDWIDTH_PREPAID_BY_MONTH:包月按带宽预付费
19872
+ # TRAFFIC_POSTPAID_BY_HOUR:流量按小时后付费
19873
+ # BANDWIDTH_POSTPAID_BY_HOUR:带宽按小时后付费
19859
19874
  # @type InternetChargeType: String
19860
- # @param InternetMaxBandwidthOut: 弹性公网IP调整目标带宽值
19875
+ # @param InternetMaxBandwidthOut: 弹性公网IP调整目标带宽值,可调整的带宽上限值参考产品文档[带宽上限](https://cloud.tencent.com/document/product/1199/48333)。
19861
19876
  # @type InternetMaxBandwidthOut: Integer
19862
- # @param AddressChargePrepaid: 包月带宽网络计费模式参数。弹性公网IP的调整目标计费模式是"BANDWIDTH_PREPAID_BY_MONTH"时,必传该参数。
19877
+ # @param AddressChargePrepaid: 包月带宽网络计费模式参数。弹性公网IP的调整目标计费模式是 BANDWIDTH_PREPAID_BY_MONTH(包月按带宽预付费)时,必传该参数。
19863
19878
  # @type AddressChargePrepaid: :class:`Tencentcloud::Vpc.v20170312.models.AddressChargePrepaid`
19864
19879
 
19865
19880
  attr_accessor :AddressId, :InternetChargeType, :InternetMaxBandwidthOut, :AddressChargePrepaid
@@ -19991,9 +20006,9 @@ module TencentCloud
19991
20006
 
19992
20007
  # ModifyAddressesBandwidth请求参数结构体
19993
20008
  class ModifyAddressesBandwidthRequest < TencentCloud::Common::AbstractModel
19994
- # @param AddressIds: EIP唯一标识ID列表,形如'eip-xxxx'
20009
+ # @param AddressIds: EIP唯一标识ID列表,形如'eip-xxxx',可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。
19995
20010
  # @type AddressIds: Array
19996
- # @param InternetMaxBandwidthOut: 调整带宽目标值
20011
+ # @param InternetMaxBandwidthOut: 调整带宽目标值,可调整的带宽上限值参考产品文档[带宽上限](https://cloud.tencent.com/document/product/1199/48333)。
19997
20012
  # @type InternetMaxBandwidthOut: Integer
19998
20013
  # @param StartTime: 包月带宽起始时间(已废弃,输入无效)
19999
20014
  # @type StartTime: String
@@ -20039,7 +20054,7 @@ module TencentCloud
20039
20054
 
20040
20055
  # ModifyAddressesRenewFlag请求参数结构体
20041
20056
  class ModifyAddressesRenewFlagRequest < TencentCloud::Common::AbstractModel
20042
- # @param AddressIds: EIP唯一标识ID列表,形如'eip-xxxx'
20057
+ # @param AddressIds: EIP唯一标识ID列表,形如'eip-xxxx',可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。
20043
20058
  # @type AddressIds: Array
20044
20059
  # @param RenewFlag: 自动续费标识。取值范围: NOTIFY_AND_AUTO_RENEW:通知过期且自动续费 NOTIFY_AND_MANUAL_RENEW:通知过期不自动续费 DISABLE_NOTIFY_AND_MANUAL_RENEW:不通知过期不自动续费 若该参数指定为NOTIFY_AND_AUTO_RENEW,在账户余额充足的情况下,实例到期后将按月自动续费。 示例值:NOTIFY_AND_AUTO_RENEW
20045
20060
  # @type RenewFlag: String
@@ -20880,9 +20895,9 @@ module TencentCloud
20880
20895
 
20881
20896
  # ModifyIPv6AddressesAttributes请求参数结构体
20882
20897
  class ModifyIPv6AddressesAttributesRequest < TencentCloud::Common::AbstractModel
20883
- # @param IPv6AddressIds: 弹性公网IPv6唯一ID列表。
20898
+ # @param IPv6AddressIds: 弹性公网IPv6唯一ID列表。可以使用[DescribeIPv6Addresses](https://cloud.tencent.com/document/api/215/113677)接口获取IPv6AddressIds。
20884
20899
  # @type IPv6AddressIds: Array
20885
- # @param IPv6AddressName: 弹性公网IPv6地址名称
20900
+ # @param IPv6AddressName: 弹性公网IPv6地址名称,长度上限为128个字符,允许使用大小写字母、汉字、数字、连字符"-"和下划线"_",不能包含空格。
20886
20901
  # @type IPv6AddressName: String
20887
20902
 
20888
20903
  attr_accessor :IPv6AddressIds, :IPv6AddressName
@@ -20952,11 +20967,11 @@ module TencentCloud
20952
20967
 
20953
20968
  # ModifyIp6AddressesBandwidth请求参数结构体
20954
20969
  class ModifyIp6AddressesBandwidthRequest < TencentCloud::Common::AbstractModel
20955
- # @param InternetMaxBandwidthOut: 修改的目标带宽,单位Mbps
20970
+ # @param InternetMaxBandwidthOut: 修改的目标带宽,单位Mbps。可调整的带宽上限值参考产品文档中[IPv6 计费限制说明](https://cloud.tencent.com/document/product/1142/38369)。
20956
20971
  # @type InternetMaxBandwidthOut: Integer
20957
- # @param Ip6Addresses: IPv6地址。Ip6Addresses和Ip6AddressId必须且只能传一个
20972
+ # @param Ip6Addresses: IPv6地址。可以使用[DescribeIp6Addresses](https://cloud.tencent.com/document/product/215/40089)接口查询Ip6Addresses。Ip6AddressesIp6AddressIds必须且只能传一个。
20958
20973
  # @type Ip6Addresses: Array
20959
- # @param Ip6AddressIds: IPv6地址对应的唯一ID,形如eip-xxxxxxxx。Ip6Addresses和Ip6AddressId必须且只能传一个
20974
+ # @param Ip6AddressIds: IPv6地址对应的唯一ID,形如eip-xxxxxxxx。可以使用[DescribeIp6Addresses](https://cloud.tencent.com/document/product/215/40089)接口查询Ip6AddressIds。Ip6Addresses和Ip6AddressIds必须且只能传一个。
20960
20975
  # @type Ip6AddressIds: Array
20961
20976
 
20962
20977
  attr_accessor :InternetMaxBandwidthOut, :Ip6Addresses, :Ip6AddressIds
@@ -23226,10 +23241,8 @@ module TencentCloud
23226
23241
  # 下一跳类型为NONEXTHOP,指定网络探测为无下一跳的网络探测,添加和修改时,不需要指定值,查询时值为空字符串;
23227
23242
  # @type NextHopDestination: String
23228
23243
  # @param NextHopName: 下一跳网关名称。
23229
- # 注意:此字段可能返回 null,表示取不到有效值。
23230
23244
  # @type NextHopName: String
23231
23245
  # @param NetDetectDescription: 网络探测描述。
23232
- # 注意:此字段可能返回 null,表示取不到有效值。
23233
23246
  # @type NetDetectDescription: String
23234
23247
  # @param CreateTime: 创建时间。
23235
23248
  # @type CreateTime: String
@@ -23641,23 +23654,17 @@ module TencentCloud
23641
23654
  # @param EniType: 网卡类型。“0”-辅助网卡,“1”-主网卡,“2”:中继网卡
23642
23655
  # @type EniType: Integer
23643
23656
  # @param Business: 网卡绑定的子机类型:cvm(普通CVM子机),eks(弹性容器服务Elastic Kubernetes Service), hai(高性能应用服务Hyper Application Inventor)。
23644
- # 注意:此字段可能返回 null,表示取不到有效值。
23645
23657
  # @type Business: String
23646
23658
  # @param CdcId: 网卡所关联的CDC实例ID。
23647
- # 注意:此字段可能返回 null,表示取不到有效值。
23648
23659
  # @type CdcId: String
23649
23660
  # @param AttachType: 弹性网卡类型:0:标准型/1:扩展型。默认值为0。
23650
- # 注意:此字段可能返回 null,表示取不到有效值。
23651
23661
  # @type AttachType: Integer
23652
23662
  # @param ResourceId: 用于保留网卡主IP的资源ID用于保留网卡主IP的资源ID。用于删除网卡时作为入参数。
23653
- # 注意:此字段可能返回 null,表示取不到有效值。
23654
23663
  # @type ResourceId: String
23655
23664
  # @param QosLevel: 服务质量级别:
23656
23665
  # PT(云金)、AU(云银)、AG(云铜)、DEFAULT(默认)。
23657
23666
 
23658
23667
  # 可选值:PT(云金)、AU(云银)、AG(云铜)、DEFAULT(默认)。
23659
-
23660
- # 注意:此字段可能返回 null,表示取不到有效值。
23661
23668
  # @type QosLevel: String
23662
23669
 
23663
23670
  attr_accessor :NetworkInterfaceId, :NetworkInterfaceName, :NetworkInterfaceDescription, :SubnetId, :VpcId, :GroupSet, :Primary, :MacAddress, :State, :NetworkInterfaceState, :PrivateIpAddressSet, :Attachment, :Zone, :CreatedTime, :Ipv6AddressSet, :TagSet, :EniType, :Business, :CdcId, :AttachType, :ResourceId, :QosLevel
@@ -24383,7 +24390,7 @@ module TencentCloud
24383
24390
 
24384
24391
  # ReleaseAddresses请求参数结构体
24385
24392
  class ReleaseAddressesRequest < TencentCloud::Common::AbstractModel
24386
- # @param AddressIds: 标识 EIP 的唯一 ID 列表。EIP 唯一 ID 形如:`eip-11112222`。
24393
+ # @param AddressIds: 标识 EIP 的唯一 ID 列表。可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。EIP 唯一 ID 形如:`eip-11112222`。
24387
24394
  # @type AddressIds: Array
24388
24395
 
24389
24396
  attr_accessor :AddressIds
@@ -24419,7 +24426,7 @@ module TencentCloud
24419
24426
 
24420
24427
  # ReleaseIPv6Addresses请求参数结构体
24421
24428
  class ReleaseIPv6AddressesRequest < TencentCloud::Common::AbstractModel
24422
- # @param IPv6AddressIds: IPv6地址唯一ID。
24429
+ # @param IPv6AddressIds: IPv6地址唯一ID。可以使用[DescribeIPv6Addresses](https://cloud.tencent.com/document/api/215/113677)接口获取IPv6AddressId
24423
24430
  # @type IPv6AddressIds: Array
24424
24431
 
24425
24432
  attr_accessor :IPv6AddressIds
@@ -24451,9 +24458,9 @@ module TencentCloud
24451
24458
 
24452
24459
  # ReleaseIp6AddressesBandwidth请求参数结构体
24453
24460
  class ReleaseIp6AddressesBandwidthRequest < TencentCloud::Common::AbstractModel
24454
- # @param Ip6Addresses: IPv6地址。Ip6Addresses和Ip6AddressIds必须且只能传一个
24461
+ # @param Ip6Addresses: IPv6地址。可以使用[DescribeIp6Addresses](https://cloud.tencent.com/document/product/215/40089)接口查询Ip6Addresses。Ip6Addresses和Ip6AddressIds必须且只能传一个。
24455
24462
  # @type Ip6Addresses: Array
24456
- # @param Ip6AddressIds: IPv6地址对应的唯一ID,形如eip-xxxxxxxx。Ip6Addresses和Ip6AddressIds必须且只能传一个。
24463
+ # @param Ip6AddressIds: IPv6地址对应的唯一ID,形如eip-xxxxxxxx。可以使用[DescribeIp6Addresses](https://cloud.tencent.com/document/product/215/40089)接口查询Ip6AddressIds。Ip6Addresses和Ip6AddressIds必须且只能传一个。
24457
24464
  # @type Ip6AddressIds: Array
24458
24465
 
24459
24466
  attr_accessor :Ip6Addresses, :Ip6AddressIds
@@ -24569,7 +24576,7 @@ module TencentCloud
24569
24576
 
24570
24577
  # RenewAddresses请求参数结构体
24571
24578
  class RenewAddressesRequest < TencentCloud::Common::AbstractModel
24572
- # @param AddressIds: EIP唯一标识ID列表,形如'eip-xxxx'
24579
+ # @param AddressIds: EIP唯一标识ID列表,形如'eip-xxxx',可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。
24573
24580
  # @type AddressIds: Array
24574
24581
  # @param AddressChargePrepaid: 续费参数
24575
24582
  # @type AddressChargePrepaid: :class:`Tencentcloud::Vpc.v20170312.models.AddressChargePrepaid`
@@ -25891,17 +25898,14 @@ module TencentCloud
25891
25898
  # @param RouteTableId: 路由表实例ID,例如:rtb-azd4dt1c。
25892
25899
  # @type RouteTableId: String
25893
25900
  # @param DestinationIpv6CidrBlock: 创建IPv6目的网段,取值不能在私有网络网段内,例如:2402:4e00:1000:810b::/64。
25894
- # 注意:此字段可能返回 null,表示取不到有效值。
25895
25901
  # @type DestinationIpv6CidrBlock: String
25896
25902
  # @param RouteItemId: 路由唯一策略ID。
25897
25903
  # @type RouteItemId: String
25898
25904
  # @param PublishedToVbc: 路由策略是否发布到云联网。该字段仅做出参使用,作为入参字段时此参数不生效。
25899
- # 注意:此字段可能返回 null,表示取不到有效值。
25900
25905
  # @type PublishedToVbc: Boolean
25901
25906
  # @param CreatedTime: 路由策略创建时间
25902
25907
  # @type CreatedTime: String
25903
25908
  # @param CdcId: CDC 集群唯一 ID。
25904
- # 注意:此字段可能返回 null,表示取不到有效值。
25905
25909
  # @type CdcId: String
25906
25910
 
25907
25911
  attr_accessor :DestinationCidrBlock, :GatewayType, :GatewayId, :RouteId, :RouteDescription, :Enabled, :RouteType, :RouteTableId, :DestinationIpv6CidrBlock, :RouteItemId, :PublishedToVbc, :CreatedTime, :CdcId
@@ -26721,7 +26725,6 @@ module TencentCloud
26721
26725
  # @param KeepTime: 保留时间,支持1~365天。
26722
26726
  # @type KeepTime: Integer
26723
26727
  # @param CreateNewCos: 是否创建新的cos桶,默认为False。
26724
- # 注意:此字段可能返回 null,表示取不到有效值。
26725
26728
  # @type CreateNewCos: Boolean
26726
26729
  # @param CosRegion: cos桶所在地域。
26727
26730
  # @type CosRegion: String
@@ -26730,15 +26733,12 @@ module TencentCloud
26730
26733
  # @param SnapshotPolicyId: 快照策略Id。
26731
26734
  # @type SnapshotPolicyId: String
26732
26735
  # @param BackupPolicies: 时间备份策略。
26733
- # 注意:此字段可能返回 null,表示取不到有效值。
26734
26736
  # @type BackupPolicies: Array
26735
26737
  # @param Enable: 启用状态,True-启用,False-停用,默认为True。
26736
26738
  # @type Enable: Boolean
26737
26739
  # @param CreateTime: 创建时间。
26738
- # 注意:此字段可能返回 null,表示取不到有效值。
26739
26740
  # @type CreateTime: String
26740
26741
  # @param TagSet: 标签键值对。
26741
- # 注意:此字段可能返回 null,表示取不到有效值。
26742
26742
  # @type TagSet: Array
26743
26743
 
26744
26744
  attr_accessor :SnapshotPolicyName, :BackupType, :KeepTime, :CreateNewCos, :CosRegion, :CosBucket, :SnapshotPolicyId, :BackupPolicies, :Enable, :CreateTime, :TagSet
@@ -28171,10 +28171,8 @@ module TencentCloud
28171
28171
  # @param TagSet: 标签键值对
28172
28172
  # @type TagSet: Array
28173
28173
  # @param AssistantCidrSet: 辅助CIDR
28174
- # 注意:此字段可能返回 null,表示取不到有效值。
28175
28174
  # @type AssistantCidrSet: Array
28176
28175
  # @param Ipv6CidrBlockSet: 返回多运营商IPv6 Cidr Block
28177
- # 注意:此字段可能返回 null,表示取不到有效值。
28178
28176
  # @type Ipv6CidrBlockSet: Array
28179
28177
 
28180
28178
  attr_accessor :VpcName, :VpcId, :CidrBlock, :IsDefault, :EnableMulticast, :CreatedTime, :DnsServerSet, :DomainName, :DhcpOptionsId, :EnableDhcp, :Ipv6CidrBlock, :TagSet, :AssistantCidrSet, :Ipv6CidrBlockSet
@@ -28237,15 +28235,15 @@ module TencentCloud
28237
28235
 
28238
28236
  # 终端节点服务的服务白名单对象详情。
28239
28237
  class VpcEndPointServiceUser < TencentCloud::Common::AbstractModel
28240
- # @param Owner: AppId
28238
+ # @param Owner: AppId。可通过登录 腾讯云账号中心控制台 获取。
28241
28239
  # @type Owner: Integer
28242
- # @param UserUin: Uin
28240
+ # @param UserUin: 用户Uin。可通过登录 腾讯云账号中心控制台 获取。
28243
28241
  # @type UserUin: String
28244
28242
  # @param Description: 描述信息。
28245
28243
  # @type Description: String
28246
- # @param CreateTime: 创建时间。
28244
+ # @param CreateTime: 创建时间。格式为字符串YYYY-MM-DD HH:MM:SS。
28247
28245
  # @type CreateTime: String
28248
- # @param EndPointServiceId: 终端节点服务ID
28246
+ # @param EndPointServiceId: 终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
28249
28247
  # @type EndPointServiceId: String
28250
28248
 
28251
28249
  attr_accessor :Owner, :UserUin, :Description, :CreateTime, :EndPointServiceId
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.1053
4
+ version: 3.0.1055
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-05-07 00:00:00.000000000 Z
11
+ date: 2025-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common