tencentcloud-sdk-tione 3.0.474 → 3.0.475

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: e7ffcb01f13b5c1548e5471630384a0016fb7f23
4
- data.tar.gz: 3c92abbb6ecdb1996bd5c7eb4e3a37b1a0c2f5ed
3
+ metadata.gz: f635347d96040f545b2ecd57326a6306c2de1f71
4
+ data.tar.gz: d4263098ed9aa90057ec4c2d00dc8fb77149998a
5
5
  SHA512:
6
- metadata.gz: b78750bc3aa604ecf9e3f640afa201c355b0e12d433096cc8bf01c91e681f37c9ddb35bb84438095b3757bb7b2c4e89e5c566d60f681cf11e9801c386b4db0c4
7
- data.tar.gz: 347ff9d8af439c18917faff40f322ca95a512432f2db69c9575c841fc7bbab2ba8de518e184740559e871d345b4409ba5550ebc1b27d54f302f47d4f939f10af
6
+ metadata.gz: 44ca58ea27cd9e7c67653360118abc66ca5063a72772c5d68be2b23431bf9f4579c28f0c0654e0c8dd4386266a2387fe652e8531fe7bd2bfaa0a5527064dd672
7
+ data.tar.gz: 382393b54d3597f8552f4dc31fad40ac15f4fe5e2735ee111a458e44b0d5d13fe8b05831b0091867479b449772b55e7bdc8a752d11e130060c6bf2bc4adadae4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.474
1
+ 3.0.475
@@ -943,10 +943,12 @@ module TencentCloud
943
943
  # @type VolumeMount: :class:`Tencentcloud::Tione.v20211111.models.VolumeMount`
944
944
  # @param ServiceLimit: 服务限速限流相关配置
945
945
  # @type ServiceLimit: :class:`Tencentcloud::Tione.v20211111.models.ServiceLimit`
946
+ # @param CallbackUrl: 回调地址,用于回调创建服务状态信息
947
+ # @type CallbackUrl: String
946
948
 
947
- attr_accessor :ImageInfo, :ServiceGroupId, :ServiceGroupName, :ServiceDescription, :ChargeType, :ResourceGroupId, :ModelInfo, :Env, :Resources, :InstanceType, :ScaleMode, :Replicas, :HorizontalPodAutoscaler, :LogEnable, :LogConfig, :AuthorizationEnable, :Tags, :NewVersion, :CronScaleJobs, :ScaleStrategy, :HybridBillingPrepaidReplicas, :CreateSource, :ModelHotUpdateEnable, :ScheduledAction, :VolumeMount, :ServiceLimit
949
+ attr_accessor :ImageInfo, :ServiceGroupId, :ServiceGroupName, :ServiceDescription, :ChargeType, :ResourceGroupId, :ModelInfo, :Env, :Resources, :InstanceType, :ScaleMode, :Replicas, :HorizontalPodAutoscaler, :LogEnable, :LogConfig, :AuthorizationEnable, :Tags, :NewVersion, :CronScaleJobs, :ScaleStrategy, :HybridBillingPrepaidReplicas, :CreateSource, :ModelHotUpdateEnable, :ScheduledAction, :VolumeMount, :ServiceLimit, :CallbackUrl
948
950
 
949
- def initialize(imageinfo=nil, servicegroupid=nil, servicegroupname=nil, servicedescription=nil, chargetype=nil, resourcegroupid=nil, modelinfo=nil, env=nil, resources=nil, instancetype=nil, scalemode=nil, replicas=nil, horizontalpodautoscaler=nil, logenable=nil, logconfig=nil, authorizationenable=nil, tags=nil, newversion=nil, cronscalejobs=nil, scalestrategy=nil, hybridbillingprepaidreplicas=nil, createsource=nil, modelhotupdateenable=nil, scheduledaction=nil, volumemount=nil, servicelimit=nil)
951
+ def initialize(imageinfo=nil, servicegroupid=nil, servicegroupname=nil, servicedescription=nil, chargetype=nil, resourcegroupid=nil, modelinfo=nil, env=nil, resources=nil, instancetype=nil, scalemode=nil, replicas=nil, horizontalpodautoscaler=nil, logenable=nil, logconfig=nil, authorizationenable=nil, tags=nil, newversion=nil, cronscalejobs=nil, scalestrategy=nil, hybridbillingprepaidreplicas=nil, createsource=nil, modelhotupdateenable=nil, scheduledaction=nil, volumemount=nil, servicelimit=nil, callbackurl=nil)
950
952
  @ImageInfo = imageinfo
951
953
  @ServiceGroupId = servicegroupid
952
954
  @ServiceGroupName = servicegroupname
@@ -973,6 +975,7 @@ module TencentCloud
973
975
  @ScheduledAction = scheduledaction
974
976
  @VolumeMount = volumemount
975
977
  @ServiceLimit = servicelimit
978
+ @CallbackUrl = callbackurl
976
979
  end
977
980
 
978
981
  def deserialize(params)
@@ -1047,6 +1050,7 @@ module TencentCloud
1047
1050
  @ServiceLimit = ServiceLimit.new
1048
1051
  @ServiceLimit.deserialize(params['ServiceLimit'])
1049
1052
  end
1053
+ @CallbackUrl = params['CallbackUrl']
1050
1054
  end
1051
1055
  end
1052
1056
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tione
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.474
4
+ version: 3.0.475
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-15 00:00:00.000000000 Z
11
+ date: 2022-12-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common