This data source provides details about a specific Autonomous Virtual Machine resource in Oracle Cloud Infrastructure Database service.
Gets the details of specific Autonomous Virtual Machine.
data "oci_database_autonomous_virtual_machine" "test_autonomous_virtual_machine" {
#Required
autonomous_virtual_machine_id = oci_database_autonomous_virtual_machine.test_autonomous_virtual_machine.id
}
The following arguments are supported:
autonomous_virtual_machine_id
- (Required) The Autonomous Virtual machine OCID.The following attributes are exported:
autonomous_vm_cluster_id
- The OCID of the Autonomous VM Cluster associated with the Autonomous Virtual Machine.client_ip_address
- Client IP Address.compartment_id
- The OCID of the compartment.cpu_core_count
- The number of CPU cores enabled on the Autonomous Virtual Machine.db_node_storage_size_in_gbs
- The allocated local node storage in GBs on the Autonomous Virtual Machine.db_server_display_name
- The display name of the dbServer associated with the Autonomous Virtual Machine.db_server_id
- The OCID of the Db server associated with the Autonomous Virtual Machine.defined_tags
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. 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"}
id
- The OCID of the Autonomous Virtual Machine.memory_size_in_gbs
- The allocated memory in GBs on the Autonomous Virtual Machine.state
- The current state of the Autonomous Virtual Machine.vm_name
- The name of the Autonomous Virtual Machine.