tencent cloud

TDSQL Boundless

产品动态
产品简介
产品概述
应用场景
产品架构
实例类型
兼容性说明
使用规范建议
自研内核
内核概述
内核版本更新动态
功能类特性
性能类特性
产品计费
计费概述
购买方式
价格详情
续费说明
欠费说明
退费说明
快速入门
创建实例
连接实例
用户指南
数据迁移
数据同步/订阅
实例管理
参数配置
账号管理
安全组
备份与恢复
数据库审计
标签管理
实践教程
Online DDL 的技术演进与使用实践
锁机制解析与问题排查实践
数据智能调度及相关性能优化实践
TDSQL Boundless 选型指南与实践教程
开发指南
开发指南(MySQL 兼容模式)
开发指南(HBase 兼容模式)
性能调优
性能调优概述
SQL 调优
DDL 调优
性能白皮书
性能概述
TPC-C 测试
Sysbench 测试
API 文档
History
Introduction
API Category
Making API Requests
Instance APIs
Security Group APIs
Task APIs
Backup APIs
Rollback APIs
Parameter APIs
Database APIs
Data Types
Error Codes
通用参考
系统原理
SQL 参考
数据库参数说明
TPC-H 基准测试数据模型参考
错误码信息
安全与合规
常见问题
服务协议
服务等级协议
服务条款
隐私政策
数据处理和安全协议
联系我们
词汇表

Data Types

聚焦模式
字号
最后更新时间: 2026-03-13 18:56:46

ArchiveLogInterval

Recoverable time interval

Used by actions: DescribeDBSAvailableRecoveryTime.

Name Type Required Description
EndTime String No End time.
Note: This field may return null, indicating that no valid values can be obtained.
MajorVersion String No Major version.
Note: This field may return null, indicating that no valid values can be obtained.
MinorVersion String No Minor version.
Note: This field may return null, indicating that no valid values can be obtained.
StartTime String No Start time.
Note: This field may return null, indicating that no valid values can be obtained.

BackupPolicyModelInput

Modify backup policy object.

Used by actions: ModifyDBSBackupPolicy.

Name Type Required Description
BackupEndTime String No

Backup end time.

BackupMethod String No

Backup method: physical physical backup, snapshot snapshot backup

BackupStartTime String No

Backup start time

EnableFull Integer No

Whether full backup is enabled

EnableLog Integer No

Whether to enable log backup

FullRetentionPeriod Integer No

Full backup retention time can currently only be set to 7 days.

InstanceId String No

Instance ID.

LogRetentionPeriod Integer No

Log retention days. currently, can only set retention to 7 days.

PeriodTime String No

Days of the week to perform backup.

StorageType String No

Storage type: COS, SNAPSHOT

valid values:
  • COS: COS storage
  • SNAPSHOT: cloud disk SNAPSHOT

CloneInstanceModel

Clone instance object.

Used by actions: DescribeDBSCloneInstances.

Name Type Description
CloneEndTime String Clone task end time.
Note: This field may return null, indicating that no valid values can be obtained.
CloneId Integer Clone record ID.
Note: This field may return null, indicating that no valid values can be obtained.
CloneInsType String Clone instance type.
Note: This field may return null, indicating that no valid values can be obtained.
CloneInstanceId String Clone instance ID.
Note: This field may return null, indicating that no valid values can be obtained.
CloneInstanceIsDeleted Boolean Whether the clone instance is deleted.
Note: This field may return null, indicating that no valid values can be obtained.
CloneProgress Float Task progress of clone.
Note: This field may return null, indicating that no valid values can be obtained.
CloneStartTime String Task start time of the clone.
Note: This field may return null, indicating that no valid values can be obtained.
CloneStatus String Task status.
Note: This field may return null, indicating that no valid values can be obtained.
CloneTime String Clone time.
Note: This field may return null, indicating that no valid values can be obtained.
CloneType String Clone type.
Note: This field may return null, indicating that no valid values can be obtained.
CreateTime String Creation time.
Note: This field may return null, indicating that no valid values can be obtained.
DBType String Engine type.
Note: This field may return null, indicating that no valid values can be obtained.
Region String Region.
Note: This field may return null, indicating that no valid values can be obtained.
SourceInstanceId String Source instance ID.
Note: This field may return null, indicating that no valid values can be obtained.

ConstraintRange

Value range of the constraint type.

Used by actions: DescribeDBParameters.

Name Type Description
Min String Minimum value when the constraint type is section.
Max String Specifies the maximum value when the constraint type is section.

DBParamValue

Cloud database parameter information.

Used by actions: ModifyDBParameters.

Name Type Required Description
Param String Yes Parameter name.
Value String Yes Parameter value.

DatabaseFunction

Database function information.

Used by actions: DescribeDatabaseObjects.

Name Type Description
Func String Function name.

DatabaseProcedure

Database stored procedure information.

Used by actions: DescribeDatabaseObjects.

Name Type Description
Proc String Stored procedure name.

DatabaseTable

Database table information.

Used by actions: DescribeDatabaseObjects.

Name Type Description
Table String Table name

DatabaseView

Database view information.

Used by actions: DescribeDatabaseObjects.

Name Type Description
View String View name.

ParamConstraint

Parameter constraints.

Used by actions: DescribeDBParameters.

Name Type Description
Type String Constraint type, for example enumeration, interval.
Enum String Lists the available options when the constraint type is enum.
Note: This field may return null, indicating that no valid values can be obtained.
Range ConstraintRange Value range when the constraint type is section.
Note: This field may return null, indicating that no valid values can be obtained.
String String Valid values when the constraint type is string.
Note: This field may return null, indicating that no valid values can be obtained.

ParamDesc

DB parameter description.

Used by actions: DescribeDBParameters.

Name Type Description
Param String Parameter name.
Value String Current parameter value.
SetValue String The configured value is the same as the value once the parameter takes effect.
Note: This field may return null, indicating that no valid values can be obtained.
Default String System default value.
Constraint ParamConstraint Parameter limits.
Note: This field may return null, indicating that no valid values can be obtained.
HaveSetValue Boolean Whether a value has been set. false: not set. true: has set.
NeedRestart Boolean true: restart required.
Description String Parameter description.
Note: This field may return null, indicating that no valid values can be obtained.

SecurityGroup

Security group details.

Used by actions: DescribeDBSecurityGroups.

Name Type Description
ProjectId Integer Project ID.
CreateTime String CreationTime, time format: yyyy-mm-dd hh:mm:ss.
SecurityGroupId String Security group ID.
SecurityGroupName String Security group name.
SecurityGroupRemark String Security group remarks
Inbound Array of SecurityGroupBound Inbound rule.
Outbound Array of SecurityGroupBound Outbound rule.

SecurityGroupBound

Inbound and outbound rules.

Used by actions: DescribeDBSecurityGroups.

Name Type Description
CidrIp String Source IP or IP range, such as 192.168.0.0/16.
Action String Policy, ACCEPT or DROP.
PortRange String Port.
IpProtocol String Network protocol, supports UDP, TCP.

帮助和支持

本页内容是否解决了您的问题?

填写满意度调查问卷,共创更好文档体验。

文档反馈