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
Description: "Type of Mongodb instance, and available values include `HIO`(or `GIO` which will be deprecated) and `HIO10G`(or `TGIO` which will be deprecated).",
108
+
Description: "Type of Mongodb instance, and available values include `HIO`(or `GIO` which will be deprecated, represents high IO) and `HIO10G`(or `TGIO` which will be deprecated, represents 10-gigabit high IO).",
*`available_zone` - (Required, ForceNew) The available zone of the Mongodb.
36
-
*`engine_version` - (Required, ForceNew) Version of the Mongodb, and available values include `MONGO_3_WT`, `MONGO_3_ROCKS`, `MONGO_36_WT` and `MONGO_40_WT`.
36
+
*`engine_version` - (Required, ForceNew) Version of the Mongodb, and available values include `MONGO_3_WT` (represents MongoDB 3.2 WiredTiger Edition), `MONGO_3_ROCKS` (represents MongoDB 3.2 RocksDB Edition), `MONGO_36_WT`(represents MongoDB 3.6 WiredTiger Edition) and `MONGO_40_WT` (represents MongoDB 4.0 WiredTiger Edition).
37
37
*`instance_name` - (Required) Name of the Mongodb instance.
38
-
*`machine_type` - (Required, ForceNew) Type of Mongodb instance, and available values include `HIO`(or `GIO` which will be deprecated) and `HIO10G`(or `TGIO` which will be deprecated).
38
+
*`machine_type` - (Required, ForceNew) Type of Mongodb instance, and available values include `HIO`(or `GIO` which will be deprecated, represents high IO) and `HIO10G`(or `TGIO` which will be deprecated, represents 10-gigabit high IO).
39
39
*`memory` - (Required) Memory size. The minimum value is 2, and unit is GB. Memory and volume must be upgraded or degraded simultaneously.
40
40
*`password` - (Required) Password of this Mongodb account.
41
41
*`volume` - (Required) Disk size. The minimum value is 25, and unit is GB. Memory and volume must be upgraded or degraded simultaneously.
*`available_zone` - (Required, ForceNew) The available zone of the Mongodb.
38
-
*`engine_version` - (Required, ForceNew) Version of the Mongodb, and available values include `MONGO_3_WT`, `MONGO_3_ROCKS`, `MONGO_36_WT` and `MONGO_40_WT`.
38
+
*`engine_version` - (Required, ForceNew) Version of the Mongodb, and available values include `MONGO_3_WT` (represents MongoDB 3.2 WiredTiger Edition), `MONGO_3_ROCKS` (represents MongoDB 3.2 RocksDB Edition), `MONGO_36_WT`(represents MongoDB 3.6 WiredTiger Edition) and `MONGO_40_WT` (represents MongoDB 4.0 WiredTiger Edition).
39
39
*`instance_name` - (Required) Name of the Mongodb instance.
40
-
*`machine_type` - (Required, ForceNew) Type of Mongodb instance, and available values include `HIO`(or `GIO` which will be deprecated) and `HIO10G`(or `TGIO` which will be deprecated).
40
+
*`machine_type` - (Required, ForceNew) Type of Mongodb instance, and available values include `HIO`(or `GIO` which will be deprecated, represents high IO) and `HIO10G`(or `TGIO` which will be deprecated, represents 10-gigabit high IO).
41
41
*`memory` - (Required) Memory size. The minimum value is 2, and unit is GB. Memory and volume must be upgraded or degraded simultaneously.
42
42
*`nodes_per_shard` - (Required, ForceNew) Number of nodes per shard, at least 3(one master and two slaves).
43
43
*`password` - (Required) Password of this Mongodb account.
*`available_zone` - (Required, ForceNew) The available zone of the Mongodb standby instance. NOTE: must not same with father instance's.
62
-
*`father_instance_id` - (Required, ForceNew) Indicates the master instance ID of standby instances.
61
+
*`available_zone` - (Required, ForceNew) The available zone of the Mongodb standby instance. NOTE: must not be same with father instance's.
62
+
*`father_instance_id` - (Required, ForceNew) Indicates the father instance ID of standby instances.
63
63
*`father_instance_region` - (Required, ForceNew) Indicates the region of father instance.
64
64
*`instance_name` - (Required) Name of the Mongodb instance.
65
65
*`memory` - (Required) Memory size. The minimum value is 2, and unit is GB. Memory and volume must be upgraded or degraded simultaneously.
@@ -79,8 +79,8 @@ In addition to all arguments above, the following attributes are exported:
79
79
80
80
*`id` - ID of the resource.
81
81
*`create_time` - Creation time of the Mongodb instance.
82
-
*`engine_version` - Version of the Mongodb and must be same as the master's.
83
-
*`machine_type` - Type of Mongodb instance and must be same as the master's.
82
+
*`engine_version` - Version of the standby Mongodb instance and must be same as the father's.
83
+
*`machine_type` - Type of standby Mongodb instance and must be same as the father's.
84
84
*`status` - Status of the Mongodb instance, and available values include pending initialization(expressed with 0), processing(expressed with 1), running(expressed with 2) and expired(expressed with -2).
0 commit comments