Data Source: oci_database_exadata_iorm_config
This data source provides details about a specific Exadata Iorm Config resource in Oracle Cloud Infrastructure Database service.
Gets the IORM configuration settings for the specified cloud Exadata DB system. All Exadata service instances have default IORM settings.
Note: Deprecated for Exadata Cloud Service systems. Use the new resource model APIs instead.
For Exadata Cloud Service instances, support for this API will end on May 15th, 2021. See Switching an Exadata DB System to the New Resource Model and APIs for details on converting existing Exadata DB systems to the new resource model.
The GetCloudVmClusterIormConfig API is used for this operation with Exadata systems using the new resource model.
Example Usage
data "oci_database_exadata_iorm_config" "test_exadata_iorm_config" {
#Required
db_system_id = oci_database_db_system.test_db_system.id
}
Argument Reference
The following arguments are supported:
db_system_id
- (Required) The DB system OCID.
Attributes Reference
The following attributes are exported:
db_plans
- An array of IORM settings for all the database in the Exadata DB system.db_name
- The database name. For the defaultDbPlan
, thedbName
isdefault
.flash_cache_limit
- The flash cache limit for this database. This value is internally configured based on the share value assigned to the database.share
- The relative priority of this database.
lifecycle_details
- Additional information about the currentlifecycleState
.objective
- The current value for the IORM objective. The default isAUTO
.state
- The current state of IORM configuration for the Exadata DB system.