tencentcloud-sdk-vpc 3.0.973 → 3.0.975

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 84ea136c63642d863374790a23324af7721130f5
4
- data.tar.gz: 8c4b952259bcaac0037340dee77e6af7c2f89366
3
+ metadata.gz: ad2cf1b70efb702ef1a778033a6b22df50b3297b
4
+ data.tar.gz: fcf1a2329d9168d5f025f11e41ff138375cbaeca
5
5
  SHA512:
6
- metadata.gz: 593084680f455463f607ea15def7c1fc97350e1ab52ce511a6ab0974680f741949714cf29079e6800dd5a4098af8fceaaf4979f0000b3dbc9301a64b832b5132
7
- data.tar.gz: dc3c6cd9a6e2dc626c422fc85380b85e20c3799132d62a349a99a88e964ec3341db31cf12d0b992adfb3bd6b8659554eceb88665025b58c919f497b6e5af71c4
6
+ metadata.gz: 22039666b3860173ae140dc0bda20bf7a4836d580b13237d77c84d42aa37f31127eb86699e8033afe8d56cff8e5d8b599e2ef75c74da61f86d23040fa56844f0
7
+ data.tar.gz: aee3a1812b4ca1740dc157c69942cd80cb2ee4837e5401c9eec1d8d1a4f1420928e07a927b2405b605d34384842f3fb0f066bca525198020c0d69b339bc32925
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.973
1
+ 3.0.975
@@ -230,9 +230,9 @@ module TencentCloud
230
230
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
231
231
  end
232
232
 
233
- # 本接口(AllocateIp6AddressesBandwidth)用于为传统弹性公网 IPv6 实例开通 IPv6 公网带宽。
233
+ # 本接口(AllocateIp6AddressesBandwidth)用于为传统弹性公网 IPv6 地址开通 IPv6 公网带宽。
234
234
 
235
- # - 传统弹性公网 IPv6 实例默认仅具备 IPv6 内网通信能力,需为 IPv6 地址分配公网带宽后,才具备 IPv6 公网通信能力。
235
+ # - 传统弹性公网 IPv6 地址默认仅具备内网通信能力,需通过控制台或 API 接口为其分配公网带宽后,才能具备 IPv6 公网通信能力、并于传统弹性公网 IPv6 列表页可见。
236
236
  # - 支持为一个或多个传统弹性公网 IPv6 实例开通公网带宽。
237
237
 
238
238
  # @param request: Request instance for AllocateIp6AddressesBandwidth.
@@ -942,13 +942,13 @@ module TencentCloud
942
942
 
943
943
  # AllocateIp6AddressesBandwidth请求参数结构体
944
944
  class AllocateIp6AddressesBandwidthRequest < TencentCloud::Common::AbstractModel
945
- # @param Ip6Addresses: 需要开通公网访问能力的IPV6地址
945
+ # @param Ip6Addresses: 需要开通公网访问能力的IPv6地址
946
946
  # @type Ip6Addresses: Array
947
947
  # @param InternetMaxBandwidthOut: 带宽,单位Mbps。默认是1Mbps
948
948
  # @type InternetMaxBandwidthOut: Integer
949
- # @param InternetChargeType: 网络计费模式。IPV6当前支持"TRAFFIC_POSTPAID_BY_HOUR","BANDWIDTH_PACKAGE"。默认网络计费模式是"TRAFFIC_POSTPAID_BY_HOUR"。
949
+ # @param InternetChargeType: 网络计费模式。IPv6当前支持"TRAFFIC_POSTPAID_BY_HOUR","BANDWIDTH_PACKAGE"。默认网络计费模式是"TRAFFIC_POSTPAID_BY_HOUR"。
950
950
  # @type InternetChargeType: String
951
- # @param BandwidthPackageId: 带宽包id,上移账号,申请带宽包计费模式的ipv6地址需要传入.
951
+ # @param BandwidthPackageId: 带宽包id,上移账号,申请带宽包计费模式的IPv6地址需要传入.
952
952
  # @type BandwidthPackageId: String
953
953
  # @param Tags: 需要关联的标签列表。
954
954
  # @type Tags: Array
