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/mysql_mysql_db_system.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
@@ -105,9 +105,9 @@ The following arguments are supported:
105
105
106
106
At some point in the window, the system may incur a brief service disruption as the backup is performed.
107
107
*`compartment_id` - (Required) The OCID of the compartment.
108
-
*`configuration_id` - (Optional) The OCID of the Configuration to be used for this DB System.
108
+
*`configuration_id` - (Optional) (Updatable) The OCID of the Configuration to be used for this DB System.
109
109
*`crash_recovery` - (Optional) (Updatable) Whether to run the DB System with InnoDB Redo Logs and the Double Write Buffer enabled or disabled, and whether to enable or disable syncing of the Binary Logs.
110
-
*`data_storage_size_in_gb` - (Optional) Initial size of the data volume in GBs that will be created and attached. Keep in mind that this only specifies the size of the database data volume, the log volume for the database will be scaled appropriately with its shape. It is required if you are creating a new database. It cannot be set if you are creating a database from a backup.
110
+
*`data_storage_size_in_gb` - (Optional) (Updatable) Initial size of the data volume in GBs that will be created and attached. Keep in mind that this only specifies the size of the database data volume, the log volume for the database will be scaled appropriately with its shape. It is required if you are creating a new database. It cannot be set if you are creating a database from a backup.
111
111
*`defined_tags` - (Optional) (Updatable) Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: `{"foo-namespace.bar-key": "value"}`
112
112
*`deletion_policy` - (Optional) (Updatable) Policy for how the DB System and related resources should be handled at the time of its deletion.
113
113
* `automatic_backup_retention` - (Optional) (Updatable) Specifies if any automatic backups created for a DB System should be retained or deleted when the DB System is deleted.
@@ -140,7 +140,7 @@ The following arguments are supported:
140
140
"{time-of-day}" is the "Time" portion of an RFC3339-formatted timestamp. Any second or sub-second time data will be truncated to zero.
141
141
*`port` - (Optional) The port for primary endpoint of the DB System to listen on.
142
142
*`port_x` - (Optional) The TCP network port on which X Plugin listens for connections. This is the X Plugin equivalent of port.
143
-
*`shape_name` - (Required) The name of the shape. The shape determines the resources allocated
143
+
*`shape_name` - (Required) (Updatable) The name of the shape. The shape determines the resources allocated
144
144
* CPU cores and memory for VM shapes; CPU cores, memory and storage for non-VM (or bare metal) shapes. To get a list of shapes, use the [ListShapes](https://docs.cloud.oracle.com/iaas/api/#/en/mysql/20190415/ShapeSummary/ListShapes) operation.
145
145
*`source` - (Optional) Parameters detailing how to provision the initial data of the system.
146
146
* `backup_id` - (Required when source_type=BACKUP) The OCID of the backup to be used as the source for the new DB System.
0 commit comments