oci.Database.DbNode
Explore with Pulumi AI
This resource provides the Db Node resource in Oracle Cloud Infrastructure Database service.
Updates the specified database node.
Create DbNode Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new DbNode(name: string, args: DbNodeArgs, opts?: CustomResourceOptions);@overload
def DbNode(resource_name: str,
           args: DbNodeArgs,
           opts: Optional[ResourceOptions] = None)
@overload
def DbNode(resource_name: str,
           opts: Optional[ResourceOptions] = None,
           db_node_id: Optional[str] = None,
           defined_tags: Optional[Mapping[str, str]] = None,
           freeform_tags: Optional[Mapping[str, str]] = None)func NewDbNode(ctx *Context, name string, args DbNodeArgs, opts ...ResourceOption) (*DbNode, error)public DbNode(string name, DbNodeArgs args, CustomResourceOptions? opts = null)
public DbNode(String name, DbNodeArgs args)
public DbNode(String name, DbNodeArgs args, CustomResourceOptions options)
type: oci:Database:DbNode
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 DbNodeArgs
- 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 DbNodeArgs
- 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 DbNodeArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DbNodeArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DbNodeArgs
- 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 dbNodeResource = new Oci.Database.DbNode("dbNodeResource", new()
{
    DbNodeId = "string",
    DefinedTags = 
    {
        { "string", "string" },
    },
    FreeformTags = 
    {
        { "string", "string" },
    },
});
example, err := database.NewDbNode(ctx, "dbNodeResource", &database.DbNodeArgs{
	DbNodeId: pulumi.String("string"),
	DefinedTags: pulumi.StringMap{
		"string": pulumi.String("string"),
	},
	FreeformTags: pulumi.StringMap{
		"string": pulumi.String("string"),
	},
})
var dbNodeResource = new DbNode("dbNodeResource", DbNodeArgs.builder()
    .dbNodeId("string")
    .definedTags(Map.of("string", "string"))
    .freeformTags(Map.of("string", "string"))
    .build());
db_node_resource = oci.database.DbNode("dbNodeResource",
    db_node_id="string",
    defined_tags={
        "string": "string",
    },
    freeform_tags={
        "string": "string",
    })
const dbNodeResource = new oci.database.DbNode("dbNodeResource", {
    dbNodeId: "string",
    definedTags: {
        string: "string",
    },
    freeformTags: {
        string: "string",
    },
});
type: oci:Database:DbNode
properties:
    dbNodeId: string
    definedTags:
        string: string
    freeformTags:
        string: string
