tencentcloud-sdk-vpc 3.0.577 → 3.0.579

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: 40e2c158a8f97339f1ab808cd9a2882c7d610ce0
4
- data.tar.gz: 2e036473ae06a989c0329d1d6b39936a8b41bfa4
3
+ metadata.gz: c9686c46524fb48d4ef5eb97dafcc02d1a7c32f8
4
+ data.tar.gz: c74bb7e0520080df0f3768d94430bbaa9e663d4c
5
5
  SHA512:
6
- metadata.gz: d3ba715de4d81d7bb0ff457af47940176754fff7a713838f94e4abfaedf1df698c7e3330fd09a9c69ce0fbe4a877c4bb70e8c2b8a161d0335639b0b4640b57fb
7
- data.tar.gz: 6e562ce38144ff6de38c608b8e89c1e72095c8902e7fbdfebbd858ca913a60899edae87d2d4619b7c3e5f4e9d0748b6625a91b19a5436186c129c6bafeee91ee
6
+ metadata.gz: c846b6c43fc9f67160c6e0cdd66e4e576dbd1beb83a84becb8920dcdfce2570e1ad2eeaa51effd642a499c723f198ef2e1257fd0df3f9ace121a16b6cd575702
7
+ data.tar.gz: c4a43ad7a301a2b9f88579af2ed59e8926871ae85c996889d4c854200ac6580d52a0317bc3a95578479512e86289bbc56c8f8dbe595797641481490ddb596ddd
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.577
1
+ 3.0.579
@@ -4732,7 +4732,7 @@ module TencentCloud
4732
4732
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
4733
4733
  end
4734
4734
 
4735
- # 查询SSL-VPN SERVER 列表信息
4735
+ # 本接口(DescribeVpnGatewaySslServers)用于查询SSL-VPN SERVER 列表信息。
4736
4736
 
4737
4737
  # @param request: Request instance for DescribeVpnGatewaySslServers.
4738
4738
  # @type request: :class:`Tencentcloud::vpc::V20170312::DescribeVpnGatewaySslServersRequest`
@@ -72,15 +72,19 @@ module TencentCloud
72
72
  # @type UserGroupIds: Array
73
73
  # @param UpdateTime: 更新时间
74
74
  # @type UpdateTime: String
75
+ # @param Remark: Remark
76
+ # 注意:此字段可能返回 null,表示取不到有效值。
77
+ # @type Remark: String
75
78
 
76
- attr_accessor :TargetCidr, :VpnGatewayIdSslAccessPolicyId, :ForAllClient, :UserGroupIds, :UpdateTime
79
+ attr_accessor :TargetCidr, :VpnGatewayIdSslAccessPolicyId, :ForAllClient, :UserGroupIds, :UpdateTime, :Remark
77
80
 
78
- def initialize(targetcidr=nil, vpngatewayidsslaccesspolicyid=nil, forallclient=nil, usergroupids=nil, updatetime=nil)
81
+ def initialize(targetcidr=nil, vpngatewayidsslaccesspolicyid=nil, forallclient=nil, usergroupids=nil, updatetime=nil, remark=nil)
79
82
  @TargetCidr = targetcidr
80
83
  @VpnGatewayIdSslAccessPolicyId = vpngatewayidsslaccesspolicyid
81
84
  @ForAllClient = forallclient
82
85
  @UserGroupIds = usergroupids
83
86
  @UpdateTime = updatetime
87
+ @Remark = remark
84
88
  end
85
89
 
86
90
  def deserialize(params)
@@ -89,6 +93,7 @@ module TencentCloud
89
93
  @ForAllClient = params['ForAllClient']
90
94
  @UserGroupIds = params['UserGroupIds']
91
95
  @UpdateTime = params['UpdateTime']
96
+ @Remark = params['Remark']
92
97
  end
93
98
  end
94
99
 
@@ -11646,18 +11651,18 @@ module TencentCloud
11646
11651
 
11647
11652
  # DescribeVpnGatewaySslServers请求参数结构体
11648
11653
  class DescribeVpnGatewaySslServersRequest < TencentCloud::Common::AbstractModel
11649
- # @param Offset: 偏移量
11654
+ # @param Offset: 偏移量。
11650
11655
  # @type Offset: Integer
11651
- # @param Limit: 请求对象个数
11656
+ # @param Limit: 请求对象个数。
11652
11657
  # @type Limit: Integer
11653
11658
  # @param SslVpnServerIds: SSL-VPN-SERVER实例ID。形如:vpngwSslServer-12345678。每次请求的实例的上限为100。参数不支持同时指定SslVpnServerIds和Filters。
11654
11659
  # @type SslVpnServerIds: Array
11655
11660
  # @param Filters: 过滤条件,参数不支持同时指定SslVpnServerIds和Filters。
11656
- # <li>vpc-id - String - (过滤条件)VPC实例ID形如:vpc-f49l6u0z。</li>
11657
- # <li>vpn-gateway-id - String - (过滤条件)VPN实例ID形如:vpngw-5aluhh9t。</li>
11661
+ # <li>vpc-id - String - (过滤条件)VPC实例ID,形如:vpc-f49l6u0z。</li>
11662
+ # <li>vpn-gateway-id - String - (过滤条件)VPN实例ID,形如:vpngw-5aluhh9t。</li>
11658
11663
  # <li>vpn-gateway-name - String - (过滤条件)VPN实例名称。</li>
11659
11664
  # <li>ssl-vpn-server-name - String - (过滤条件)SSL-VPN-SERVER实例名称。</li>
11660
- # <li>ssl-vpn-server-id - String - (过滤条件)SSL-VPN-SERVER实例ID形如:vpngwSslServer-123456。</li>
11665
+ # <li>ssl-vpn-server-id - String - (过滤条件)SSL-VPN-SERVER实例ID,形如:vpns-xxx。</li>
11661
11666
  # @type Filters: Array
11662
11667
  # @param IsVpnPortal: vpn门户使用。 默认Flase
11663
11668
  # @type IsVpnPortal: Boolean
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.577
4
+ version: 3.0.579
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-25 00:00:00.000000000 Z
11
+ date: 2023-05-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common