DbServerSummary

Information about a database server.

Types

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

Properties

Link copied to clipboard

A list of unique identifiers for the Autonomous VMs.

Link copied to clipboard

A list of identifiers for the Autonomous VM clusters.

Link copied to clipboard

The OCI model compute model used when you create or clone an instance: ECPU or OCPU. An ECPU is an abstracted measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers. An OCPU is a legacy physical measure of compute resources. OCPUs are based on the physical core of a processor with hyper-threading enabled.

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 amount of local node storage, in gigabytes (GB), that's allocated on the database server.

Link copied to clipboard

The unique identifier of 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. The name doesn't need to be unique.

Link copied to clipboard

The ID of the Exadata infrastructure that hosts the database server.

Link copied to clipboard

The total number of CPU cores available on the database server.

Link copied to clipboard

The total amount of local node storage, in gigabytes (GB), that's available on the database server.

Link copied to clipboard

The total amount of memory, in gigabytes (GB), that's available on the database server.

Link copied to clipboard

The amount of memory, in gigabytes (GB), that's allocated 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 hardware system model of the Exadata infrastructure that the database server is hosted on. 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 status of the database server.

Link copied to clipboard

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

Functions

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