tencentcloud-sdk-cdwdoris 3.0.982 → 3.0.983

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: e76c321ca2b9d28f81dce571b1afc4fa9e6da103
4
- data.tar.gz: d55f9745f75c2ce572f74c0878216daac9d7f28e
3
+ metadata.gz: 688f38c4917d2d4e537df8a44afd58943472f532
4
+ data.tar.gz: e2b8807715d305b53753b6c577f1c01154f4e59d
5
5
  SHA512:
6
- metadata.gz: f62fd89def5b624f022c70acf3adb3f6915a939432cf312cc8f1bb12269681bb7cca47bdd5bb40573c6f55d2d99f177a5bbb367215000e2166833ed9a42b00f5
7
- data.tar.gz: 6e42a5a917f017eda0c84aa0fecbb50fc3b4eea49e79a1d0f495342624968dfced662802908d06db00a6eb2300266298db85489599addf49409be2866e555326
6
+ metadata.gz: 7367b6bf09cdb72a47135aa7172dd5b878574e672cc291efa7b5c66d93138cec378290a7299f128ae43d0efb0b1675186aa353d59a78652fcb9b003b5d835943
7
+ data.tar.gz: b2162f386cd795b0f2aaa8a1568a1f51d631c5ccea7bfdd21708eb5e0b9e55a8598bb9e5bfac1542c5f447b284ae6c29fb26845b4c7f4887de8b451e91f6a7f3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.982
1
+ 3.0.983
@@ -845,7 +845,7 @@ module TencentCloud
845
845
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
846
846
  end
847
847
 
848
- # 购买页拉取集群的数据节点和zookeeper节点的规格列表
848
+ # 拉取集群节点规格列表
849
849
 
850
850
  # @param request: Request instance for DescribeSpec.
851
851
  # @type request: :class:`Tencentcloud::cdwdoris::V20211228::DescribeSpecRequest`
@@ -360,7 +360,6 @@ module TencentCloud
360
360
  # CancelBackupJob返回参数结构体
361
361
  class CancelBackupJobResponse < TencentCloud::Common::AbstractModel
362
362
  # @param ErrorMsg: 错误信息
363
- # 注意:此字段可能返回 null,表示取不到有效值。
364
363
  # @type ErrorMsg: String
365
364
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
366
365
  # @type RequestId: String
@@ -2844,7 +2843,6 @@ module TencentCloud
2844
2843
  # @param CoreSpec: be节点规格描述
2845
2844
  # @type CoreSpec: Array
2846
2845
  # @param AttachCBSSpec: 云盘列表
2847
- # 注意:此字段可能返回 null,表示取不到有效值。
2848
2846
  # @type AttachCBSSpec: Array
2849
2847
  # @param CNSpec: cn节点列表
2850
2848
  # @type CNSpec: Array
@@ -2950,10 +2948,8 @@ module TencentCloud
2950
2948
  # DescribeSqlApis返回参数结构体
2951
2949
  class DescribeSqlApisResponse < TencentCloud::Common::AbstractModel
2952
2950
  # @param ReturnData: 返回的查询数据,大部分情况是list,也可能是bool
2953
- # 注意:此字段可能返回 null,表示取不到有效值。
2954
2951
  # @type ReturnData: String
2955
2952
  # @param ErrorMsg: 错误消息
2956
- # 注意:此字段可能返回 null,表示取不到有效值。
2957
2953
  # @type ErrorMsg: String
2958
2954
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2959
2955
  # @type RequestId: String
@@ -3008,10 +3004,8 @@ module TencentCloud
3008
3004
  # DescribeTableList返回参数结构体
3009
3005
  class DescribeTableListResponse < TencentCloud::Common::AbstractModel
3010
3006
  # @param TableNames: 表名列表
3011
- # 注意:此字段可能返回 null,表示取不到有效值。
3012
3007
  # @type TableNames: Array
3013
3008
  # @param Message: 错误信息
3014
- # 注意:此字段可能返回 null,表示取不到有效值。
3015
3009
  # @type Message: String
3016
3010
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3017
3011
  # @type RequestId: String
@@ -3208,16 +3202,12 @@ module TencentCloud
3208
3202
  # 外部doris集群的连接信息
3209
3203
  class DorisSourceInfo < TencentCloud::Common::AbstractModel
3210
3204
  # @param Host: doris集群的fe的ip
