Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static DbSystemShapeSummary.ComputeModel |
DbSystemShapeSummary.ComputeModel.create(String key) |
DbSystemShapeSummary.ComputeModel |
DbSystemShapeSummary.getComputeModel()
The compute model of the Autonomous Database.
|
static DbSystemShapeSummary.ComputeModel |
DbSystemShapeSummary.ComputeModel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbSystemShapeSummary.ComputeModel[] |
DbSystemShapeSummary.ComputeModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DbSystemShapeSummary.Builder |
DbSystemShapeSummary.Builder.computeModel(DbSystemShapeSummary.ComputeModel computeModel)
The compute model of the Autonomous Database.
|
Constructor and Description |
---|
DbSystemShapeSummary(String name,
String shapeFamily,
DbSystemShapeSummary.ShapeType shapeType,
String shape,
Integer availableCoreCount,
Integer minimumCoreCount,
Integer coreCountIncrement,
Integer minStorageCount,
Integer maxStorageCount,
Double availableDataStoragePerServerInTBs,
Integer availableMemoryPerNodeInGBs,
Integer availableDbNodePerNodeInGBs,
Integer minCoreCountPerNode,
Integer availableMemoryInGBs,
Integer minMemoryPerNodeInGBs,
Integer availableDbNodeStorageInGBs,
Integer minDbNodeStoragePerNodeInGBs,
Integer availableDataStorageInTBs,
Integer minDataStorageInTBs,
String displayName,
DbSystemShapeSummary.ComputeModel computeModel,
Boolean areServerTypesSupported,
Integer minimumNodeCount,
Integer maximumNodeCount,
Integer availableCoreCountPerNode)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.