@@ -981,7 +981,7 @@ module TencentCloud
981
981
 
982
982
  # AllocateIp6AddressesBandwidth返回参数结构体
983
983
  class AllocateIp6AddressesBandwidthResponse < TencentCloud::Common::AbstractModel
984
- # @param AddressSet: 弹性公网 IPV6 的唯一 ID 列表。
984
+ # @param AddressSet: 传统弹性公网 IPv6 的唯一 ID 列表。
985
985
  # @type AddressSet: Array
986
986
  # @param TaskId: 异步任务TaskId。可以使用[DescribeTaskResult](https://cloud.tencent.com/document/api/215/36271)接口查询任务状态。
987
987
  # @type TaskId: String
@@ -1273,7 +1273,7 @@ module TencentCloud
1273
1273
  # @type PrivateIpAddress: String
1274
1274
  # @param EipDirectConnection: 指定绑定时是否设置直通。弹性公网 IP 直通请参见 [EIP 直通](https://cloud.tencent.com/document/product/1199/41709)。取值:True、False,默认值为 False。当绑定 CVM 实例、EKS 弹性集群时,可设定此参数为 True。此参数目前处于内测中,如需使用,请提交 [工单申请](https://console.cloud.tencent.com/workorder/category?level1_id=6&level2_id=163&source=0&data_title=%E8%B4%9F%E8%BD%BD%E5%9D%87%E8%A1%A1%20CLB&level3_id=1071&queue=96&scene_code=34639&step=2)。
1275
1275
  # @type EipDirectConnection: Boolean
1276
- # @param InstanceRegion: 要绑定的实例所在的地域
1276
+ # @param InstanceRegion: 要绑定的实例所在地域。默认无需填写,仅限GAAP特殊场景需指定实例所在地域。
1277
1277
  # @type InstanceRegion: String
1278
1278
 
1279
1279
  attr_accessor :AddressId, :InstanceId, :NetworkInterfaceId, :PrivateIpAddress, :EipDirectConnection, :InstanceRegion
@@ -2202,37 +2202,26 @@ module TencentCloud
2202
2202
  # @param CcnId: 带宽所属的云联网ID。
2203
2203
  # @type CcnId: String
2204
2204
  # @param CreatedTime: 实例的创建时间。
2205
- # 注意:此字段可能返回 null,表示取不到有效值。
2206
2205
  # @type CreatedTime: String
2207
2206
  # @param ExpiredTime: 实例的过期时间
2208
- # 注意:此字段可能返回 null,表示取不到有效值。
2209
2207
  # @type ExpiredTime: String
2210
2208
  # @param RegionFlowControlId: 带宽实例的唯一ID。
2211
- # 注意:此字段可能返回 null,表示取不到有效值。
2212
2209
  # @type RegionFlowControlId: String
2213
2210
  # @param RenewFlag: 带宽是否自动续费的标记。
2214
- # 注意:此字段可能返回 null,表示取不到有效值。
2215
2211
  # @type RenewFlag: String
2216
2212
  # @param CcnRegionBandwidthLimit: 描述带宽的地域和限速上限信息。在地域间限速的情况下才会返回参数,出口限速模式不返回。
2217
- # 注意:此字段可能返回 null,表示取不到有效值。
2218
2213
  # @type CcnRegionBandwidthLimit: :class:`Tencentcloud::Vpc.v20170312.models.CcnRegionBandwidthLimitInfo`
2219
2214
  # @param MarketId: 云市场实例ID。
2220
- # 注意:此字段可能返回 null,表示取不到有效值。
2221
2215
  # @type MarketId: String
2222
2216
  # @param UserAccountID: 实例所属用户主账号ID。
2223
- # 注意:此字段可能返回 null,表示取不到有效值。
2224
2217
  # @type UserAccountID: String
2225
2218
  # @param IsCrossBorder: 是否跨境,`true`表示跨境,反之不跨境。
2226
- # 注意:此字段可能返回 null,表示取不到有效值。
2227
2219
  # @type IsCrossBorder: Boolean
2228
2220
  # @param IsSecurityLock: `true`表示封禁,地域间流量不通,`false`解禁,地域间流量正常