3211
- # 注意:此字段可能返回 null,表示取不到有效值。
3212
3205
  # @type Host: String
3213
3206
  # @param Port: doris集群的fe的端口号
3214
- # 注意:此字段可能返回 null,表示取不到有效值。
3215
3207
  # @type Port: Integer
3216
3208
  # @param User: doris集群的账号
3217
- # 注意:此字段可能返回 null,表示取不到有效值。
3218
3209
  # @type User: String
3219
3210
  # @param Password: base64编码的doris集群对应用户的密码
3220
- # 注意:此字段可能返回 null,表示取不到有效值。
3221
3211
  # @type Password: String
3222
3212
 
3223
3213
  attr_accessor :Host, :Port, :User, :Password
@@ -3240,13 +3230,10 @@ module TencentCloud
3240
3230
  # 前端规则描述
3241
3231
  class FrontEndRule < TencentCloud::Common::AbstractModel
3242
3232
  # @param ID: id序列
3243
- # 注意:此字段可能返回 null,表示取不到有效值。
3244
3233
  # @type ID: Integer
3245
3234
  # @param Name: 规则名称
3246
- # 注意:此字段可能返回 null,表示取不到有效值。
3247
3235
  # @type Name: String
3248
3236
  # @param Rule: 详细规则
3249
- # 注意:此字段可能返回 null,表示取不到有效值。
3250
3237
  # @type Rule: String
3251
3238
 
3252
3239
  attr_accessor :ID, :Name, :Rule
@@ -3287,7 +3274,6 @@ module TencentCloud
3287
3274
  # Instance表detail字段
3288
3275
  class InstanceDetail < TencentCloud::Common::AbstractModel
3289
3276
  # @param EnableAlarmStrategy: 告警策略是否可用
3290
- # 注意:此字段可能返回 null,表示取不到有效值。
3291
3277
  # @type EnableAlarmStrategy: Boolean
3292
3278
 
3293
3279
  attr_accessor :EnableAlarmStrategy
@@ -3304,164 +3290,114 @@ module TencentCloud
3304
3290
  # 实例描述信息
3305
3291
  class InstanceInfo < TencentCloud::Common::AbstractModel
3306
3292
  # @param InstanceId: 集群实例ID, "cdw-xxxx" 字符串类型
3307
- # 注意:此字段可能返回 null,表示取不到有效值。
3308
3293
  # @type InstanceId: String
3309
3294
  # @param InstanceName: 集群实例名称
3310
- # 注意:此字段可能返回 null,表示取不到有效值。
3311
3295
  # @type InstanceName: String
3312
3296
  # @param Status: 状态,
3313
3297
  # Init 创建中; Serving 运行中;
3314
3298
  # Deleted已销毁;Deleting 销毁中;
3315
3299
  # Modify 集群变更中;
3316
- # 注意:此字段可能返回 null,表示取不到有效值。
3317
3300
  # @type Status: String
3318
3301
  # @param Version: 版本
3319
- # 注意:此字段可能返回 null,表示取不到有效值。
3320
3302
  # @type Version: String
3321
3303
  # @param Region: 地域, ap-guangzhou
3322
- # 注意:此字段可能返回 null,表示取不到有效值。
3323
3304
  # @type Region: String
3324
3305
  # @param Zone: 可用区, ap-guangzhou-3
3325
- # 注意:此字段可能返回 null,表示取不到有效值。
3326
3306
  # @type Zone: String
3327
3307
  # @param VpcId: 私有网络名称
3328
- # 注意:此字段可能返回 null,表示取不到有效值。
3329
3308
  # @type VpcId: String
3330
3309
  # @param SubnetId: 子网名称
3331
- # 注意:此字段可能返回 null,表示取不到有效值。
3332
3310
  # @type SubnetId: String
3333
3311
  # @param PayMode: 付费类型,"hour", "prepay"
3334
- # 注意:此字段可能返回 null,表示取不到有效值。
3335
3312
  # @type PayMode: String
3336
3313
  # @param CreateTime: 创建时间
3337
- # 注意:此字段可能返回 null,表示取不到有效值。
3338
3314
  # @type CreateTime: String
3339
3315
  # @param ExpireTime: 过期时间
3340
- # 注意:此字段可能返回 null,表示取不到有效值。
3341
3316
  # @type ExpireTime: String
