Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.17
0.3.18
14 changes: 7 additions & 7 deletions src/UDB/Apis/BackupUDBInstanceBinlogRequest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2022 UCloud Technology Co., Ltd.
* Copyright 2026 UCloud Technology Co., Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -31,7 +31,7 @@ public function __construct()


/**
* Region: 地域。 参见 [地域和可用区列表](../summary/regionlist.html)
* Region: 地域。 参见 [地域和可用区列表](https://docs.ucloud.cn/api/summary/regionlist)
*
* @return string|null
*/
Expand All @@ -41,7 +41,7 @@ public function getRegion()
}

/**
* Region: 地域。 参见 [地域和可用区列表](../summary/regionlist.html)
* Region: 地域。 参见 [地域和可用区列表](https://docs.ucloud.cn/api/summary/regionlist)
*
* @param string $region
*/
Expand All @@ -51,7 +51,7 @@ public function setRegion($region)
}

/**
* Zone: 可用区。参见 [可用区列表](../summary/regionlist.html)
* Zone: 可用区。参见 [可用区列表](https://docs.ucloud.cn/api/summary/regionlist)
*
* @return string|null
*/
Expand All @@ -61,7 +61,7 @@ public function getZone()
}

/**
* Zone: 可用区。参见 [可用区列表](../summary/regionlist.html)
* Zone: 可用区。参见 [可用区列表](https://docs.ucloud.cn/api/summary/regionlist)
*
* @param string $zone
*/
Expand All @@ -71,7 +71,7 @@ public function setZone($zone)
}

/**
* ProjectId: 项目ID。不填写为默认项目,子帐号必须填写。 请参考[GetProjectList接口](../summary/get_project_list.html)
* ProjectId: 项目ID。不填写为默认项目,子帐号必须填写。 请参考[GetProjectList接口](https://docs.ucloud.cn/api/summary/get_project_list)
*
* @return string|null
*/
Expand All @@ -81,7 +81,7 @@ public function getProjectId()
}

/**
* ProjectId: 项目ID。不填写为默认项目,子帐号必须填写。 请参考[GetProjectList接口](../summary/get_project_list.html)
* ProjectId: 项目ID。不填写为默认项目,子帐号必须填写。 请参考[GetProjectList接口](https://docs.ucloud.cn/api/summary/get_project_list)
*
* @param string $projectId
*/
Expand Down
2 changes: 1 addition & 1 deletion src/UDB/Apis/BackupUDBInstanceBinlogResponse.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2022 UCloud Technology Co., Ltd.
* Copyright 2026 UCloud Technology Co., Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
14 changes: 7 additions & 7 deletions src/UDB/Apis/BackupUDBInstanceErrorLogRequest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2022 UCloud Technology Co., Ltd.
* Copyright 2026 UCloud Technology Co., Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -31,7 +31,7 @@ public function __construct()


/**
* Region: 地域。 参见 [地域和可用区列表](../summary/regionlist.html)
* Region: 地域。 参见 [地域和可用区列表](https://docs.ucloud.cn/api/summary/regionlist)
*
* @return string|null
*/
Expand All @@ -41,7 +41,7 @@ public function getRegion()
}

/**
* Region: 地域。 参见 [地域和可用区列表](../summary/regionlist.html)
* Region: 地域。 参见 [地域和可用区列表](https://docs.ucloud.cn/api/summary/regionlist)
*
* @param string $region
*/
Expand All @@ -51,7 +51,7 @@ public function setRegion($region)
}

/**
* Zone: 可用区。参见 [可用区列表](../summary/regionlist.html)
* Zone: 可用区。参见 [可用区列表](https://docs.ucloud.cn/api/summary/regionlist)
*
* @return string|null
*/
Expand All @@ -61,7 +61,7 @@ public function getZone()
}

/**
* Zone: 可用区。参见 [可用区列表](../summary/regionlist.html)
* Zone: 可用区。参见 [可用区列表](https://docs.ucloud.cn/api/summary/regionlist)
*
* @param string $zone
*/
Expand All @@ -71,7 +71,7 @@ public function setZone($zone)
}

/**
* ProjectId: 项目ID。不填写为默认项目,子帐号必须填写。 请参考[GetProjectList接口](../summary/get_project_list.html)
* ProjectId: 项目ID。不填写为默认项目,子帐号必须填写。 请参考[GetProjectList接口](https://docs.ucloud.cn/api/summary/get_project_list)
*
* @return string|null
*/
Expand All @@ -81,7 +81,7 @@ public function getProjectId()
}