2229
- # 注意:此字段可能返回 null,表示取不到有效值。
2230
2221
  # @type IsSecurityLock: Boolean
2231
2222
  # @param InstanceChargeType: `POSTPAID`表示后付费,`PREPAID`表示预付费。
2232
- # 注意:此字段可能返回 null,表示取不到有效值。
2233
2223
  # @type InstanceChargeType: String
2234
2224
  # @param UpdateTime: 实例更新时间
2235
- # 注意:此字段可能返回 null,表示取不到有效值。
2236
2225
  # @type UpdateTime: String
2237
2226
 
2238
2227
  attr_accessor :CcnId, :CreatedTime, :ExpiredTime, :RegionFlowControlId, :RenewFlag, :CcnRegionBandwidthLimit, :MarketId, :UserAccountID, :IsCrossBorder, :IsSecurityLock, :InstanceChargeType, :UpdateTime
@@ -4001,21 +3990,27 @@ module TencentCloud
4001
3990
  # @type GatewayType: String
4002
3991
  # @param ModeType: 云联网路由发布模式,可选值:`standard`(标准模式)、`exquisite`(精细模式)。只有云联网类型专线网关才支持`ModeType`。
4003
3992
  # @type ModeType: String
3993
+ # @param GatewayAsn: 专线网关自定义ASN,范围:45090,64512-65534 和4200000000-4294967294
3994
+ # @type GatewayAsn: Integer
4004
3995
  # @param Zone: 专线网关可用区
4005
3996
  # @type Zone: String
4006
3997
  # @param HaZoneGroupId: 专线网关高可用区容灾组ID
4007
3998
  # @type HaZoneGroupId: String
3999
+ # @param Tags: 标签
4000
+ # @type Tags: Array
4008
4001
 
4009
- attr_accessor :DirectConnectGatewayName, :NetworkType, :NetworkInstanceId, :GatewayType, :ModeType, :Zone, :HaZoneGroupId
4002
+ attr_accessor :DirectConnectGatewayName, :NetworkType, :NetworkInstanceId, :GatewayType, :ModeType, :GatewayAsn, :Zone, :HaZoneGroupId, :Tags
4010
4003
 
4011
- def initialize(directconnectgatewayname=nil, networktype=nil, networkinstanceid=nil, gatewaytype=nil, modetype=nil, zone=nil, hazonegroupid=nil)
4004
+ def initialize(directconnectgatewayname=nil, networktype=nil, networkinstanceid=nil, gatewaytype=nil, modetype=nil, gatewayasn=nil, zone=nil, hazonegroupid=nil, tags=nil)
4012
4005
  @DirectConnectGatewayName = directconnectgatewayname
4013
4006
  @NetworkType = networktype
4014
4007
  @NetworkInstanceId = networkinstanceid
4015
4008
  @GatewayType = gatewaytype
4016
4009
  @ModeType = modetype
4010
+ @GatewayAsn = gatewayasn
4017
4011
  @Zone = zone
4018
4012
  @HaZoneGroupId = hazonegroupid
4013
+ @Tags = tags
4019
4014
  end
4020
4015
 
4021
4016
  def deserialize(params)
@@ -4024,8 +4019,17 @@ module TencentCloud
4024
4019
  @NetworkInstanceId = params['NetworkInstanceId']
4025
4020
  @GatewayType = params['GatewayType']
4026
4021
  @ModeType = params['ModeType']
4022
+ @GatewayAsn = params['GatewayAsn']
4027
4023
  @Zone = params['Zone']
4028
4024
  @HaZoneGroupId = params['HaZoneGroupId']
4025
+ unless params['Tags'].nil?
4026
+ @Tags = []
4027
+ params['Tags'].each do |i|
4028
+ tag_tmp = Tag.new
4029
+ tag_tmp.deserialize(i)
4030
+ @Tags << tag_tmp
4031
+ end
4032
+ end
4029
4033
  end
4030
4034
  end
4031
4035
 
@@ -6856,13 +6860,10 @@ module TencentCloud
6856
6860
  # 对端网关厂商信息对象。