3342
3317
  # @param MasterSummary: 数据节点描述信息
3343
- # 注意:此字段可能返回 null,表示取不到有效值。
3344
3318
  # @type MasterSummary: :class:`Tencentcloud::Cdwdoris.v20211228.models.NodesSummary`
3345
3319
  # @param CoreSummary: zookeeper节点描述信息
3346
- # 注意:此字段可能返回 null,表示取不到有效值。
3347
3320
  # @type CoreSummary: :class:`Tencentcloud::Cdwdoris.v20211228.models.NodesSummary`
3348
3321
  # @param HA: 高可用,“true" "false"
3349
- # 注意:此字段可能返回 null,表示取不到有效值。
3350
3322
  # @type HA: String
3351
3323
  # @param HaType: 高可用类型:
3352
3324
  # 0:非高可用
3353
3325
  # 1:读高可用
3354
3326
  # 2:读写高可用。
3355
- # 注意:此字段可能返回 null,表示取不到有效值。
3356
3327
  # @type HaType: Integer
3357
3328
  # @param AccessInfo: 访问地址,例如 "10.0.0.1:9000"
3358
- # 注意:此字段可能返回 null,表示取不到有效值。
3359
3329
  # @type AccessInfo: String
3360
3330
  # @param Id: 记录ID,数值型
3361
- # 注意:此字段可能返回 null,表示取不到有效值。
3362
3331
  # @type Id: Integer
3363
3332
  # @param RegionId: regionId, 表示地域
3364
- # 注意:此字段可能返回 null,表示取不到有效值。
3365
3333
  # @type RegionId: Integer
3366
3334
  # @param ZoneDesc: 可用区说明,例如 "广州二区"
3367
- # 注意:此字段可能返回 null,表示取不到有效值。
3368
3335
  # @type ZoneDesc: String
3369
3336
  # @param FlowMsg: 错误流程说明信息
3370
- # 注意:此字段可能返回 null,表示取不到有效值。
3371
3337
  # @type FlowMsg: String
3372
3338
  # @param StatusDesc: 状态描述,例如“运行中”等
3373
- # 注意:此字段可能返回 null,表示取不到有效值。
3374
3339
  # @type StatusDesc: String
3375
3340
  # @param RenewFlag: 自动续费标记
3376
- # 注意:此字段可能返回 null,表示取不到有效值。
3377
3341
  # @type RenewFlag: Boolean
3378
3342
  # @param Tags: 标签列表
3379
- # 注意:此字段可能返回 null,表示取不到有效值。
3380
3343
  # @type Tags: Array
3381
3344
  # @param Monitor: 监控信息
3382
- # 注意:此字段可能返回 null,表示取不到有效值。
3383
3345
  # @type Monitor: String
3384
3346
  # @param HasClsTopic: 是否开通日志
3385
- # 注意:此字段可能返回 null,表示取不到有效值。
3386
3347
  # @type HasClsTopic: Boolean
3387
3348
  # @param ClsTopicId: 日志主题ID
3388
- # 注意:此字段可能返回 null,表示取不到有效值。
3389
3349
  # @type ClsTopicId: String
3390
3350
  # @param ClsLogSetId: 日志集ID
3391
- # 注意:此字段可能返回 null,表示取不到有效值。
3392
3351
  # @type ClsLogSetId: String
3393
3352
  # @param EnableXMLConfig: 是否支持xml配置管理
3394
- # 注意:此字段可能返回 null,表示取不到有效值。
3395
3353
  # @type EnableXMLConfig: Integer
3396
3354
  # @param RegionDesc: 区域
3397
- # 注意:此字段可能返回 null,表示取不到有效值。
3398
3355
  # @type RegionDesc: String
3399
3356
  # @param Eip: 弹性网卡地址
3400
- # 注意:此字段可能返回 null,表示取不到有效值。
3401
3357
  # @type Eip: String
3402
3358
  # @param CosMoveFactor: 冷热分层系数
3403
- # 注意:此字段可能返回 null,表示取不到有效值。
3404
3359
  # @type CosMoveFactor: Integer
3405
3360
  # @param Kind: external/local/yunti
3406
- # 注意:此字段可能返回 null,表示取不到有效值。
3407
3361
  # @type Kind: String
3408
3362
  # @param CosBucketName: cos桶
3409
- # 注意:此字段可能返回 null,表示取不到有效值。
3410
3363
  # @type CosBucketName: String
