tencentcloud-sdk-tke 3.0.1065 → 3.0.1066

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: f22871e1a7cea2c8c434da201a4ee378f7d2df48
4
- data.tar.gz: cd765f6a136ef3ff0c863c260a7f727b0403149a
3
+ metadata.gz: 989ccc37378671180488ab52062778424cb41396
4
+ data.tar.gz: 4eddfc3412a7ed471bcac6f304e2e4a452407b6f
5
5
  SHA512:
6
- metadata.gz: 0e3020713adbc23afa8f3d89a6e6b8c26d9c73533063a3e9839704e9da280b918f7b6134de22129d68bf88a7018eaf4bdc361531806315019ff0015b28577a97
7
- data.tar.gz: 1b0fa0ba07281cc667d7ad2b84615822a37e80cbcae204af7f0cfe71b495931dfacba5fff2ebc38cce6f767ecbbb20b50b492856286e92dad19ed6fcd21fcb8b
6
+ metadata.gz: 66b1c4c255b84f85b6b115cd00b87fb646f241dafdfcbee1978cfaffb4c856f6172df32415e640701d734f12254eb35ebde8ce6a3ec6b4f522340e4279a808fd
7
+ data.tar.gz: e6e44954132386ff45eac37824065ffad0c8903ae1ae95527780d7d80617f541b3b9c0fc426a87c93ea8cfe5a694703f34b0f926f450943d66129e64cdc01dcb
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1065
1
+ 3.0.1066
@@ -845,15 +845,19 @@ module TencentCloud
845
845
  # @type FileSystem: String
846
846
  # @param MountTarget: 挂载目录
847
847
  # @type MountTarget: String
848
+ # @param DiskId: 云盘ID
849
+ # 注意:此字段可能返回 null,表示取不到有效值。
850
+ # @type DiskId: String
848
851
 
849
- attr_accessor :DiskType, :DiskSize, :AutoFormatAndMount, :FileSystem, :MountTarget
852
+ attr_accessor :DiskType, :DiskSize, :AutoFormatAndMount, :FileSystem, :MountTarget, :DiskId
850
853
 
851
- def initialize(disktype=nil, disksize=nil, autoformatandmount=nil, filesystem=nil, mounttarget=nil)
854
+ def initialize(disktype=nil, disksize=nil, autoformatandmount=nil, filesystem=nil, mounttarget=nil, diskid=nil)
852
855
  @DiskType = disktype
853
856
  @DiskSize = disksize
854
857
  @AutoFormatAndMount = autoformatandmount
855
858
  @FileSystem = filesystem
856
859
  @MountTarget = mounttarget
860
+ @DiskId = diskid
857
861
  end
858
862
 
859
863
  def deserialize(params)
@@ -862,6 +866,7 @@ module TencentCloud
862
866
  @AutoFormatAndMount = params['AutoFormatAndMount']
863
867
  @FileSystem = params['FileSystem']
864
868
  @MountTarget = params['MountTarget']
869
+ @DiskId = params['DiskId']
865
870
  end
866
871
  end
867
872
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tke
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1065
4
+ version: 3.0.1066
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-05-21 00:00:00.000000000 Z
11
+ date: 2025-05-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common