6857
6861
  class CustomerGatewayVendor < TencentCloud::Common::AbstractModel
6858
6862
  # @param Platform: 平台。
6859
- # 注意:此字段可能返回 null,表示取不到有效值。
6860
6863
  # @type Platform: String
6861
6864
  # @param SoftwareVersion: 软件版本。
6862
- # 注意:此字段可能返回 null,表示取不到有效值。
6863
6865
  # @type SoftwareVersion: String
6864
6866
  # @param VendorName: 供应商名称。
6865
- # 注意:此字段可能返回 null,表示取不到有效值。
6866
6867
  # @type VendorName: String
6867
6868
 
6868
6869
  attr_accessor :Platform, :SoftwareVersion, :VendorName
@@ -11132,10 +11133,10 @@ module TencentCloud
11132
11133
 
11133
11134
  # DescribeIp6Addresses请求参数结构体
11134
11135
  class DescribeIp6AddressesRequest < TencentCloud::Common::AbstractModel
11135
- # @param Ip6AddressIds: 标识 IPV6 的唯一 ID 列表。IPV6 唯一 ID 形如:`eip-11112222`。参数不支持同时指定`Ip6AddressIds`和`Filters`。
11136
+ # @param Ip6AddressIds: 标识 IPv6 的唯一 ID 列表。IPv6 唯一 ID 形如:`eip-11112222`。参数不支持同时指定`Ip6AddressIds`和`Filters`。
11136
11137
  # @type Ip6AddressIds: Array
11137
11138
  # @param Filters: 每次请求的`Filters`的上限为10,`Filter.Values`的上限为100。参数不支持同时指定`AddressIds`和`Filters`。详细的过滤条件如下:
11138
- # <li> address-ip - String - 是否必填:否 - (过滤条件)按照 IPV6 的 IP 地址过滤。</li>
11139
+ # <li> address-ip - String - 是否必填:否 - (过滤条件)按照 IPv6 的 IP 地址过滤。</li>
11139
11140
  # <li> network-interface-id - String - 是否必填:否 - (过滤条件)按照弹性网卡的唯一ID过滤。</li>
11140
11141
  # @type Filters: Array
11141
11142
  # @param Offset: 偏移量,默认为0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/11646)中的相关小节。
@@ -11169,9 +11170,9 @@ module TencentCloud
11169
11170
 
11170
11171
  # DescribeIp6Addresses返回参数结构体
11171
11172
  class DescribeIp6AddressesResponse < TencentCloud::Common::AbstractModel
11172
- # @param TotalCount: 符合条件的 IPV6 数量。
11173
+ # @param TotalCount: 符合条件的 IPv6 数量。
11173
11174
  # @type TotalCount: Integer
11174
- # @param AddressSet: IPV6 详细信息列表。
11175
+ # @param AddressSet: IPv6 详细信息列表。
11175
11176
  # @type AddressSet: Array
11176
11177
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11177
11178
  # @type RequestId: String
@@ -15739,46 +15740,38 @@ module TencentCloud
15739
15740
  # @param EnableBGPCommunity: 开启和关闭BGP的community属性。
15740
15741
  # @type EnableBGPCommunity: Boolean
15741
15742
  # @param NatGatewayId: 绑定的NAT网关ID。
15742
- # 注意:此字段可能返回 null,表示取不到有效值。
15743
15743
  # @type NatGatewayId: String
15744
15744
  # @param VXLANSupport: 专线网关是否支持VXLAN架构
15745
- # 注意:此字段可能返回 null,表示取不到有效值。
15746
15745
  # @type VXLANSupport: Array
15747
15746
  # @param ModeType: 云联网路由发布模式:`standard`(标准模式)、`exquisite`(精细模式)。
15748
- # 注意:此字段可能返回 null,表示取不到有效值。
15749
15747
  # @type ModeType: String
15750
15748
  # @param LocalZone: 是否为localZone专线网关。
15751
- # 注意:此字段可能返回 null,表示取不到有效值。
15752
15749
  # @type LocalZone: Boolean
15753
15750
  # @param Zone: 专线网关所在可用区
