DbSystemShapeSummary

Information about a hardware system model (shape) that's available for an Exadata infrastructure. The shape determines resources, such as CPU cores, memory, and storage, to allocate to the Exadata infrastructure.

Types

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

Properties

Link copied to clipboard

Indicates whether the hardware system model supports configurable database and server storage types.

Link copied to clipboard

The maximum number of CPU cores that can be enabled for the shape.

Link copied to clipboard

The maximum number of CPU cores per DB node that can be enabled for the shape.

Link copied to clipboard

The maximum amount of data storage, in terabytes (TB), that can be enabled for the shape.

Link copied to clipboard

The maximum amount of data storage, in terabytes (TB), that's available per storage server for the shape.

Link copied to clipboard

The maximum amount of DB node storage, in gigabytes (GB), that's available per DB node for the shape.

Link copied to clipboard

The maximum amount of DB node storage, in gigabytes (GB), that can be enabled for the shape.

Link copied to clipboard

The maximum amount of memory, in gigabytes (GB), that can be enabled for the shape.

Link copied to clipboard

The maximum amount of memory, in gigabytes (GB), that's available per DB node for the shape.

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 discrete number by which the CPU core count for the shape can be increased or decreased.

Link copied to clipboard

The maximum number of compute servers that is available for the shape.

Link copied to clipboard

The maximum number of Exadata storage servers that's available for the shape.

Link copied to clipboard

The minimum number of CPU cores that can be enabled per node for the shape.

Link copied to clipboard

The minimum amount of data storage, in terabytes (TB), that must be allocated for the shape.

Link copied to clipboard

The minimum amount of DB node storage, in gigabytes (GB), that must be allocated per DB node for the shape.

Link copied to clipboard

The minimum number of CPU cores that can be enabled for the shape.

Link copied to clipboard

The minimum number of compute servers that are available for the shape.

Link copied to clipboard

The minimum amount of memory, in gigabytes (GB), that must be allocated per DB node for the shape.

Link copied to clipboard

The minimum number of Exadata storage servers that are available for the shape.

Link copied to clipboard
val name: String?

The name of the shape.

Link copied to clipboard

The runtime minimum number of CPU cores that can be enabled for the shape.

Link copied to clipboard

The family of the shape.

Link copied to clipboard

The shape type. This property is determined by the CPU hardware.

Functions

Link copied to clipboard
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