3411
3364
  # @param CanAttachCbs: cbs
3412
- # 注意:此字段可能返回 null,表示取不到有效值。
3413
3365
  # @type CanAttachCbs: Boolean
3414
3366
  # @param BuildVersion: 小版本
3415
- # 注意:此字段可能返回 null,表示取不到有效值。
3416
3367
  # @type BuildVersion: String
3417
3368
  # @param Components: 组件信息
3418
3369
  # 注:这里返回类型实际为map[string]struct类型,并非显示的string类型,可以参考“示例值”进行数据的解析。
3419
- # 注意:此字段可能返回 null,表示取不到有效值。
3420
3370
  # @type Components: String
3421
3371
  # @param IfExistCatalog: 判断审计日志表是否有catalog字段
3422
3372
  # 注意:此字段可能返回 null,表示取不到有效值。
3423
3373
  # @type IfExistCatalog: Integer
3424
3374
  # @param Characteristic: 页面特性,用于前端屏蔽一些页面入口
3425
- # 注意:此字段可能返回 null,表示取不到有效值。
3426
3375
  # @type Characteristic: Array
3427
3376
  # @param RestartTimeout: 超时时间 单位s
3428
- # 注意:此字段可能返回 null,表示取不到有效值。
3429
3377
  # @type RestartTimeout: String
3430
3378
  # @param GraceShutdownWaitSeconds: 内核优雅重启超时时间,如果为-1说明未设置
3431
- # 注意:此字段可能返回 null,表示取不到有效值。
3432
3379
  # @type GraceShutdownWaitSeconds: String
3433
3380
  # @param CaseSensitive: 表名大小写是否敏感,0:敏感;1:不敏感,以小写进行比较;2:不敏感,表名改为以小写存储
3434
- # 注意:此字段可能返回 null,表示取不到有效值。
3435
3381
  # @type CaseSensitive: Integer
3436
3382
  # @param IsWhiteSGs: 用户是否可以绑定安全组
3437
- # 注意:此字段可能返回 null,表示取不到有效值。
3438
3383
  # @type IsWhiteSGs: Boolean
3439
3384
  # @param BindSGs: 已绑定的安全组信息
3440
- # 注意:此字段可能返回 null,表示取不到有效值。
3441
3385
  # @type BindSGs: Array
3442
3386
  # @param EnableMultiZones: 是否为多可用区
3443
- # 注意:此字段可能返回 null,表示取不到有效值。
3444
3387
  # @type EnableMultiZones: Boolean
3445
3388
  # @param UserNetworkInfos: 用户可用区和子网信息
3446
- # 注意:此字段可能返回 null,表示取不到有效值。
3447
3389
  # @type UserNetworkInfos: String
3448
3390
  # @param EnableCoolDown: 是否启用冷热分层。0:未开启 1:已开启
3449
- # 注意:此字段可能返回 null,表示取不到有效值。
3450
3391
  # @type EnableCoolDown: Integer
3451
3392
  # @param CoolDownBucket: 冷热分层使用COS桶
3452
- # 注意:此字段可能返回 null,表示取不到有效值。
3453
3393
  # @type CoolDownBucket: String
3454
3394
  # @param Details: 实例扩展信息
3455
- # 注意:此字段可能返回 null,表示取不到有效值。
3456
3395
  # @type Details: :class:`Tencentcloud::Cdwdoris.v20211228.models.InstanceDetail`
3457
3396
  # @param EnableDlc: 是否启用DLC 0:关闭 1:开启
3458
- # 注意:此字段可能返回 null,表示取不到有效值。
3459
3397
  # @type EnableDlc: Integer
3460
3398
  # @param AccountType: 账户类型 0:普通用户 1:CAM用户
3461
- # 注意:此字段可能返回 null,表示取不到有效值。
3462
3399
  # @type AccountType: Integer
3463
3400
  # @param MonitorMode: 监控模式 0: 老监控 1:新监控
3464
- # 注意:此字段可能返回 null,表示取不到有效值。
3465
3401
  # @type MonitorMode: Integer
3466
3402
  # @param CNSummary: cn节点信息
3467
3403
  # @type CNSummary: :class:`Tencentcloud::Cdwdoris.v20211228.models.NodesSummary`
