tencentcloud-sdk-cwp 3.0.711 → 3.0.713

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: 45591c6201becf17ed3540bacf73c9bb00a1c91f
4
- data.tar.gz: fb232f66071dc5987897d3bb86bdd954cf04877c
3
+ metadata.gz: ff7899551bc93a8a90f73aa98ce25f5131c8cbfb
4
+ data.tar.gz: 058f58e0e9e4efcf2f66bceeda307b7407d4c1eb
5
5
  SHA512:
6
- metadata.gz: 26d7eb1db6656e17264c0de0dc306302a93ce3583cf1662c1b1fd7ede0166e37719e7d736a455db6770e15bc340e91a8ae2aa70d34ff07ba224f3463cae5eccf
7
- data.tar.gz: f4ec4da70db35fa91a8c8672f6e5484661ecbe853de59fcee686179a9909055cdd5a1861e268672d23eb9e25bb45b5057be82f84b6a1541861b0a60561df2ce5
6
+ metadata.gz: 36b709ee24d1d61dd7d2437704b7ac365edcc574e9b2778526f95f71c0d568808664f6d375f1d932d43b23bb072cd2f68869210e89bf1508e065bc811529d68e
7
+ data.tar.gz: 390d75a0336ab963bc2a204919faeffe8ac8f2613d9764c2257a00dddaa004877fbcdd49be39d4bf98f10784e6edca324a7d0ca0111764dbe9eeec3ce5deb062
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.711
1
+ 3.0.713
@@ -10472,7 +10472,7 @@ module TencentCloud
10472
10472
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
10473
10473
  end
10474
10474
 
10475
- # 用于设置新增主机自动开通专业防护配置。
10475
+ # 用于设置新增主机自动开通专业防护配置。
10476
10476
 
10477
10477
  # @param request: Request instance for ModifyAutoOpenProVersionConfig.
10478
10478
  # @type request: :class:`Tencentcloud::cwp::V20180228::ModifyAutoOpenProVersionConfigRequest`
@@ -17019,12 +17019,14 @@ module TencentCloud
17019
17019
  # @type AutoRepurchaseRenewSwitch: Boolean
17020
17020
  # @param DestroyOrderNum: 已销毁订单数
17021
17021
  # @type DestroyOrderNum: Integer
17022
+ # @param RepurchaseRenewSwitch: 是否自动续费开关,true 开启,false 关闭
17023
+ # @type RepurchaseRenewSwitch: Boolean
17022
17024
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
17023
17025
  # @type RequestId: String
17024
17026
 
17025
- attr_accessor :LicenseCnt, :AvailableLicenseCnt, :AvailableProVersionLicenseCnt, :AvailableFlagshipVersionLicenseCnt, :NearExpiryLicenseCnt, :ExpireLicenseCnt, :AutoOpenStatus, :ProtectType, :IsOpenStatusHistory, :UsedLicenseCnt, :NotExpiredLicenseCnt, :FlagshipVersionLicenseCnt, :ProVersionLicenseCnt, :CwpVersionLicenseCnt, :AvailableLHLicenseCnt, :AutoRepurchaseSwitch, :AutoRepurchaseRenewSwitch, :DestroyOrderNum, :RequestId
17027
+ attr_accessor :LicenseCnt, :AvailableLicenseCnt, :AvailableProVersionLicenseCnt, :AvailableFlagshipVersionLicenseCnt, :NearExpiryLicenseCnt, :ExpireLicenseCnt, :AutoOpenStatus, :ProtectType, :IsOpenStatusHistory, :UsedLicenseCnt, :NotExpiredLicenseCnt, :FlagshipVersionLicenseCnt, :ProVersionLicenseCnt, :CwpVersionLicenseCnt, :AvailableLHLicenseCnt, :AutoRepurchaseSwitch, :AutoRepurchaseRenewSwitch, :DestroyOrderNum, :RepurchaseRenewSwitch, :RequestId
17026
17028
 
