tencentcloud-sdk-vpc 3.0.624 → 3.0.625

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20170312/models.rb +14 -14
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e9da322a88763ba59b236174c9b2a4430013a5ae
4
- data.tar.gz: ab70969ca69e73fde749db4e8520f8ed84b4b5db
3
+ metadata.gz: f6862d488cc2df5869566f9288dc75ff163fabd1
4
+ data.tar.gz: fd24cc8efbad0499c23d43f29d48687baf938395
5
5
  SHA512:
6
- metadata.gz: 649ed5949b36f2edface5fc988c6fa68dceb7e7f84172518e641fb1d4b9fbe7e119df6a951795ad7aafd1b904cd2a3e36fc2dd6b7b6e32c6094c84f60a5f9c54
7
- data.tar.gz: b26247356d2928ad83b61f746b467670452b4e8d40743e9a33e18de4e37a95927e71ef05d14894ea4a332654e07c215f4ac815dd3f704088f089e1508e567948
6
+ metadata.gz: 2fb505fe5a13236f47cbaa34b22eac8907f1b553c63b1ee1954b81d1fba16d3a6c986ee07a9f75cef44e8e56f6b2a6e52f235dac37a75bb87965cac7c0925710
7
+ data.tar.gz: e1f99118192ffc382abfa78fb1c01ca183e8b3fa18e41667969e60728036a4236fa79b03e0e9cbcba065ccc0b79e0fe8016ff8a476a23e67f3e13cd624848d0f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.624
1
+ 3.0.625
@@ -4757,7 +4757,7 @@ module TencentCloud
4757
4757
  # @type VpcId: String
4758
4758
  # @param VpnGatewayName: VPN网关名称,最大长度不能超过60个字节。
4759
4759
  # @type VpnGatewayName: String
4760
- # @param InternetMaxBandwidthOut: 公网带宽设置。可选带宽规格:5, 10, 20, 50, 100;单位:Mbps
4760
+ # @param InternetMaxBandwidthOut: 公网带宽设置。可选带宽规格:5, 10, 20, 50, 100, 200, 500, 1000, 3000;单位:Mbps
4761
4761
  # @type InternetMaxBandwidthOut: Integer
4762
4762
  # @param InstanceChargeType: VPN网关计费模式,PREPAID:表示预付费,即包年包月,POSTPAID_BY_HOUR:表示后付费,即按量计费。默认:POSTPAID_BY_HOUR,如果指定预付费模式,参数InstanceChargePrepaid必填。
4763
4763
  # @type InstanceChargeType: String
@@ -4765,13 +4765,13 @@ module TencentCloud
4765
4765
  # @type InstanceChargePrepaid: :class:`Tencentcloud::Vpc.v20170312.models.InstanceChargePrepaid`
4766
4766
  # @param Zone: 可用区,如:ap-guangzhou-2。
4767
4767
  # @type Zone: String
4768
- # @param Type: VPN网关类型。值“CCN”云联网类型VPN网关,值SSLSSL-VPN
4768
+ # @param Type: VPN网关类型,默认为IPSEC。值“IPSEC”为VPC型IPSEC VPN网关,值“SSL”为VPC型SSL VPN网关,值“CCN”为云联网型IPSEC VPN网关,值“SSL_CCN”为云联网型SSL VPN网关。
4769
4769
  # @type Type: String
4770
- # @param Tags: 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]
4770
+ # @param Tags: 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]
4771
4771
  # @type Tags: Array
4772
- # @param CdcId: CDC实例ID
4772
+ # @param CdcId: CDC实例ID
4773
4773
  # @type CdcId: String
4774
- # @param MaxConnection: SSL-VPN 最大CLIENT 连接数。可选 [5, 10, 20, 50, 100]。仅SSL-VPN 需要选这个参数。
4774
+ # @param MaxConnection: SSL VPN连接数设置,可选规格:5, 10, 20, 50, 100, 200, 500, 1000;单位:个。仅 SSL / SSL_CCN 类型需要选这个参数。
4775
4775
  # @type MaxConnection: Integer