/**
* ProjectId: 项目ID。不填写为默认项目,子帐号必须填写。 请参考[GetProjectList接口](../summary/get_project_list.html)
* ProjectId: 项目ID。不填写为默认项目,子帐号必须填写。 请参考[GetProjectList接口](https://docs.ucloud.cn/api/summary/get_project_list)
*
* @param string $projectId
*/
Expand Down
2 changes: 1 addition & 1 deletion src/UDB/Apis/BackupUDBInstanceErrorLogResponse.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2022 UCloud Technology Co., Ltd.
* Copyright 2026 UCloud Technology Co., Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
18 changes: 9 additions & 9 deletions src/UDB/Apis/BackupUDBInstanceRequest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2022 UCloud Technology Co., Ltd.
* Copyright 2026 UCloud Technology Co., Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -31,7 +31,7 @@ public function __construct()


/**
* Region: 地域。 参见 [地域和可用区列表](../summary/regionlist.html)
* Region: 地域。 参见 [地域和可用区列表](https://docs.ucloud.cn/api/summary/regionlist)
*
* @return string|null
*/
Expand All @@ -41,7 +41,7 @@ public function getRegion()
}

/**
* Region: 地域。 参见 [地域和可用区列表](../summary/regionlist.html)
* Region: 地域。 参见 [地域和可用区列表](https://docs.ucloud.cn/api/summary/regionlist)
*
* @param string $region
*/
Expand All @@ -51,7 +51,7 @@ public function setRegion($region)
}

/**
* Zone: 可用区。参见 [可用区列表](../summary/regionlist.html)
* Zone: 可用区。参见 [可用区列表](https://docs.ucloud.cn/api/summary/regionlist)
*
* @return string|null
*/
Expand All @@ -61,7 +61,7 @@ public function getZone()
}

/**
* Zone: 可用区。参见 [可用区列表](../summary/regionlist.html)
* Zone: 可用区。参见 [可用区列表](https://docs.ucloud.cn/api/summary/regionlist)
*
* @param string $zone
*/
Expand All @@ -71,7 +71,7 @@ public function setZone($zone)
}

/**
* ProjectId: 项目ID。不填写为默认项目,子帐号必须填写。 请参考[GetProjectList接口](../summary/get_project_list.html)
* ProjectId: 项目ID。不填写为默认项目,子帐号必须填写。 请参考[GetProjectList接口](https://docs.ucloud.cn/api/summary/get_project_list)
*
* @return string|null
*/
Expand All @@ -81,7 +81,7 @@ public function getProjectId()
}

/**
* ProjectId: 项目ID。不填写为默认项目,子帐号必须填写。 请参考[GetProjectList接口](../summary/get_project_list.html)
* ProjectId: 项目ID。不填写为默认项目,子帐号必须填写。 请参考[GetProjectList接口](https://docs.ucloud.cn/api/summary/get_project_list)
*
* @param string $projectId
*/
Expand Down Expand Up @@ -151,7 +151,7 @@ public function setUseBlacklist($useBlacklist)
}

/**
* BackupMethod: 使用的备份方式。(快照备份即物理备份。注意只有SSD版本的mysql实例支持设置为snapshot
* BackupMethod: 使用的备份方式。默认使用逻辑备份(快照备份即物理备份。SSD版本的mysql/mongodb实例支持设置为snapshot,NVMe版本的mysql实例支持设置为xtrabackup
*
* @return string|null
*/
Expand All @@ -161,7 +161,7 @@ public function getBackupMethod()
}

/**
* BackupMethod: 使用的备份方式。(快照备份即物理备份。注意只有SSD版本的mysql实例支持设置为snapshot
* BackupMethod: 使用的备份方式。默认使用逻辑备份(快照备份即物理备份。SSD版本的mysql/mongodb实例支持设置为snapshot,NVMe版本的mysql实例支持设置为xtrabackup
*
* @param string $backupMethod
*/
Expand Down
2 changes: 1 addition & 1 deletion src/UDB/Apis/BackupUDBInstanceResponse.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2022 UCloud Technology Co., Ltd.
* Copyright 2026 UCloud Technology Co., Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
10 changes: 5 additions & 5 deletions src/UDB/Apis/BackupUDBInstanceSlowLogRequest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2022 UCloud Technology Co., Ltd.
* Copyright 2026 UCloud Technology Co., Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -33,7 +33,7 @@ public function __construct()


