tencentcloud-sdk-cds 3.0.938 → 3.0.940

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 451b0e4e02cbee2805f7ec34738eae4a9df2beb2
4
- data.tar.gz: 0119bdd134f47ec97e4f938648545ba7178cdd96
3
+ metadata.gz: 8a54a9a5b3775fd29e455ca4c2961af906d7221e
4
+ data.tar.gz: 7b41dee8151f5e1f4609037c6ae1416e64023eb5
5
5
  SHA512:
6
- metadata.gz: 18f0d39bb54d16befa5a3fbf80c46d6974c1f2ff3788dad95bf04462489177fe7eca9cdfd7c22d6e6f998cf821dae56cc06a63e9bc49d797b85d4b9b906f623b
7
- data.tar.gz: ebcff4a19391fe2d9a4705cc78248f257df4d9114702a6d553a2ae9d069a057d22d055ae05263b98100f232cf94b8ad3859b119554d36b73f941ebb038500be1
6
+ metadata.gz: 20f2e95bdb99399d522a5e359a1872e59c91333d0a35380ee45e6952d4dce11daa77ba8bf94bf40bd5f14d1cb0f4059214a37046b6732fd4306f2377d71d4758
7
+ data.tar.gz: 59d13617ef5bdc11c3264cbe6918ee74d42698aa378625eff73211a19ec622c1c202f063bc987a947bf1801739dbf809d2264f9fe6f4c652b8e8ea503056a090
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.938
1
+ 3.0.940
@@ -42,18 +42,14 @@ module TencentCloud
42
42
  # @param ExpireTime: 实例过期时间,格式:yyyy-mm-dd HH:ii:ss
43
43
  # @type ExpireTime: String
44
44
  # @param InstanceName: 实例名称
45
- # 注意:此字段可能返回 null,表示取不到有效值。
46
45
  # @type InstanceName: String
47
46
  # @param PublicIp: 实例公网IP
48
- # 注意:此字段可能返回 null,表示取不到有效值。
49
47
  # @type PublicIp: String
50
48
  # @param PrivateIp: 实例私网IP
51
- # 注意:此字段可能返回 null,表示取不到有效值。
52
49
  # @type PrivateIp: String
53
50
  # @param InstanceType: 实例类型(版本)
54
51
  # @type InstanceType: String
55
52
  # @param Pdomain: 实例域名
56
- # 注意:此字段可能返回 null,表示取不到有效值。
57
53
  # @type Pdomain: String
58
54
 
59
55
  attr_accessor :InstanceId, :AppId, :Uin, :ProjectId, :RenewFlag, :Region, :PayMode, :Status, :IsolatedTimestamp, :CreateTime, :ExpireTime, :InstanceName, :PublicIp, :PrivateIp, :InstanceType, :Pdomain
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cds
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.938
4
+ version: 3.0.940
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-11-07 00:00:00.000000000 Z
11
+ date: 2024-11-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common