tencentcloud-sdk-vpc 3.0.814 → 3.0.815
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20170312/client.rb +2 -2
- data/lib/v20170312/models.rb +21 -16
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b1b07c5fcc38388e23fd36eb37477bf416cc4e4a
|
|
4
|
+
data.tar.gz: f542bbf33b0f65d3d69f32d09516b9b0c237638c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2b0fb44a03922128c0d23855304ff20fdb462b7c4d23d5a7fa2fa56889eb5671b4eb59b42b1b3304ced1cc3049afb759dce28b5a410a853a052d0877813a569e
|
|
7
|
+
data.tar.gz: 0e0dc6274d6e9e55bab1f79651b82822cecd4913d9757333ad4feb3bbc68c05ecd27441c278d533b8324b83cc1c73e70ac62bac654eb505504838167d578d753
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.815
|
data/lib/v20170312/client.rb
CHANGED
|
@@ -2802,7 +2802,7 @@ module TencentCloud
|
|
|
2802
2802
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
2803
2803
|
end
|
|
2804
2804
|
|
|
2805
|
-
# 本接口(DeleteVpnGateway)用于删除VPN
|
|
2805
|
+
# 本接口(DeleteVpnGateway)用于删除VPN网关。
|
|
2806
2806
|
|
|
2807
2807
|
# @param request: Request instance for DeleteVpnGateway.
|
|
2808
2808
|
# @type request: :class:`Tencentcloud::vpc::V20170312::DeleteVpnGatewayRequest`
|
|
@@ -5764,7 +5764,7 @@ module TencentCloud
|
|
|
5764
5764
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
5765
5765
|
end
|
|
5766
5766
|
|
|
5767
|
-
# 本接口(InquiryPriceResetVpnGatewayInternetMaxBandwidth
|
|
5767
|
+
# 本接口(InquiryPriceResetVpnGatewayInternetMaxBandwidth)用于调整VPN网关带宽上限询价。
|
|
5768
5768
|
|
|
5769
5769
|
# @param request: Request instance for InquiryPriceResetVpnGatewayInternetMaxBandwidth.
|
|
5770
5770
|
# @type request: :class:`Tencentcloud::vpc::V20170312::InquiryPriceResetVpnGatewayInternetMaxBandwidthRequest`
|
data/lib/v20170312/models.rb
CHANGED
|
@@ -5252,9 +5252,9 @@ module TencentCloud
|
|
|
5252
5252
|
# @type IntegrityAlgorithm: String
|
|
5253
5253
|
# @param EncryptAlgorithm: 加密算法。可选 'AES-128-CBC','AES-192-CBC', 'AES-256-CBC', 'NONE',默认NONE。
|
|
5254
5254
|
# @type EncryptAlgorithm: String
|
|
5255
|
-
# @param Compress:
|
|
5255
|
+
# @param Compress: 是否支持压缩。当前不支持压缩,默认False。
|
|
5256
5256
|
# @type Compress: Boolean
|
|
5257
|
-
# @param SsoEnabled: 是否开启SSO认证。默认为False
|
|
5257
|
+
# @param SsoEnabled: 是否开启SSO认证。默认为False。该功能当前需要申请开白使用。
|
|
5258
5258
|
# @type SsoEnabled: Boolean
|
|
5259
5259
|
# @param AccessPolicyEnabled: 是否开启策略访问控制。默认为False
|
|
5260
5260
|
# @type AccessPolicyEnabled: Boolean
|
|
@@ -12262,7 +12262,7 @@ module TencentCloud
|
|
|
12262
12262
|
# @type Offset: Integer
|
|
12263
12263
|
# @param Limit: 请求对象个数。
|
|
12264
12264
|
# @type Limit: Integer
|
|
12265
|
-
# @param SslVpnServerIds: SSL-VPN-SERVER实例ID。形如:
|
|
12265
|
+
# @param SslVpnServerIds: SSL-VPN-SERVER实例ID。形如:vpns-0p4rj60。每次请求的实例的上限为100。参数不支持同时指定SslVpnServerIds和Filters。
|
|
12266
12266
|
# @type SslVpnServerIds: Array
|
|
12267
12267
|
# @param Filters: 过滤条件,参数不支持同时指定SslVpnServerIds和Filters。
|
|
12268
12268
|
# <li>vpc-id - String - (过滤条件)VPC实例ID,形如:vpc-f49l6u0z。</li>
|
|
@@ -14360,8 +14360,8 @@ module TencentCloud
|
|
|
14360
14360
|
|
|
14361
14361
|
attr_accessor :EncryptAlgorithm, :IntegrityAlgorith, :IPSECSaLifetimeSeconds, :PfsDhGroup, :IPSECSaLifetimeTraffic, :IntegrityAlgorithm
|
|
14362
14362
|
extend Gem::Deprecate
|
|
14363
|
-
deprecate :IntegrityAlgorith, :none, 2024,
|
|
14364
|
-
deprecate :IntegrityAlgorith=, :none, 2024,
|
|
14363
|
+
deprecate :IntegrityAlgorith, :none, 2024, 5
|
|
14364
|
+
deprecate :IntegrityAlgorith=, :none, 2024, 5
|
|
14365
14365
|
|
|
14366
14366
|
def initialize(encryptalgorithm=nil, integrityalgorith=nil, ipsecsalifetimeseconds=nil, pfsdhgroup=nil, ipsecsalifetimetraffic=nil, integrityalgorithm=nil)
|
|
14367
14367
|
@EncryptAlgorithm = encryptalgorithm
|
|
@@ -14421,15 +14421,15 @@ module TencentCloud
|
|
|
14421
14421
|
|
|
14422
14422
|
# InquiryPriceCreateVpnGateway请求参数结构体
|
|
14423
14423
|
class InquiryPriceCreateVpnGatewayRequest < TencentCloud::Common::AbstractModel
|
|
14424
|
-
# @param InternetMaxBandwidthOut: 公网带宽设置。可选带宽规格:5, 10, 20, 50, 100;单位:Mbps。
|
|
14424
|
+
# @param InternetMaxBandwidthOut: 公网带宽设置。可选带宽规格:5, 10, 20, 50, 100, 200, 500, 1000, 3000;单位:Mbps。
|
|
14425
14425
|
# @type InternetMaxBandwidthOut: Integer
|
|
14426
14426
|
# @param InstanceChargeType: VPN网关计费模式,PREPAID:表示预付费,即包年包月,POSTPAID_BY_HOUR:表示后付费,即按量计费。默认:POSTPAID_BY_HOUR,如果指定预付费模式,参数InstanceChargePrepaid必填。
|
|
14427
14427
|
# @type InstanceChargeType: String
|
|
14428
14428
|
# @param InstanceChargePrepaid: 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。若指定实例的付费模式为预付费则该参数必传。
|
|
14429
14429
|
# @type InstanceChargePrepaid: :class:`Tencentcloud::Vpc.v20170312.models.InstanceChargePrepaid`
|
|
14430
|
-
# @param MaxConnection: SSL VPN连接数设置,可选规格:5, 10, 20, 50, 100;单位:个。
|
|
14430
|
+
# @param MaxConnection: SSL VPN连接数设置,可选规格:5, 10, 20, 50, 100, 200, 500, 1000;单位:个。
|
|
14431
14431
|
# @type MaxConnection: Integer
|
|
14432
|
-
# @param Type: 查询的VPN类型,支持IPSEC
|
|
14432
|
+
# @param Type: 查询的VPN类型,支持IPSEC、SSL两种类型,为SSL类型时,MaxConnection参数必传。
|
|
14433
14433
|
# @type Type: String
|
|
14434
14434
|
|
|
14435
14435
|
attr_accessor :InternetMaxBandwidthOut, :InstanceChargeType, :InstanceChargePrepaid, :MaxConnection, :Type
|
|
@@ -14527,7 +14527,7 @@ module TencentCloud
|
|
|
14527
14527
|
class InquiryPriceResetVpnGatewayInternetMaxBandwidthRequest < TencentCloud::Common::AbstractModel
|
|
14528
14528
|
# @param VpnGatewayId: VPN网关实例ID。
|
|
14529
14529
|
# @type VpnGatewayId: String
|
|
14530
|
-
# @param InternetMaxBandwidthOut: 公网带宽设置。可选带宽规格:5, 10, 20, 50, 100;单位:Mbps。
|
|
14530
|
+
# @param InternetMaxBandwidthOut: 公网带宽设置。可选带宽规格:5, 10, 20, 50, 100, 200, 500, 1000;单位:Mbps。
|
|
14531
14531
|
# @type InternetMaxBandwidthOut: Integer
|
|
14532
14532
|
|
|
14533
14533
|
attr_accessor :VpnGatewayId, :InternetMaxBandwidthOut
|
|
@@ -14545,7 +14545,7 @@ module TencentCloud
|
|
|
14545
14545
|
|
|
14546
14546
|
# InquiryPriceResetVpnGatewayInternetMaxBandwidth返回参数结构体
|
|
14547
14547
|
class InquiryPriceResetVpnGatewayInternetMaxBandwidthResponse < TencentCloud::Common::AbstractModel
|
|
14548
|
-
# @param Price:
|
|
14548
|
+
# @param Price: 商品价格。仅支持未过期的预付费网关。
|
|
14549
14549
|
# @type Price: :class:`Tencentcloud::Vpc.v20170312.models.Price`
|
|
14550
14550
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
14551
14551
|
# @type RequestId: String
|
|
@@ -17231,7 +17231,7 @@ module TencentCloud
|
|
|
17231
17231
|
class ModifyVpnGatewayCcnRoutesRequest < TencentCloud::Common::AbstractModel
|
|
17232
17232
|
# @param VpnGatewayId: VPN网关实例ID。
|
|
17233
17233
|
# @type VpnGatewayId: String
|
|
17234
|
-
# @param Routes: 云联网路由(IDC
|
|
17234
|
+
# @param Routes: 云联网路由(IDC网段)列表。其中RouteId可通过[DescribeVpnGatewayCcnRoutes](https://cloud.tencent.com/document/product/215/43514)接口获取。
|
|
17235
17235
|
# @type Routes: Array
|
|
17236
17236
|
|
|
17237
17237
|
attr_accessor :VpnGatewayId, :Routes
|
|
@@ -17343,9 +17343,9 @@ module TencentCloud
|
|
|
17343
17343
|
# @type EncryptAlgorithm: String
|
|
17344
17344
|
# @param IntegrityAlgorithm: 认证算法。可选 'SHA1', 'MD5', 'NONE'。默认NONE
|
|
17345
17345
|
# @type IntegrityAlgorithm: String
|
|
17346
|
-
# @param Compress:
|
|
17346
|
+
# @param Compress: 是否支持压缩。当前不支持压缩。默认False。
|
|
17347
17347
|
# @type Compress: Boolean
|
|
17348
|
-
# @param SsoEnabled: 是否开启SSO
|
|
17348
|
+
# @param SsoEnabled: 是否开启SSO认证。默认为False。该功能当前需要申请开白使用。
|
|
17349
17349
|
# @type SsoEnabled: Boolean
|
|
17350
17350
|
# @param SamlData: SAML-DATA
|
|
17351
17351
|
# @type SamlData: String
|
|
@@ -20267,7 +20267,7 @@ module TencentCloud
|
|
|
20267
20267
|
|
|
20268
20268
|
# SetVpnGatewaysRenewFlag请求参数结构体
|
|
20269
20269
|
class SetVpnGatewaysRenewFlagRequest < TencentCloud::Common::AbstractModel
|
|
20270
|
-
# @param VpnGatewayIds: VPNGW字符型ID列表。可通过[DescribeVpnGateways](https://cloud.tencent.com/document/api/215/17514)接口返回值VpnGatewaySet中的VpnGatewayId
|
|
20270
|
+
# @param VpnGatewayIds: VPNGW字符型ID列表。可通过[DescribeVpnGateways](https://cloud.tencent.com/document/api/215/17514)接口返回值VpnGatewaySet中的VpnGatewayId获取,只能选择包年包月的VPN实例。
|
|
20271
20271
|
# @type VpnGatewayIds: Array
|
|
20272
20272
|
# @param AutoRenewFlag: 自动续费标记 [0, 1, 2]
|
|
20273
20273
|
# 0表示默认状态(初始状态), 1表示自动续费,2表示明确不自动续费。
|
|
@@ -20622,10 +20622,13 @@ module TencentCloud
|
|
|
20622
20622
|
# @type AccessPolicyEnabled: Integer
|
|
20623
20623
|
# @param AccessPolicy: 策略信息
|
|
20624
20624
|
# @type AccessPolicy: Array
|
|
20625
|
+
# @param SpName: CAM服务提供商Name
|
|
20626
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
20627
|
+
# @type SpName: String
|
|
20625
20628
|
|
|
20626
|
-
attr_accessor :VpcId, :SslVpnServerId, :VpnGatewayId, :SslVpnServerName, :LocalAddress, :RemoteAddress, :MaxConnection, :WanIp, :SslVpnProtocol, :SslVpnPort, :EncryptAlgorithm, :IntegrityAlgorithm, :Compress, :CreateTime, :State, :SsoEnabled, :EiamApplicationId, :AccessPolicyEnabled, :AccessPolicy
|
|
20629
|
+
attr_accessor :VpcId, :SslVpnServerId, :VpnGatewayId, :SslVpnServerName, :LocalAddress, :RemoteAddress, :MaxConnection, :WanIp, :SslVpnProtocol, :SslVpnPort, :EncryptAlgorithm, :IntegrityAlgorithm, :Compress, :CreateTime, :State, :SsoEnabled, :EiamApplicationId, :AccessPolicyEnabled, :AccessPolicy, :SpName
|
|
20627
20630
|
|
|
20628
|
-
def initialize(vpcid=nil, sslvpnserverid=nil, vpngatewayid=nil, sslvpnservername=nil, localaddress=nil, remoteaddress=nil, maxconnection=nil, wanip=nil, sslvpnprotocol=nil, sslvpnport=nil, encryptalgorithm=nil, integrityalgorithm=nil, compress=nil, createtime=nil, state=nil, ssoenabled=nil, eiamapplicationid=nil, accesspolicyenabled=nil, accesspolicy=nil)
|
|
20631
|
+
def initialize(vpcid=nil, sslvpnserverid=nil, vpngatewayid=nil, sslvpnservername=nil, localaddress=nil, remoteaddress=nil, maxconnection=nil, wanip=nil, sslvpnprotocol=nil, sslvpnport=nil, encryptalgorithm=nil, integrityalgorithm=nil, compress=nil, createtime=nil, state=nil, ssoenabled=nil, eiamapplicationid=nil, accesspolicyenabled=nil, accesspolicy=nil, spname=nil)
|
|
20629
20632
|
@VpcId = vpcid
|
|
20630
20633
|
@SslVpnServerId = sslvpnserverid
|
|
20631
20634
|
@VpnGatewayId = vpngatewayid
|
|
@@ -20645,6 +20648,7 @@ module TencentCloud
|
|
|
20645
20648
|
@EiamApplicationId = eiamapplicationid
|
|
20646
20649
|
@AccessPolicyEnabled = accesspolicyenabled
|
|
20647
20650
|
@AccessPolicy = accesspolicy
|
|
20651
|
+
@SpName = spname
|
|
20648
20652
|
end
|
|
20649
20653
|
|
|
20650
20654
|
def deserialize(params)
|
|
@@ -20674,6 +20678,7 @@ module TencentCloud
|
|
|
20674
20678
|
@AccessPolicy << accesspolicy_tmp
|
|
20675
20679
|
end
|
|
20676
20680
|
end
|
|
20681
|
+
@SpName = params['SpName']
|
|
20677
20682
|
end
|
|
20678
20683
|
end
|
|
20679
20684
|
|