tencentcloud-sdk-cdwdoris 3.0.982 → 3.0.984

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e76c321ca2b9d28f81dce571b1afc4fa9e6da103
4
- data.tar.gz: d55f9745f75c2ce572f74c0878216daac9d7f28e
3
+ metadata.gz: c7066e0b593874ade07e43aa0e22fb23b195f73c
4
+ data.tar.gz: 3b0c86a0c75639b81370d919e4685294cbffcacb
5
5
  SHA512:
6
- metadata.gz: f62fd89def5b624f022c70acf3adb3f6915a939432cf312cc8f1bb12269681bb7cca47bdd5bb40573c6f55d2d99f177a5bbb367215000e2166833ed9a42b00f5
7
- data.tar.gz: 6e42a5a917f017eda0c84aa0fecbb50fc3b4eea49e79a1d0f495342624968dfced662802908d06db00a6eb2300266298db85489599addf49409be2866e555326
6
+ metadata.gz: b3c06fbd6a3220143cae29b2f7105cc9521b394d79db1bd6fa5e80d2190390265b7d0ce812da578b9cfb55930d1968ccf2533b0e174c46fb59ecf4f5f99a1a0f
7
+ data.tar.gz: 351145b1ef0c220dba63eeb3071776324a84649b88f0e48f8fb0cedbd6c8fc70767e57b09bd3325bc7e41d5032cfcf42e42e7a26c3ae21146385f59ce6a78b0e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.982
1
+ 3.0.984
@@ -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
@@ -4660,16 +4566,28 @@ module TencentCloud
4660
4566
 
4661
4567
  # RecoverBackUpJob返回参数结构体
4662
4568
  class RecoverBackUpJobResponse < TencentCloud::Common::AbstractModel
4569
+ # @param TotalCount: 恢复任务总数量
4570
+ # @type TotalCount: Integer
4571
+ # @param DuplicateTables: 重复的表名
4572
+ # @type DuplicateTables: Array
4573
+ # @param ErrorMsg: 错误信息
4574
+ # @type ErrorMsg: String
4663
4575
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4664
4576
  # @type RequestId: String
4665
4577
 
4666
- attr_accessor :RequestId
4578
+ attr_accessor :TotalCount, :DuplicateTables, :ErrorMsg, :RequestId
4667
4579
 
4668
- def initialize(requestid=nil)
4580
+ def initialize(totalcount=nil, duplicatetables=nil, errormsg=nil, requestid=nil)
4581
+ @TotalCount = totalcount
4582
+ @DuplicateTables = duplicatetables
4583
+ @ErrorMsg = errormsg
4669
4584
  @RequestId = requestid
4670
4585
  end
4671
4586
 
4672
4587
  def deserialize(params)
4588
+ @TotalCount = params['TotalCount']
4589
+ @DuplicateTables = params['DuplicateTables']
4590
+ @ErrorMsg = params['ErrorMsg']
4673
4591
  @RequestId = params['RequestId']
4674
4592
  end
4675
4593
  end
@@ -4770,15 +4688,12 @@ module TencentCloud
4770
4688
  # @param RegionId: 地域唯一标记
4771
4689
  # @type RegionId: Integer
4772
4690
  # @param Zones: 地域下所有可用区列表
4773
- # 注意:此字段可能返回 null,表示取不到有效值。
4774
4691
  # @type Zones: Array
4775
4692
  # @param Count: 该地域下集群数目
4776
4693
  # @type Count: Integer
4777
4694
  # @param IsInternationalSite: 0代表是国际站 1代表不是
4778
- # 注意:此字段可能返回 null,表示取不到有效值。
4779
4695
  # @type IsInternationalSite: Integer
4780
4696
  # @param Bucket: 桶
4781
- # 注意:此字段可能返回 null,表示取不到有效值。
4782
4697
  # @type Bucket: String
4783
4698
 
4784
4699
  attr_accessor :Name, :Desc, :RegionId, :Zones, :Count, :IsInternationalSite, :Bucket
@@ -4874,22 +4789,16 @@ module TencentCloud
4874
4789
  # @param Type: 分类标记,STANDARD/BIGDATA/HIGHIO分别表示标准型/大数据型/高IO
