Skip to main content

db_servers

Creates, updates, deletes, gets or lists a db_servers resource.

Overview

Namedb_servers
TypeResource
Idazure_isv.oracle.db_servers

Fields

NameDatatypeDescription
autonomous_virtual_machine_idstextfield from the properties object
autonomous_vm_cluster_idstextfield from the properties object
cloudexadatainfrastructurenametextfield from the properties object
compartment_idtextfield from the properties object
cpu_core_counttextfield from the properties object
db_node_idstextfield from the properties object
db_node_storage_size_in_gbstextfield from the properties object
db_server_patching_detailstextfield from the properties object
dbserverocidtextfield from the properties object
display_nametextfield from the properties object
exadata_infrastructure_idtextfield from the properties object
lifecycle_detailstextfield from the properties object
lifecycle_statetextfield from the properties object
max_cpu_counttextfield from the properties object
max_db_node_storage_in_gbstextfield from the properties object
max_memory_in_gbstextfield from the properties object
memory_size_in_gbstextfield from the properties object
ocidtextfield from the properties object
provisioning_statetextfield from the properties object
resourceGroupNametextfield from the properties object
shapetextfield from the properties object
subscriptionIdtextfield from the properties object
time_createdtextfield from the properties object
vm_cluster_idstextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTcloudexadatainfrastructurename, dbserverocid, resourceGroupName, subscriptionIdGet a DbServer

SELECT examples

Get a DbServer

SELECT
autonomous_virtual_machine_ids,
autonomous_vm_cluster_ids,
cloudexadatainfrastructurename,
compartment_id,
cpu_core_count,
db_node_ids,
db_node_storage_size_in_gbs,
db_server_patching_details,
dbserverocid,
display_name,
exadata_infrastructure_id,
lifecycle_details,
lifecycle_state,
max_cpu_count,
max_db_node_storage_in_gbs,
max_memory_in_gbs,
memory_size_in_gbs,
ocid,
provisioning_state,
resourceGroupName,
shape,
subscriptionId,
time_created,
vm_cluster_ids
FROM azure_isv.oracle.vw_db_servers
WHERE cloudexadatainfrastructurename = '{{ cloudexadatainfrastructurename }}'
AND dbserverocid = '{{ dbserverocid }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';