15754
- # 注意:此字段可能返回 null,表示取不到有效值。
15755
15751
  # @type Zone: String
15756
15752
  # @param EnableFlowDetails: 网关流控明细启用状态:
15757
15753
  # 0:关闭
15758
15754
  # 1:开启
15759
- # 注意:此字段可能返回 null,表示取不到有效值。
15760
15755
  # @type EnableFlowDetails: Integer
15761
15756
  # @param FlowDetailsUpdateTime: 开启、关闭网关流控明细时间
15762
- # 注意:此字段可能返回 null,表示取不到有效值。
15763
15757
  # @type FlowDetailsUpdateTime: String
15764
15758
  # @param NewAfc: 是否支持开启网关流控明细
15765
15759
  # 0:不支持
15766
15760
  # 1:支持
15767
- # 注意:此字段可能返回 null,表示取不到有效值。
15768
15761
  # @type NewAfc: Integer
15769
15762
  # @param AccessNetworkType: 专线网关接入网络类型:
15770
15763
  # <li>`VXLAN` - VXLAN类型。</li>
15771
15764
  # <li>`MPLS` - MPLS类型。</li>
15772
15765
  # <li>`Hybrid` - Hybrid类型。</li>
15773
- # 注意:此字段可能返回 null,表示取不到有效值。
15774
15766
  # @type AccessNetworkType: String
15775
15767
  # @param HaZoneList: 跨可用区容灾专线网关的可用区列表
15776
- # 注意:此字段可能返回 null,表示取不到有效值。
15777
15768
  # @type HaZoneList: Array
15769
+ # @param GatewayAsn: 专线网关自定义ASN
15770
+ # @type GatewayAsn: Integer
15778
15771
 
15779
- attr_accessor :DirectConnectGatewayId, :DirectConnectGatewayName, :VpcId, :NetworkType, :NetworkInstanceId, :GatewayType, :CreateTime, :DirectConnectGatewayIp, :CcnId, :CcnRouteType, :EnableBGP, :EnableBGPCommunity, :NatGatewayId, :VXLANSupport, :ModeType, :LocalZone, :Zone, :EnableFlowDetails, :FlowDetailsUpdateTime, :NewAfc, :AccessNetworkType, :HaZoneList
15772
+ attr_accessor :DirectConnectGatewayId, :DirectConnectGatewayName, :VpcId, :NetworkType, :NetworkInstanceId, :GatewayType, :CreateTime, :DirectConnectGatewayIp, :CcnId, :CcnRouteType, :EnableBGP, :EnableBGPCommunity, :NatGatewayId, :VXLANSupport, :ModeType, :LocalZone, :Zone, :EnableFlowDetails, :FlowDetailsUpdateTime, :NewAfc, :AccessNetworkType, :HaZoneList, :GatewayAsn
15780
15773
 
15781
- def initialize(directconnectgatewayid=nil, directconnectgatewayname=nil, vpcid=nil, networktype=nil, networkinstanceid=nil, gatewaytype=nil, createtime=nil, directconnectgatewayip=nil, ccnid=nil, ccnroutetype=nil, enablebgp=nil, enablebgpcommunity=nil, natgatewayid=nil, vxlansupport=nil, modetype=nil, localzone=nil, zone=nil, enableflowdetails=nil, flowdetailsupdatetime=nil, newafc=nil, accessnetworktype=nil, hazonelist=nil)
15774
+ def initialize(directconnectgatewayid=nil, directconnectgatewayname=nil, vpcid=nil, networktype=nil, networkinstanceid=nil, gatewaytype=nil, createtime=nil, directconnectgatewayip=nil, ccnid=nil, ccnroutetype=nil, enablebgp=nil, enablebgpcommunity=nil, natgatewayid=nil, vxlansupport=nil, modetype=nil, localzone=nil, zone=nil, enableflowdetails=nil, flowdetailsupdatetime=nil, newafc=nil, accessnetworktype=nil, hazonelist=nil, gatewayasn=nil)
15782
15775
  @DirectConnectGatewayId = directconnectgatewayid
15783
15776
  @DirectConnectGatewayName = directconnectgatewayname