4875
4790
  # @type Type: String
4876
4791
  # @param SystemDisk: 系统盘描述信息
4877
- # 注意:此字段可能返回 null,表示取不到有效值。
4878
4792
  # @type SystemDisk: :class:`Tencentcloud::Cdwdoris.v20211228.models.DiskSpec`
4879
4793
  # @param DataDisk: 数据盘描述信息
4880
- # 注意:此字段可能返回 null,表示取不到有效值。
4881
4794
  # @type DataDisk: :class:`Tencentcloud::Cdwdoris.v20211228.models.DiskSpec`
4882
4795
  # @param MaxNodeSize: 最大节点数目限制
4883
- # 注意:此字段可能返回 null,表示取不到有效值。
4884
4796
  # @type MaxNodeSize: Integer
4885
4797
  # @param Available: 是否可用,false代表售罄
4886
- # 注意:此字段可能返回 null,表示取不到有效值。
4887
4798
  # @type Available: Boolean
4888
4799
  # @param ComputeSpecDesc: 规格描述信息
4889
- # 注意:此字段可能返回 null,表示取不到有效值。
4890
4800
  # @type ComputeSpecDesc: String
4891
4801
  # @param InstanceQuota: cvm库存
4892
- # 注意:此字段可能返回 null,表示取不到有效值。
4893
4802
  # @type InstanceQuota: Integer
4894
4803
 
4895
4804
  attr_accessor :Name, :Cpu, :Mem, :Type, :SystemDisk, :DataDisk, :MaxNodeSize, :Available, :ComputeSpecDesc, :InstanceQuota
@@ -5076,10 +4985,8 @@ module TencentCloud
5076
4985
  # @param ReserveDynamicPartitionEnable: 是否保持源表中的动态分区
5077
4986
  # @type ReserveDynamicPartitionEnable: Boolean
5078
4987
  # @param BackupJobId: 备份实例id
5079
- # 注意:此字段可能返回 null,表示取不到有效值。
5080
4988
  # @type BackupJobId: Integer
5081
4989
  # @param TaskId: 实例对应snapshot的id
5082
- # 注意:此字段可能返回 null,表示取不到有效值。
5083
4990
  # @type TaskId: Integer
5084
4991
 
5085
4992
  attr_accessor :JobId, :Label, :Timestamp, :DbName, :State, :AllowLoad, :ReplicationNum, :ReplicaAllocation, :RestoreObjects, :CreateTime, :MetaPreparedTime, :SnapshotFinishedTime, :DownloadFinishedTime, :FinishedTime, :UnfinishedTasks, :Progress, :TaskErrMsg, :Status, :Timeout, :ReserveReplica, :ReserveDynamicPartitionEnable, :BackupJobId, :TaskId
@@ -5248,34 +5155,26 @@ module TencentCloud
5248
5155
  # 调度信息
5249
5156
  class ScheduleInfo < TencentCloud::Common::AbstractModel
5250
5157
  # @param EffectivePeriod: 生效周期
5251
- # 注意:此字段可能返回 null,表示取不到有效值。
5252
5158
  # @type EffectivePeriod: String
5253
5159
  # @param ScheduleType: 调度类型,不传该参数时为立即执行:
5254
5160
  # Day-天
5255
5161
  # Week-周
5256
5162
  # Month-月
5257
5163
  # Once-单次
5258
-
5259
- # 注意:此字段可能返回 null,表示取不到有效值。
5260
5164
  # @type ScheduleType: String
5261
5165
  # @param ScheduleData: 执行调度的日期。调度类型为周和月时以英文逗号分隔;
5262
5166
  # 调度类型为单次时,该值是个日期
5263
- # 注意:此字段可能返回 null,表示取不到有效值。
5264
5167
  # @type ScheduleData: String
5265
5168
  # @param ScheduleHour: 执行时间:时
5266
- # 注意:此字段可能返回 null,表示取不到有效值。
5267
5169
  # @type ScheduleHour: Integer
5268
5170
  # @param ScheduleMin: 执行时间:分
