You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Describes the location of an instance, including its availability zone, project, host (for CDH products only), master host IP, etc.
2788
+
"""Describes the location of an instance, including its availability zone, project, host (for CDH products only), main host IP, etc.
2789
2789
2790
2790
"""
2791
2791
@@ -2797,7 +2797,7 @@ def __init__(self):
2797
2797
:type ProjectId: int
2798
2798
:param HostIds: ID list of CDHs from which the instance can be created. If you have purchased CDHs and specify this parameter, the instances you purchase will be randomly deployed on the CDHs.
2799
2799
:type HostIds: list of str
2800
-
:param HostIps: Master host IP used to create the CVM
2800
+
:param HostIps: Main host IP used to create the CVM
"""This API is used to create a pay-as-you-go TencentDB instance (which can be a master, disaster recovery, or read-only instance) by passing in information such as instance specifications, MySQL version number, and quantity.
227
+
"""This API is used to create a pay-as-you-go TencentDB instance (which can be a main, disaster recovery, or read-only instance) by passing in information such as instance specifications, MySQL version number, and quantity.
228
228
229
229
This is an async API. You can also use the [DescribeDBInstances](https://cloud.tencent.com/document/api/236/15872) API to query the instance details. If the `Status` value of an instance is 1 and `TaskStatus` is 0, the instance has been successfully delivered.
230
230
231
231
1. Please use the [DescribeDBZoneConfig](https://cloud.tencent.com/document/api/236/17229) API to query the supported instance specifications first and then use the [DescribeDBPrice](https://cloud.tencent.com/document/api/236/18566) API to query the prices of the supported instances;
232
232
2. You can create up to 100 instances at a time, with an instance validity period of up to 36 months;
233
233
3. MySQL v5.5, v5.6, and v5.7 are supported;
234
-
4. Master instances, read-only instances, and disaster recovery instances can be created;
234
+
4. Main instances, read-only instances, and disaster recovery instances can be created;
235
235
5. If `Port`, `ParamList`, or `Password` is set in the input parameters, the instance will be initialized.
236
236
237
237
:param request: Request instance for CreateDBInstanceHour.
"""This API (DescribeDBInstances) is used to query the list of TencentDB instances (which can be master, disaster recovery, or read-only instances). It supports filtering instances by project ID, instance ID, access address, and instance status.
939
+
"""This API (DescribeDBInstances) is used to query the list of TencentDB instances (which can be main, disaster recovery, or read-only instances). It supports filtering instances by project ID, instance ID, access address, and instance status.
940
940
941
941
:param request: Request instance for DescribeDBInstances.
"""This API (SwitchForUpgrade) is used to switch to a new instance. You can initiate this process when the master instance being upgraded is pending switch.
2380
+
"""This API (SwitchForUpgrade) is used to switch to a new instance. You can initiate this process when the main instance being upgraded is pending switch.
2381
2381
2382
2382
:param request: Request instance for SwitchForUpgrade.
"""This API (UpgradeDBInstanceEngineVersion) is used to upgrade the version of a TencentDB instance, which can be a master instance, disaster recovery instance, or read-only instance.
2436
+
"""This API (UpgradeDBInstanceEngineVersion) is used to upgrade the version of a TencentDB instance, which can be a main instance, disaster recovery instance, or read-only instance.
2437
2437
2438
2438
:param request: Request instance for UpgradeDBInstanceEngineVersion.
0 commit comments