15784
15777
  @VpcId = vpcid
@@ -15801,6 +15794,7 @@ module TencentCloud
15801
15794
  @NewAfc = newafc
15802
15795
  @AccessNetworkType = accessnetworktype
15803
15796
  @HaZoneList = hazonelist
15797
+ @GatewayAsn = gatewayasn
15804
15798
  end
15805
15799
 
15806
15800
  def deserialize(params)
@@ -15826,6 +15820,7 @@ module TencentCloud
15826
15820
  @NewAfc = params['NewAfc']
15827
15821
  @AccessNetworkType = params['AccessNetworkType']
15828
15822
  @HaZoneList = params['HaZoneList']
15823
+ @GatewayAsn = params['GatewayAsn']
15829
15824
  end
15830
15825
  end
15831
15826
 
@@ -17457,16 +17452,12 @@ module TencentCloud
17457
17452
  # VPN通道健康检查配置
17458
17453
  class HealthCheckConfig < TencentCloud::Common::AbstractModel
17459
17454
  # @param ProbeType: 探测模式,默认值NQA,不可修改。
17460
- # 注意:此字段可能返回 null,表示取不到有效值。
17461
17455
  # @type ProbeType: String
17462
17456
  # @param ProbeInterval: 探测间隔,腾讯云两次健康检查间隔时间,范围【1000-5000】,单位ms。
17463
- # 注意:此字段可能返回 null,表示取不到有效值。
17464
17457
  # @type ProbeInterval: Integer
17465
17458
  # @param ProbeThreshold: 探测次数,连续N次健康检查失败后执行路由切换,范围【3-8】,单位次。
17466
- # 注意:此字段可能返回 null,表示取不到有效值。
17467
17459
  # @type ProbeThreshold: Integer
17468
17460
  # @param ProbeTimeout: 探测超时时间,范围【10-5000】,单位ms。
17469
- # 注意:此字段可能返回 null,表示取不到有效值。
17470
17461
  # @type ProbeTimeout: Integer
17471
17462
 
17472
17463
  attr_accessor :ProbeType, :ProbeInterval, :ProbeThreshold, :ProbeTimeout
@@ -19878,9 +19869,9 @@ module TencentCloud
19878
19869
  class ModifyIp6AddressesBandwidthRequest < TencentCloud::Common::AbstractModel
19879
19870
  # @param InternetMaxBandwidthOut: 修改的目标带宽,单位Mbps
19880
19871
  # @type InternetMaxBandwidthOut: Integer
19881
- # @param Ip6Addresses: IPV6地址。Ip6Addresses和Ip6AddressId必须且只能传一个
19872
+ # @param Ip6Addresses: IPv6地址。Ip6Addresses和Ip6AddressId必须且只能传一个
19882
19873
  # @type Ip6Addresses: Array
19883
- # @param Ip6AddressIds: IPV6地址对应的唯一ID,形如eip-xxxxxxxx。Ip6Addresses和Ip6AddressId必须且只能传一个
19874
+ # @param Ip6AddressIds: IPv6地址对应的唯一ID,形如eip-xxxxxxxx。Ip6Addresses和Ip6AddressId必须且只能传一个
19884
19875
  # @type Ip6AddressIds: Array
19885
19876
 
19886
19877
  attr_accessor :InternetMaxBandwidthOut, :Ip6Addresses, :Ip6AddressIds
@@ -23291,9 +23282,9 @@ module TencentCloud
23291
23282
 
23292
23283
  # ReleaseIp6AddressesBandwidth请求参数结构体
23293
23284
  class ReleaseIp6AddressesBandwidthRequest < TencentCloud::Common::AbstractModel
23294
- # @param Ip6Addresses: IPV6地址。Ip6Addresses和Ip6AddressIds必须且只能传一个
23285
+ # @param Ip6Addresses: IPv6地址。Ip6Addresses和Ip6AddressIds必须且只能传一个
23295
23286
  # @type Ip6Addresses: Array