5269
- # 注意:此字段可能返回 null,表示取不到有效值。
5270
5171
  # @type ScheduleMin: Integer
5271
5172
  # @param BackupScope: 备份粒度:
5272
5173
  # All-全量
5273
5174
  # Database-按库
5274
5175
  # Table-按表
5275
- # 注意:此字段可能返回 null,表示取不到有效值。
5276
5176
  # @type BackupScope: String
5277
5177
  # @param BackupDatabase: 备份库:如果是按库备份,则需要该字段,库之间用英文逗号分割
5278
- # 注意:此字段可能返回 null,表示取不到有效值。
5279
5178
  # @type BackupDatabase: String
5280
5179
 
5281
5180
  attr_accessor :EffectivePeriod, :ScheduleType, :ScheduleData, :ScheduleHour, :ScheduleMin, :BackupScope, :BackupDatabase
@@ -5456,7 +5355,6 @@ module TencentCloud
5456
5355
  # UpdateCoolDown返回参数结构体
5457
5356
  class UpdateCoolDownResponse < TencentCloud::Common::AbstractModel
5458
5357
  # @param ErrorMsg: 错误信息
5459
- # 注意:此字段可能返回 null,表示取不到有效值。
5460
5358
  # @type ErrorMsg: String
5461
5359
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5462
5360
  # @type RequestId: String
@@ -5541,10 +5439,8 @@ module TencentCloud
5541
5439
  # 用户绑定资源组信息
5542
5440
  class UserWorkloadGroup < TencentCloud::Common::AbstractModel
5543
5441
  # @param UserName: test
5544
- # 注意:此字段可能返回 null,表示取不到有效值。
5545
5442
  # @type UserName: String
5546
5443
  # @param WorkloadGroupName: normal
5547
- # 注意:此字段可能返回 null,表示取不到有效值。
5548
5444
  # @type WorkloadGroupName: String
5549
5445
 
5550
5446
  attr_accessor :UserName, :WorkloadGroupName
@@ -5563,19 +5459,14 @@ module TencentCloud
5563
5459
  # 资源组相关配置
5564
5460
  class WorkloadGroupConfig < TencentCloud::Common::AbstractModel
5565
5461
  # @param WorkloadGroupName: 资源组名称
5566
- # 注意:此字段可能返回 null,表示取不到有效值。
5567
5462
  # @type WorkloadGroupName: String
5568
5463
  # @param CpuShare: CPU权重
5569
- # 注意:此字段可能返回 null,表示取不到有效值。
5570
5464
  # @type CpuShare: Integer
5571
5465
  # @param MemoryLimit: 内存限制,所有资源组的内存限制值之和应该小于等于100
5572
- # 注意:此字段可能返回 null,表示取不到有效值。
5573
5466
  # @type MemoryLimit: Integer
5574
5467
  # @param EnableMemoryOverCommit: 是否允许超配分配
5575
- # 注意:此字段可能返回 null,表示取不到有效值。
5576
5468
  # @type EnableMemoryOverCommit: Boolean
5577
5469
  # @param CpuHardLimit: cpu硬限制
5578
- # 注意:此字段可能返回 null,表示取不到有效值。
5579
5470
  # @type CpuHardLimit: String
5580
5471
 
5581
5472
  attr_accessor :WorkloadGroupName, :CpuShare, :MemoryLimit, :EnableMemoryOverCommit, :CpuHardLimit
@@ -5606,10 +5497,8 @@ module TencentCloud
5606
5497
  # @param ZoneId: 可用区唯一标记
5607
5498
  # @type ZoneId: Integer
5608
5499
  # @param Encrypt: Encryptid
5609
- # 注意:此字段可能返回 null,表示取不到有效值。
5610
5500
  # @type Encrypt: Integer
5611
5501
  # @param Main: 是否为主力园区
5612
- # 注意:此字段可能返回 null,表示取不到有效值。
5613
5502
  # @type Main: Boolean
5614
5503
 
5615
5504
  attr_accessor :Name, :Desc, :ZoneId, :Encrypt, :Main
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.984
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-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common