1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. DatabaseManagement
  5. CloudDbNode
Oracle Cloud Infrastructure v3.7.0 published on Saturday, Sep 13, 2025 by Pulumi

oci.DatabaseManagement.CloudDbNode

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v3.7.0 published on Saturday, Sep 13, 2025 by Pulumi

    This resource provides the Cloud Db Node resource in Oracle Cloud Infrastructure Database Management service.

    Updates the cloud DB node specified by cloudDbNodeId.

    Create CloudDbNode Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new CloudDbNode(name: string, args: CloudDbNodeArgs, opts?: CustomResourceOptions);
    @overload
    def CloudDbNode(resource_name: str,
                    args: CloudDbNodeArgs,
                    opts: Optional[ResourceOptions] = None)
    
    @overload
    def CloudDbNode(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    cloud_db_node_id: Optional[str] = None,
                    cloud_connector_id: Optional[str] = None,
                    defined_tags: Optional[Mapping[str, str]] = None,
                    freeform_tags: Optional[Mapping[str, str]] = None)
    func NewCloudDbNode(ctx *Context, name string, args CloudDbNodeArgs, opts ...ResourceOption) (*CloudDbNode, error)
    public CloudDbNode(string name, CloudDbNodeArgs args, CustomResourceOptions? opts = null)
    public CloudDbNode(String name, CloudDbNodeArgs args)
    public CloudDbNode(String name, CloudDbNodeArgs args, CustomResourceOptions options)
    
    type: oci:DatabaseManagement:CloudDbNode
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args CloudDbNodeArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args CloudDbNodeArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args CloudDbNodeArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args CloudDbNodeArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args CloudDbNodeArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var cloudDbNodeResource = new Oci.DatabaseManagement.CloudDbNode("cloudDbNodeResource", new()
    {
        CloudDbNodeId = "string",
        CloudConnectorId = "string",
        DefinedTags = 
        {
            { "string", "string" },
        },
        FreeformTags = 
        {
            { "string", "string" },
        },
    });
    
    example, err := databasemanagement.NewCloudDbNode(ctx, "cloudDbNodeResource", &databasemanagement.CloudDbNodeArgs{
    	CloudDbNodeId:    pulumi.String("string"),
    	CloudConnectorId: pulumi.String("string"),
    	DefinedTags: pulumi.StringMap{
    		"string": pulumi.String("string"),
    	},
    	FreeformTags: pulumi.StringMap{
    		"string": pulumi.String("string"),
    	},
    })
    
    var cloudDbNodeResource = new CloudDbNode("cloudDbNodeResource", CloudDbNodeArgs.builder()
        .cloudDbNodeId("string")
        .cloudConnectorId("string")
        .definedTags(Map.of("string", "string"))
        .freeformTags(Map.of("string", "string"))
        .build());
    
    cloud_db_node_resource = oci.databasemanagement.CloudDbNode("cloudDbNodeResource",
        cloud_db_node_id="string",
        cloud_connector_id="string",
        defined_tags={
            "string": "string",
        },
        freeform_tags={
            "string": "string",
        })
    
    const cloudDbNodeResource = new oci.databasemanagement.CloudDbNode("cloudDbNodeResource", {
        cloudDbNodeId: "string",
        cloudConnectorId: "string",
        definedTags: {
            string: "string",
        },
        freeformTags: {
            string: "string",
        },
    });
    
    type: oci:DatabaseManagement:CloudDbNode
    properties:
        cloudConnectorId: string
        cloudDbNodeId: string
        definedTags:
            string: string
        freeformTags:
            string: string
    

    CloudDbNode Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The CloudDbNode resource accepts the following input properties:

    CloudDbNodeId string
    The OCID of the cloud database node.
    CloudConnectorId string
    (Updatable) The OCID of the cloud connector.
    DefinedTags Dictionary<string, string>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    FreeformTags Dictionary<string, string>

    (Updatable) 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"}

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    CloudDbNodeId string
    The OCID of the cloud database node.
    CloudConnectorId string
    (Updatable) The OCID of the cloud connector.
    DefinedTags map[string]string
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    FreeformTags map[string]string

    (Updatable) 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"}

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    cloudDbNodeId String
    The OCID of the cloud database node.
    cloudConnectorId String
    (Updatable) The OCID of the cloud connector.
    definedTags Map<String,String>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    freeformTags Map<String,String>

    (Updatable) 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"}

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    cloudDbNodeId string
    The OCID of the cloud database node.
    cloudConnectorId string
    (Updatable) The OCID of the cloud connector.
    definedTags {[key: string]: string}
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    freeformTags {[key: string]: string}

    (Updatable) 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"}

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    cloud_db_node_id str
    The OCID of the cloud database node.
    cloud_connector_id str
    (Updatable) The OCID of the cloud connector.
    defined_tags Mapping[str, str]
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    freeform_tags Mapping[str, str]

    (Updatable) 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"}

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    cloudDbNodeId String
    The OCID of the cloud database node.
    cloudConnectorId String
    (Updatable) The OCID of the cloud connector.
    definedTags Map<String>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    freeformTags Map<String>

    (Updatable) 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"}

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    Outputs

    All input properties are implicitly available as output properties. Additionally, the CloudDbNode resource produces the following output properties:

    AdditionalDetails Dictionary<string, string>
    The additional details of the cloud DB node defined in {"key": "value"} format. Example: {"bar-key": "value"}
    CloudDbSystemId string
    The OCID of the cloud DB system that the DB node is a part of.
    CompartmentId string
    The OCID of the compartment.
    ComponentName string
    The name of the cloud DB node.
    CpuCoreCount double
    The number of CPU cores available on the DB node.
    DbaasId string
    The OCID of the cloud DB node in DBaas service.
    DisplayName string
    The user-friendly name for the cloud DB node. The name does not have to be unique.
    DomainName string
    Name of the domain.
    HostName string
    The host name for the DB node.
    Id string
    The provider-assigned unique ID for this managed resource.
    LifecycleDetails string
    Additional information about the current lifecycle state.
    MemorySizeInGbs double
    The total memory in gigabytes (GB) on the DB node.
    State string
    The current lifecycle state of the cloud DB node.
    SystemTags Dictionary<string, string>
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The date and time the cloud DB node was created.
    TimeUpdated string
    The date and time the cloud DB node was last updated.
    AdditionalDetails map[string]string
    The additional details of the cloud DB node defined in {"key": "value"} format. Example: {"bar-key": "value"}
    CloudDbSystemId string
    The OCID of the cloud DB system that the DB node is a part of.
    CompartmentId string
    The OCID of the compartment.
    ComponentName string
    The name of the cloud DB node.
    CpuCoreCount float64
    The number of CPU cores available on the DB node.
    DbaasId string
    The OCID of the cloud DB node in DBaas service.
    DisplayName string
    The user-friendly name for the cloud DB node. The name does not have to be unique.
    DomainName string
    Name of the domain.
    HostName string
    The host name for the DB node.
    Id string
    The provider-assigned unique ID for this managed resource.
    LifecycleDetails string
    Additional information about the current lifecycle state.
    MemorySizeInGbs float64
    The total memory in gigabytes (GB) on the DB node.
    State string
    The current lifecycle state of the cloud DB node.
    SystemTags map[string]string
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The date and time the cloud DB node was created.
    TimeUpdated string
    The date and time the cloud DB node was last updated.
    additionalDetails Map<String,String>
    The additional details of the cloud DB node defined in {"key": "value"} format. Example: {"bar-key": "value"}
    cloudDbSystemId String
    The OCID of the cloud DB system that the DB node is a part of.
    compartmentId String
    The OCID of the compartment.
    componentName String
    The name of the cloud DB node.
    cpuCoreCount Double
    The number of CPU cores available on the DB node.
    dbaasId String
    The OCID of the cloud DB node in DBaas service.
    displayName String
    The user-friendly name for the cloud DB node. The name does not have to be unique.
    domainName String
    Name of the domain.
    hostName String
    The host name for the DB node.
    id String
    The provider-assigned unique ID for this managed resource.
    lifecycleDetails String
    Additional information about the current lifecycle state.
    memorySizeInGbs Double
    The total memory in gigabytes (GB) on the DB node.
    state String
    The current lifecycle state of the cloud DB node.
    systemTags Map<String,String>
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The date and time the cloud DB node was created.
    timeUpdated String
    The date and time the cloud DB node was last updated.
    additionalDetails {[key: string]: string}
    The additional details of the cloud DB node defined in {"key": "value"} format. Example: {"bar-key": "value"}
    cloudDbSystemId string
    The OCID of the cloud DB system that the DB node is a part of.
    compartmentId string
    The OCID of the compartment.
    componentName string
    The name of the cloud DB node.
    cpuCoreCount number
    The number of CPU cores available on the DB node.
    dbaasId string
    The OCID of the cloud DB node in DBaas service.
    displayName string
    The user-friendly name for the cloud DB node. The name does not have to be unique.
    domainName string
    Name of the domain.
    hostName string
    The host name for the DB node.
    id string
    The provider-assigned unique ID for this managed resource.
    lifecycleDetails string
    Additional information about the current lifecycle state.
    memorySizeInGbs number
    The total memory in gigabytes (GB) on the DB node.
    state string
    The current lifecycle state of the cloud DB node.
    systemTags {[key: string]: string}
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated string
    The date and time the cloud DB node was created.
    timeUpdated string
    The date and time the cloud DB node was last updated.
    additional_details Mapping[str, str]
    The additional details of the cloud DB node defined in {"key": "value"} format. Example: {"bar-key": "value"}
    cloud_db_system_id str
    The OCID of the cloud DB system that the DB node is a part of.
    compartment_id str
    The OCID of the compartment.
    component_name str
    The name of the cloud DB node.
    cpu_core_count float
    The number of CPU cores available on the DB node.
    dbaas_id str
    The OCID of the cloud DB node in DBaas service.
    display_name str
    The user-friendly name for the cloud DB node. The name does not have to be unique.
    domain_name str
    Name of the domain.
    host_name str
    The host name for the DB node.
    id str
    The provider-assigned unique ID for this managed resource.
    lifecycle_details str
    Additional information about the current lifecycle state.
    memory_size_in_gbs float
    The total memory in gigabytes (GB) on the DB node.
    state str
    The current lifecycle state of the cloud DB node.
    system_tags Mapping[str, str]
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
    time_created str
    The date and time the cloud DB node was created.
    time_updated str
    The date and time the cloud DB node was last updated.
    additionalDetails Map<String>
    The additional details of the cloud DB node defined in {"key": "value"} format. Example: {"bar-key": "value"}
    cloudDbSystemId String
    The OCID of the cloud DB system that the DB node is a part of.
    compartmentId String
    The OCID of the compartment.
    componentName String
    The name of the cloud DB node.
    cpuCoreCount Number
    The number of CPU cores available on the DB node.
    dbaasId String
    The OCID of the cloud DB node in DBaas service.
    displayName String
    The user-friendly name for the cloud DB node. The name does not have to be unique.
    domainName String
    Name of the domain.
    hostName String
    The host name for the DB node.
    id String
    The provider-assigned unique ID for this managed resource.
    lifecycleDetails String
    Additional information about the current lifecycle state.
    memorySizeInGbs Number
    The total memory in gigabytes (GB) on the DB node.
    state String
    The current lifecycle state of the cloud DB node.
    systemTags Map<String>
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The date and time the cloud DB node was created.
    timeUpdated String
    The date and time the cloud DB node was last updated.

    Look up Existing CloudDbNode Resource

    Get an existing CloudDbNode resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: CloudDbNodeState, opts?: CustomResourceOptions): CloudDbNode
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            additional_details: Optional[Mapping[str, str]] = None,
            cloud_connector_id: Optional[str] = None,
            cloud_db_node_id: Optional[str] = None,
            cloud_db_system_id: Optional[str] = None,
            compartment_id: Optional[str] = None,
            component_name: Optional[str] = None,
            cpu_core_count: Optional[float] = None,
            dbaas_id: Optional[str] = None,
            defined_tags: Optional[Mapping[str, str]] = None,
            display_name: Optional[str] = None,
            domain_name: Optional[str] = None,
            freeform_tags: Optional[Mapping[str, str]] = None,
            host_name: Optional[str] = None,
            lifecycle_details: Optional[str] = None,
            memory_size_in_gbs: Optional[float] = None,
            state: Optional[str] = None,
            system_tags: Optional[Mapping[str, str]] = None,
            time_created: Optional[str] = None,
            time_updated: Optional[str] = None) -> CloudDbNode
    func GetCloudDbNode(ctx *Context, name string, id IDInput, state *CloudDbNodeState, opts ...ResourceOption) (*CloudDbNode, error)
    public static CloudDbNode Get(string name, Input<string> id, CloudDbNodeState? state, CustomResourceOptions? opts = null)
    public static CloudDbNode get(String name, Output<String> id, CloudDbNodeState state, CustomResourceOptions options)
    resources:  _:    type: oci:DatabaseManagement:CloudDbNode    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AdditionalDetails Dictionary<string, string>
    The additional details of the cloud DB node defined in {"key": "value"} format. Example: {"bar-key": "value"}
    CloudConnectorId string
    (Updatable) The OCID of the cloud connector.
    CloudDbNodeId string
    The OCID of the cloud database node.
    CloudDbSystemId string
    The OCID of the cloud DB system that the DB node is a part of.
    CompartmentId string
    The OCID of the compartment.
    ComponentName string
    The name of the cloud DB node.
    CpuCoreCount double
    The number of CPU cores available on the DB node.
    DbaasId string
    The OCID of the cloud DB node in DBaas service.
    DefinedTags Dictionary<string, string>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    DisplayName string
    The user-friendly name for the cloud DB node. The name does not have to be unique.
    DomainName string
    Name of the domain.
    FreeformTags Dictionary<string, string>

    (Updatable) 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"}

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    HostName string
    The host name for the DB node.
    LifecycleDetails string
    Additional information about the current lifecycle state.
    MemorySizeInGbs double
    The total memory in gigabytes (GB) on the DB node.
    State string
    The current lifecycle state of the cloud DB node.
    SystemTags Dictionary<string, string>
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The date and time the cloud DB node was created.
    TimeUpdated string
    The date and time the cloud DB node was last updated.
    AdditionalDetails map[string]string
    The additional details of the cloud DB node defined in {"key": "value"} format. Example: {"bar-key": "value"}
    CloudConnectorId string
    (Updatable) The OCID of the cloud connector.
    CloudDbNodeId string
    The OCID of the cloud database node.
    CloudDbSystemId string
    The OCID of the cloud DB system that the DB node is a part of.
    CompartmentId string
    The OCID of the compartment.
    ComponentName string
    The name of the cloud DB node.
    CpuCoreCount float64
    The number of CPU cores available on the DB node.
    DbaasId string
    The OCID of the cloud DB node in DBaas service.
    DefinedTags map[string]string
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    DisplayName string
    The user-friendly name for the cloud DB node. The name does not have to be unique.
    DomainName string
    Name of the domain.
    FreeformTags map[string]string

    (Updatable) 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"}

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    HostName string
    The host name for the DB node.
    LifecycleDetails string
    Additional information about the current lifecycle state.
    MemorySizeInGbs float64
    The total memory in gigabytes (GB) on the DB node.
    State string
    The current lifecycle state of the cloud DB node.
    SystemTags map[string]string
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The date and time the cloud DB node was created.
    TimeUpdated string
    The date and time the cloud DB node was last updated.
    additionalDetails Map<String,String>
    The additional details of the cloud DB node defined in {"key": "value"} format. Example: {"bar-key": "value"}
    cloudConnectorId String
    (Updatable) The OCID of the cloud connector.
    cloudDbNodeId String
    The OCID of the cloud database node.
    cloudDbSystemId String
    The OCID of the cloud DB system that the DB node is a part of.
    compartmentId String
    The OCID of the compartment.
    componentName String
    The name of the cloud DB node.
    cpuCoreCount Double
    The number of CPU cores available on the DB node.
    dbaasId String
    The OCID of the cloud DB node in DBaas service.
    definedTags Map<String,String>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    displayName String
    The user-friendly name for the cloud DB node. The name does not have to be unique.
    domainName String
    Name of the domain.
    freeformTags Map<String,String>

    (Updatable) 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"}

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    hostName String
    The host name for the DB node.
    lifecycleDetails String
    Additional information about the current lifecycle state.
    memorySizeInGbs Double
    The total memory in gigabytes (GB) on the DB node.
    state String
    The current lifecycle state of the cloud DB node.
    systemTags Map<String,String>
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The date and time the cloud DB node was created.
    timeUpdated String
    The date and time the cloud DB node was last updated.
    additionalDetails {[key: string]: string}
    The additional details of the cloud DB node defined in {"key": "value"} format. Example: {"bar-key": "value"}
    cloudConnectorId string
    (Updatable) The OCID of the cloud connector.
    cloudDbNodeId string
    The OCID of the cloud database node.
    cloudDbSystemId string
    The OCID of the cloud DB system that the DB node is a part of.
    compartmentId string
    The OCID of the compartment.
    componentName string
    The name of the cloud DB node.
    cpuCoreCount number
    The number of CPU cores available on the DB node.
    dbaasId string
    The OCID of the cloud DB node in DBaas service.
    definedTags {[key: string]: string}
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    displayName string
    The user-friendly name for the cloud DB node. The name does not have to be unique.
    domainName string
    Name of the domain.
    freeformTags {[key: string]: string}

    (Updatable) 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"}

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    hostName string
    The host name for the DB node.
    lifecycleDetails string
    Additional information about the current lifecycle state.
    memorySizeInGbs number
    The total memory in gigabytes (GB) on the DB node.
    state string
    The current lifecycle state of the cloud DB node.
    systemTags {[key: string]: string}
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated string
    The date and time the cloud DB node was created.
    timeUpdated string
    The date and time the cloud DB node was last updated.
    additional_details Mapping[str, str]
    The additional details of the cloud DB node defined in {"key": "value"} format. Example: {"bar-key": "value"}
    cloud_connector_id str
    (Updatable) The OCID of the cloud connector.
    cloud_db_node_id str
    The OCID of the cloud database node.
    cloud_db_system_id str
    The OCID of the cloud DB system that the DB node is a part of.
    compartment_id str
    The OCID of the compartment.
    component_name str
    The name of the cloud DB node.
    cpu_core_count float
    The number of CPU cores available on the DB node.
    dbaas_id str
    The OCID of the cloud DB node in DBaas service.
    defined_tags Mapping[str, str]
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    display_name str
    The user-friendly name for the cloud DB node. The name does not have to be unique.
    domain_name str
    Name of the domain.
    freeform_tags Mapping[str, str]

    (Updatable) 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"}

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    host_name str
    The host name for the DB node.
    lifecycle_details str
    Additional information about the current lifecycle state.
    memory_size_in_gbs float
    The total memory in gigabytes (GB) on the DB node.
    state str
    The current lifecycle state of the cloud DB node.
    system_tags Mapping[str, str]
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
    time_created str
    The date and time the cloud DB node was created.
    time_updated str
    The date and time the cloud DB node was last updated.
    additionalDetails Map<String>
    The additional details of the cloud DB node defined in {"key": "value"} format. Example: {"bar-key": "value"}
    cloudConnectorId String
    (Updatable) The OCID of the cloud connector.
    cloudDbNodeId String
    The OCID of the cloud database node.
    cloudDbSystemId String
    The OCID of the cloud DB system that the DB node is a part of.
    compartmentId String
    The OCID of the compartment.
    componentName String
    The name of the cloud DB node.
    cpuCoreCount Number
    The number of CPU cores available on the DB node.
    dbaasId String
    The OCID of the cloud DB node in DBaas service.
    definedTags Map<String>
    (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    displayName String
    The user-friendly name for the cloud DB node. The name does not have to be unique.
    domainName String
    Name of the domain.
    freeformTags Map<String>

    (Updatable) 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"}

    ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

    hostName String
    The host name for the DB node.
    lifecycleDetails String
    Additional information about the current lifecycle state.
    memorySizeInGbs Number
    The total memory in gigabytes (GB) on the DB node.
    state String
    The current lifecycle state of the cloud DB node.
    systemTags Map<String>
    System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The date and time the cloud DB node was created.
    timeUpdated String
    The date and time the cloud DB node was last updated.

    Import

    CloudDbNodes can be imported using the id, e.g.

    $ pulumi import oci:DatabaseManagement/cloudDbNode:CloudDbNode test_cloud_db_node "id"
    

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v3.7.0 published on Saturday, Sep 13, 2025 by Pulumi