Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
HeatWaveNode |
HeatWaveNode.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<HeatWaveNode> |
ManagedMySqlDatabase.getHeatWaveNodes()
The information about individual HeatWave nodes in the cluster.
|
Modifier and Type | Method and Description |
---|---|
HeatWaveNode.Builder |
HeatWaveNode.Builder.copy(HeatWaveNode model) |
Modifier and Type | Method and Description |
---|---|
ManagedMySqlDatabase.Builder |
ManagedMySqlDatabase.Builder.heatWaveNodes(List<HeatWaveNode> heatWaveNodes)
The information about individual HeatWave nodes in the cluster.
|
Constructor and Description |
---|
ManagedMySqlDatabase(String id,
String compartmentId,
String dbName,
String dbVersion,
Date timeCreated,
String name,
String heatWaveClusterDisplayName,
Boolean isHeatWaveEnabled,
Boolean isLakehouseEnabled,
String heatWaveNodeShape,
Integer heatWaveMemorySize,
List<HeatWaveNode> heatWaveNodes,
Boolean isHeatWaveActive,
Date timeCreatedHeatWave)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.