tencentcloud-sdk-tione 3.0.474 → 3.0.475
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20211111/models.rb +6 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f635347d96040f545b2ecd57326a6306c2de1f71
|
|
4
|
+
data.tar.gz: d4263098ed9aa90057ec4c2d00dc8fb77149998a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 44ca58ea27cd9e7c67653360118abc66ca5063a72772c5d68be2b23431bf9f4579c28f0c0654e0c8dd4386266a2387fe652e8531fe7bd2bfaa0a5527064dd672
|
|
7
|
+
data.tar.gz: 382393b54d3597f8552f4dc31fad40ac15f4fe5e2735ee111a458e44b0d5d13fe8b05831b0091867479b449772b55e7bdc8a752d11e130060c6bf2bc4adadae4
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.475
|
data/lib/v20211111/models.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|