GetDbSystemShapesDbSystemShape

data class GetDbSystemShapesDbSystemShape(val availableCoreCount: Int, val availableCoreCountPerNode: Int, val availableDataStorageInTbs: Int, val availableDataStoragePerServerInTbs: Int, val availableDbNodePerNodeInGbs: Int, val availableDbNodeStorageInGbs: Int, val availableMemoryInGbs: Int, val availableMemoryPerNodeInGbs: Int, val coreCountIncrement: Int, val maximumNodeCount: Int, val maximumStorageCount: Int, val minimumCoreCount: Int, val minimumCoreCountPerNode: Int, val minimumDataStorageInTbs: Int, val minimumDbNodeStoragePerNodeInGbs: Int, val minimumMemoryPerNodeInGbs: Int, val minimumNodeCount: Int, val minimumStorageCount: Int, val runtimeMinimumCoreCount: Int, val shapeFamily: String)

Constructors

Link copied to clipboard
constructor(availableCoreCount: Int, availableCoreCountPerNode: Int, availableDataStorageInTbs: Int, availableDataStoragePerServerInTbs: Int, availableDbNodePerNodeInGbs: Int, availableDbNodeStorageInGbs: Int, availableMemoryInGbs: Int, availableMemoryPerNodeInGbs: Int, coreCountIncrement: Int, maximumNodeCount: Int, maximumStorageCount: Int, minimumCoreCount: Int, minimumCoreCountPerNode: Int, minimumDataStorageInTbs: Int, minimumDbNodeStoragePerNodeInGbs: Int, minimumMemoryPerNodeInGbs: Int, minimumNodeCount: Int, minimumStorageCount: Int, runtimeMinimumCoreCount: Int, shapeFamily: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The maximum number of CPU cores that can be enabled on the DB system for this shape.

Link copied to clipboard

The maximum number of CPU cores per database node that can be enabled for this shape. Only applicable to the flex Exadata shape, ExaCC Elastic shapes and VM Flex shapes.

Link copied to clipboard

The maximum data storage that can be enabled for this shape.

Link copied to clipboard

The maximum data storage available per storage server for this shape. Only applicable to ExaCC Elastic shapes.

Link copied to clipboard

The maximum DB Node storage available per database node for this shape. Only applicable to ExaCC Elastic shapes.

Link copied to clipboard

The maximum DB Node storage that can be enabled for this shape.

Link copied to clipboard

The maximum memory that can be enabled for this shape.

Link copied to clipboard

The maximum memory available per database node for this shape. Only applicable to ExaCC Elastic shapes.

Link copied to clipboard

The discrete number by which the CPU core count for this shape can be increased or decreased.

Link copied to clipboard

The maximum number of compute servers available for this shape.

Link copied to clipboard

The maximum number of Exadata storage servers available for the Exadata infrastructure.

Link copied to clipboard

The minimum number of CPU cores that can be enabled on the DB system for this shape.

Link copied to clipboard

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

Link copied to clipboard

The minimum data storage that need be allocated for this shape.

Link copied to clipboard

The minimum DB Node storage that need be allocated per node for this shape.

Link copied to clipboard

The minimum memory that need be allocated per node for this shape.

Link copied to clipboard

The minimum number of compute servers available for this shape.

Link copied to clipboard

The minimum number of Exadata storage servers available for the Exadata infrastructure.

Link copied to clipboard

The runtime minimum number of compute servers available for this shape.

Link copied to clipboard

The family of the shape used for the DB system.