tencentcloud-sdk-tione 3.0.790 → 3.0.792
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 +9 -4
- 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: 468728c04a170e1808ee644d1fb7a9088f33278c
|
|
4
|
+
data.tar.gz: 5ee0886efd3afc38cc4baf54f4320c078821da72
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3316500523f524c3404d3ae846fbd734a7615cdcfbea92219c358109d6f415dd74c32d955653f1487c29ee1572a8d0a308aa567f33d02470082dd7bfc6a197aa
|
|
7
|
+
data.tar.gz: 7aa4942160c687dbe87a9092f5fb8ec8fc4a9d938ead83169f1c0d1c27fad7886e815d61c9754fd063d6617b03a61ec0514f5a32c4718fc2e4fc155ce869c681
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.792
|
data/lib/v20211111/models.rb
CHANGED
|
@@ -1204,7 +1204,7 @@ module TencentCloud
|
|
|
1204
1204
|
# @type ServiceCategory: String
|
|
1205
1205
|
# @param Command: 服务的启动命令
|
|
1206
1206
|
# @type Command: String
|
|
1207
|
-
# @param ServiceEIP: 是否开启TIONE
|
|
1207
|
+
# @param ServiceEIP: 是否开启TIONE内网访问外部,此功能仅支持后付费机型与从TIONE平台购买的预付费机型;使用从CVM选择资源组时此配置不生效。
|
|
1208
1208
|
# @type ServiceEIP: :class:`Tencentcloud::Tione.v20211111.models.ServiceEIP`
|
|
1209
1209
|
|
|
1210
1210
|
attr_accessor :ServiceGroupId, :ServiceGroupName, :ServiceDescription, :ChargeType, :ResourceGroupId, :ModelInfo, :ImageInfo, :Env, :Resources, :InstanceType, :ScaleMode, :Replicas, :HorizontalPodAutoscaler, :LogEnable, :LogConfig, :AuthorizationEnable, :Tags, :NewVersion, :CronScaleJobs, :ScaleStrategy, :HybridBillingPrepaidReplicas, :CreateSource, :ModelHotUpdateEnable, :ScheduledAction, :VolumeMount, :ServiceLimit, :CallbackUrl, :ModelTurboEnable, :ServiceCategory, :Command, :ServiceEIP
|
|
@@ -6069,16 +6069,20 @@ module TencentCloud
|
|
|
6069
6069
|
# @param ImageName: 镜像名称
|
|
6070
6070
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6071
6071
|
# @type ImageName: String
|
|
6072
|
+
# @param SupportDataPipeline: 是否支持数据构建
|
|
6073
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6074
|
+
# @type SupportDataPipeline: Boolean
|
|
6072
6075
|
|
|
6073
|
-
attr_accessor :ImageType, :ImageUrl, :RegistryRegion, :RegistryId, :AllowSaveAllContent, :ImageName
|
|
6076
|
+
attr_accessor :ImageType, :ImageUrl, :RegistryRegion, :RegistryId, :AllowSaveAllContent, :ImageName, :SupportDataPipeline
|
|
6074
6077
|
|
|
6075
|
-
def initialize(imagetype=nil, imageurl=nil, registryregion=nil, registryid=nil, allowsaveallcontent=nil, imagename=nil)
|
|
6078
|
+
def initialize(imagetype=nil, imageurl=nil, registryregion=nil, registryid=nil, allowsaveallcontent=nil, imagename=nil, supportdatapipeline=nil)
|
|
6076
6079
|
@ImageType = imagetype
|
|
6077
6080
|
@ImageUrl = imageurl
|
|
6078
6081
|
@RegistryRegion = registryregion
|
|
6079
6082
|
@RegistryId = registryid
|
|
6080
6083
|
@AllowSaveAllContent = allowsaveallcontent
|
|
6081
6084
|
@ImageName = imagename
|
|
6085
|
+
@SupportDataPipeline = supportdatapipeline
|
|
6082
6086
|
end
|
|
6083
6087
|
|
|
6084
6088
|
def deserialize(params)
|
|
@@ -6088,6 +6092,7 @@ module TencentCloud
|
|
|
6088
6092
|
@RegistryId = params['RegistryId']
|
|
6089
6093
|
@AllowSaveAllContent = params['AllowSaveAllContent']
|
|
6090
6094
|
@ImageName = params['ImageName']
|
|
6095
|
+
@SupportDataPipeline = params['SupportDataPipeline']
|
|
6091
6096
|
end
|
|
6092
6097
|
end
|
|
6093
6098
|
|
|
@@ -7098,7 +7103,7 @@ module TencentCloud
|
|
|
7098
7103
|
# @type ModelTurboEnable: Boolean
|
|
7099
7104
|
# @param Command: 服务的启动命令
|
|
7100
7105
|
# @type Command: String
|
|
7101
|
-
# @param ServiceEIP: 是否开启TIONE
|
|
7106
|
+
# @param ServiceEIP: 是否开启TIONE内网访问外部,此功能仅支持后付费机型与从TIONE平台购买的预付费机型;使用从CVM选择资源组时此配置不生效。
|
|
7102
7107
|
# @type ServiceEIP: :class:`Tencentcloud::Tione.v20211111.models.ServiceEIP`
|
|
7103
7108
|
|
|
7104
7109
|
attr_accessor :ServiceId, :ModelInfo, :ImageInfo, :Env, :Resources, :InstanceType, :ScaleMode, :Replicas, :HorizontalPodAutoscaler, :LogEnable, :LogConfig, :ServiceAction, :ServiceDescription, :ScaleStrategy, :CronScaleJobs, :HybridBillingPrepaidReplicas, :ModelHotUpdateEnable, :ScheduledAction, :ServiceLimit, :VolumeMount, :ModelTurboEnable, :Command, :ServiceEIP
|
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.792
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-03-
|
|
11
|
+
date: 2024-03-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|