4776
4776
 
4777
4777
  attr_accessor :VpcId, :VpnGatewayName, :InternetMaxBandwidthOut, :InstanceChargeType, :InstanceChargePrepaid, :Zone, :Type, :Tags, :CdcId, :MaxConnection
@@ -20782,15 +20782,15 @@ module TencentCloud
20782
20782
  # @type VpcId: String
20783
20783
  # @param VpnGatewayName: 网关实例名称。
20784
20784
  # @type VpnGatewayName: String
20785
- # @param Type: 网关实例类型:'IPSEC', 'SSL','CCN'。
20785
+ # @param Type: 网关实例类型:'IPSEC', 'SSL','CCN','SSL_CCN'
20786
20786
  # @type Type: String
20787
- # @param State: 网关实例状态, 'PENDING':生产中,'DELETING':删除中,'AVAILABLE':运行中。
20787
+ # @param State: 网关实例状态, 'PENDING':生产中,'PENDING_ERROR':生产失败,'DELETING':删除中,'DELETING_ERROR':删除失败,'AVAILABLE':运行中。
20788
20788
  # @type State: String
20789
20789
  # @param PublicIpAddress: 网关公网IP。
20790
20790
  # @type PublicIpAddress: String
20791
20791
  # @param RenewFlag: 网关续费类型:'NOTIFY_AND_MANUAL_RENEW':手动续费,'NOTIFY_AND_AUTO_RENEW':自动续费,'NOT_NOTIFY_AND_NOT_RENEW':到期不续费。
20792
20792
  # @type RenewFlag: String
20793
- # @param InstanceChargeType: 网关付费类型:POSTPAID_BY_HOUR:按小时后付费,PREPAID:包年包月预付费,
20793
+ # @param InstanceChargeType: 网关付费类型:POSTPAID_BY_HOUR:按量计费,PREPAID:包年包月预付费。
20794
20794
  # @type InstanceChargeType: String
20795
20795
  # @param InternetMaxBandwidthOut: 网关出带宽。
20796
20796
  # @type InternetMaxBandwidthOut: Integer
@@ -20802,17 +20802,17 @@ module TencentCloud
20802
20802
  # @type IsAddressBlocked: Boolean
20803
20803
  # @param NewPurchasePlan: 计费模式变更,PREPAID_TO_POSTPAID:包年包月预付费到期转按小时后付费。
20804
20804
  # @type NewPurchasePlan: String
20805
- # @param RestrictState: 网关计费装,PROTECTIVELY_ISOLATED:被安全隔离的实例,NORMAL:正常。
20805
+ # @param RestrictState: 网关计费状态,PROTECTIVELY_ISOLATED:被安全隔离的实例,NORMAL:正常。
20806
20806
  # @type RestrictState: String
20807
- # @param Zone: 可用区,如:ap-guangzhou-2
20807
+ # @param Zone: 可用区,如:ap-guangzhou-2
20808
20808
  # @type Zone: String
20809
- # @param VpnGatewayQuotaSet: 网关带宽配额信息
20809
+ # @param VpnGatewayQuotaSet: 网关带宽配额信息。
20810
20810
  # @type VpnGatewayQuotaSet: Array
20811
- # @param Version: 网关实例版本信息
20811
+ # @param Version: 网关实例版本信息。
20812
20812
  # @type Version: String
20813
- # @param NetworkInstanceId: Type值为CCN时,该值表示云联网实例ID
20813
+ # @param NetworkInstanceId: Type值为CCN时,该值表示云联网实例ID
20814
20814
  # @type NetworkInstanceId: String
20815
- # @param CdcId: CDC 实例ID
20815
+ # @param CdcId: CDC 实例ID
20816
20816
  # @type CdcId: String
20817
20817
  # @param MaxConnection: SSL-VPN 客户端连接数。
20818
20818
  # @type MaxConnection: Integer
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.624
4
+ version: 3.0.625
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-07-31 00:00:00.000000000 Z
11
+ date: 2023-08-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common