17027
- def initialize(licensecnt=nil, availablelicensecnt=nil, availableproversionlicensecnt=nil, availableflagshipversionlicensecnt=nil, nearexpirylicensecnt=nil, expirelicensecnt=nil, autoopenstatus=nil, protecttype=nil, isopenstatushistory=nil, usedlicensecnt=nil, notexpiredlicensecnt=nil, flagshipversionlicensecnt=nil, proversionlicensecnt=nil, cwpversionlicensecnt=nil, availablelhlicensecnt=nil, autorepurchaseswitch=nil, autorepurchaserenewswitch=nil, destroyordernum=nil, requestid=nil)
17029
+ def initialize(licensecnt=nil, availablelicensecnt=nil, availableproversionlicensecnt=nil, availableflagshipversionlicensecnt=nil, nearexpirylicensecnt=nil, expirelicensecnt=nil, autoopenstatus=nil, protecttype=nil, isopenstatushistory=nil, usedlicensecnt=nil, notexpiredlicensecnt=nil, flagshipversionlicensecnt=nil, proversionlicensecnt=nil, cwpversionlicensecnt=nil, availablelhlicensecnt=nil, autorepurchaseswitch=nil, autorepurchaserenewswitch=nil, destroyordernum=nil, repurchaserenewswitch=nil, requestid=nil)
17028
17030
  @LicenseCnt = licensecnt
17029
17031
  @AvailableLicenseCnt = availablelicensecnt
17030
17032
  @AvailableProVersionLicenseCnt = availableproversionlicensecnt
@@ -17043,6 +17045,7 @@ module TencentCloud
17043
17045
  @AutoRepurchaseSwitch = autorepurchaseswitch
17044
17046
  @AutoRepurchaseRenewSwitch = autorepurchaserenewswitch
17045
17047
  @DestroyOrderNum = destroyordernum
17048
+ @RepurchaseRenewSwitch = repurchaserenewswitch
17046
17049
  @RequestId = requestid
17047
17050
  end
17048
17051
 
@@ -17065,6 +17068,7 @@ module TencentCloud
17065
17068
  @AutoRepurchaseSwitch = params['AutoRepurchaseSwitch']
17066
17069
  @AutoRepurchaseRenewSwitch = params['AutoRepurchaseRenewSwitch']
17067
17070
  @DestroyOrderNum = params['DestroyOrderNum']
17071
+ @RepurchaseRenewSwitch = params['RepurchaseRenewSwitch']
17068
17072
  @RequestId = params['RequestId']
17069
17073
  end
17070
17074
  end
@@ -33084,19 +33088,23 @@ module TencentCloud
33084
33088
  # @type AutoRepurchaseSwitch: Integer
33085
33089
  # @param AutoRepurchaseRenewSwitch: 自动加购的订单是否自动续费,默认0 ,0关闭, 1开启
33086
33090
  # @type AutoRepurchaseRenewSwitch: Integer
33091
+ # @param RepurchaseRenewSwitch: 手动购买的订单是否自动续费,默认0, 0关闭 ,1 开启
33092
+ # @type RepurchaseRenewSwitch: Integer
33087
33093
 
33088
- attr_accessor :Status, :AutoRepurchaseSwitch, :AutoRepurchaseRenewSwitch
33094
+ attr_accessor :Status, :AutoRepurchaseSwitch, :AutoRepurchaseRenewSwitch, :RepurchaseRenewSwitch
33089
33095
 
33090
- def initialize(status=nil, autorepurchaseswitch=nil, autorepurchaserenewswitch=nil)
33096
+ def initialize(status=nil, autorepurchaseswitch=nil, autorepurchaserenewswitch=nil, repurchaserenewswitch=nil)
33091
33097
  @Status = status
33092
33098
  @AutoRepurchaseSwitch = autorepurchaseswitch
33093
33099
  @AutoRepurchaseRenewSwitch = autorepurchaserenewswitch
33100
+ @RepurchaseRenewSwitch = repurchaserenewswitch
33094
33101
  end
33095
33102
 
33096
33103
  def deserialize(params)
33097
33104
  @Status = params['Status']
33098
33105
  @AutoRepurchaseSwitch = params['AutoRepurchaseSwitch']
33099
33106
  @AutoRepurchaseRenewSwitch = params['AutoRepurchaseRenewSwitch']
33107
+ @RepurchaseRenewSwitch = params['RepurchaseRenewSwitch']
33100
33108
  end
33101
33109
  end
33102
33110
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cwp
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.711
4
+ version: 3.0.713
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-11-23 00:00:00.000000000 Z
11
+ date: 2023-11-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common