tencentcloud-sdk-gaap 3.0.700 → 3.0.701

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: 66255cd4e90aae996828cd0c28ab7014d9292f23
4
- data.tar.gz: 21df3e2974c87db41c306591a6d9091ff5c5e881
3
+ metadata.gz: ec2622e47d812a7b8aff2187306000c47fcf826b
4
+ data.tar.gz: 5b2f98ccb8bbcf53dbc60782c42269b3f2b3c964
5
5
  SHA512:
6
- metadata.gz: f5ed20f4941c82a9d9e1ad6303fcf4f0c3736d4e9bedb4463c8029d91faff1a89d537406598469822c3d2520324044e1e606dbaad676dfd3bc62e5161bf00a62
7
- data.tar.gz: dfa3d17a183b5ba84dfa8c8690e0fcbcc5454f0fb75d7ba0c60d936e0b0b7e0022d8cecef002517d76306f636e393110dc15ea625c23d445cd92214e5795423b
6
+ metadata.gz: 5b64e276fc76efebaade1aad6823b070f44885425951d54b078d71179fed053eea69041ad75501671d89bc5c117f661068c8a27518d45a964d51c00bfb635681
7
+ data.tar.gz: 18def1a9d557fdc21c3b4a77462bf47a88af5d83226e0097678ab4d7bec397b2c158e6d0b77283ac3857cd99e5af948b6e31547e98607adf7a3f923aad91e3bd
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.700
1
+ 3.0.701
@@ -7092,10 +7092,13 @@ module TencentCloud
7092
7092
  # 注意:此字段可能返回 null,表示取不到有效值。
7093
7093
  # 注意:此字段可能返回 null,表示取不到有效值。
7094
7094
  # @type FeatureBitmap: Integer
7095
+ # @param IsAutoScaleProxy: 是否是开启了auto scale的通道,0表示否,1表示是。
7096
+ # 注意:此字段可能返回 null,表示取不到有效值。
7097
+ # @type IsAutoScaleProxy: Integer
7095
7098
 
7096
- attr_accessor :InstanceId, :CreateTime, :ProjectId, :ProxyName, :AccessRegion, :RealServerRegion, :Bandwidth, :Concurrent, :Status, :Domain, :IP, :Version, :ProxyId, :Scalarable, :SupportProtocols, :GroupId, :PolicyId, :AccessRegionInfo, :RealServerRegionInfo, :ForwardIP, :TagSet, :SupportSecurity, :BillingType, :RelatedGlobalDomains, :ModifyConfigTime, :ProxyType, :ClientIPMethod, :IPAddressVersion, :NetworkType, :PackageType, :BanStatus, :IPList, :Http3Supported, :InBanBlacklist, :FeatureBitmap
7099
+ attr_accessor :InstanceId, :CreateTime, :ProjectId, :ProxyName, :AccessRegion, :RealServerRegion, :Bandwidth, :Concurrent, :Status, :Domain, :IP, :Version, :ProxyId, :Scalarable, :SupportProtocols, :GroupId, :PolicyId, :AccessRegionInfo, :RealServerRegionInfo, :ForwardIP, :TagSet, :SupportSecurity, :BillingType, :RelatedGlobalDomains, :ModifyConfigTime, :ProxyType, :ClientIPMethod, :IPAddressVersion, :NetworkType, :PackageType, :BanStatus, :IPList, :Http3Supported, :InBanBlacklist, :FeatureBitmap, :IsAutoScaleProxy
7097
7100
 
7098
- def initialize(instanceid=nil, createtime=nil, projectid=nil, proxyname=nil, accessregion=nil, realserverregion=nil, bandwidth=nil, concurrent=nil, status=nil, domain=nil, ip=nil, version=nil, proxyid=nil, scalarable=nil, supportprotocols=nil, groupid=nil, policyid=nil, accessregioninfo=nil, realserverregioninfo=nil, forwardip=nil, tagset=nil, supportsecurity=nil, billingtype=nil, relatedglobaldomains=nil, modifyconfigtime=nil, proxytype=nil, clientipmethod=nil, ipaddressversion=nil, networktype=nil, packagetype=nil, banstatus=nil, iplist=nil, http3supported=nil, inbanblacklist=nil, featurebitmap=nil)
7101
+ def initialize(instanceid=nil, createtime=nil, projectid=nil, proxyname=nil, accessregion=nil, realserverregion=nil, bandwidth=nil, concurrent=nil, status=nil, domain=nil, ip=nil, version=nil, proxyid=nil, scalarable=nil, supportprotocols=nil, groupid=nil, policyid=nil, accessregioninfo=nil, realserverregioninfo=nil, forwardip=nil, tagset=nil, supportsecurity=nil, billingtype=nil, relatedglobaldomains=nil, modifyconfigtime=nil, proxytype=nil, clientipmethod=nil, ipaddressversion=nil, networktype=nil, packagetype=nil, banstatus=nil, iplist=nil, http3supported=nil, inbanblacklist=nil, featurebitmap=nil, isautoscaleproxy=nil)
7099
7102
  @InstanceId = instanceid
7100
7103
  @CreateTime = createtime
7101
7104
  @ProjectId = projectid
@@ -7131,6 +7134,7 @@ module TencentCloud
7131
7134
  @Http3Supported = http3supported
7132
7135
  @InBanBlacklist = inbanblacklist
7133
7136
  @FeatureBitmap = featurebitmap
7137
+ @IsAutoScaleProxy = isautoscaleproxy
7134
7138
  end
7135
7139
 
7136
7140
  def deserialize(params)
@@ -7189,6 +7193,7 @@ module TencentCloud
7189
7193
  @Http3Supported = params['Http3Supported']
7190
7194
  @InBanBlacklist = params['InBanBlacklist']
7191
7195
  @FeatureBitmap = params['FeatureBitmap']
7196
+ @IsAutoScaleProxy = params['IsAutoScaleProxy']
7192
7197
  end
7193
7198
  end
7194
7199
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-gaap
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.700
4
+ version: 3.0.701
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
+ - lib/tencentcloud-sdk-gaap.rb
36
37
  - lib/v20180529/client.rb
37
38
  - lib/v20180529/models.rb
38
- - lib/tencentcloud-sdk-gaap.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: