tencentcloud-sdk-tsf 3.0.1080 → 3.0.1085
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/v20180326/models.rb +5 -0
- 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: 957a7585204f1489ff06978d90e89e7c2efd4eba
|
4
|
+
data.tar.gz: efdb5e9fc8913746aa9bb30fc36153139db71149
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eed2dab1567cd7d03cb831bf7c66de5be8aec96f3837cad5d16f02bab69e09a5272b3a052cc0f40a0c235c20364c7bd084fad963e5d6517a13fa0aecbb164bb5
|
7
|
+
data.tar.gz: 6e8dde21b7b60872bd6f6e47c0d9c5481f8b3d59b9b881bf1345dc650e98e2be32d8fb13946824b3807e46f6884bbb34ae0dce2dea7aa93cf55996865512e200
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1085
|
data/lib/v20180326/models.rb
CHANGED
@@ -3355,6 +3355,11 @@ module TencentCloud
|
|
3355
3355
|
# @type CreateSameNameImageRepository: Boolean
|
3356
3356
|
|
3357
3357
|
attr_accessor :ApplicationName, :ApplicationType, :MicroserviceType, :ApplicationDesc, :ApplicationLogConfig, :ApplicationResourceType, :ApplicationRuntimeType, :ProgramId, :ServiceConfigList, :IgnoreCreateImageRepository, :ProgramIdList, :ApmInstanceId, :ProgramLanguage, :FrameworkType, :ServiceGovernanceConfig, :CreateSameNameImageRepository
|
3358
|
+
extend Gem::Deprecate
|
3359
|
+
deprecate :ApplicationLogConfig, :none, 2025, 6
|
3360
|
+
deprecate :ApplicationLogConfig=, :none, 2025, 6
|
3361
|
+
deprecate :ApplicationResourceType, :none, 2025, 6
|
3362
|
+
deprecate :ApplicationResourceType=, :none, 2025, 6
|
3358
3363
|
|
3359
3364
|
def initialize(applicationname=nil, applicationtype=nil, microservicetype=nil, applicationdesc=nil, applicationlogconfig=nil, applicationresourcetype=nil, applicationruntimetype=nil, programid=nil, serviceconfiglist=nil, ignorecreateimagerepository=nil, programidlist=nil, apminstanceid=nil, programlanguage=nil, frameworktype=nil, servicegovernanceconfig=nil, createsamenameimagerepository=nil)
|
3360
3365
|
@ApplicationName = applicationname
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tsf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1085
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-06-
|
11
|
+
date: 2025-06-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|