tencentcloud-sdk-vpc 3.0.574 → 3.0.576
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20170312/client.rb +1 -1
- data/lib/v20170312/models.rb +18 -18
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5ea5408d2c075f6a0b80f52a00636d8537ae1f4c
|
4
|
+
data.tar.gz: 24244d983dff93564f25efe53306825eaed25a5a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: da05206aec140b787445e1838dad47137550e1ef7926b744e9fbb85f9e0b97a424935a43870339883dec84437ac534c12cd413518de5d35a63e9adfc0db5ea03
|
7
|
+
data.tar.gz: cf9cf492ec2a5c6c68ce6acc6302d8c04b188320053429da9e9a986990ae3b5f38e315c9b9dbaedc40fd416fbfc069189c02dbee292ca97633d426a434a8e22d
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.576
|
data/lib/v20170312/client.rb
CHANGED
@@ -1786,7 +1786,7 @@ module TencentCloud
|
|
1786
1786
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1787
1787
|
end
|
1788
1788
|
|
1789
|
-
#
|
1789
|
+
# 本接口(CreateVpnGatewaySslServer)用于创建SSL-VPN Server端。
|
1790
1790
|
|
1791
1791
|
# @param request: Request instance for CreateVpnGatewaySslServer.
|
1792
1792
|
# @type request: :class:`Tencentcloud::vpc::V20170312::CreateVpnGatewaySslServerRequest`
|
data/lib/v20170312/models.rb
CHANGED
@@ -4921,29 +4921,29 @@ module TencentCloud
|
|
4921
4921
|
|
4922
4922
|
# CreateVpnGatewaySslServer请求参数结构体
|
4923
4923
|
class CreateVpnGatewaySslServerRequest < TencentCloud::Common::AbstractModel
|
4924
|
-
# @param VpnGatewayId: VPN
|
4924
|
+
# @param VpnGatewayId: VPN网关实例ID。
|
4925
4925
|
# @type VpnGatewayId: String
|
4926
|
-
# @param SslVpnServerName:
|
4926
|
+
# @param SslVpnServerName: SSL-VPN-SERVER 实例名称,长度不超过60个字节。
|
4927
4927
|
# @type SslVpnServerName: String
|
4928
|
-
# @param LocalAddress:
|
4928
|
+
# @param LocalAddress: 云端地址(CIDR)列表。
|
4929
4929
|
# @type LocalAddress: Array
|
4930
|
-
# @param RemoteAddress:
|
4930
|
+
# @param RemoteAddress: 客户端地址网段。
|
4931
4931
|
# @type RemoteAddress: String
|
4932
|
-
# @param SslVpnProtocol: SSL VPN服务端监听协议。当前仅支持 UDP
|
4932
|
+
# @param SslVpnProtocol: SSL VPN服务端监听协议。当前仅支持 UDP,默认UDP。
|
4933
4933
|
# @type SslVpnProtocol: String
|
4934
|
-
# @param SslVpnPort: SSL VPN
|
4934
|
+
# @param SslVpnPort: SSL VPN服务端监听协议端口,默认1194。
|
4935
4935
|
# @type SslVpnPort: Integer
|
4936
|
-
# @param IntegrityAlgorithm: 认证算法。可选 'SHA1', 'MD5', 'NONE'
|
4936
|
+
# @param IntegrityAlgorithm: 认证算法。可选 'SHA1', 'MD5', 'NONE',默认NONE。
|
4937
4937
|
# @type IntegrityAlgorithm: String
|
4938
|
-
# @param EncryptAlgorithm: 加密算法。可选 'AES-128-CBC',
|
4938
|
+
# @param EncryptAlgorithm: 加密算法。可选 'AES-128-CBC','AES-192-CBC', 'AES-256-CBC', 'NONE',默认NONE。
|
4939
4939
|
# @type EncryptAlgorithm: String
|
4940
|
-
# @param Compress:
|
4940
|
+
# @param Compress: 是否支持压缩。当前仅支持不支持压缩,默认False。
|
4941
4941
|
# @type Compress: Boolean
|
4942
|
-
# @param SsoEnabled: 是否开启SSO
|
4942
|
+
# @param SsoEnabled: 是否开启SSO认证。默认为False
|
4943
4943
|
# @type SsoEnabled: Boolean
|
4944
|
-
# @param AccessPolicyEnabled:
|
4944
|
+
# @param AccessPolicyEnabled: 是否开启策略访问控制。默认为False
|
4945
4945
|
# @type AccessPolicyEnabled: Boolean
|
4946
|
-
# @param SamlData: SAML-DATA
|
4946
|
+
# @param SamlData: SAML-DATA,开启SSO时传。
|
4947
4947
|
# @type SamlData: String
|
4948
4948
|
|
4949
4949
|
attr_accessor :VpnGatewayId, :SslVpnServerName, :LocalAddress, :RemoteAddress, :SslVpnProtocol, :SslVpnPort, :IntegrityAlgorithm, :EncryptAlgorithm, :Compress, :SsoEnabled, :AccessPolicyEnabled, :SamlData
|
@@ -4981,9 +4981,9 @@ module TencentCloud
|
|
4981
4981
|
|
4982
4982
|
# CreateVpnGatewaySslServer返回参数结构体
|
4983
4983
|
class CreateVpnGatewaySslServerResponse < TencentCloud::Common::AbstractModel
|
4984
|
-
# @param TaskId: 创建SSL-VPN server 异步任务ID
|
4984
|
+
# @param TaskId: 创建SSL-VPN server 异步任务ID。
|
4985
4985
|
# @type TaskId: Integer
|
4986
|
-
# @param SslVpnServerId: SSL-VPN
|
4986
|
+
# @param SslVpnServerId: SSL-VPN-SERVER 唯一ID。
|
4987
4987
|
# @type SslVpnServerId: String
|
4988
4988
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
4989
4989
|
# @type RequestId: String
|
@@ -7736,7 +7736,7 @@ module TencentCloud
|
|
7736
7736
|
# @type CcnId: String
|
7737
7737
|
# @param CcnUin: 云联网所属账号。
|
7738
7738
|
# @type CcnUin: String
|
7739
|
-
# @param Period:
|
7739
|
+
# @param Period: 时间粒度。单位为:秒,如60为60s的时间粒度
|
7740
7740
|
# @type Period: Integer
|
7741
7741
|
# @param StartTime: 开始时间。
|
7742
7742
|
# @type StartTime: String
|
@@ -10260,7 +10260,7 @@ module TencentCloud
|
|
10260
10260
|
# @type EndDate: String
|
10261
10261
|
# @param Offset: 偏移量,默认为0。
|
10262
10262
|
# @type Offset: Integer
|
10263
|
-
# @param Limit: 返回数量,默认为20,最大为
|
10263
|
+
# @param Limit: 返回数量,默认为20,最大为100。
|
10264
10264
|
# @type Limit: Integer
|
10265
10265
|
|
10266
10266
|
attr_accessor :BusinessType, :InstanceId, :StartDate, :EndDate, :Offset, :Limit
|
@@ -10854,7 +10854,7 @@ module TencentCloud
|
|
10854
10854
|
|
10855
10855
|
# DescribeVpcEndPointService请求参数结构体
|
10856
10856
|
class DescribeVpcEndPointServiceRequest < TencentCloud::Common::AbstractModel
|
10857
|
-
# @param Filters:
|
10857
|
+
# @param Filters: 过滤条件。不支持同时传入参数 EndPointServiceIds and Filters。
|
10858
10858
|
# <li> service-id - String - (过滤条件)终端节点服务唯一ID。</li>
|
10859
10859
|
# <li>service-name - String - (过滤条件)终端节点实例名称。</li>
|
10860
10860
|
# <li>service-instance-id - String - (过滤条件)后端服务的唯一ID,比如lb-xxx。</li>
|
@@ -10864,7 +10864,7 @@ module TencentCloud
|
|
10864
10864
|
# @type Offset: Integer
|
10865
10865
|
# @param Limit: 单页返回数量,默认为20,最大值为100。
|
10866
10866
|
# @type Limit: Integer
|
10867
|
-
# @param EndPointServiceIds: 终端节点服务ID。
|
10867
|
+
# @param EndPointServiceIds: 终端节点服务ID。不支持同时传入参数 EndPointServiceIds and Filters。
|
10868
10868
|
# @type EndPointServiceIds: Array
|
10869
10869
|
|
10870
10870
|
attr_accessor :Filters, :Offset, :Limit, :EndPointServiceIds
|
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.
|
4
|
+
version: 3.0.576
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-05-
|
11
|
+
date: 2023-05-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|