DbNode

class DbNode

Information about a DB node.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Additional information about the planned maintenance.

Link copied to clipboard

The Oracle Cloud ID (OCID) of the backup IP address that's associated with the DB node.

Link copied to clipboard

The OCID of the second backup VNIC.

Link copied to clipboard

The OCID of the backup VNIC.

Link copied to clipboard

Number of CPU cores enabled on the DB node.

Link copied to clipboard

The date and time when the DB node was created.

Link copied to clipboard

The Amazon Resource Name (ARN) of the DB node.

Link copied to clipboard

The unique identifier of the DB node.

Link copied to clipboard

The amount of local node storage, in gigabytes (GBs), that's allocated on the DB node.

Link copied to clipboard

The unique identifier of the Db server that is associated with the DB node.

Link copied to clipboard

The OCID of the DB system.

Link copied to clipboard

The name of the fault domain the instance is contained in.

Link copied to clipboard

The floating IP address assigned to the DB node.

Link copied to clipboard

The OCID of the host IP address that's associated with the DB node.

Link copied to clipboard

The host name for the DB node.

Link copied to clipboard

The type of database node maintenance. Either VMDB_REBOOT_MIGRATION or EXADBXS_REBOOT_MIGRATION.

Link copied to clipboard

The allocated memory in GBs on the DB node.

Link copied to clipboard
val ocid: String?

The OCID of the DB node.

Link copied to clipboard

The name of the OCI resource anchor for the DB node.

Link copied to clipboard

The private IP address assigned to the DB node.

Link copied to clipboard

The size (in GB) of the block storage volume allocation for the DB system.

Link copied to clipboard

The current status of the DB node.

Link copied to clipboard

Additional information about the status of the DB node.

Link copied to clipboard

End date and time of maintenance window.

Link copied to clipboard

Start date and time of maintenance window.

Link copied to clipboard

The total number of CPU cores reserved on the DB node.

Link copied to clipboard

The OCID of the second VNIC.

Link copied to clipboard

The OCID of the VNIC.

Functions

Link copied to clipboard
inline fun copy(block: DbNode.Builder.() -> Unit = {}): DbNode
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String