tencentcloud-sdk-tcb 3.0.747 → 3.0.749

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: 94f3b30d41ee040edd08241053ceda0b4cdf54ab
4
- data.tar.gz: d5aaf3c1093c13fad92065e9bdcd5f8220056a99
3
+ metadata.gz: c0c38da0b333353fe38b51f9d096487c199658e9
4
+ data.tar.gz: f71c44534d0d2f8ead4292ba870fe108087bbc0d
5
5
  SHA512:
6
- metadata.gz: 672c4ca1fd2b224e712005ffaee9e4f08cdae167caaf514348d752890c29e785148d7168b4603af05fb7cbcd67c9a088c7fea3cab7570833cc6d081ab9fe0708
7
- data.tar.gz: 19b3cdce7500fe417fa91519c610f8e1109ec8ca9b855c5c3c9e2afb8c7562c3c2cab5171658c56cf3163a47cff1eb72fcc9f87d433573eb454a8d72fa394698
6
+ metadata.gz: e50b54e05204730fbd0808fb857521be95e8126e76875f57f3a9dadd01564acb0235aff0881ab39674021b3f6b421124edba7902da60ac0d6cfb5aafcf2ea22d
7
+ data.tar.gz: 996296d3f3f00fe164ce078b0a3ba72024dff1a37f5fe3306d4180e2c8f00cd940fb335fed156c81d4f4129630c7086b08041167c81c6c0b22d238ca7d53cc6c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.747
1
+ 3.0.749
@@ -794,14 +794,19 @@ module TencentCloud
794
794
  # nfs挂载资源
795
795
  class CloudBaseRunNfsVolumeSource < TencentCloud::Common::AbstractModel
796
796
  # @param Server: NFS挂载Server
797
+ # 注意:此字段可能返回 null,表示取不到有效值。
797
798
  # @type Server: String
798
799
  # @param Path: Server路径
800
+ # 注意:此字段可能返回 null,表示取不到有效值。
799
801
  # @type Path: String
800
802
  # @param ReadOnly: 是否只读
803
+ # 注意:此字段可能返回 null,表示取不到有效值。
801
804
  # @type ReadOnly: Boolean
802
805
  # @param SecretName: secret名称
806
+ # 注意:此字段可能返回 null,表示取不到有效值。
803
807
  # @type SecretName: String
804
808
  # @param EnableEmptyDirVolume: 临时目录
809
+ # 注意:此字段可能返回 null,表示取不到有效值。
805
810
  # @type EnableEmptyDirVolume: Boolean
806
811
 
807
812
  attr_accessor :Server, :Path, :ReadOnly, :SecretName, :EnableEmptyDirVolume
@@ -1086,12 +1091,16 @@ module TencentCloud
1086
1091
  # cfs挂载点
1087
1092
  class CloudBaseRunVolumeMount < TencentCloud::Common::AbstractModel
1088
1093
  # @param Name: 资源名
1094
+ # 注意:此字段可能返回 null,表示取不到有效值。
1089
1095
  # @type Name: String
1090
1096
  # @param MountPath: 挂载路径
1097
+ # 注意:此字段可能返回 null,表示取不到有效值。
1091
1098
  # @type MountPath: String
1092
1099
  # @param ReadOnly: 是否只读
1100
+ # 注意:此字段可能返回 null,表示取不到有效值。
1093
1101
  # @type ReadOnly: Boolean
1094
1102
  # @param NfsVolumes: Nfs挂载信息
1103
+ # 注意:此字段可能返回 null,表示取不到有效值。
1095
1104
  # @type NfsVolumes: Array
1096
1105
 
1097
1106
  attr_accessor :Name, :MountPath, :ReadOnly, :NfsVolumes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tcb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.747
4
+ version: 3.0.749
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-01-11 00:00:00.000000000 Z
11
+ date: 2024-01-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common