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
Copy file name to clipboardExpand all lines: website/docs/r/cynosdb_cluster.html.markdown
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ The following arguments are supported:
67
67
*`storage_limit` - (Required) Storage limit of CynosDB cluster instance, unit in GB.
68
68
*`subnet_id` - (Required) ID of the subnet within this VPC.
69
69
*`vpc_id` - (Required) ID of the VPC.
70
-
*`auto_renew_flag` - (Optional) Auto renew flag. Valid values are `0`(MANUAL_RENEW), `1`(AUTO_RENEW). Only works for PREPAID cluster.
70
+
*`auto_renew_flag` - (Optional) Auto renew flag. Valid values are `0`(MANUAL_RENEW), `1`(AUTO_RENEW). Default value is `0`. Only works for PREPAID cluster.
71
71
*`charge_type` - (Optional, ForceNew) The charge type of instance. Valid values are `PREPAID` and `POSTPAID_BY_HOUR`. Default value is `POSTPAID_BY_HOUR`.
72
72
*`force_delete` - (Optional) Indicate whether to delete cluster instance directly or not. Default is false. If set true, the cluster and its `All RELATED INSTANCES` will be deleted instead of staying recycle bin. Note: works for both `PREPAID` and `POSTPAID_BY_HOUR` cluster.
73
73
*`instance_maintain_duration` - (Optional) Duration time for maintenance, unit in second. `3600` by default.
@@ -95,14 +95,14 @@ In addition to all arguments above, the following attributes are exported:
95
95
*`ro_group_addr` - Readonly addresses. Each element contains the following attributes:
96
96
*`ip` - IP address for readonly connection.
97
97
*`port` - Port number for readonly connection.
98
-
*`ro_group_id` - Id of read-only instance group.
98
+
*`ro_group_id` - ID of read-only instance group.
99
99
*`ro_group_instances` - List of instances in the read-only instance group.
100
100
*`instance_id` - ID of instance.
101
101
*`instance_name` - Name of instance.
102
102
*`rw_group_addr` - Read-write addresses. Each element contains the following attributes:
103
103
*`ip` - IP address for read-write connection.
104
104
*`port` - Port number for read-write connection.
105
-
*`rw_group_id` - Id of read-write instance group.
105
+
*`rw_group_id` - ID of read-write instance group.
106
106
*`rw_group_instances` - List of instances in the read-write instance group.
*`cluster_id` - (Required) Cluster id which the readonly instance belongs to.
42
+
*`cluster_id` - (Required, ForceNew) Cluster id which the readonly instance belongs to.
43
43
*`instance_cpu_core` - (Required) The number of CPU cores of read-write type instance in the CynosDB cluster. Note: modification of this field will take effect immediately, if want to upgrade on maintenance window, please upgrade from console.
44
44
*`instance_memory_size` - (Required) Memory capacity of read-write type instance, unit in GB. Note: modification of this field will take effect immediately, if want to upgrade on maintenance window, please upgrade from console.
45
-
*`instance_name` - (Required) Name of instance.
45
+
*`instance_name` - (Required, ForceNew) Name of instance.
46
46
*`force_delete` - (Optional) Indicate whether to delete readonly instance directly or not. Default is false. If set true, instance will be deleted instead of staying recycle bin. Note: works for both `PREPAID` and `POSTPAID_BY_HOUR` cluster.
47
47
*`instance_maintain_duration` - (Optional) Duration time for maintenance, unit in second. `3600` by default.
48
48
*`instance_maintain_start_time` - (Optional) Offset time from 00:00, unit in second. For example, 03:00am should be `10800`. `10800` by default.
0 commit comments