tencentcloud-sdk-vpc 3.0.575 → 3.0.577

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: 5b6a6cb1c4599b8e466add03ad7d2f53fe0d3cbe
4
- data.tar.gz: 2fa88e797ba116b983a990adf892bb64cafd95c4
3
+ metadata.gz: 40e2c158a8f97339f1ab808cd9a2882c7d610ce0
4
+ data.tar.gz: 2e036473ae06a989c0329d1d6b39936a8b41bfa4
5
5
  SHA512:
6
- metadata.gz: 45fb054d15ab4c74c191371947e80415bbc7d270ca97a2f992932281effb315dd8391fca761043e827cfd5f4b3ce1714bad58bb7fac1b39c8bdf0400c11374fa
7
- data.tar.gz: d999661a9cbb0591985a8b0992ca0c9b93c75790afcbe85fd61742abdc67c08822e97ae07bf3e6de7c838bf2ae66c2f35a5f18146112a7c59d11d51d99b66b54
6
+ metadata.gz: d3ba715de4d81d7bb0ff457af47940176754fff7a713838f94e4abfaedf1df698c7e3330fd09a9c69ce0fbe4a877c4bb70e8c2b8a161d0335639b0b4640b57fb
7
+ data.tar.gz: 6e562ce38144ff6de38c608b8e89c1e72095c8902e7fbdfebbd858ca913a60899edae87d2d4619b7c3e5f4e9d0748b6625a91b19a5436186c129c6bafeee91ee
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.575
1
+ 3.0.577
@@ -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`
@@ -4708,7 +4708,7 @@ module TencentCloud
4708
4708
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
4709
4709
  end
4710
4710
 
4711
- # 查询SSL-VPN-CLIENT 列表
4711
+ # 本接口(DescribeVpnGatewaySslClients)用于查询SSL-VPN-CLIENT 列表。
4712
4712
 
4713
4713
  # @param request: Request instance for DescribeVpnGatewaySslClients.
4714
4714
  # @type request: :class:`Tencentcloud::vpc::V20170312::DescribeVpnGatewaySslClientsRequest`
@@ -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
@@ -11573,15 +11573,16 @@ module TencentCloud
11573
11573
  # @param Filters: 过滤条件,参数不支持同时指定SslVpnClientIds和Filters。
11574
11574
  # <li>vpc-id - String - (过滤条件)VPC实例ID形如:vpc-f49l6u0z。</li>
11575
11575
  # <li>vpn-gateway-id - String - (过滤条件)VPN实例ID形如:vpngw-5aluhh9t。</li>
11576
- # <li>ssl-vpn-server-id - String - (过滤条件)SSL-VPN-SERVER实例ID形如:vpngwSslServer-123456。</li>
11577
- # <li>ssl-vpn-client-id - String - (过滤条件)SSL-VPN-CLIENT实例ID形如:vpngwSslClient-123456。</li>
11576
+ # <li>ssl-vpn-server-id - String - (过滤条件)SSL-VPN-SERVER实例ID形如:vpns-1j2w6xpx。</li>
11577
+ # <li>ssl-vpn-client-id - String - (过滤条件)SSL-VPN-CLIENT实例ID形如:vpnc-3rlxp4nd。</li>
11578
11578
  # <li>ssl-vpn-client-name - String - (过滤条件)SSL-VPN-CLIENT实例名称。</li>
11579
11579
  # @type Filters: Array
11580
- # @param Offset: 偏移量
11580
+ # @param Offset: 偏移量,默认值0。
11581
11581
  # @type Offset: Integer
11582
- # @param Limit: 请求对象个数
11582
+ # @param Limit: 请求对象个数,默认值20。
11583
11583
  # @type Limit: Integer
11584
- # @param SslVpnClientIds: SSL-VPN-CLIENT实例ID。形如:vpngwSslClient-f49l6u0z。每次请求的实例的上限为100。参数不支持同时指定SslVpnClientIds和Filters。
11584
+ # @param SslVpnClientIds: SSL-VPN-CLIENT实例ID。形如:
11585
+ # vpns-1jww3xpx。每次请求的实例的上限为100。参数不支持同时指定SslVpnClientIds和Filters。
11585
11586
  # @type SslVpnClientIds: Array
11586
11587
  # @param IsVpnPortal: VPN门户网站使用。默认是False。
11587
11588
  # @type IsVpnPortal: Boolean
@@ -11616,7 +11617,7 @@ module TencentCloud
11616
11617
  class DescribeVpnGatewaySslClientsResponse < TencentCloud::Common::AbstractModel
11617
11618
  # @param TotalCount: 符合条件的实例数量。
11618
11619
  # @type TotalCount: Integer
11619
- # @param SslVpnClientSet: 符合条件的实例个数。
11620
+ # @param SslVpnClientSet: SSL-VPN-CLIENT 实例列表。
11620
11621
  # @type SslVpnClientSet: Array
11621
11622
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
11622
11623
  # @type RequestId: String
@@ -19559,24 +19560,24 @@ module TencentCloud
19559
19560
 
19560
19561
  # SSL-VPN-CLIENT 出参
19561
19562
  class SslVpnClient < TencentCloud::Common::AbstractModel
19562
- # @param VpcId: VPC实例ID
19563
+ # @param VpcId: VPC实例ID
19563
19564
  # @type VpcId: String
19564
- # @param SslVpnServerId: SSL-VPN-SERVER 实例ID
19565
+ # @param SslVpnServerId: SSL-VPN-SERVER 实例ID
19565
19566
  # @type SslVpnServerId: String
19566
- # @param CertStatus: 证书状态.
19567
+ # @param CertStatus: 证书状态。
19567
19568
  # 0:创建中
19568
19569
  # 1:正常
19569
19570
  # 2:已停用
19570
19571
  # 3.已过期
19571
19572
  # 4.创建出错
19572
19573
  # @type CertStatus: Integer
19573
- # @param SslVpnClientId: SSL-VPN-CLIENT 实例ID
19574
+ # @param SslVpnClientId: SSL-VPN-CLIENT 实例ID
19574
19575
  # @type SslVpnClientId: String
19575
- # @param CertBeginTime: 证书开始时间
19576
+ # @param CertBeginTime: 证书开始时间。
19576
19577
  # @type CertBeginTime: String
19577
- # @param CertEndTime: 证书到期时间
19578
+ # @param CertEndTime: 证书到期时间。
19578
19579
  # @type CertEndTime: String
19579
- # @param Name: CLIENT NAME
19580
+ # @param Name: CLIENT NAME
19580
19581
  # @type Name: String
19581
19582
  # @param State: 创建CLIENT 状态。
19582
19583
  # 0 创建中
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.577
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-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common