23296
- # @param Ip6AddressIds: IPV6地址对应的唯一ID,形如eip-xxxxxxxx。Ip6Addresses和Ip6AddressIds必须且只能传一个。
23287
+ # @param Ip6AddressIds: IPv6地址对应的唯一ID,形如eip-xxxxxxxx。Ip6Addresses和Ip6AddressIds必须且只能传一个。
23297
23288
  # @type Ip6AddressIds: Array
23298
23289
 
23299
23290
  attr_accessor :Ip6Addresses, :Ip6AddressIds
@@ -25124,10 +25115,8 @@ module TencentCloud
25124
25115
  # SecurityPolicyDatabase策略
25125
25116
  class SecurityPolicyDatabase < TencentCloud::Common::AbstractModel
25126
25117
  # @param LocalCidrBlock: 本端网段
25127
- # 注意:此字段可能返回 null,表示取不到有效值。
25128
25118
  # @type LocalCidrBlock: String
25129
25119
  # @param RemoteCidrBlock: 对端网段
25130
- # 注意:此字段可能返回 null,表示取不到有效值。
25131
25120
  # @type RemoteCidrBlock: Array
25132
25121
 
25133
25122
  attr_accessor :LocalCidrBlock, :RemoteCidrBlock
@@ -25656,7 +25645,6 @@ module TencentCloud
25656
25645
  # SSL-VPN-SERVER 出参
25657
25646
  class SslVpnSever < TencentCloud::Common::AbstractModel
25658
25647
  # @param VpcId: VPC实例ID.
25659
- # 注意:此字段可能返回 null,表示取不到有效值。
25660
25648
  # @type VpcId: String
25661
25649
  # @param SslVpnServerId: SSL-VPN-SERVER 实例ID。
25662
25650
  # @type SslVpnServerId: String
@@ -25703,7 +25691,6 @@ module TencentCloud
25703
25691
  # @param AccessPolicy: 策略信息
25704
25692
  # @type AccessPolicy: Array
25705
25693
  # @param SpName: CAM服务提供商Name
25706
- # 注意:此字段可能返回 null,表示取不到有效值。
25707
25694
  # @type SpName: String
25708
25695
 
25709
25696
  attr_accessor :VpcId, :SslVpnServerId, :VpnGatewayId, :SslVpnServerName, :LocalAddress, :RemoteAddress, :MaxConnection, :WanIp, :SslVpnProtocol, :SslVpnPort, :EncryptAlgorithm, :IntegrityAlgorithm, :Compress, :CreateTime, :State, :SsoEnabled, :EiamApplicationId, :AccessPolicyEnabled, :AccessPolicy, :SpName
@@ -26041,22 +26028,16 @@ module TencentCloud
26041
26028
  # 流量调度规则
26042
26029
  class TrafficQosPolicySet < TencentCloud::Common::AbstractModel
26043
26030
  # @param CcnId: CCN实例ID。形如:ccn-f49l6u0z。
26044
- # 注意:此字段可能返回 null,表示取不到有效值。
26045
26031
  # @type CcnId: String
26046
26032
  # @param QosId: qos id。
26047
- # 注意:此字段可能返回 null,表示取不到有效值。
26048
26033
  # @type QosId: Integer
26049
26034
  # @param QosPolicyDescription: 描述。
26050
- # 注意:此字段可能返回 null,表示取不到有效值。
26051
26035
  # @type QosPolicyDescription: String
26052
26036
  # @param QosPolicyName: 名称。
26053
- # 注意:此字段可能返回 null,表示取不到有效值。
26054
26037
  # @type QosPolicyName: String
26055
26038
  # @param Bandwidth: 带宽。
26056
- # 注意:此字段可能返回 null,表示取不到有效值。
26057
26039
  # @type Bandwidth: Integer
26058
26040
  # @param QosPolicyId: 流量调度策略ID。
26059
- # 注意:此字段可能返回 null,表示取不到有效值。
26060
26041
  # @type QosPolicyId: String
26061
26042
 
26062
26043
  attr_accessor :CcnId, :QosId, :QosPolicyDescription, :QosPolicyName, :Bandwidth, :QosPolicyId
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.973
4
+ version: 3.0.975
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-31 00:00:00.000000000 Z
11
+ date: 2025-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common