Data Source: oci_database_db_node
This data source provides details about a specific Db Node resource in Oracle Cloud Infrastructure Database service.
Gets information about the specified database node.
Example Usage
data "oci_database_db_node" "test_db_node" {
#Required
db_node_id = var.db_node_id
}
Argument Reference
The following arguments are supported:
db_node_id
- (Required) The database node OCID.
Attributes Reference
The following attributes are exported:
additional_details
- Additional information about the planned maintenance.backup_ip_id
- The OCID of the backup IP address associated with the database node. Use this OCID with either the GetPrivateIp or the GetPublicIpByPrivateIpId API to get the IP address needed to make a database connection.Note: Applies only to Exadata Cloud Service.
backup_vnic2id
- The OCID of the second backup VNIC.Note: Applies only to Exadata Cloud Service.
backup_vnic_id
- The OCID of the backup VNIC.cpu_core_count
- The number of CPU cores enabled on the Db node.db_node_storage_size_in_gbs
- The allocated local node storage in GBs on the Db node.db_server_id
- The OCID of the Exacc Db server associated with the database node.db_system_id
- The OCID of the DB system.defined_tags
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.fault_domain
- The name of the Fault Domain the instance is contained in.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. Example:{"Department": "Finance"}
host_ip_id
- The OCID of the host IP address associated with the database node. Use this OCID with either the GetPrivateIp or the GetPublicIpByPrivateIpId API to get the IP address needed to make a database connection. Note: Applies only to Exadata Cloud Service.hostname
- The host name for the database node.id
- The OCID of the database node.lifecycle_details
- Information about the current lifecycle state.maintenance_type
- The type of database node maintenance.memory_size_in_gbs
- The allocated memory in GBs on the Db node.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.state
- The current state of the database node.time_created
- The date and time that the database node was created.time_maintenance_window_end
- End date and time of maintenance window.time_maintenance_window_start
- Start date and time of maintenance window.total_cpu_core_count
- The total number of CPU cores reserved on the Db node.vnic2id
- The OCID of the second VNIC.Note: Applies only to Exadata Cloud Service.
vnic_id
- The OCID of the VNIC.