DbServer

class DbServer

Information about a database server.

Types

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

Properties

Link copied to clipboard

The list of unique identifiers for the Autonomous VMs associated with this database server.

Link copied to clipboard

The list of identifiers for the Autonomous VM clusters associated with this database server.

Link copied to clipboard

The compute model of the database server (ECPU or OCPU).

Link copied to clipboard

The number of CPU cores enabled on the database server.

Link copied to clipboard

The date and time when the database server was created.

Link copied to clipboard

The allocated local node storage in GBs on the database server.

Link copied to clipboard

The unique identifier for the database server.

Link copied to clipboard

The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.

Link copied to clipboard

The user-friendly name of the database server.

Link copied to clipboard

The ID of the Exadata infrastructure the database server belongs to.

Link copied to clipboard

The total number of CPU cores available.

Link copied to clipboard

The total local node storage available in GBs.

Link copied to clipboard

The total memory available in GBs.

Link copied to clipboard

The allocated memory in GBs on the database server.

Link copied to clipboard
val ocid: String?

The OCID of the database server.

Link copied to clipboard

The name of the OCI resource anchor for the database server.

Link copied to clipboard

The shape of the database server. The shape determines the amount of CPU, storage, and memory resources available.

Link copied to clipboard

The current status of the database server.

Link copied to clipboard

Additional information about the current status of the database server.

Link copied to clipboard

The OCID of the VM clusters that are associated with the database server.

Functions

Link copied to clipboard
inline fun copy(block: DbServer.Builder.() -> Unit = {}): DbServer
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