tencentcloud-sdk-thpc 1.0.297 → 1.0.298

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: 4143fe7a7a781d04c010cfd67d89d323d7c0384b
4
- data.tar.gz: c232e905298d652480608afb856ab7bc0a2017f5
3
+ metadata.gz: 1cb94af949e784ff2e04c3ef6485e030574bc00d
4
+ data.tar.gz: 784f35e9f273210289b5b65940e925ce883fb9cb
5
5
  SHA512:
6
- metadata.gz: d1c8b88e79b4cb1ccfd0f1ccf2855fd58df818fe041b2d547f88bdce020d2729026d27709947e06ea0d70a65e37bba5ed55d765f3b40ae20636c97b7443e1d73
7
- data.tar.gz: 9a721613f50031770352f19c31b8ccb9cc9db5f1b426f73ee1c63fa12d8a633cdc1ba87b87bed2948941280744d10c47cd4c4376708abb60951bdf084e72a1c7
6
+ metadata.gz: 43042e2eb3220ccbd25cbec8723f6691ee53613ed8b4ba5cbb2c629ef8ebcc9b91e756ca33b6780a5749f17161401c375c5a82d06833d65cad954731e5e07517
7
+ data.tar.gz: 81670dc7a01f575c182b69cb05c10d77608af9c8bb31d515e9f0e7ac4f995ab7da05f1f2b2f3b919372c259b937b6d2d62f04cadcaee0f7e89cfe75ee05350d4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.297
1
+ 1.0.298
@@ -209,7 +209,7 @@ module TencentCloud
209
209
  # @type SystemDisk: :class:`Tencentcloud::Thpc.v20211109.models.SystemDisk`
210
210
  # @param DataDisks: 节点数据盘配置信息。若不指定该参数,则默认不购买数据盘。支持购买的时候指定21块数据盘,其中最多包含1块LOCAL_BASIC数据盘或者LOCAL_SSD数据盘,最多包含20块CLOUD_BASIC数据盘、CLOUD_PREMIUM数据盘或者CLOUD_SSD数据盘。
211
211
  # @type DataDisks: Array
212
- # @param InternetAccessible: 节点数据盘配置信息。若不指定该参数,则默认不购买数据盘。支持购买的时候指定21块数据盘,其中最多包含1块LOCAL_BASIC数据盘或者LOCAL_SSD数据盘,最多包含20块CLOUD_BASIC数据盘、CLOUD_PREMIUM数据盘或者CLOUD_SSD数据盘。
212
+ # @param InternetAccessible: 公网带宽相关信息设置。若不指定该参数,则默认公网带宽为0Mbps。
213
213
  # @type InternetAccessible: :class:`Tencentcloud::Thpc.v20211109.models.InternetAccessible`
214
214
  # @param InstanceName: 节点显示名称。<br><li>
215
215
  # 不指定节点显示名称则默认显示‘未命名’。
@@ -610,7 +610,7 @@ module TencentCloud
610
610
  # @type SystemDisk: Array
611
611
  # @param DataDisks: 节点数据盘配置信息。若不指定该参数,则默认不购买数据盘。支持购买的时候指定21块数据盘,其中最多包含1块LOCAL_BASIC数据盘或者LOCAL_SSD数据盘,最多包含20块CLOUD_BASIC数据盘、CLOUD_PREMIUM数据盘或者CLOUD_SSD数据盘。
612
612
  # @type DataDisks: Array
613
- # @param InternetAccessible: 节点数据盘配置信息。若不指定该参数,则默认不购买数据盘。支持购买的时候指定21块数据盘,其中最多包含1块LOCAL_BASIC数据盘或者LOCAL_SSD数据盘,最多包含20块CLOUD_BASIC数据盘、CLOUD_PREMIUM数据盘或者CLOUD_SSD数据盘。
613
+ # @param InternetAccessible: 公网带宽相关信息设置。若不指定该参数,则默认公网带宽为0Mbps。
614
614
  # @type InternetAccessible: Array
615
615
  # @param InstanceName: 节点显示名称。<br><li>
616
616
  # 不指定节点显示名称则默认显示‘未命名’。
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-thpc
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.297
4
+ version: 1.0.298
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-14 00:00:00.000000000 Z
11
+ date: 2022-04-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common