DbNode 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 DbNode resource accepts the following input properties:
- DbNode stringId 
- The database node OCID.
- Dictionary<string, string>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- 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 
- DbNode stringId 
- The database node OCID.
- map[string]string
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- 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 
- dbNode StringId 
- The database node OCID.
- Map<String,String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- 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 
- dbNode stringId 
- The database node OCID.
- {[key: string]: string}
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- {[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 
- db_node_ strid 
- The database node OCID.
- Mapping[str, str]
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource 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 
- dbNode StringId 
- The database node OCID.
- Map<String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
- 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 DbNode resource produces the following output properties:
- 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 intStorage Size In Gbs 
- The allocated local node storage in GBs on the Db node.
- DbServer stringId 
- The OCID of the Exacc Db server associated with the database node.
- DbSystem stringId 
- The OCID of the DB system.
- FaultDomain string
- The name of the Fault Domain the instance is contained in.
- 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 provider-assigned unique ID for this managed resource.
- 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
- The current state of the database node.
- 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 intStorage Size In Gbs 
- The allocated local node storage in GBs on the Db node.
- DbServer stringId 
- The OCID of the Exacc Db server associated with the database node.
- DbSystem stringId 
- The OCID of the DB system.
- FaultDomain string
- The name of the Fault Domain the instance is contained in.
- 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 provider-assigned unique ID for this managed resource.
- 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
- The current state of the database node.
- 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 IntegerStorage Size In Gbs 
- The allocated local node storage in GBs on the Db node.
- dbServer StringId 
- The OCID of the Exacc Db server associated with the database node.
- dbSystem StringId 
- The OCID of the DB system.
- faultDomain String
- The name of the Fault Domain the instance is contained in.
- 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 provider-assigned unique ID for this managed resource.
- 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
- The current state of the database node.
- 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 numberStorage Size In Gbs 
- The allocated local node storage in GBs on the Db node.
- dbServer stringId 
- The OCID of the Exacc Db server associated with the database node.
- dbSystem stringId 
- The OCID of the DB system.
- faultDomain string
- The name of the Fault Domain the instance is contained in.
- 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 provider-assigned unique ID for this managed resource.
- 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
- The current state of the database node.
- 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_ 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 associated with the database node.
- db_system_ strid 
- The OCID of the DB system.
- fault_domain str
- The name of the Fault Domain the instance is contained in.
- 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 provider-assigned unique ID for this managed resource.
- 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
- The current state of the database node.
- 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 NumberStorage Size In Gbs 
- The allocated local node storage in GBs on the Db node.
- dbServer StringId 
- The OCID of the Exacc Db server associated with the database node.
- dbSystem StringId 
- The OCID of the DB system.
- faultDomain String
- The name of the Fault Domain the instance is contained in.
- 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 provider-assigned unique ID for this managed resource.
- 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
- The current state of the database node.
- 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.
Look up Existing DbNode Resource
Get an existing DbNode 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?: DbNodeState, opts?: CustomResourceOptions): DbNode@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        additional_details: Optional[str] = None,
        backup_ip_id: Optional[str] = None,
        backup_ipv6id: Optional[str] = None,
        backup_vnic2id: Optional[str] = None,
        backup_vnic_id: Optional[str] = None,
        cpu_core_count: Optional[int] = None,
        db_node_id: Optional[str] = None,
        db_node_storage_size_in_gbs: Optional[int] = None,
        db_server_id: Optional[str] = None,
        db_system_id: Optional[str] = None,
        defined_tags: Optional[Mapping[str, str]] = None,
        fault_domain: Optional[str] = None,
        freeform_tags: Optional[Mapping[str, str]] = None,
        host_ip_id: Optional[str] = None,
        host_ipv6id: Optional[str] = None,
        hostname: Optional[str] = None,
        lifecycle_details: Optional[str] = None,
        maintenance_type: Optional[str] = None,
        memory_size_in_gbs: Optional[int] = None,
        software_storage_size_in_gb: Optional[int] = None,
        state: Optional[str] = None,
        time_created: Optional[str] = None,
        time_maintenance_window_end: Optional[str] = None,
        time_maintenance_window_start: Optional[str] = None,
        total_cpu_core_count: Optional[int] = None,
        vnic2id: Optional[str] = None,
        vnic_id: Optional[str] = None) -> DbNodefunc GetDbNode(ctx *Context, name string, id IDInput, state *DbNodeState, opts ...ResourceOption) (*DbNode, error)public static DbNode Get(string name, Input<string> id, DbNodeState? state, CustomResourceOptions? opts = null)public static DbNode get(String name, Output<String> id, DbNodeState state, CustomResourceOptions options)resources:  _:    type: oci:Database:DbNode    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.
- 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 
- The database node OCID.
- 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 associated with the database node.
- DbSystem stringId 
- The OCID of the DB system.
- Dictionary<string, string>
- (Updatable) 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>
- (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 
- 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.
- 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
- The current state of the database node.
- 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 
- The database node OCID.
- 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 associated with the database node.
- DbSystem stringId 
- The OCID of the DB system.
- map[string]string
- (Updatable) 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
- (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 
- 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.
- 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
- The current state of the database node.
- 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 
- The database node OCID.
- 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 associated with the database node.
- dbSystem StringId 
- The OCID of the DB system.
- Map<String,String>
- (Updatable) 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>
- (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 
- 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.
- 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
- The current state of the database node.
- 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 
- The database node OCID.
- 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 associated with the database node.
- dbSystem stringId 
- The OCID of the DB system.
- {[key: string]: string}
- (Updatable) 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}
- (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 
- 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.
- 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
- The current state of the database node.
- 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 
- The database node OCID.
- 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 associated with the database node.
- db_system_ strid 
- The OCID of the DB system.
- Mapping[str, str]
- (Updatable) 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]
- (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_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.
- 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
- The current state of the database node.
- 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 
- The database node OCID.
- 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 associated with the database node.
- dbSystem StringId 
- The OCID of the DB system.
- Map<String>
- (Updatable) 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>
- (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 
- 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.
- 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
- The current state of the database node.
- 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.
Import
DbNodes can be imported using the id, e.g.
$ pulumi import oci:Database/dbNode:DbNode test_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 ociTerraform Provider.