FlexComponentSummary

Information about a flex component that's available for an Exadata infrastructure. A flex component defines the hardware resources, such as CPU cores, memory, and storage, that can be allocated to a shape.

Types

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

Properties

Link copied to clipboard

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

Link copied to clipboard

The maximum amount of database storage, in gigabytes (GB), that can be enabled for the flex component.

Link copied to clipboard

The maximum amount of local storage, in gigabytes (GB), that can be enabled for the flex component.

Link copied to clipboard

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

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

A summary description of the flex component.

Link copied to clipboard

The type of hardware for the flex component. Valid values are COMPUTE for compute servers and CELL for storage servers.

Link copied to clipboard

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

Link copied to clipboard
val name: String?

The name of the flex component.

Link copied to clipboard

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

Link copied to clipboard

The shape that uses the flex component.

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