tencentcloud-sdk-vpc 3.0.1054 → 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: 832dcfc3eda3a724306e0b5b59de176eeb233902
4
- data.tar.gz: 66ecd970e934ddb17de1af6bf0cbce1d32bf921f
3
+ metadata.gz: b127b69f0cac9d359ce55a5930997faacbe2c810
4
+ data.tar.gz: fb240243f40f44776634ab6c4d7fec7b28440d78
5
5
  SHA512:
6
- metadata.gz: 848fe2cd78a043d4b1db70144c26e661c1856c85ab4d3ef41191501f924d13326fbd68c591947f4fe622291e900df9b0f4e8ac958f9b989ab894096b3817a0cb
7
- data.tar.gz: 18e20efabf78248d9d78c5fcae7b2e8e0aec403b65123b9657a8788cc2b6478e00c00f63f97330fb95db2c47609ead86f28818c595a4c99c73d27427c7540adb
6
+ metadata.gz: 0808727cfd40b574fff38ea8de198ba18c9762a8deba2653edfe3b0d36a8fbd11fb17c0749ab06fa4838a01f53ef49eb8f4e33c648f775e1a6b0c81b53475f70
7
+ data.tar.gz: d7aa8549aae0490880cc67a433768725c9df8c1735098ca23907b836f48d6edfd9b2c7dd83547cd1a955ab8168ff243b8ef07e8f2de8d16452b7f8f8af7135f5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1054
1
+ 3.0.1055
@@ -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`
@@ -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`
@@ -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`
@@ -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,表示取不到有效值。
@@ -350,10 +352,19 @@ module TencentCloud
350
352
  # @type InternetChargeType: String
351
353
  # @param TagSet: 弹性公网IP关联的标签列表。
352
354
  # @type TagSet: Array
353
- # @param DeadlineDate: 到期时间。
355
+ # @param DeadlineDate: 预付费包月带宽IP到期时间。
356
+ # 时间格式:YYYY-MM-DDThh:mm:ssZ
354
357
  # 注意:此字段可能返回 null,表示取不到有效值。
355
358
  # @type DeadlineDate: String
356
- # @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
+
357
368
  # 注意:此字段可能返回 null,表示取不到有效值。
358
369
  # @type InstanceType: String
359
370
  # @param Egress: 静态单线IP网络出口
@@ -695,9 +706,13 @@ module TencentCloud
695
706
 
696
707
  # ALG协议类型
697
708
  class AlgType < TencentCloud::Common::AbstractModel
698
- # @param Ftp: Ftp协议Alg功能是否开启
709
+ # @param Ftp: Ftp协议Alg功能是否开启,可选值:
710
+ # <li>true:开启Ftp协议Alg功能</li>
711
+ # <li>false:不开启Ftp协议Alg功能</li>
699
712
  # @type Ftp: Boolean
700
- # @param Sip: Sip协议Alg功能是否开启
713
+ # @param Sip: Sip协议Alg功能是否开启,可选值:
714
+ # <li>true:开启Sip协议Alg功能</li>
715
+ # <li>false:不开启Sip协议Alg功能</li>
701
716
  # @type Sip: Boolean
702
717
 
703
718
  attr_accessor :Ftp, :Sip
@@ -1268,7 +1283,6 @@ module TencentCloud
1268
1283
  # @param AssistantType: 辅助CIDR类型(0:普通辅助CIDR,1:容器辅助CIDR),默认都是0。
1269
1284
  # @type AssistantType: Integer
1270
1285
  # @param SubnetSet: 辅助CIDR拆分的子网。
1271
- # 注意:此字段可能返回 null,表示取不到有效值。
1272
1286
  # @type SubnetSet: Array
1273
1287
 
1274
1288
  attr_accessor :VpcId, :CidrBlock, :AssistantType, :SubnetSet
@@ -1429,11 +1443,11 @@ module TencentCloud
1429
1443
 
1430
1444
  # AssociateIPv6Address请求参数结构体
1431
1445
  class AssociateIPv6AddressRequest < TencentCloud::Common::AbstractModel
1432
- # @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
1433
1447
  # @type IPv6AddressId: String
1434
- # @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获取。
1435
1449
  # @type NetworkInterfaceId: String
1436
- # @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获取。
1437
1451
  # @type PrivateIPv6Address: String
1438
1452
 
1439
1453
  attr_accessor :IPv6AddressId, :NetworkInterfaceId, :PrivateIPv6Address
@@ -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
@@ -17114,9 +17131,10 @@ module TencentCloud
17114
17131
 
17115
17132
  # DisassociateIPv6Address请求参数结构体
17116
17133
  class DisassociateIPv6AddressRequest < TencentCloud::Common::AbstractModel
17117
- # @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
17118
17135
  # @type IPv6AddressId: String
17119
- # @param KeepBindWithEni: 解绑时是否保持绑定弹性网卡。
17136
+ # @param KeepBindWithEni: 解绑时是否保持绑定弹性网卡。可选值:true、false。
17137
+ # 默认值:false
17120
17138
  # @type KeepBindWithEni: Boolean
17121
17139
 
17122
17140
  attr_accessor :IPv6AddressId, :KeepBindWithEni
@@ -17670,7 +17688,7 @@ module TencentCloud
17670
17688
  class EndPoint < TencentCloud::Common::AbstractModel
17671
17689
  # @param EndPointId: 终端节点ID。
17672
17690
  # @type EndPointId: String
17673
- # @param VpcId: VPCID。
17691
+ # @param VpcId: VPC唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。
17674
17692
  # @type VpcId: String
17675
17693
  # @param SubnetId: 子网ID。
17676
17694
  # @type SubnetId: String
@@ -17688,18 +17706,15 @@ module TencentCloud
17688
17706
  # @type EndPointVip: String
17689
17707
  # @param State: 终端节点状态,ACTIVE:可用,PENDING:待接受,ACCEPTING:接受中,REJECTED:已拒绝,FAILED:失败。
17690
17708
  # @type State: String
17691
- # @param CreateTime: 创建时间。
17709
+ # @param CreateTime: 创建时间。格式:YYYY-MM-DD HH:MM:SS。
17692
17710
  # @type CreateTime: String
17693
17711
  # @param GroupSet: 终端节点绑定的安全组实例ID列表。
17694
17712
  # @type GroupSet: Array
17695
17713
  # @param ServiceName: 终端节点服务名称。
17696
- # 注意:此字段可能返回 null,表示取不到有效值。
17697
17714
  # @type ServiceName: String
17698
17715
  # @param CdcId: CDC 集群唯一 ID
17699
- # 注意:此字段可能返回 null,表示取不到有效值。
17700
17716
  # @type CdcId: String
17701
17717
  # @param TagSet: 标签键值对。
17702
- # 注意:此字段可能返回 null,表示取不到有效值。
17703
17718
  # @type TagSet: Array
17704
17719
 
17705
17720
  attr_accessor :EndPointId, :VpcId, :SubnetId, :EndPointOwner, :EndPointName, :ServiceVpcId, :ServiceVip, :EndPointServiceId, :EndPointVip, :State, :CreateTime, :GroupSet, :ServiceName, :CdcId, :TagSet
@@ -17760,31 +17775,25 @@ module TencentCloud
17760
17775
  # @type ServiceName: String
17761
17776
  # @param ServiceVip: 后端服务的VIP。
17762
17777
  # @type ServiceVip: String
17763
- # @param ServiceInstanceId: 后端服务的ID,比如lb-xxx
17778
+ # @param ServiceInstanceId: 后端服务的ID,比如lb-lip4e6bp
17764
17779
  # @type ServiceInstanceId: String
17765
17780
  # @param AutoAcceptFlag: 是否自动接受。
17766
17781
  # @type AutoAcceptFlag: Boolean
17767
17782
  # @param EndPointCount: 关联的终端节点个数。
17768
- # 注意:此字段可能返回 null,表示取不到有效值。
17769
17783
  # @type EndPointCount: Integer
17770
17784
  # @param EndPointSet: 终端节点对象数组。
17771
- # 注意:此字段可能返回 null,表示取不到有效值。
17772
17785
  # @type EndPointSet: Array
17773
- # @param CreateTime: 创建时间。
17786
+ # @param CreateTime: 创建时间。格式为YYYY-MM-DD HH:MM:SS字符串。
17774
17787
  # @type CreateTime: String
17775
- # @param ServiceType: 挂载的PAAS服务类型,CLB,CDB,CRS
17788
+ # @param ServiceType: 挂载的PAAS服务类型,CLB(负载均衡),CDB(云数据库 MySQL),CRS(云数据库 Redis),GWLB(网关负载均衡)。
17776
17789
  # @type ServiceType: String
17777
17790
  # @param CdcId: CDC 集群唯一 ID
17778
- # 注意:此字段可能返回 null,表示取不到有效值。
17779
17791
  # @type CdcId: String
17780
- # @param ServiceUin: Uin
17781
- # 注意:此字段可能返回 null,表示取不到有效值。
17792
+ # @param ServiceUin: 终端节点服务Uin
17782
17793
  # @type ServiceUin: String
17783
17794
  # @param BusinessIpType: 服务IP类型
17784
- # 注意:此字段可能返回 null,表示取不到有效值。
17785
17795
  # @type BusinessIpType: Integer
17786
17796
  # @param TagSet: 标签键值对。
17787
- # 注意:此字段可能返回 null,表示取不到有效值。
17788
17797
  # @type TagSet: Array
17789
17798
 
17790
17799
  attr_accessor :EndPointServiceId, :VpcId, :ServiceOwner, :ServiceName, :ServiceVip, :ServiceInstanceId, :AutoAcceptFlag, :EndPointCount, :EndPointSet, :CreateTime, :ServiceType, :CdcId, :ServiceUin, :BusinessIpType, :TagSet
@@ -18707,7 +18716,8 @@ module TencentCloud
18707
18716
  # <ul style="margin:0"><li>账号为标准账户类型的用户,可选值:<ul>
18708
18717
  # <li>BANDWIDTH_POSTPAID_BY_HOUR:带宽按小时后付费</li>
18709
18718
  # <li>BANDWIDTH_PREPAID_BY_MONTH:包月按带宽预付费</li>
18710
- # <li>TRAFFIC_POSTPAID_BY_HOUR:流量按小时后付费</li></ul>默认值:TRAFFIC_POSTPAID_BY_HOUR。</li>
18719
+ # <li>TRAFFIC_POSTPAID_BY_HOUR:流量按小时后付费</li>
18720
+ # </ul></li>
18711
18721
  # </ul>
18712
18722
  # @type InternetChargeType: String
18713
18723
  # @param InternetMaxBandwidthOut: EIP出带宽上限,单位:Mbps。
@@ -18720,13 +18730,9 @@ module TencentCloud
18720
18730
  # @param AddressChargePrepaid: 包月按带宽预付费EIP的计费参数。EIP为包月按带宽预付费时,该参数必传,其余场景不需传递
18721
18731
  # @type AddressChargePrepaid: :class:`Tencentcloud::Vpc.v20170312.models.AddressChargePrepaid`
18722
18732
  # @param AddressType: EIP类型。默认值:EIP。
18723
-
18724
- # <ul style="margin:0"><li>精品IP,可选值:<ul><li>HighQualityEIP:精品IP</li></ul>注意:仅部分地域支持精品IP。</li></ul><ul style="margin:0">
18725
- # <li>高防IP,可选值:<ul>
18726
- # <li>AntiDDoSEIP:高防IP</li>
18727
- # </ul>
18728
- # </li>
18729
- # </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>
18730
18736
  # @type AddressType: String
18731
18737
 
18732
18738
  attr_accessor :InternetChargeType, :InternetMaxBandwidthOut, :AddressChargePrepaid, :AddressType
@@ -18875,9 +18881,9 @@ module TencentCloud
18875
18881
 
18876
18882
  # InquiryPriceRenewAddresses请求参数结构体
18877
18883
  class InquiryPriceRenewAddressesRequest < TencentCloud::Common::AbstractModel
18878
- # @param AddressIds: 续费资源实例ID。
18884
+ # @param AddressIds: 续费资源实例ID。可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId
18879
18885
  # @type AddressIds: Array
18880
- # @param AddressChargePrepaid: 包月按带宽预付费EIP的计费参数。EIP为包月按带宽预付费时,该参数必传,其余场景不需传递。
18886
+ # @param AddressChargePrepaid: 包月按带宽预付费EIP的计费参数。EIP为包月按带宽预付费时,该参数必传,不支持其他计费模式。
18881
18887
  # @type AddressChargePrepaid: :class:`Tencentcloud::Vpc.v20170312.models.AddressChargePrepaid`
18882
18888
 
18883
18889
  attr_accessor :AddressIds, :AddressChargePrepaid
@@ -19150,7 +19156,7 @@ module TencentCloud
19150
19156
  # @type UnitPrice: Float
19151
19157
  # @param DiscountPrice: 折扣后的价格,单位:元。
19152
19158
  # @type DiscountPrice: Float
19153
- # @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>
19154
19160
  # @type ChargeUnit: String
19155
19161
  # @param OriginalPrice: 原价,单位:元,仅预付费价格查询返回。
19156
19162
  # @type OriginalPrice: Float
@@ -20048,7 +20054,7 @@ module TencentCloud
20048
20054
 
20049
20055
  # ModifyAddressesRenewFlag请求参数结构体
20050
20056
  class ModifyAddressesRenewFlagRequest < TencentCloud::Common::AbstractModel
20051
- # @param AddressIds: EIP唯一标识ID列表,形如'eip-xxxx'
20057
+ # @param AddressIds: EIP唯一标识ID列表,形如'eip-xxxx',可以使用[DescribeAddresses](https://cloud.tencent.com/document/product/215/16702)接口获取AddressId。
20052
20058
  # @type AddressIds: Array
20053
20059
  # @param RenewFlag: 自动续费标识。取值范围: NOTIFY_AND_AUTO_RENEW:通知过期且自动续费 NOTIFY_AND_MANUAL_RENEW:通知过期不自动续费 DISABLE_NOTIFY_AND_MANUAL_RENEW:不通知过期不自动续费 若该参数指定为NOTIFY_AND_AUTO_RENEW,在账户余额充足的情况下,实例到期后将按月自动续费。 示例值:NOTIFY_AND_AUTO_RENEW
20054
20060
  # @type RenewFlag: String
@@ -23235,10 +23241,8 @@ module TencentCloud
23235
23241
  # 下一跳类型为NONEXTHOP,指定网络探测为无下一跳的网络探测,添加和修改时,不需要指定值,查询时值为空字符串;
23236
23242
  # @type NextHopDestination: String
23237
23243
  # @param NextHopName: 下一跳网关名称。
23238
- # 注意:此字段可能返回 null,表示取不到有效值。
23239
23244
  # @type NextHopName: String
23240
23245
  # @param NetDetectDescription: 网络探测描述。
23241
- # 注意:此字段可能返回 null,表示取不到有效值。
23242
23246
  # @type NetDetectDescription: String
23243
23247
  # @param CreateTime: 创建时间。
23244
23248
  # @type CreateTime: String
@@ -23650,23 +23654,17 @@ module TencentCloud
23650
23654
  # @param EniType: 网卡类型。“0”-辅助网卡,“1”-主网卡,“2”:中继网卡
23651
23655
  # @type EniType: Integer
23652
23656
  # @param Business: 网卡绑定的子机类型:cvm(普通CVM子机),eks(弹性容器服务Elastic Kubernetes Service), hai(高性能应用服务Hyper Application Inventor)。
23653
- # 注意:此字段可能返回 null,表示取不到有效值。
23654
23657
  # @type Business: String
23655
23658
  # @param CdcId: 网卡所关联的CDC实例ID。
23656
- # 注意:此字段可能返回 null,表示取不到有效值。
23657
23659
  # @type CdcId: String
23658
23660
  # @param AttachType: 弹性网卡类型:0:标准型/1:扩展型。默认值为0。
23659
- # 注意:此字段可能返回 null,表示取不到有效值。
23660
23661
  # @type AttachType: Integer
23661
23662
  # @param ResourceId: 用于保留网卡主IP的资源ID用于保留网卡主IP的资源ID。用于删除网卡时作为入参数。
23662
- # 注意:此字段可能返回 null,表示取不到有效值。
23663
23663
  # @type ResourceId: String
23664
23664
  # @param QosLevel: 服务质量级别:
23665
23665
  # PT(云金)、AU(云银)、AG(云铜)、DEFAULT(默认)。
23666
23666
 
23667
23667
  # 可选值:PT(云金)、AU(云银)、AG(云铜)、DEFAULT(默认)。
23668
-
23669
- # 注意:此字段可能返回 null,表示取不到有效值。
23670
23668
  # @type QosLevel: String
23671
23669
 
23672
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
@@ -24428,7 +24426,7 @@ module TencentCloud
24428
24426
 
24429
24427
  # ReleaseIPv6Addresses请求参数结构体
24430
24428
  class ReleaseIPv6AddressesRequest < TencentCloud::Common::AbstractModel
24431
- # @param IPv6AddressIds: IPv6地址唯一ID。
24429
+ # @param IPv6AddressIds: IPv6地址唯一ID。可以使用[DescribeIPv6Addresses](https://cloud.tencent.com/document/api/215/113677)接口获取IPv6AddressId
24432
24430
  # @type IPv6AddressIds: Array
24433
24431
 
24434
24432
  attr_accessor :IPv6AddressIds
@@ -25900,17 +25898,14 @@ module TencentCloud
25900
25898
  # @param RouteTableId: 路由表实例ID,例如:rtb-azd4dt1c。
25901
25899
  # @type RouteTableId: String
25902
25900
  # @param DestinationIpv6CidrBlock: 创建IPv6目的网段,取值不能在私有网络网段内,例如:2402:4e00:1000:810b::/64。
25903
- # 注意:此字段可能返回 null,表示取不到有效值。
25904
25901
  # @type DestinationIpv6CidrBlock: String
25905
25902
  # @param RouteItemId: 路由唯一策略ID。
25906
25903
  # @type RouteItemId: String
25907
25904
  # @param PublishedToVbc: 路由策略是否发布到云联网。该字段仅做出参使用,作为入参字段时此参数不生效。
25908
- # 注意:此字段可能返回 null,表示取不到有效值。
25909
25905
  # @type PublishedToVbc: Boolean
25910
25906
  # @param CreatedTime: 路由策略创建时间
25911
25907
  # @type CreatedTime: String
25912
25908
  # @param CdcId: CDC 集群唯一 ID。
25913
- # 注意:此字段可能返回 null,表示取不到有效值。
25914
25909
  # @type CdcId: String
25915
25910
 
25916
25911
  attr_accessor :DestinationCidrBlock, :GatewayType, :GatewayId, :RouteId, :RouteDescription, :Enabled, :RouteType, :RouteTableId, :DestinationIpv6CidrBlock, :RouteItemId, :PublishedToVbc, :CreatedTime, :CdcId
@@ -26730,7 +26725,6 @@ module TencentCloud
26730
26725
  # @param KeepTime: 保留时间,支持1~365天。
26731
26726
  # @type KeepTime: Integer
26732
26727
  # @param CreateNewCos: 是否创建新的cos桶,默认为False。
26733
- # 注意:此字段可能返回 null,表示取不到有效值。
26734
26728
  # @type CreateNewCos: Boolean
26735
26729
  # @param CosRegion: cos桶所在地域。
26736
26730
  # @type CosRegion: String
@@ -26739,15 +26733,12 @@ module TencentCloud
26739
26733
  # @param SnapshotPolicyId: 快照策略Id。
26740
26734
  # @type SnapshotPolicyId: String
26741
26735
  # @param BackupPolicies: 时间备份策略。
26742
- # 注意:此字段可能返回 null,表示取不到有效值。
26743
26736
  # @type BackupPolicies: Array
26744
26737
  # @param Enable: 启用状态,True-启用,False-停用,默认为True。
26745
26738
  # @type Enable: Boolean
26746
26739
  # @param CreateTime: 创建时间。
26747
- # 注意:此字段可能返回 null,表示取不到有效值。
26748
26740
  # @type CreateTime: String
26749
26741
  # @param TagSet: 标签键值对。
26750
- # 注意:此字段可能返回 null,表示取不到有效值。
26751
26742
  # @type TagSet: Array
26752
26743
 
26753
26744
  attr_accessor :SnapshotPolicyName, :BackupType, :KeepTime, :CreateNewCos, :CosRegion, :CosBucket, :SnapshotPolicyId, :BackupPolicies, :Enable, :CreateTime, :TagSet
@@ -28180,10 +28171,8 @@ module TencentCloud
28180
28171
  # @param TagSet: 标签键值对
28181
28172
  # @type TagSet: Array
28182
28173
  # @param AssistantCidrSet: 辅助CIDR
28183
- # 注意:此字段可能返回 null,表示取不到有效值。
28184
28174
  # @type AssistantCidrSet: Array
28185
28175
  # @param Ipv6CidrBlockSet: 返回多运营商IPv6 Cidr Block
28186
- # 注意:此字段可能返回 null,表示取不到有效值。
28187
28176
  # @type Ipv6CidrBlockSet: Array
28188
28177
 
28189
28178
  attr_accessor :VpcName, :VpcId, :CidrBlock, :IsDefault, :EnableMulticast, :CreatedTime, :DnsServerSet, :DomainName, :DhcpOptionsId, :EnableDhcp, :Ipv6CidrBlock, :TagSet, :AssistantCidrSet, :Ipv6CidrBlockSet
@@ -28246,15 +28235,15 @@ module TencentCloud
28246
28235
 
28247
28236
  # 终端节点服务的服务白名单对象详情。
28248
28237
  class VpcEndPointServiceUser < TencentCloud::Common::AbstractModel
28249
- # @param Owner: AppId
28238
+ # @param Owner: AppId。可通过登录 腾讯云账号中心控制台 获取。
28250
28239
  # @type Owner: Integer
28251
- # @param UserUin: Uin
28240
+ # @param UserUin: 用户Uin。可通过登录 腾讯云账号中心控制台 获取。
28252
28241
  # @type UserUin: String
28253
28242
  # @param Description: 描述信息。
28254
28243
  # @type Description: String
28255
- # @param CreateTime: 创建时间。
28244
+ # @param CreateTime: 创建时间。格式为字符串YYYY-MM-DD HH:MM:SS。
28256
28245
  # @type CreateTime: String
28257
- # @param EndPointServiceId: 终端节点服务ID
28246
+ # @param EndPointServiceId: 终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
28258
28247
  # @type EndPointServiceId: String
28259
28248
 
28260
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.1054
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