tencentcloud-sdk-vpc 3.0.576 → 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: 5ea5408d2c075f6a0b80f52a00636d8537ae1f4c
4
- data.tar.gz: 24244d983dff93564f25efe53306825eaed25a5a
3
+ metadata.gz: 40e2c158a8f97339f1ab808cd9a2882c7d610ce0
4
+ data.tar.gz: 2e036473ae06a989c0329d1d6b39936a8b41bfa4
5
5
  SHA512:
6
- metadata.gz: da05206aec140b787445e1838dad47137550e1ef7926b744e9fbb85f9e0b97a424935a43870339883dec84437ac534c12cd413518de5d35a63e9adfc0db5ea03
7
- data.tar.gz: cf9cf492ec2a5c6c68ce6acc6302d8c04b188320053429da9e9a986990ae3b5f38e315c9b9dbaedc40fd416fbfc069189c02dbee292ca97633d426a434a8e22d
6
+ metadata.gz: d3ba715de4d81d7bb0ff457af47940176754fff7a713838f94e4abfaedf1df698c7e3330fd09a9c69ce0fbe4a877c4bb70e8c2b8a161d0335639b0b4640b57fb
7
+ data.tar.gz: 6e562ce38144ff6de38c608b8e89c1e72095c8902e7fbdfebbd858ca913a60899edae87d2d4619b7c3e5f4e9d0748b6625a91b19a5436186c129c6bafeee91ee
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.576
1
+ 3.0.577
@@ -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`
@@ -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.576
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-24 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