Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
DbSystemShapeSummary.Builder |
DbSystemShapeSummary.Builder.availableCoreCount(Integer availableCoreCount)
The maximum number of CPU cores that can be enabled on the DB system for this shape.
|
DbSystemShapeSummary.Builder |
DbSystemShapeSummary.Builder.availableCoreCountPerNode(Integer availableCoreCountPerNode)
The maximum number of CPU cores per database node that can be enabled for this shape.
|
DbSystemShapeSummary.Builder |
DbSystemShapeSummary.Builder.availableDataStorageInTBs(Integer availableDataStorageInTBs)
The maximum DATA storage that can be enabled for this shape.
|
DbSystemShapeSummary.Builder |
DbSystemShapeSummary.Builder.availableDataStoragePerServerInTBs(Double availableDataStoragePerServerInTBs)
The maximum data storage available per storage server for this shape.
|
DbSystemShapeSummary.Builder |
DbSystemShapeSummary.Builder.availableDbNodePerNodeInGBs(Integer availableDbNodePerNodeInGBs)
The maximum Db Node storage available per database node for this shape.
|
DbSystemShapeSummary.Builder |
DbSystemShapeSummary.Builder.availableDbNodeStorageInGBs(Integer availableDbNodeStorageInGBs)
The maximum Db Node storage that can be enabled for this shape.
|
DbSystemShapeSummary.Builder |
DbSystemShapeSummary.Builder.availableMemoryInGBs(Integer availableMemoryInGBs)
The maximum memory that can be enabled for this shape.
|
DbSystemShapeSummary.Builder |
DbSystemShapeSummary.Builder.availableMemoryPerNodeInGBs(Integer availableMemoryPerNodeInGBs)
The maximum memory available per database node for this shape.
|
static DbSystemShapeSummary.Builder |
DbSystemShapeSummary.builder()
Create a new builder.
|
DbSystemShapeSummary.Builder |
DbSystemShapeSummary.Builder.copy(DbSystemShapeSummary model) |
DbSystemShapeSummary.Builder |
DbSystemShapeSummary.Builder.coreCountIncrement(Integer coreCountIncrement)
The discrete number by which the CPU core count for this shape can be increased or
decreased.
|
DbSystemShapeSummary.Builder |
DbSystemShapeSummary.Builder.maximumNodeCount(Integer maximumNodeCount)
The maximum number of compute servers available for this shape.
|
DbSystemShapeSummary.Builder |
DbSystemShapeSummary.Builder.maxStorageCount(Integer maxStorageCount)
The maximum number of Exadata storage servers available for the Exadata infrastructure.
|
DbSystemShapeSummary.Builder |
DbSystemShapeSummary.Builder.minCoreCountPerNode(Integer minCoreCountPerNode)
The minimum number of CPU cores that can be enabled per node for this shape.
|
DbSystemShapeSummary.Builder |
DbSystemShapeSummary.Builder.minDataStorageInTBs(Integer minDataStorageInTBs)
The minimum data storage that need be allocated for this shape.
|
DbSystemShapeSummary.Builder |
DbSystemShapeSummary.Builder.minDbNodeStoragePerNodeInGBs(Integer minDbNodeStoragePerNodeInGBs)
The minimum Db Node storage that need be allocated per node for this shape.
|
DbSystemShapeSummary.Builder |
DbSystemShapeSummary.Builder.minimumCoreCount(Integer minimumCoreCount)
The minimum number of CPU cores that can be enabled on the DB system for this shape.
|
DbSystemShapeSummary.Builder |
DbSystemShapeSummary.Builder.minimumNodeCount(Integer minimumNodeCount)
The minimum number of compute servers available for this shape.
|
DbSystemShapeSummary.Builder |
DbSystemShapeSummary.Builder.minMemoryPerNodeInGBs(Integer minMemoryPerNodeInGBs)
The minimum memory that need be allocated per node for this shape.
|
DbSystemShapeSummary.Builder |
DbSystemShapeSummary.Builder.minStorageCount(Integer minStorageCount)
The minimum number of Exadata storage servers available for the Exadata infrastructure.
|
DbSystemShapeSummary.Builder |
DbSystemShapeSummary.Builder.name(String name)
The name of the shape used for the DB system.
|
DbSystemShapeSummary.Builder |
DbSystemShapeSummary.Builder.shape(String shape)
Deprecated.
|
DbSystemShapeSummary.Builder |
DbSystemShapeSummary.Builder.shapeFamily(String shapeFamily)
The family of the shape used for the DB system.
|
DbSystemShapeSummary.Builder |
DbSystemShapeSummary.Builder.shapeType(DbSystemShapeSummary.ShapeType shapeType)
The shape type for the virtual machine DB system.
|
DbSystemShapeSummary.Builder |
DbSystemShapeSummary.toBuilder() |
Copyright © 2016–2024. All rights reserved.