@@ -3618,19 +3554,14 @@ module TencentCloud
3618
3554
  # @param Role: 所属clickhouse cluster名称
3619
3555
  # @type Role: String
3620
3556
  # @param Status: 状态
3621
- # 注意:此字段可能返回 null,表示取不到有效值。
3622
3557
  # @type Status: String
3623
3558
  # @param Rip: rip
3624
- # 注意:此字段可能返回 null,表示取不到有效值。
3625
3559
  # @type Rip: String
3626
3560
  # @param FeRole: FE节点角色
3627
- # 注意:此字段可能返回 null,表示取不到有效值。
3628
3561
  # @type FeRole: String
3629
3562
  # @param UUID: UUID
3630
- # 注意:此字段可能返回 null,表示取不到有效值。
3631
3563
  # @type UUID: String
3632
3564
  # @param Zone: 可用区
3633
- # 注意:此字段可能返回 null,表示取不到有效值。
3634
3565
  # @type Zone: String
3635
3566
  # @param CreateTime: 创建时间
3636
3567
  # @type CreateTime: String
@@ -3812,7 +3743,6 @@ module TencentCloud
3812
3743
  # ModifyCoolDownPolicy返回参数结构体
3813
3744
  class ModifyCoolDownPolicyResponse < TencentCloud::Common::AbstractModel
3814
3745
  # @param ErrorMsg: 错误信息
3815
- # 注意:此字段可能返回 null,表示取不到有效值。
3816
3746
  # @type ErrorMsg: String
3817
3747
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3818
3748
  # @type RequestId: String
@@ -3912,7 +3842,6 @@ module TencentCloud
3912
3842
  # ModifyInstanceKeyValConfigs返回参数结构体
3913
3843
  class ModifyInstanceKeyValConfigsResponse < TencentCloud::Common::AbstractModel
3914
3844
  # @param ErrorMsg: 错误信息
3915
- # 注意:此字段可能返回 null,表示取不到有效值。
3916
3845
  # @type ErrorMsg: String
3917
3846
  # @param FlowId: ID
3918
3847
  # @type FlowId: Integer
@@ -4056,7 +3985,6 @@ module TencentCloud
4056
3985
  # ModifySecurityGroups返回参数结构体
4057
3986
  class ModifySecurityGroupsResponse < TencentCloud::Common::AbstractModel
4058
3987
  # @param ErrorMsg: 错误信息
4059
- # 注意:此字段可能返回 null,表示取不到有效值。
4060
3988
  # @type ErrorMsg: String
4061
3989
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4062
3990
  # @type RequestId: String
@@ -4163,7 +4091,6 @@ module TencentCloud
4163
4091
  # ModifyUserPrivilegesV3返回参数结构体
4164
4092
  class ModifyUserPrivilegesV3Response < TencentCloud::Common::AbstractModel
4165
4093
  # @param ErrorMsg: 错误信息,为空就是没有错误
4166
- # 注意:此字段可能返回 null,表示取不到有效值。
4167
4094
  # @type ErrorMsg: String
4168
4095
  # @param InstanceId: 集群id
4169
4096
  # @type InstanceId: String
@@ -4271,13 +4198,10 @@ module TencentCloud
4271
4198
  # 网络信息
4272
4199
  class NetworkInfo < TencentCloud::Common::AbstractModel
4273
4200
  # @param Zone: 可用区
4274
- # 注意:此字段可能返回 null,表示取不到有效值。
4275
4201
  # @type Zone: String
4276
4202
  # @param SubnetId: 子网id
4277
- # 注意:此字段可能返回 null,表示取不到有效值。
4278
4203
  # @type SubnetId: String
4279
4204
  # @param SubnetIpNum: 当前子网可用ip数
4280
- # 注意:此字段可能返回 null,表示取不到有效值。
4281
4205
  # @type SubnetIpNum: Integer
4282
4206
 
4283
4207
  attr_accessor :Zone, :SubnetId, :SubnetIpNum
@@ -4298,28 +4222,20 @@ module TencentCloud
4298
4222
  # NodeInfo
4299
4223
  class NodeInfo < TencentCloud::Common::AbstractModel
4300
4224
  # @param Ip: 用户IP
4301
- # 注意:此字段可能返回 null,表示取不到有效值。
4302
4225
  # @type Ip: String
4303
4226
  # @param Status: 节点状态
