tencentcloud-sdk-vpc 3.0.575 → 3.0.576

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: 5b6a6cb1c4599b8e466add03ad7d2f53fe0d3cbe
4
- data.tar.gz: 2fa88e797ba116b983a990adf892bb64cafd95c4
3
+ metadata.gz: 5ea5408d2c075f6a0b80f52a00636d8537ae1f4c
4
+ data.tar.gz: 24244d983dff93564f25efe53306825eaed25a5a
5
5
  SHA512:
6
- metadata.gz: 45fb054d15ab4c74c191371947e80415bbc7d270ca97a2f992932281effb315dd8391fca761043e827cfd5f4b3ce1714bad58bb7fac1b39c8bdf0400c11374fa
7
- data.tar.gz: d999661a9cbb0591985a8b0992ca0c9b93c75790afcbe85fd61742abdc67c08822e97ae07bf3e6de7c838bf2ae66c2f35a5f18146112a7c59d11d51d99b66b54
6
+ metadata.gz: da05206aec140b787445e1838dad47137550e1ef7926b744e9fbb85f9e0b97a424935a43870339883dec84437ac534c12cd413518de5d35a63e9adfc0db5ea03
7
+ data.tar.gz: cf9cf492ec2a5c6c68ce6acc6302d8c04b188320053429da9e9a986990ae3b5f38e315c9b9dbaedc40fd416fbfc069189c02dbee292ca97633d426a434a8e22d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.575
1
+ 3.0.576
@@ -1786,7 +1786,7 @@ module TencentCloud
1786
1786
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1787
1787
  end
1788
1788
 
1789
- # 创建 Server
1789
+ # 本接口(CreateVpnGatewaySslServer)用于创建SSL-VPN Server端。
1790
1790
 
1791
1791
  # @param request: Request instance for CreateVpnGatewaySslServer.
1792
1792
  # @type request: :class:`Tencentcloud::vpc::V20170312::CreateVpnGatewaySslServerRequest`
@@ -4921,29 +4921,29 @@ module TencentCloud
4921
4921
 
4922
4922
  # CreateVpnGatewaySslServer请求参数结构体
4923
4923
  class CreateVpnGatewaySslServerRequest < TencentCloud::Common::AbstractModel
4924
- # @param VpnGatewayId: VPN实例ID
4924
+ # @param VpnGatewayId: VPN网关实例ID
4925
4925
  # @type VpnGatewayId: String
4926
- # @param SslVpnServerName: SSL_VPN_SERVER 实例名
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。默认UDP
4932
+ # @param SslVpnProtocol: SSL VPN服务端监听协议。当前仅支持 UDP,默认UDP
4933
4933
  # @type SslVpnProtocol: String
4934
- # @param SslVpnPort: SSL VPN服务端监听协议端口。默认1194。
4934
+ # @param SslVpnPort: SSL VPN服务端监听协议端口,默认1194。
4935
4935
  # @type SslVpnPort: Integer
4936
- # @param IntegrityAlgorithm: 认证算法。可选 'SHA1', 'MD5', 'NONE'。默认NONE
4936
+ # @param IntegrityAlgorithm: 认证算法。可选 'SHA1', 'MD5', 'NONE',默认NONE
4937
4937
  # @type IntegrityAlgorithm: String
4938
- # @param EncryptAlgorithm: 加密算法。可选 'AES-128-CBC', 'AES-192-CBC', 'AES-256-CBC', 'NONE'。默认NONE
4938
+ # @param EncryptAlgorithm: 加密算法。可选 'AES-128-CBC','AES-192-CBC', 'AES-256-CBC', 'NONE',默认NONE
4939
4939
  # @type EncryptAlgorithm: String
4940
- # @param Compress: 是否支持压缩。当前仅支持不支持压缩。默认False
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 server 唯一ID
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
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.575
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-23 00:00:00.000000000 Z
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