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/d/database_autonomous_database.html.markdown
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,9 @@ The following attributes are exported:
50
50
*`data_storage_size_in_tbs` - The quantity of data in the database, in terabytes.
51
51
*`db_name` - The database name.
52
52
*`db_version` - A valid Oracle Database version for Autonomous Database.
53
-
*`db_workload` - The Autonomous Database workload type. OLTP indicates an Autonomous Transaction Processing database and DW indicates an Autonomous Data Warehouse database.
53
+
*`db_workload` - The Autonomous Database workload type. The following values are valid:
54
+
* OLTP - indicates an Autonomous Transaction Processing database
55
+
* DW - indicates an Autonomous Data Warehouse database
54
56
*`defined_tags` - Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
55
57
*`display_name` - The user-friendly name for the Autonomous Database. The name does not have to be unique.
56
58
*`freeform_tags` - Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
@@ -61,7 +63,8 @@ The following attributes are exported:
61
63
*`is_preview` - Indicates if the Autonomous Database version is a preview version.
62
64
*`license_model` - The Oracle license model that applies to the Oracle Autonomous Database. Note that when provisioning an Autonomous Database on [dedicated Exadata infrastructure](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/adbddoverview.htm), this attribute must be null because the attribute is already set at the Autonomous Exadata Infrastructure level. When using [shared Exadata infrastructure](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/adboverview.htm#AEI), if a value is not specified, the system will supply the value of `BRING_YOUR_OWN_LICENSE`.
63
65
*`lifecycle_details` - Information about the current lifecycle state.
64
-
*`nsg_ids` - A list of the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network security groups (NSGs) that this DB system belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see [Security Rules](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/securityrules.htm).
66
+
*`nsg_ids` - A list of the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network security groups (NSGs) that this resource belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see [Security Rules](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/securityrules.htm). **NsgIds restrictions:**
67
+
* Autonomous Databases with private access require at least 1 Network Security Group (NSG). The nsgIds array cannot be empty.
65
68
*`private_endpoint` - The private endpoint for the resource.
66
69
*`private_endpoint_label` - The private endpoint label for the resource.
67
70
*`service_console_url` - The URL of the Service Console for the Autonomous Database.
Copy file name to clipboardExpand all lines: website/docs/d/database_autonomous_databases.html.markdown
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,9 @@ The following attributes are exported:
70
70
*`data_storage_size_in_tbs` - The quantity of data in the database, in terabytes.
71
71
*`db_name` - The database name.
72
72
*`db_version` - A valid Oracle Database version for Autonomous Database.
73
-
*`db_workload` - The Autonomous Database workload type. OLTP indicates an Autonomous Transaction Processing database and DW indicates an Autonomous Data Warehouse database.
73
+
*`db_workload` - The Autonomous Database workload type. The following values are valid:
74
+
* OLTP - indicates an Autonomous Transaction Processing database
75
+
* DW - indicates an Autonomous Data Warehouse database
74
76
*`defined_tags` - Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
75
77
*`display_name` - The user-friendly name for the Autonomous Database. The name does not have to be unique.
76
78
*`freeform_tags` - Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
@@ -81,7 +83,8 @@ The following attributes are exported:
81
83
*`is_preview` - Indicates if the Autonomous Database version is a preview version.
82
84
*`license_model` - The Oracle license model that applies to the Oracle Autonomous Database. Note that when provisioning an Autonomous Database on [dedicated Exadata infrastructure](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/adbddoverview.htm), this attribute must be null because the attribute is already set at the Autonomous Exadata Infrastructure level. When using [shared Exadata infrastructure](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/adboverview.htm#AEI), if a value is not specified, the system will supply the value of `BRING_YOUR_OWN_LICENSE`.
83
85
*`lifecycle_details` - Information about the current lifecycle state.
84
-
*`nsg_ids` - A list of the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network security groups (NSGs) that this DB system belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see [Security Rules](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/securityrules.htm).
86
+
*`nsg_ids` - A list of the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network security groups (NSGs) that this resource belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see [Security Rules](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/securityrules.htm). **NsgIds restrictions:**
87
+
* Autonomous Databases with private access require at least 1 Network Security Group (NSG). The nsgIds array cannot be empty.
85
88
*`private_endpoint` - The private endpoint for the resource.
86
89
*`private_endpoint_label` - The private endpoint label for the resource.
87
90
*`service_console_url` - The URL of the Service Console for the Autonomous Database.
Copy file name to clipboardExpand all lines: website/docs/d/database_autonomous_db_preview_versions.html.markdown
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,9 @@ The following attributes are exported:
40
40
41
41
The following attributes are exported:
42
42
43
-
*`db_workload` - The Autonomous Database workload type. OLTP indicates an Autonomous Transaction Processing database and DW indicates an Autonomous Data Warehouse database.
43
+
*`db_workload` - The Autonomous Database workload type. The following values are valid:
44
+
* OLTP - indicates an Autonomous Transaction Processing database
45
+
* DW - indicates an Autonomous Data Warehouse database
44
46
*`details` - A URL that points to a detailed description of the preview version.
45
47
*`time_preview_begin` - The date and time when the preview version availability begins.
46
48
*`time_preview_end` - The date and time when the preview version availability ends.
Copy file name to clipboardExpand all lines: website/docs/d/database_autonomous_db_versions.html.markdown
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,9 @@ The following attributes are exported:
42
42
43
43
The following attributes are exported:
44
44
45
-
*`db_workload` - The Autonomous Database workload type. OLTP indicates an Autonomous Transaction Processing database and DW indicates an Autonomous Data Warehouse database.
45
+
*`db_workload` - The Autonomous Database workload type. The following values are valid:
46
+
* OLTP - indicates an Autonomous Transaction Processing database
47
+
* DW - indicates an Autonomous Data Warehouse database
46
48
*`details` - A URL that points to a detailed description of the Autonomous Database version.
47
49
*`is_dedicated` - True if the database uses [dedicated Exadata infrastructure](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/adbddoverview.htm).
48
50
*`version` - A valid Oracle Database version for Autonomous Database.
Copy file name to clipboardExpand all lines: website/docs/d/database_autonomous_exadata_infrastructure.html.markdown
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,8 @@ The following attributes are exported:
53
53
* `preference` - The maintenance window scheduling preference.
54
54
* `weeks_of_month` - Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
55
55
*`next_maintenance_run_id` - The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the next maintenance run.
56
-
*`nsg_ids` - A list of the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network security groups (NSGs) that this DB system belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see [Security Rules](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/securityrules.htm).
56
+
*`nsg_ids` - A list of the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network security groups (NSGs) that this resource belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see [Security Rules](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/securityrules.htm). **NsgIds restrictions:**
57
+
* Autonomous Databases with private access require at least 1 Network Security Group (NSG). The nsgIds array cannot be empty.
57
58
*`shape` - The shape of the Autonomous Exadata Infrastructure. The shape determines resources to allocate to the Autonomous Exadata Infrastructure (CPU cores, memory and storage).
58
59
*`state` - The current lifecycle state of the Autonomous Exadata Infrastructure.
59
60
*`subnet_id` - The OCID of the subnet the Autonomous Exadata Infrastructure is associated with.
Copy file name to clipboardExpand all lines: website/docs/d/database_autonomous_exadata_infrastructures.html.markdown
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,8 @@ The following attributes are exported:
68
68
* `preference` - The maintenance window scheduling preference.
69
69
* `weeks_of_month` - Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
70
70
*`next_maintenance_run_id` - The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the next maintenance run.
71
-
*`nsg_ids` - A list of the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network security groups (NSGs) that this DB system belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see [Security Rules](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/securityrules.htm).
71
+
*`nsg_ids` - A list of the [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the network security groups (NSGs) that this resource belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see [Security Rules](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/securityrules.htm). **NsgIds restrictions:**
72
+
* Autonomous Databases with private access require at least 1 Network Security Group (NSG). The nsgIds array cannot be empty.
72
73
*`shape` - The shape of the Autonomous Exadata Infrastructure. The shape determines resources to allocate to the Autonomous Exadata Infrastructure (CPU cores, memory and storage).
73
74
*`state` - The current lifecycle state of the Autonomous Exadata Infrastructure.
74
75
*`subnet_id` - The OCID of the subnet the Autonomous Exadata Infrastructure is associated with.
Copy file name to clipboardExpand all lines: website/docs/d/database_db_node.html.markdown
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,13 +32,17 @@ The following arguments are supported:
32
32
33
33
The following attributes are exported:
34
34
35
+
*`additional_details` - Additional information like a message to customer about the maintenance.
35
36
*`backup_vnic_id` - The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup VNIC.
36
37
*`db_system_id` - The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
37
38
*`fault_domain` - The name of the Fault Domain the instance is contained in.
38
39
*`hostname` - The host name for the database node.
39
40
*`id` - The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database node.
41
+
*`maintenance_type` - The type of maintenance of dbNode.
40
42
*`software_storage_size_in_gb` - The size (in GB) of the block storage volume allocation for the DB system. This attribute applies only for virtual machine DB systems.
41
43
*`state` - The current state of the database node.
42
44
*`time_created` - The date and time that the database node was created.
45
+
*`time_maintenance_window_end` - End date and time of maintenance window.
46
+
*`time_maintenance_window_start` - Start date and time of maintenance window.
43
47
*`vnic_id` - The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VNIC.
0 commit comments