4304
- # 注意:此字段可能返回 null,表示取不到有效值。
4305
4227
  # @type Status: Integer
4306
4228
  # @param NodeName: 节点角色名
4307
- # 注意:此字段可能返回 null,表示取不到有效值。
4308
4229
  # @type NodeName: String
4309
4230
  # @param ComponentName: 组件名
4310
- # 注意:此字段可能返回 null,表示取不到有效值。
4311
4231
  # @type ComponentName: String
4312
4232
  # @param NodeRole: 节点角色
4313
- # 注意:此字段可能返回 null,表示取不到有效值。
4314
4233
  # @type NodeRole: String
4315
4234
  # @param LastRestartTime: 节点上次重启的时间
4316
- # 注意:此字段可能返回 null,表示取不到有效值。
4317
4235
  # @type LastRestartTime: String
4318
4236
  # @param Zone: 节点所在可用区
4319
- # 注意:此字段可能返回 null,表示取不到有效值。
4320
4237
  # @type Zone: String
4321
4238
  # @param Id: Id
4322
- # 注意:此字段可能返回 null,表示取不到有效值。
4323
4239
  # @type Id: String
4324
4240
 
4325
4241
  attr_accessor :Ip, :Status, :NodeName, :ComponentName, :NodeRole, :LastRestartTime, :Zone, :Id
@@ -4362,10 +4278,8 @@ module TencentCloud
4362
4278
  # @param LastRestartTime: 上一次重启时间
4363
4279
  # @type LastRestartTime: String
4364
4280
  # @param Id: id
4365
- # 注意:此字段可能返回 null,表示取不到有效值。
4366
4281
  # @type Id: String
4367
4282
  # @param Zone: 可用区
4368
- # 注意:此字段可能返回 null,表示取不到有效值。
4369
4283
  # @type Zone: String
4370
4284
  # @param CreateTime: 创建时间
4371
4285
  # @type CreateTime: String
@@ -4414,25 +4328,18 @@ module TencentCloud
4414
4328
  # @param DiskDesc: 磁盘描述
4415
4329
  # @type DiskDesc: String
4416
4330
  # @param AttachCBSSpec: 挂载云盘信息
4417
- # 注意:此字段可能返回 null,表示取不到有效值。
4418
4331
  # @type AttachCBSSpec: :class:`Tencentcloud::Cdwdoris.v20211228.models.AttachCBSSpec`
4419
4332
  # @param SubProductType: 子产品名称
4420
- # 注意:此字段可能返回 null,表示取不到有效值。
4421
4333
  # @type SubProductType: String
4422
4334
  # @param SpecCore: 规格核数
4423
- # 注意:此字段可能返回 null,表示取不到有效值。
4424
4335
  # @type SpecCore: Integer
4425
4336
  # @param SpecMemory: 规格内存
4426
- # 注意:此字段可能返回 null,表示取不到有效值。
4427
4337
  # @type SpecMemory: Integer
4428
4338
  # @param DiskCount: 磁盘大小
4429
- # 注意:此字段可能返回 null,表示取不到有效值。
4430
4339
  # @type DiskCount: Integer
4431
4340
  # @param Encrypt: 是否加密
4432
- # 注意:此字段可能返回 null,表示取不到有效值。
4433
4341
  # @type Encrypt: Integer
4434
4342
  # @param MaxDiskSize: 最大磁盘
4435
- # 注意:此字段可能返回 null,表示取不到有效值。
4436
4343
  # @type MaxDiskSize: Integer
4437
4344
 
4438
4345
  attr_accessor :Spec, :NodeSize, :Core, :Memory, :Disk, :DiskType, :DiskDesc, :AttachCBSSpec, :SubProductType, :SpecCore, :SpecMemory, :DiskCount, :Encrypt, :MaxDiskSize
@@ -4558,7 +4465,6 @@ module TencentCloud
4558
4465
  # OpenCoolDown返回参数结构体
4559
4466
  class OpenCoolDownResponse < TencentCloud::Common::AbstractModel
4560
4467
  # @param ErrorMsg: 错误信息
4561
- # 注意:此字段可能返回 null,表示取不到有效值。
4562
4468
  # @type ErrorMsg: String
4563
4469
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4564
4470
  # @type RequestId: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cdwdoris
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.982
4
+ version: 3.0.983
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-01-14 00:00:00.000000000 Z
11
+ date: 2025-01-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common