/**
* Region: 地域。 参见 [地域和可用区列表](../summary/regionlist.html)
* Region: 地域。 参见 [地域和可用区列表](https://docs.ucloud.cn/api/summary/regionlist)
*
* @return string|null
*/
Expand All @@ -43,7 +43,7 @@ public function getRegion()
}

/**
* Region: 地域。 参见 [地域和可用区列表](../summary/regionlist.html)
* Region: 地域。 参见 [地域和可用区列表](https://docs.ucloud.cn/api/summary/regionlist)
*
* @param string $region
*/
Expand All @@ -53,7 +53,7 @@ public function setRegion($region)
}

/**
* ProjectId: 项目ID。不填写为默认项目,子帐号必须填写。 请参考[GetProjectList接口](../summary/get_project_list.html)
* ProjectId: 项目ID。不填写为默认项目,子帐号必须填写。 请参考[GetProjectList接口](https://docs.ucloud.cn/api/summary/get_project_list)
*
* @return string|null
*/
Expand All @@ -63,7 +63,7 @@ public function getProjectId()
}

/**
* ProjectId: 项目ID。不填写为默认项目,子帐号必须填写。 请参考[GetProjectList接口](../summary/get_project_list.html)
* ProjectId: 项目ID。不填写为默认项目,子帐号必须填写。 请参考[GetProjectList接口](https://docs.ucloud.cn/api/summary/get_project_list)
*
* @param string $projectId
*/
Expand Down
2 changes: 1 addition & 1 deletion src/UDB/Apis/BackupUDBInstanceSlowLogResponse.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2022 UCloud Technology Co., Ltd.
* Copyright 2026 UCloud Technology Co., Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
14 changes: 7 additions & 7 deletions src/UDB/Apis/ChangeUDBParamGroupRequest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2022 UCloud Technology Co., Ltd.
* Copyright 2026 UCloud Technology Co., Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -31,7 +31,7 @@ public function __construct()


/**
* Region: 地域。 参见 [地域和可用区列表](../summary/regionlist.html)
* Region: 地域。 参见 [地域和可用区列表](https://docs.ucloud.cn/api/summary/regionlist)
*
* @return string|null
*/
Expand All @@ -41,7 +41,7 @@ public function getRegion()
}

/**
* Region: 地域。 参见 [地域和可用区列表](../summary/regionlist.html)
* Region: 地域。 参见 [地域和可用区列表](https://docs.ucloud.cn/api/summary/regionlist)
*
* @param string $region
*/
Expand All @@ -51,7 +51,7 @@ public function setRegion($region)
}

/**
* Zone: 可用区。参见 [可用区列表](../summary/regionlist.html)
* Zone: 可用区。参见 [可用区列表](https://docs.ucloud.cn/api/summary/regionlist)
*
* @return string|null
*/
Expand All @@ -61,7 +61,7 @@ public function getZone()
}

/**
* Zone: 可用区。参见 [可用区列表](../summary/regionlist.html)
* Zone: 可用区。参见 [可用区列表](https://docs.ucloud.cn/api/summary/regionlist)
*
* @param string $zone
*/
Expand All @@ -71,7 +71,7 @@ public function setZone($zone)
}

/**
* ProjectId: 项目ID。不填写为默认项目,子帐号必须填写。 请参考[GetProjectList接口](../summary/get_project_list.html)
* ProjectId: 项目ID。不填写为默认项目,子帐号必须填写。 请参考[GetProjectList接口](https://docs.ucloud.cn/api/summary/get_project_list)
*
* @return string|null
*/
Expand All @@ -81,7 +81,7 @@ public function getProjectId()
}

/**
* ProjectId: 项目ID。不填写为默认项目,子帐号必须填写。 请参考[GetProjectList接口](../summary/get_project_list.html)
* ProjectId: 项目ID。不填写为默认项目,子帐号必须填写。 请参考[GetProjectList接口](https://docs.ucloud.cn/api/summary/get_project_list)
*
* @param string $projectId
*/
Expand Down
2 changes: 1 addition & 1 deletion src/UDB/Apis/ChangeUDBParamGroupResponse.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Copyright 2022 UCloud Technology Co., Ltd.
* Copyright 2026 UCloud Technology Co., Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Loading
Loading