oci.Database.getDbNodes
Explore with Pulumi AI
This data source provides the list of Db Nodes in Oracle Cloud Infrastructure Database service.
Lists the database nodes in the specified compartment. A database node is a server running database software. In addition to the other required parameters, either ‘–db-system-id’ or ‘–vm-cluster-id’ also must be provided, depending on the service being accessed.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testDbNodes = oci.Database.getDbNodes({
    compartmentId: compartmentId,
    dbServerId: testDbServer.id,
    dbSystemId: testDbSystem.id,
    state: dbNodeState,
    vmClusterId: testVmCluster.id,
});
import pulumi
import pulumi_oci as oci
test_db_nodes = oci.Database.get_db_nodes(compartment_id=compartment_id,
    db_server_id=test_db_server["id"],
    db_system_id=test_db_system["id"],
    state=db_node_state,
    vm_cluster_id=test_vm_cluster["id"])
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/database"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := database.GetDbNodes(ctx, &database.GetDbNodesArgs{
			CompartmentId: compartmentId,
			DbServerId:    pulumi.StringRef(testDbServer.Id),
			DbSystemId:    pulumi.StringRef(testDbSystem.Id),
			State:         pulumi.StringRef(dbNodeState),
			VmClusterId:   pulumi.StringRef(testVmCluster.Id),
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() => 
{
    var testDbNodes = Oci.Database.GetDbNodes.Invoke(new()
    {
        CompartmentId = compartmentId,
        DbServerId = testDbServer.Id,
        DbSystemId = testDbSystem.Id,
        State = dbNodeState,
        VmClusterId = testVmCluster.Id,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Database.DatabaseFunctions;
import com.pulumi.oci.Database.inputs.GetDbNodesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var testDbNodes = DatabaseFunctions.getDbNodes(GetDbNodesArgs.builder()
            .compartmentId(compartmentId)
            .dbServerId(testDbServer.id())
            .dbSystemId(testDbSystem.id())
            .state(dbNodeState)
            .vmClusterId(testVmCluster.id())
            .build());
    }
}
variables:
  testDbNodes:
    fn::invoke:
      function: oci:Database:getDbNodes
      arguments:
        compartmentId: ${compartmentId}
        dbServerId: ${testDbServer.id}
        dbSystemId: ${testDbSystem.id}
        state: ${dbNodeState}
        vmClusterId: ${testVmCluster.id}
Using getDbNodes
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getDbNodes(args: GetDbNodesArgs, opts?: InvokeOptions): Promise<GetDbNodesResult>
function getDbNodesOutput(args: GetDbNodesOutputArgs, opts?: InvokeOptions): Output<GetDbNodesResult>def get_db_nodes(compartment_id: Optional[str] = None,
                 db_server_id: Optional[str] = None,
                 db_system_id: Optional[str] = None,
                 filters: Optional[Sequence[_database.GetDbNodesFilter]] = None,
                 state: Optional[str] = None,
                 vm_cluster_id: Optional[str] = None,
                 opts: Optional[InvokeOptions] = None) -> GetDbNodesResult
def get_db_nodes_output(compartment_id: Optional[pulumi.Input[str]] = None,
                 db_server_id: Optional[pulumi.Input[str]] = None,
                 db_system_id: Optional[pulumi.Input[str]] = None,
                 filters: Optional[pulumi.Input[Sequence[pulumi.Input[_database.GetDbNodesFilterArgs]]]] = None,
                 state: Optional[pulumi.Input[str]] = None,
                 vm_cluster_id: Optional[pulumi.Input[str]] = None,
                 opts: Optional[InvokeOptions] = None) -> Output[GetDbNodesResult]func GetDbNodes(ctx *Context, args *GetDbNodesArgs, opts ...InvokeOption) (*GetDbNodesResult, error)
func GetDbNodesOutput(ctx *Context, args *GetDbNodesOutputArgs, opts ...InvokeOption) GetDbNodesResultOutput> Note: This function is named GetDbNodes in the Go SDK.
public static class GetDbNodes 
{
    public static Task<GetDbNodesResult> InvokeAsync(GetDbNodesArgs args, InvokeOptions? opts = null)
    public static Output<GetDbNodesResult> Invoke(GetDbNodesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDbNodesResult> getDbNodes(GetDbNodesArgs args, InvokeOptions options)
public static Output<GetDbNodesResult> getDbNodes(GetDbNodesArgs args, InvokeOptions options)
fn::invoke:
  function: oci:Database/getDbNodes:getDbNodes
  arguments:
    # arguments dictionaryThe following arguments are supported:
- CompartmentId string
- The compartment OCID.
- DbServer stringId 
- The OCID of the Exacc Db server.
- DbSystem stringId 
- The DB system OCID. If provided, filters the results to the set of database versions which are supported for the DB system.
- Filters
List<GetDb Nodes Filter> 
- State string
- A filter to return only resources that match the given lifecycle state exactly.
- VmCluster stringId 
- The OCID of the VM cluster.
- CompartmentId string
- The compartment OCID.
- DbServer stringId 
- The OCID of the Exacc Db server.
- DbSystem stringId 
- The DB system OCID. If provided, filters the results to the set of database versions which are supported for the DB system.
- Filters
[]GetDb Nodes Filter 
- State string
- A filter to return only resources that match the given lifecycle state exactly.
- VmCluster stringId 
- The OCID of the VM cluster.
- compartmentId String
- The compartment OCID.
- dbServer StringId 
- The OCID of the Exacc Db server.
- dbSystem StringId 
- The DB system OCID. If provided, filters the results to the set of database versions which are supported for the DB system.
- filters
List<GetDb Nodes Filter> 
- state String
- A filter to return only resources that match the given lifecycle state exactly.
- vmCluster StringId 
- The OCID of the VM cluster.
- compartmentId string
- The compartment OCID.
- dbServer stringId 
- The OCID of the Exacc Db server.
- dbSystem stringId 
- The DB system OCID. If provided, filters the results to the set of database versions which are supported for the DB system.
- filters
GetDb Nodes Filter[] 
- state string
- A filter to return only resources that match the given lifecycle state exactly.
- vmCluster stringId 
- The OCID of the VM cluster.
- compartment_id str
- The compartment OCID.
- db_server_ strid 
- The OCID of the Exacc Db server.
- db_system_ strid 
- The DB system OCID. If provided, filters the results to the set of database versions which are supported for the DB system.
- filters
Sequence[database.Get Db Nodes Filter] 
- state str
- A filter to return only resources that match the given lifecycle state exactly.
- vm_cluster_ strid 
- The OCID of the VM cluster.
- compartmentId String
- The compartment OCID.
- dbServer StringId 
- The OCID of the Exacc Db server.
- dbSystem StringId 
- The DB system OCID. If provided, filters the results to the set of database versions which are supported for the DB system.
- filters List<Property Map>
- state String
- A filter to return only resources that match the given lifecycle state exactly.
- vmCluster StringId 
- The OCID of the VM cluster.
getDbNodes Result
The following output properties are available:
- CompartmentId string
- DbNodes List<GetDb Nodes Db Node> 
- The list of db_nodes.
- Id string
- The provider-assigned unique ID for this managed resource.
- DbServer stringId 
- The OCID of the Exacc Db server associated with the database node.
- DbSystem stringId 
- The OCID of the DB system.
- Filters
List<GetDb Nodes Filter> 
- State string
- The current state of the database node.
- VmCluster stringId 
- CompartmentId string
- DbNodes []GetDb Nodes Db Node 
- The list of db_nodes.
- Id string
- The provider-assigned unique ID for this managed resource.
- DbServer stringId 
- The OCID of the Exacc Db server associated with the database node.
- DbSystem stringId 
- The OCID of the DB system.
- Filters
[]GetDb Nodes Filter 
- State string
- The current state of the database node.
- VmCluster stringId 
- compartmentId String
- dbNodes List<GetDb Nodes Db Node> 
- The list of db_nodes.
- id String
- The provider-assigned unique ID for this managed resource.
- dbServer StringId 
- The OCID of the Exacc Db server associated with the database node.
- dbSystem StringId 
- The OCID of the DB system.
- filters
List<GetDb Nodes Filter> 
- state String
- The current state of the database node.
- vmCluster StringId 
- compartmentId string
- dbNodes GetDb Nodes Db Node[] 
- The list of db_nodes.
- id string
- The provider-assigned unique ID for this managed resource.
- dbServer stringId 
- The OCID of the Exacc Db server associated with the database node.
- dbSystem stringId 
- The OCID of the DB system.
- filters
GetDb Nodes Filter[] 
- state string
- The current state of the database node.
- vmCluster stringId 
- compartment_id str
- db_nodes Sequence[database.Get Db Nodes Db Node] 
- The list of db_nodes.
- id str
- The provider-assigned unique ID for this managed resource.
- db_server_ strid 
- The OCID of the Exacc Db server associated with the database node.
- db_system_ strid 
- The OCID of the DB system.
- filters
Sequence[database.Get Db Nodes Filter] 
- state str
- The current state of the database node.
- vm_cluster_ strid 
- compartmentId String
- dbNodes List<Property Map>
- The list of db_nodes.
- id String
- The provider-assigned unique ID for this managed resource.
- dbServer StringId 
- The OCID of the Exacc Db server associated with the database node.
- dbSystem StringId 
- The OCID of the DB system.
- filters List<Property Map>
- state String
- The current state of the database node.
- vmCluster StringId 
Supporting Types
GetDbNodesDbNode    
- AdditionalDetails string
- Additional information about the planned maintenance.
- BackupIp stringId 
- The OCID of the backup IPv4 address associated with the database node. Use this OCID with either the GetPrivateIp or the GetPublicIpByPrivateIpId API to get the IPv4 address needed to make a database connection.
- BackupIpv6id string
- The OCID of the backup IPv6 address associated with the database node. Use this OCID with the GetIpv6 API to get the IPv6 address needed to make a database connection.
- BackupVnic2id string
- The OCID of the second backup VNIC.
- BackupVnic stringId 
- The OCID of the backup VNIC.
- CpuCore intCount 
- The number of CPU cores enabled on the Db node.
- DbNode stringId 
- DbNode intStorage Size In Gbs 
- The allocated local node storage in GBs on the Db node.
- DbServer stringId 
- The OCID of the Exacc Db server.
- DbSystem stringId 
- The DB system OCID. If provided, filters the results to the set of database versions which are supported for the DB system.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- FaultDomain string
- The name of the Fault Domain the instance is contained in.
- Dictionary<string, string>
- 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"}
- HostIp stringId 
- The OCID of the host IPv4 address associated with the database node. Use this OCID with either the GetPrivateIp or the GetPublicIpByPrivateIpId API to get the IPv4 address needed to make a database connection.
- HostIpv6id string
- The OCID of the host IPv6 address associated with the database node. Use this OCID with the GetIpv6 API to get the IPv6 address needed to make a database connection.
- Hostname string
- The host name for the database node.
- Id string
- The OCID of the database node.
- LifecycleDetails string
- Information about the current lifecycle state.
- MaintenanceType string
- The type of database node maintenance.
- MemorySize intIn Gbs 
- The allocated memory in GBs on the Db node.
- SoftwareStorage intSize 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 string
- A filter to return only resources that match the given lifecycle state exactly.
- TimeCreated string
- The date and time that the database node was created.
- TimeMaintenance stringWindow End 
- End date and time of maintenance window.
- TimeMaintenance stringWindow Start 
- Start date and time of maintenance window.
- TotalCpu intCore Count 
- The total number of CPU cores reserved on the Db node.
- Vnic2id string
- The OCID of the second VNIC.
- VnicId string
- The OCID of the VNIC.
- AdditionalDetails string
- Additional information about the planned maintenance.
- BackupIp stringId 
- The OCID of the backup IPv4 address associated with the database node. Use this OCID with either the GetPrivateIp or the GetPublicIpByPrivateIpId API to get the IPv4 address needed to make a database connection.
- BackupIpv6id string
- The OCID of the backup IPv6 address associated with the database node. Use this OCID with the GetIpv6 API to get the IPv6 address needed to make a database connection.
- BackupVnic2id string
- The OCID of the second backup VNIC.
- BackupVnic stringId 
- The OCID of the backup VNIC.
- CpuCore intCount 
- The number of CPU cores enabled on the Db node.
- DbNode stringId 
- DbNode intStorage Size In Gbs 
- The allocated local node storage in GBs on the Db node.
- DbServer stringId 
- The OCID of the Exacc Db server.
- DbSystem stringId 
- The DB system OCID. If provided, filters the results to the set of database versions which are supported for the DB system.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- FaultDomain string
- The name of the Fault Domain the instance is contained in.
- map[string]string
- 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"}
- HostIp stringId 
- The OCID of the host IPv4 address associated with the database node. Use this OCID with either the GetPrivateIp or the GetPublicIpByPrivateIpId API to get the IPv4 address needed to make a database connection.
- HostIpv6id string
- The OCID of the host IPv6 address associated with the database node. Use this OCID with the GetIpv6 API to get the IPv6 address needed to make a database connection.
- Hostname string
- The host name for the database node.
- Id string
- The OCID of the database node.
- LifecycleDetails string
- Information about the current lifecycle state.
- MaintenanceType string
- The type of database node maintenance.
- MemorySize intIn Gbs 
- The allocated memory in GBs on the Db node.
- SoftwareStorage intSize 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 string
- A filter to return only resources that match the given lifecycle state exactly.
- TimeCreated string
- The date and time that the database node was created.
- TimeMaintenance stringWindow End 
- End date and time of maintenance window.
- TimeMaintenance stringWindow Start 
- Start date and time of maintenance window.
- TotalCpu intCore Count 
- The total number of CPU cores reserved on the Db node.
- Vnic2id string
- The OCID of the second VNIC.
- VnicId string
- The OCID of the VNIC.
- additionalDetails String
- Additional information about the planned maintenance.
- backupIp StringId 
- The OCID of the backup IPv4 address associated with the database node. Use this OCID with either the GetPrivateIp or the GetPublicIpByPrivateIpId API to get the IPv4 address needed to make a database connection.
- backupIpv6id String
- The OCID of the backup IPv6 address associated with the database node. Use this OCID with the GetIpv6 API to get the IPv6 address needed to make a database connection.
- backupVnic2id String
- The OCID of the second backup VNIC.
- backupVnic StringId 
- The OCID of the backup VNIC.
- cpuCore IntegerCount 
- The number of CPU cores enabled on the Db node.
- dbNode StringId 
- dbNode IntegerStorage Size In Gbs 
- The allocated local node storage in GBs on the Db node.
- dbServer StringId 
- The OCID of the Exacc Db server.
- dbSystem StringId 
- The DB system OCID. If provided, filters the results to the set of database versions which are supported for the DB system.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- faultDomain String
- The name of the Fault Domain the instance is contained in.
- Map<String,String>
- 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"}
- hostIp StringId 
- The OCID of the host IPv4 address associated with the database node. Use this OCID with either the GetPrivateIp or the GetPublicIpByPrivateIpId API to get the IPv4 address needed to make a database connection.
- hostIpv6id String
- The OCID of the host IPv6 address associated with the database node. Use this OCID with the GetIpv6 API to get the IPv6 address needed to make a database connection.
- hostname String
- The host name for the database node.
- id String
- The OCID of the database node.
- lifecycleDetails String
- Information about the current lifecycle state.
- maintenanceType String
- The type of database node maintenance.
- memorySize IntegerIn Gbs 
- The allocated memory in GBs on the Db node.
- softwareStorage IntegerSize 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 String
- A filter to return only resources that match the given lifecycle state exactly.
- timeCreated String
- The date and time that the database node was created.
- timeMaintenance StringWindow End 
- End date and time of maintenance window.
- timeMaintenance StringWindow Start 
- Start date and time of maintenance window.
- totalCpu IntegerCore Count 
- The total number of CPU cores reserved on the Db node.
- vnic2id String
- The OCID of the second VNIC.
- vnicId String
- The OCID of the VNIC.
- additionalDetails string
- Additional information about the planned maintenance.
- backupIp stringId 
- The OCID of the backup IPv4 address associated with the database node. Use this OCID with either the GetPrivateIp or the GetPublicIpByPrivateIpId API to get the IPv4 address needed to make a database connection.
- backupIpv6id string
- The OCID of the backup IPv6 address associated with the database node. Use this OCID with the GetIpv6 API to get the IPv6 address needed to make a database connection.
- backupVnic2id string
- The OCID of the second backup VNIC.
- backupVnic stringId 
- The OCID of the backup VNIC.
- cpuCore numberCount 
- The number of CPU cores enabled on the Db node.
- dbNode stringId 
- dbNode numberStorage Size In Gbs 
- The allocated local node storage in GBs on the Db node.
- dbServer stringId 
- The OCID of the Exacc Db server.
- dbSystem stringId 
- The DB system OCID. If provided, filters the results to the set of database versions which are supported for the DB system.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- faultDomain string
- The name of the Fault Domain the instance is contained in.
- {[key: string]: string}
- 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"}
- hostIp stringId 
- The OCID of the host IPv4 address associated with the database node. Use this OCID with either the GetPrivateIp or the GetPublicIpByPrivateIpId API to get the IPv4 address needed to make a database connection.
- hostIpv6id string
- The OCID of the host IPv6 address associated with the database node. Use this OCID with the GetIpv6 API to get the IPv6 address needed to make a database connection.
- hostname string
- The host name for the database node.
- id string
- The OCID of the database node.
- lifecycleDetails string
- Information about the current lifecycle state.
- maintenanceType string
- The type of database node maintenance.
- memorySize numberIn Gbs 
- The allocated memory in GBs on the Db node.
- softwareStorage numberSize 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 string
- A filter to return only resources that match the given lifecycle state exactly.
- timeCreated string
- The date and time that the database node was created.
- timeMaintenance stringWindow End 
- End date and time of maintenance window.
- timeMaintenance stringWindow Start 
- Start date and time of maintenance window.
- totalCpu numberCore Count 
- The total number of CPU cores reserved on the Db node.
- vnic2id string
- The OCID of the second VNIC.
- vnicId string
- The OCID of the VNIC.
- additional_details str
- Additional information about the planned maintenance.
- backup_ip_ strid 
- The OCID of the backup IPv4 address associated with the database node. Use this OCID with either the GetPrivateIp or the GetPublicIpByPrivateIpId API to get the IPv4 address needed to make a database connection.
- backup_ipv6id str
- The OCID of the backup IPv6 address associated with the database node. Use this OCID with the GetIpv6 API to get the IPv6 address needed to make a database connection.
- backup_vnic2id str
- The OCID of the second backup VNIC.
- backup_vnic_ strid 
- The OCID of the backup VNIC.
- cpu_core_ intcount 
- The number of CPU cores enabled on the Db node.
- db_node_ strid 
- db_node_ intstorage_ size_ in_ gbs 
- The allocated local node storage in GBs on the Db node.
- db_server_ strid 
- The OCID of the Exacc Db server.
- db_system_ strid 
- The DB system OCID. If provided, filters the results to the set of database versions which are supported for the DB system.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- fault_domain str
- The name of the Fault Domain the instance is contained in.
- Mapping[str, str]
- 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_ strid 
- The OCID of the host IPv4 address associated with the database node. Use this OCID with either the GetPrivateIp or the GetPublicIpByPrivateIpId API to get the IPv4 address needed to make a database connection.
- host_ipv6id str
- The OCID of the host IPv6 address associated with the database node. Use this OCID with the GetIpv6 API to get the IPv6 address needed to make a database connection.
- hostname str
- The host name for the database node.
- id str
- The OCID of the database node.
- lifecycle_details str
- Information about the current lifecycle state.
- maintenance_type str
- The type of database node maintenance.
- memory_size_ intin_ gbs 
- The allocated memory in GBs on the Db node.
- software_storage_ intsize_ 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 str
- A filter to return only resources that match the given lifecycle state exactly.
- time_created str
- The date and time that the database node was created.
- time_maintenance_ strwindow_ end 
- End date and time of maintenance window.
- time_maintenance_ strwindow_ start 
- Start date and time of maintenance window.
- total_cpu_ intcore_ count 
- The total number of CPU cores reserved on the Db node.
- vnic2id str
- The OCID of the second VNIC.
- vnic_id str
- The OCID of the VNIC.
- additionalDetails String
- Additional information about the planned maintenance.
- backupIp StringId 
- The OCID of the backup IPv4 address associated with the database node. Use this OCID with either the GetPrivateIp or the GetPublicIpByPrivateIpId API to get the IPv4 address needed to make a database connection.
- backupIpv6id String
- The OCID of the backup IPv6 address associated with the database node. Use this OCID with the GetIpv6 API to get the IPv6 address needed to make a database connection.
- backupVnic2id String
- The OCID of the second backup VNIC.
- backupVnic StringId 
- The OCID of the backup VNIC.
- cpuCore NumberCount 
- The number of CPU cores enabled on the Db node.
- dbNode StringId 
- dbNode NumberStorage Size In Gbs 
- The allocated local node storage in GBs on the Db node.
- dbServer StringId 
- The OCID of the Exacc Db server.
- dbSystem StringId 
- The DB system OCID. If provided, filters the results to the set of database versions which are supported for the DB system.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- faultDomain String
- The name of the Fault Domain the instance is contained in.
- Map<String>
- 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"}
- hostIp StringId 
- The OCID of the host IPv4 address associated with the database node. Use this OCID with either the GetPrivateIp or the GetPublicIpByPrivateIpId API to get the IPv4 address needed to make a database connection.
- hostIpv6id String
- The OCID of the host IPv6 address associated with the database node. Use this OCID with the GetIpv6 API to get the IPv6 address needed to make a database connection.
- hostname String
- The host name for the database node.
- id String
- The OCID of the database node.
- lifecycleDetails String
- Information about the current lifecycle state.
- maintenanceType String
- The type of database node maintenance.
- memorySize NumberIn Gbs 
- The allocated memory in GBs on the Db node.
- softwareStorage NumberSize 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 String
- A filter to return only resources that match the given lifecycle state exactly.
- timeCreated String
- The date and time that the database node was created.
- timeMaintenance StringWindow End 
- End date and time of maintenance window.
- timeMaintenance StringWindow Start 
- Start date and time of maintenance window.
- totalCpu NumberCore Count 
- The total number of CPU cores reserved on the Db node.
- vnic2id String
- The OCID of the second VNIC.
- vnicId String
- The OCID of the VNIC.
GetDbNodesFilter   
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.